Home
last modified time | relevance | path

Searched refs:unmatched (Results 1 – 25 of 52) sorted by relevance

123

/external/wpa_supplicant_8/hostapd/logwatch/
Dhostapd16 my @unmatched;
36 push @unmatched, "$line\n";
60 if ($#unmatched >= 0) {
62 print @unmatched;
/external/llvm-project/clang/test/CodeGenCXX/
Dauto-var-init.cpp221 union unmatched { char c; int i; }; union
1554 TEST_UNINIT(unmatched, unmatched);
1566 TEST_BRACES(unmatched, unmatched);
1574 TEST_CUSTOM(unmatched, unmatched, { .i = 0x3badbeef });
/external/llvm-project/llvm/test/MC/AsmParser/
Dunmatched-if.s3 # CHECK: {{.*}}.s:6:1: error: unmatched .ifs or .elses
/external/llvm-project/polly/lib/External/ppcg/
Dppcg.c527 isl_union_map *unmatched; in compute_order_dependences() local
538 unmatched = isl_union_map_copy(ps->tagged_may_writes); in compute_order_dependences()
539 unmatched = isl_union_map_subtract_domain(unmatched, matched); in compute_order_dependences()
540 reads = isl_union_map_union(reads, unmatched); in compute_order_dependences()
/external/python/cpython2/Lib/
Dcookielib.py317 def unmatched(match): function
379 text = unmatched(m)
383 text = unmatched(m)
389 text = unmatched(m)
/external/llvm-project/mlir/test/Dialect/Quant/
Dquant_region.mlir74 …// @expected-error @+1 {{'quant.region' op has unmatched operands/results number and spec attribut…
/external/python/cpython3/Lib/http/
Dcookiejar.py332 def unmatched(match): function
394 text = unmatched(m)
398 text = unmatched(m)
404 text = unmatched(m)
/external/grpc-grpc/third_party/nanopb/generator/
Dnanopb_generator.py1495 unmatched = [n for n,o in Globals.separate_options if n not in Globals.matched_namemasks]
1496 if unmatched and not options.quiet:
1498 + ', '.join(unmatched) + "\n")
/external/nanopb-c/generator/
Dnanopb_generator.py1603 unmatched = [n for n,o in Globals.separate_options if n not in Globals.matched_namemasks]
1604 if unmatched and not options.quiet:
1606 + ', '.join(unmatched) + "\n")
/external/mesa3d/docs/relnotes/
D18.3.5.rst96 - glsl/linker: Fix unmatched TCS outputs being reduced to local
/external/f2fs-tools/fsck/
Dfsck.c605 goto unmatched; in check_extent_info()
620 goto unmatched; in check_extent_info()
625 goto unmatched; in check_extent_info()
628 goto unmatched; in check_extent_info()
640 unmatched: in check_extent_info()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_document.cpp1007 for (auto* unmatched : rgItemUnmatchList) { in CopyContainer_SubformSet() local
1008 pDocument->DataMerge_CopyContainer(unmatched, pSubformSetNode, in CopyContainer_SubformSet()
/external/cn-cbor/cmake/
DCoverallsGenerateGcov.cmake269 # because CMake will fail to parse a line containing unmatched brackets...
/external/llvm-project/llvm/docs/CommandGuide/
Dllvm-profdata.rst333 c2_v_i (i = 1 .. v) are unmatched counters (or counters only existing in)
/external/icu/tools/cldr/cldr-to-icu/src/main/resources/
Dldml2icu_readme.txt150 the "key" for any unmatched rules with fallback values (to "fill in the gaps").
/external/clang/lib/Sema/
DSemaDeclObjC.cpp2408 const ObjCMethodDecl *unmatched = impl; in checkMethodFamilyMismatch() local
2413 unmatched = decl; in checkMethodFamilyMismatch()
2452 if (unmatched->getReturnType()->isObjCObjectPointerType()) { in checkMethodFamilyMismatch()
/external/starlark-go/starlark/testdata/
Dstring.star224 assert.fails(lambda: "}}{".format(1), "unmatched '{' in format")
/external/llvm-project/clang/lib/Sema/
DSemaDeclObjC.cpp2501 const ObjCMethodDecl *unmatched = impl; in checkMethodFamilyMismatch() local
2506 unmatched = decl; in checkMethodFamilyMismatch()
2545 if (unmatched->getReturnType()->isObjCObjectPointerType()) { in checkMethodFamilyMismatch()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
Dregengine.inc304 const char *tail; /* string unmatched by rest of RE */
/external/swiftshader/third_party/llvm-subzero/lib/Support/
Dregengine.inc304 const char *tail; /* string unmatched by rest of RE */
/external/llvm/lib/Support/
Dregengine.inc304 const char *tail; /* string unmatched by rest of RE */
/external/llvm-project/llvm/lib/Support/
Dregengine.inc304 const char *tail; /* string unmatched by rest of RE */
/external/python/cpython3/Doc/library/
Dstring.rst766 templates containing dangling delimiters, unmatched braces, or
/external/python/cpython2/Doc/library/
Ditertools.rst461 care about trailing, unmatched values from the longer iterables. If those
/external/pcre/dist2/testdata/
Dtestoutput2379 Failed: error 122 at offset 0: unmatched closing parenthesis
848 Failed: error 122 at offset 3: unmatched closing parenthesis
857 Failed: error 122 at offset 0: unmatched closing parenthesis
884 Failed: error 122 at offset 3: unmatched closing parenthesis
893 Failed: error 122 at offset 0: unmatched closing parenthesis
14697 Failed: error 122 at offset 12: unmatched closing parenthesis
15367 Failed: error 122 at offset 10: unmatched closing parenthesis
15594 # This one is here because Perl gives an 'unmatched )' error which goes away

123