Home
last modified time | relevance | path

Searched refs:unmatched (Results 1 – 25 of 27) 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/nanopb-c/generator/
Dnanopb_generator.py1040 unmatched = [n for n,o in Globals.separate_options if n not in Globals.matched_namemasks]
1041 if unmatched and not options.quiet:
1043 + ', '.join(unmatched) + "\n")
/external/f2fs-tools/fsck/
Dfsck.c566 goto unmatched; in check_extent_info()
571 goto unmatched; in check_extent_info()
574 goto unmatched; in check_extent_info()
586 unmatched: in check_extent_info()
/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-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/swiftshader/third_party/LLVM/lib/Support/
Dregengine.inc304 const char *tail; /* string unmatched by rest of RE */
/external/python/cpython2/Doc/library/
Ditertools.rst449 care about trailing, unmatched values from the longer iterables. If those
Dstring.rst706 templates containing dangling delimiters, unmatched braces, or
Dre.rst707 valid regular expression (for example, it might contain unmatched parentheses)
/external/pcre/dist2/testdata/
Dtestoutput2375 Failed: error 122 at offset 0: unmatched closing parenthesis
857 Failed: error 122 at offset 3: unmatched closing parenthesis
866 Failed: error 122 at offset 0: unmatched closing parenthesis
893 Failed: error 122 at offset 3: unmatched closing parenthesis
902 Failed: error 122 at offset 0: unmatched closing parenthesis
14545 Failed: error 122 at offset 12: unmatched closing parenthesis
15172 Failed: error 122 at offset 10: unmatched closing parenthesis
Dtestoutput53997 Failed: error 122 at offset 1227: unmatched closing parenthesis
/external/bison/po/
Dru.po1433 #~ msgid "unmatched %s"
Dtr.po1369 #~ msgid "unmatched %s"
Dde.po1375 #~ msgid "unmatched %s"
Dhr.po1408 #~ msgid "unmatched %s"
/external/python/cpython2/Doc/faq/
Ddesign.rst748 processors consider an unmatched trailing backslash to be an error anyway, so
/external/bison/
DChangeLog-1998766 (parse_union_decl): Catch unmatched close-brace.
DChangeLog-20129827 * data/lalr1.cc: Don't put an unmatched ' in a dnl comment, as
23023 `unmatched' message.
/external/llvm/include/llvm/Target/
DTarget.td617 /// error will be suppressed if all of the remaining unmatched operands are
/external/pcre/dist2/
DChangeLog40 9. Detect unmatched closing parentheses and give the error in the pre-scan
/external/netperf/doc/
Dtexinfo.tex463 % Define the control sequence \E#1 to give an unmatched @end error.
/external/jline/src/src/test/resources/jline/example/
Denglish.gz
/external/python/cpython2/Misc/
DHISTORY1904 previously, an unmatched quote character could result in the entire
14050 containing an unmatched '"' could cause an exception or core dump.

12