Home
last modified time | relevance | path

Searched refs:no_match (Results 1 – 25 of 100) sorted by relevance

1234

/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/testing/
Ddfa_test.cc163 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/
DTestRegisters.py30 @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/
DTestTargetCreateDeps.py35 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/
DTestSVERegisters.py23 @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/
Dast_util.py164 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/
DTestBreakpointIt.py18 @skipIf(archs=no_match(["arm"]))
32 @skipIf(archs=no_match(["arm"]))
/external/llvm-project/lldb/test/API/commands/expression/import-std-module/basic/
DTestImportStdModule.py15 @skipIf(compiler=no_match("clang"))
41 @skipIf(compiler=no_match("clang"))
/external/llvm-project/lldb/test/API/commands/register/register/intel_xtended_registers/
DTestMPXRegisters.py18 @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/
DTestBoundViolation.py18 @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/
DTestIntelPTSimpleBinary.py27 @skipIf(oslist=no_match(['linux']))
28 @skipIf(archs=no_match(['i386', 'x86_64']))
/external/llvm-project/lldb/test/API/commands/trace/
DTestTraceStartStop.py33 @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/
DTestMPXOffsetIntersection.py24 @skipIf(oslist=no_match(['linux']))
25 @skipIf(archs=no_match(['x86_64']))
/external/llvm-project/lldb/test/API/tools/lldb-server/memory-allocation/
DTestGdbRemoteMemoryAllocation.py47 @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/
DTestKernVerStrLCNOTE.py19 @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/
Dfde.c261 goto no_match; in __libdw_find_fde()
273 goto no_match; in __libdw_find_fde()
320 no_match: in __libdw_find_fde()
/external/rust/crates/regex-automata/src/
Dminimize.rs224 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/exec/
DTestExec.py20 oslist=no_match(["freebsd"]),
30 oslist=no_match(["freebsd"]),
/external/libtextclassifier/native/utils/sentencepiece/
Dnormalizer.cc125 const bool no_match = match.match_length <= 0; in NormalizePrefix() local
126 if (no_match) { in NormalizePrefix()
/external/llvm-project/lldb/test/API/functionalities/inferior-assert/
DTestInferiorAssert.py52 triple=no_match(".*-android"),
76 triple=no_match(".*-android"),
91 triple=no_match(".*-android"),
/external/llvm-project/lldb/test/API/functionalities/step-avoids-no-debug/
DTestStepNoDebug.py34 oslist=no_match(["freebsd"]),
51 oslist=no_match(["freebsd"]),
/external/llvm-project/lldb/test/API/macosx/lc-note/firmware-corefile/
DTestFirmwareCorefiles.py19 @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/tools/intel-features/intel-mpx/test/
DTestMPXTable.py25 @skipIf(oslist=no_match(['linux']))
26 @skipIf(archs=no_match(['i386', 'x86_64']))
/external/llvm-project/lldb/test/API/lang/objc/hidden-ivars/
DTestHiddenIvars.py30 debug_info=no_match("dsym"),
49 debug_info=no_match("dsym"),
/external/llvm-project/lldb/test/API/tools/lldb-server/
DTestGdbRemoteExpeditedRegisters.py181 @skipIf(archs=no_match(["aarch64"]))
182 @skipIf(oslist=no_match(['linux']))
/external/llvm-project/lldb/test/API/commands/frame/diagnose/array/
DTestArray.py16 …@skipIf(archs=no_match(['x86_64'])) # <rdar://problem/33842388> frame diagnose doesn't work for ar…

1234