Home
last modified time | relevance | path

Searched refs:unparsed (Results 1 – 17 of 17) sorted by relevance

/external/ltp/android/tools/
Dmake_parser.py85 args, unparsed = self.ar_parser.parse_known_args(line.split()[1:])
87 sources = self.GetRelativePathForExtensions(unparsed, ['o'])
95 for path in unparsed:
113 args, unparsed = self.cc_parser.parse_known_args(line.split()[1:])
115 sources = self.GetRelativePathForExtensions(unparsed, ['c', 'o'])
126 flags.extend(i for i in unparsed if i.startswith('-Wno'))
/external/desugar/java/com/google/devtools/common/options/
DOptionsParserImpl.java454 List<String> unparsed = parse( in parse() local
461 if (!unparsed.isEmpty()) { in parse()
466 + Joiner.on(' ').join(unparsed)); in parse()
510 List<String> unparsed = parse(priority, expansionSourceFunction, null, originalName, in parse() local
512 if (!unparsed.isEmpty()) { in parse()
519 + Joiner.on(' ').join(unparsed)); in parse()
566 List<String> unparsed = parse(priority, requirementSourceFunction, entry.getKey(), null, in parse() local
568 if (!unparsed.isEmpty()) { in parse()
572 + Joiner.on(' ').join(unparsed)); in parse()
/external/webrtc/webrtc/base/
Dbase64_unittest.cc922 size_t unparsed = encoded_len - consumed; in DecodeTest() local
923 EXPECT_EQ(expect_unparsed, unparsed) << "\"" << encoded in DecodeTest()
/external/clang/cmake/modules/
DAddClang.cmake80 ${ARG_ADDITIONAL_HEADERS} # It may contain unparsed unknown args.
/external/python/cpython2/Doc/library/
Dxml.sax.handler.rst33 (unparsed entities and attributes).
127 than notations and unparsed entities.
362 Handle an unparsed entity declaration event.
Dpyexpat.rst409 Called for unparsed (NDATA) entity declarations. This is only present for
420 ``None`` for parsed entities, and the name of the notation for unparsed
/external/nist-sip/java/gov/nist/javax/sip/message/
DSIPMessage.java1546 public void addUnparsed(String unparsed) { in addUnparsed() argument
1547 this.unrecognizedHeaders.add(unparsed); in addUnparsed()
/external/llvm/docs/tutorial/
DLangImpl02.rst477 In particular, we could have "(a+b) binop unparsed" or "a + (b binop
478 unparsed)". To determine this, we look ahead at "binop" to determine its
DOCamlLangImpl2.rst356 In particular, we could have "(a+b) binop unparsed" or "a + (b binop
357 unparsed)". To determine this, we look ahead at "binop" to determine its
/external/expat/doc/
Dxmlwf.sgml345 &lt;!ENTITY logo SYSTEM "logo.png" PNG&gt; (unparsed)
/external/llvm/docs/CommandGuide/
Dlit.rst424 (unparsed) string.
/external/libxml2/os400/libxmlrpg/
Dparser.rpgle473 * What to do when an unparsed entity declaration is parsed.
/external/libmicrohttpd/
DChangeLog1380 Added option to get unparsed URI via callback.
/external/libnl/doc/
Dcore.txt1979 /* unparsed attribute data */
/external/mksh/src/
Dcheck.t12556 getopts sets OPTIND correctly for unparsed option
/external/jline/src/src/test/resources/jline/example/
Denglish.gz
/external/libxml2/
DChangeLog14210 PE93 on external unparsed entities and standalone status.
15781 entity wasn't done breaking XSLT unparsed-entity-uri()