/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/testing/ |
D | dfa_test.cc | 163 std::string no_match = DeBruijnString(n); in TEST() local 164 std::string match = no_match + "0"; in TEST() 179 matched = prog->SearchDFA(no_match, StringPiece(), Prog::kUnanchored, in TEST() 205 const StringPiece& no_match) { in DoSearch() argument 213 matched = prog->SearchDFA(no_match, StringPiece(), Prog::kUnanchored, in DoSearch() 230 std::string no_match = DeBruijnString(n); in TEST() local 231 std::string match = no_match + "0"; in TEST() 238 std::thread t(DoSearch, prog, match, no_match); in TEST() 252 threads.emplace_back(DoSearch, prog, match, no_match); in TEST()
|
/external/llvm-project/lldb/test/API/commands/register/register/register_command/ |
D | TestRegisters.py | 30 @skipIf(archs=no_match(['amd64', 'arm', 'i386', 'x86_64'])) 61 @skipIf(archs=no_match(['amd64', 'arm', 'i386', 'x86_64'])) 71 @skipIf(archs=no_match(['amd64', 'i386', 'x86_64'])) 80 @skipIf(archs=no_match(['amd64', 'arm', 'i386', 'x86_64'])) 109 @skipIf(archs=no_match(['amd64', 'x86_64'])) 117 @skipIf(archs=no_match(['amd64', 'x86_64'])) 125 @skipIf(archs=no_match(['amd64', 'x86_64'])) 486 @skipIf(archs=no_match(['amd64', 'arm', 'i386', 'x86_64'])) 503 @skipIf(archs=no_match(['amd64', 'arm', 'i386', 'x86_64']))
|
/external/llvm-project/lldb/test/API/commands/target/create-deps/ |
D | TestTargetCreateDeps.py | 35 triple=no_match(".*-android")) 44 triple=no_match(".*-android")) 59 triple=no_match(".*-android")) 96 triple=no_match(".*-android"))
|
/external/llvm-project/lldb/test/API/commands/register/register/aarch64_sve_registers/rw_access_static_config/ |
D | TestSVERegisters.py | 23 @skipIf(archs=no_match(["aarch64"])) 24 @skipIf(oslist=no_match(['linux'])) 78 @skipIf(archs=no_match(["aarch64"])) 79 @skipIf(oslist=no_match(['linux']))
|
/external/tensorflow/tensorflow/python/autograph/pyct/ |
D | ast_util.py | 164 def no_match(self): member in PatternMatcher 188 return self.no_match() 192 return self.no_match() 201 return self.no_match() 206 return self.no_match() 211 return self.no_match()
|
/external/llvm-project/lldb/test/API/arm/breakpoint-it/ |
D | TestBreakpointIt.py | 18 @skipIf(archs=no_match(["arm"])) 32 @skipIf(archs=no_match(["arm"]))
|
/external/llvm-project/lldb/test/API/commands/expression/import-std-module/basic/ |
D | TestImportStdModule.py | 15 @skipIf(compiler=no_match("clang")) 41 @skipIf(compiler=no_match("clang"))
|
/external/llvm-project/lldb/test/API/commands/register/register/intel_xtended_registers/ |
D | TestMPXRegisters.py | 18 @skipIf(oslist=no_match(['linux'])) 19 @skipIf(archs=no_match(['i386', 'x86_64']))
|
/external/llvm-project/lldb/test/API/commands/register/register/intel_xtended_registers/mpx_bound_violation/ |
D | TestBoundViolation.py | 18 @skipIf(oslist=no_match(['linux'])) 19 @skipIf(archs=no_match(['i386', 'x86_64']))
|
/external/llvm-project/lldb/test/API/tools/intel-features/intel-pt/test/ |
D | TestIntelPTSimpleBinary.py | 27 @skipIf(oslist=no_match(['linux'])) 28 @skipIf(archs=no_match(['i386', 'x86_64']))
|
/external/llvm-project/lldb/test/API/commands/trace/ |
D | TestTraceStartStop.py | 33 @skipIf(oslist=no_match(['linux']), archs=no_match(['i386', 'x86_64']))
|
/external/llvm-project/lldb/test/API/commands/register/register/intel_xtended_registers/mpx_offset_intersection/ |
D | TestMPXOffsetIntersection.py | 24 @skipIf(oslist=no_match(['linux'])) 25 @skipIf(archs=no_match(['x86_64']))
|
/external/llvm-project/lldb/test/API/tools/lldb-server/memory-allocation/ |
D | TestGdbRemoteMemoryAllocation.py | 47 @skipIf(oslist=no_match(supported_oses)) 48 @skipIf(oslist=["linux"], archs=no_match(supported_linux_archs))
|
/external/llvm-project/lldb/test/API/macosx/lc-note/kern-ver-str/ |
D | TestKernVerStrLCNOTE.py | 19 @skipIf(debug_info=no_match(["dsym"]), bugnumber="This test is looking explicitly for a dSYM") 20 @skipIf(archs=no_match(['x86_64']))
|
/external/elfutils/libdw/ |
D | fde.c | 261 goto no_match; in __libdw_find_fde() 273 goto no_match; in __libdw_find_fde() 320 no_match: in __libdw_find_fde()
|
/external/libtextclassifier/native/utils/sentencepiece/ |
D | normalizer.cc | 125 const bool no_match = match.match_length <= 0; in NormalizePrefix() local 126 if (no_match) { in NormalizePrefix()
|
/external/llvm-project/lldb/test/API/functionalities/exec/ |
D | TestExec.py | 20 oslist=no_match(["freebsd"]), 30 oslist=no_match(["freebsd"]),
|
/external/rust/crates/regex-automata/src/ |
D | minimize.rs | 224 let mut no_match = StateSet::empty(); in initial_partitions() localVariable 229 no_match.add(id); in initial_partitions() 234 if !no_match.is_empty() { in initial_partitions() 235 sets.push(no_match); in initial_partitions()
|
/external/llvm-project/lldb/test/API/functionalities/step-avoids-no-debug/ |
D | TestStepNoDebug.py | 34 oslist=no_match(["freebsd"]), 51 oslist=no_match(["freebsd"]),
|
/external/llvm-project/lldb/test/API/functionalities/inferior-assert/ |
D | TestInferiorAssert.py | 52 triple=no_match(".*-android"), 76 triple=no_match(".*-android"), 91 triple=no_match(".*-android"),
|
/external/llvm-project/lldb/tools/intel-features/intel-mpx/test/ |
D | TestMPXTable.py | 25 @skipIf(oslist=no_match(['linux'])) 26 @skipIf(archs=no_match(['i386', 'x86_64']))
|
/external/llvm-project/lldb/test/API/macosx/lc-note/firmware-corefile/ |
D | TestFirmwareCorefiles.py | 19 @skipIf(debug_info=no_match(["dsym"]), bugnumber="This test is looking explicitly for a dSYM") 20 @skipIf(archs=no_match(['x86_64']))
|
/external/llvm-project/lldb/test/API/lang/objc/hidden-ivars/ |
D | TestHiddenIvars.py | 30 debug_info=no_match("dsym"), 49 debug_info=no_match("dsym"),
|
/external/llvm-project/lldb/test/API/tools/lldb-server/ |
D | TestGdbRemoteExpeditedRegisters.py | 181 @skipIf(archs=no_match(["aarch64"])) 182 @skipIf(oslist=no_match(['linux']))
|
/external/llvm-project/lldb/test/API/commands/frame/diagnose/array/ |
D | TestArray.py | 16 …@skipIf(archs=no_match(['x86_64'])) # <rdar://problem/33842388> frame diagnose doesn't work for ar…
|