HomeSort by relevance Sort by last modified time
    Searched full:parsing (Results 1151 - 1175 of 3047) sorted by null

<<41424344454647484950>>

  /external/clang/docs/
DriverInternals.html 39 <li><a href="#int_unified_parsing">Unified Parsing &amp; Pipelining</a></li>
191 <b>Parse: Option Parsing</b>
416 <h4 id="int_unified_parsing">Unified Parsing &amp; Pipelining</h4>
418 <p>Parsing and pipelining both occur without reference to a
446 <p>The driver operates by parsing all arguments but giving Tools
BlockLanguageSpec.txt 63 The type_expression extends C expression parsing to accommodate Block reference declarations as it accommodates function pointer declarations.
84 The lifetime of variables declared in a Block is that of a function; each activation frame contains a new copy of variables declared within the local scope of the Block. Such variable declarations should be allowed anywhere [testme] rather than only when C99 parsing is requested, including for statements. [testme]
  /external/icu4c/common/unicode/
messagepattern.h 308 * as a list of "parts" for fast and simple parsing and to minimize object allocations.
595 * Returns the number of "parts" created by parsing the pattern string.
691 * A message pattern "part", representing a pattern parsing event.
809 // Some fields are not final because they are modified during pattern parsing.
810 // After pattern parsing, the parts are effectively immutable.
    [all...]
  /external/libxml2/
legacy.c 575 * Needed for rollback cases. Used only when parsing entities references.
608 * content parsing
791 * Provide the line number of the current parsing point.
807 * Provide the column number of the current parsing point.
    [all...]
  /external/proguard/src/proguard/
ConfigurationParser.java 438 // Not a comma. Stop parsing the keep modifiers.
584 // The interface or enum keyword. Stop parsing the class flags.
666 // The closing brace. Stop parsing the class members
    [all...]
  /external/protobuf/src/google/protobuf/
text_format.cc 96 // Internal class for parsing an ASCII representation of a Protocol Message.
169 GOOGLE_LOG(ERROR) << "Error parsing text-format "
174 GOOGLE_LOG(ERROR) << "Error parsing text-format "
186 GOOGLE_LOG(WARNING) << "Warning parsing text-format "
191 GOOGLE_LOG(WARNING) << "Warning parsing text-format "
    [all...]
  /external/qemu/elff/
