Home
last modified time | relevance | path

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

12

/external/wpa_supplicant_8/hostapd/logwatch/
Dhostapd16 my @unmatched;
36 push @unmatched, "$line\n";
60 if ($#unmatched >= 0) {
62 print @unmatched;
/external/python/cpython2/Lib/
Dcookielib.py317 def unmatched(match): function
379 text = unmatched(m)
383 text = unmatched(m)
389 text = unmatched(m)
/external/python/cpython3/Lib/http/
Dcookiejar.py325 def unmatched(match): function
387 text = unmatched(m)
391 text = unmatched(m)
397 text = unmatched(m)
/external/f2fs-tools/fsck/
Dfsck.c589 goto unmatched; in check_extent_info()
604 goto unmatched; in check_extent_info()
609 goto unmatched; in check_extent_info()
612 goto unmatched; in check_extent_info()
624 unmatched: in check_extent_info()
/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/pdfium/xfa/fxfa/parser/
Dxfa_document_datamerger_imp.cpp891 for (auto* unmatched : rgItemUnmatchList) { in CopyContainer_SubformSet() local
892 pDocument->DataMerge_CopyContainer(unmatched, pSubformSetNode, in CopyContainer_SubformSet()
/external/scapy/doc/scapy/
Dintroduction.rst25 …rs and returns a list of packet couples (request, answer) and a list of unmatched packets. This ha…
/external/cn-cbor/cmake/
DCoverallsGenerateGcov.cmake269 # because CMake will fail to parse a line containing unmatched brackets...
/external/u-boot/scripts/
Dspelling.txt1196 unmached||unmatched
/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/swiftshader/third_party/LLVM/lib/Support/
Dregengine.inc304 const char *tail; /* string unmatched by rest of RE */
/external/swiftshader/third_party/llvm-7.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/python/cpython3/Doc/library/
Dstring.rst745 templates containing dangling delimiters, unmatched braces, or
Dre.rst962 valid regular expression (for example, it might contain unmatched parentheses)
/external/python/cpython2/Doc/library/
Ditertools.rst461 care about trailing, unmatched values from the longer iterables. If those
Dstring.rst707 templates containing dangling delimiters, unmatched braces, or
Dre.rst734 valid regular expression (for example, it might contain unmatched parentheses)
/external/pcre/dist2/testdata/
Dtestoutput2379 Failed: error 122 at offset 0: unmatched closing parenthesis
865 Failed: error 122 at offset 3: unmatched closing parenthesis
874 Failed: error 122 at offset 0: unmatched closing parenthesis
901 Failed: error 122 at offset 3: unmatched closing parenthesis
910 Failed: error 122 at offset 0: unmatched closing parenthesis
14713 Failed: error 122 at offset 12: unmatched closing parenthesis
15363 Failed: error 122 at offset 10: unmatched closing parenthesis
15590 # This one is here because Perl gives an 'unmatched )' error which goes away
/external/python/cpython3/Doc/faq/
Ddesign.rst680 processors consider an unmatched trailing backslash to be an error anyway, so
/external/python/cpython2/Doc/faq/
Ddesign.rst715 processors consider an unmatched trailing backslash to be an error anyway, so
/external/llvm/include/llvm/Target/
DTarget.td617 /// error will be suppressed if all of the remaining unmatched operands are
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Target/
DTarget.td717 /// error will be suppressed if all of the remaining unmatched operands are

12