Home
last modified time | relevance | path

Searched refs:detect (Results 1 – 25 of 413) sorted by relevance

12345678910>>...17

/openbsd-src/gnu/usr.bin/perl/dist/I18N-LangTags/t/
H A D80_all_env.t28 my $what = "I18N::LangTags::Detect::detect() for \$ENV{$test_var} = 'Eu-MT'";
30 is(scalar I18N::LangTags::Detect::detect(), "eu-mt",
32 is_deeply([I18N::LangTags::Detect::detect()], ["eu-mt"], $what);
45 my $what = "I18N::LangTags::Detect::detect() for \$ENV{HTTP_ACCEPT_LANGUAGE} = '$val'";
48 is(scalar I18N::LangTags::Detect::detect(), $expect[0], "scalar $what");
49 is_deeply([I18N::LangTags::Detect::detect()], \@expect, $what);
/openbsd-src/sys/dev/pci/drm/
H A Ddrm_privacy_screen_x86.c17 bool (*detect)(void); member
68 .detect = detect_thinkpad_privacy_screen,
78 .detect = detect_chromeos_privacy_screen,
88 if (!arch_init_data[i].detect()) in drm_privacy_screen_lookup_init()
/openbsd-src/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_flags.inc22 "Size (in Mb) of quarantine used to detect use-after-free "
26 "Size (in Kb) of thread local quarantine used to detect "
41 "Controls the way to handle globals (0 - don't detect buffer overflow on "
42 "globals, 1 - detect buffer overflow, 2 - print data about registered "
143 "If >= 2, detect operations like <, <=, >, >= and - on invalid pointer "
145 "If == 1, detect invalid operations only when both pointers are non-null.")
151 "If >=2, detect violation of One-Definition-Rule (ODR); "
152 "If ==1, detect ODR-violation only if the two variables "
/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/t/
H A Dencod04.t54 fail "parser failed to detect non-ASCII bytes in input";
82 fail "parser failed to detect non-ASCII bytes in input";
114 fail "parser failed to detect non-ASCII bytes in input";
145 fail "parser failed to detect non-ASCII bytes in input";
175 fail "parser failed to detect non-ASCII bytes in input";
/openbsd-src/gnu/llvm/llvm/utils/lit/tests/Inputs/googletest-detect-duplicate/
H A Dlit.cfg2 config.name = 'googletest-detect-duplicate'
/openbsd-src/gnu/usr.bin/perl/cpan/JSON-PP/t/
H A D099_binary04.t1 $0=~/binary(\d\d)/ or die "Could not detect chunk from '$0'";
H A D099_binary05.t1 $0=~/binary(\d\d)/ or die "Could not detect chunk from '$0'";
H A D099_binary01.t1 $0=~/binary(\d\d)/ or die "Could not detect chunk from '$0'";
H A D099_binary08.t1 $0=~/binary(\d\d)/ or die "Could not detect chunk from '$0'";
H A D099_binary10.t1 $0=~/binary(\d\d)/ or die "Could not detect chunk from '$0'";
H A D099_binary13.t1 $0=~/binary(\d\d)/ or die "Could not detect chunk from '$0'";
H A D099_binary03.t1 $0=~/binary(\d\d)/ or die "Could not detect chunk from '$0'";
H A D099_binary14.t1 $0=~/binary(\d\d)/ or die "Could not detect chunk from '$0'";
H A D099_binary06.t1 $0=~/binary(\d\d)/ or die "Could not detect chunk from '$0'";
H A D099_binary00.t1 $0=~/binary(\d\d)/ or die "Could not detect chunk from '$0'";
H A D099_binary09.t1 $0=~/binary(\d\d)/ or die "Could not detect chunk from '$0'";
H A D099_binary15.t1 $0=~/binary(\d\d)/ or die "Could not detect chunk from '$0'";
H A D099_binary02.t1 $0=~/binary(\d\d)/ or die "Could not detect chunk from '$0'";
H A D099_binary11.t1 $0=~/binary(\d\d)/ or die "Could not detect chunk from '$0'";
H A D099_binary07.t1 $0=~/binary(\d\d)/ or die "Could not detect chunk from '$0'";
H A D099_binary12.t1 $0=~/binary(\d\d)/ or die "Could not detect chunk from '$0'";
H A Dcore_bools.t61 skip "core boolean support needed to detect core booleans", 4
78 skip "core boolean support needed to detect core booleans", 4
/openbsd-src/gnu/llvm/lldb/tools/darwin-debug/
H A DCMakeLists.txt3 # debugserver can detect - it tells debugserver that it will exec a
/openbsd-src/gnu/usr.bin/binutils-2.17/config/
H A Ddepstand.m421 # honor --disable-dependency-checking, and failure to detect a usable
49 # it helps to detect inapplicable dependency modes. For instance
82 # handle `-M -o', and we need to detect this.
/openbsd-src/gnu/gcc/config/
H A Ddepstand.m421 # honor --disable-dependency-checking, and failure to detect a usable
49 # it helps to detect inapplicable dependency modes. For instance
82 # handle `-M -o', and we need to detect this.

12345678910>>...17