dwarf_defs.h 629 /* Encapsulates a DIE attribute, collected during ELF file parsing.
670 * This structure is used as an ELF file parsing parameter, limiting collected
675 * DIEs for all tags will be collected during the parsing. */
679 /* Checks if a DIE with the given tag should be collected during the parsing.
685 * true if a DIE with the given tag should be collected during the parsing,
    [all...]
  /external/tinyxml/
xmltest.cpp 336 cout << "\n** Parsing. **\n";
649 printf ("\n** Parsing, no Condense Whitespace **\n");
958 XmlTest( "Parsing repeated attributes.", 0, (int)doc.Error() ); // not an error to tinyxml
959 XmlTest( "Parsing repeated attributes.", "blue", doc.FirstChildElement( "element" )->Attribute( "attr" ) );
997 XmlTest( "ISO-8859-1 Parsing.", "C?nt?nt???????", tHandle.Text()->Value() );
  /frameworks/base/services/java/com/android/server/
WallpaperManagerService.java     [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
SmsMessage.java 106 Log.e(LOG_TAG, "SMS PDU parsing failed: ", ex);
134 Log.e(LOG_TAG, "SMS PDU parsing failed: ", ex);
146 Log.e(LOG_TAG, "CDS SMS PDU parsing failed: ", ex);
172 "SMS parsing failed: Trying to parse a free record");
187 Log.e(LOG_TAG, "SMS PDU parsing failed: ", ex);
    [all...]
  /ndk/sources/host-tools/ndk-stack/elff/
dwarf_defs.h 629 /* Encapsulates a DIE attribute, collected during ELF file parsing.
670 * This structure is used as an ELF file parsing parameter, limiting collected
675 * DIEs for all tags will be collected during the parsing. */
679 /* Checks if a DIE with the given tag should be collected during the parsing.
685 * true if a DIE with the given tag should be collected during the parsing,
  /external/icu4c/i18n/
smpdtfmt.cpp 21 * 10/14/99 aliu Updated 2-digit year parsing so that only "00" thru
148 // suppress the parsing of negative numbers. Adjust as needed (if
747 // show the decimal point, and recognizes integers only when parsing
    [all...]
decimfmt.cpp 15 * 04/3/97 aliu Rewrote parsing and formatting completely, and
17 * Implemented NAN and INF handling, for both parsing
73 /* For currency parsing purose,
447 // but also for mix parsing
454 // need it for mix parsing
    [all...]
  /external/libphonenumber/java/test/com/android/i18n/phonenumbers/
PhoneNumberMatcherTest.java 91 // Test parsing mobile numbers of Argentina.
98 // Test parsing fixed-line numbers of Argentina.
124 // Test parsing fixed-line numbers of Mexico.
129 // Test parsing mobile numbers of Mexico.
168 // indicate an extension, although we accept it when parsing.
588 // The trailing "]" is thrown away before parsing, so the resultant number, while a valid US
    [all...]
  /libcore/luni/src/main/java/javax/xml/datatype/
DatatypeFactory.java 158 * @return New <code>Duration</code> created from parsing the <code>lexicalRepresentation</code>.
304 * <p>Create a <code>Duration</code> of type <code>xdt:dayTimeDuration</code> by parsing its <code>String</code> representation,
517 * <p>Create a <code>Duration</code> of type <code>xdt:yearMonthDuration</code> by parsing its <code>String</code> representation,
    [all...]
  /external/webkit/PerformanceTests/Parser/resources/
html5.html     [all...]
  /external/clang/include/clang/Sema/
Sema.h 212 /// CurContext - This is the current declaration context of parsing.
266 /// FieldCollector - Collects CXXFieldDecls during parsing of C++ classes.
277 /// we are currently parsing the initializer.
365 /// during parsing and other processing.
368 /// produced during the parsing of a declaration.
378 /// the stack. When parsing class definitions, we ignore active
382 /// \brief The depth of the declarations we're currently parsing.
400 /// Observe that we've started parsing a declaration. Access and
413 /// Observe that we're completed parsing a declaration.
560 /// A flag that is set when parsing a -dealloc method and no [super dealloc
    [all...]
  /external/aac/libSYS/src/
cmdl_parser.cpp 184 _ftprintf(stderr, _TEXT("\n\nError: Parsing argument for required switch '%ls'.\n" ), current_str);
186 _ftprintf(stderr, _TEXT("\n\nError: Parsing argument for required switch '%s'.\n" ), current_str);
  /external/checkpolicy/
ChangeLog 111 * Merged remove use of REJECT and trailing context in lex rules; make ipv4 address parsing like ipv6 from James Carter.
230 during parsing and expansion now.
  /external/chromium/chrome/common/extensions/docs/examples/extensions/news/javascript/
feed.js 35 * Handles feed parsing errors.
79 * Generates news iframe in pop-up page by parsing retrieved feed.
  /external/chromium/googleurl/src/
gurl.cc 49 // |*canonical|, along with the parsing of the canonical spec in |*parsed|.
297 // appending a canonical path, so avoiding re-parsing.
  /external/chromium/net/http/
http_auth_handler_digest_unittest.cc 186 { // Check that when algorithm has an unsupported value, parsing fails.
272 { // Opaque parameter parsing should work correctly.
http_response_headers.h 126 // Get the HTTP version determined while parsing; or (0,0) if parsing failed
  /external/chromium/net/spdy/
spdy_framer.h 146 // Pass data into the framer for parsing.
164 // Further parsing utilities.
  /external/chromium/third_party/libjingle/
libjingle.gyp 388 'source/talk/p2p/base/parsing.cc',
389 'source/talk/p2p/base/parsing.h',

Completed in 2229 milliseconds

<<41424344454647484950>>