Searched
full:parsed (Results
326 -
350 of
1974) sorted by null
<<11121314151617181920>>
/external/icu4c/i18n/unicode/ |
datefmt.h | 392 * @param text The string to be parsed into a UDate value. 394 * 'text' cannot be parsed, it will be set to a failure 396 * @result The parsed UDate value, if successful. 404 * example, a time text "07/10/96 4:5 PM, PDT" will be parsed into a Date 408 * this object's format method but can still be parsed as a date, then the 414 * @param text The date/time string to be parsed 419 * parsed based on the internal calendar, then the result 425 * @return A valid UDate if the input could be parsed. 434 * example, a time text "07/10/96 4:5 PM, PDT" will be parsed into a Date 438 * this object's format method but can still be parsed as a date, then th [all...] |
/external/icu4c/io/ |
uprintf.h | 83 * @param spec A pointer to a <TT>u_printf_spec</TT> to receive the parsed
|
/external/icu4c/test/intltest/ |
fldset.h | 64 * @return the number of valid parsed fields on success, or a negative number on failure. 76 * @return the number of valid parsed fields on success, or a negative number on failure. 90 * @return the number of valid parsed fields on success, or a negative number on failure. 120 * @param field which field is being parsed
|
/external/icu4c/tools/toolutil/ |
xmlparser.h | 46 * This class represents an element node in a parsed XML tree. 175 * return a pointer to the root element of the parsed tree. 181 * return a pointer to the root element of the parsed tree. 235 // elements are being parsed. All items on this
|
/external/libxml2/include/libxml/ |
parser.h | 39 * Each entity parsed is associated an xmlParserInput (except the 61 const xmlChar *cur; /* Current char being parsed */ 113 XML_PARSER_EOF = -1, /* nothing is to be parsed */ 114 XML_PARSER_START = 0, /* nothing has been parsed */ 205 xmlNodePtr node; /* Current parsed Node */ 211 xmlParserNodeInfoSeq node_seq; /* info about each node parsed */ 229 const xmlChar *name; /* Current parsed Node */ 304 unsigned long sizeentities; /* size of parsed entities */ 407 * An entity definition has been parsed. 422 * What to do when a notation declaration has been parsed [all...] |
uri.h | 24 * A parsed URI reference. This is a struct containing the various fields
|
/external/llvm/test/MC/MBlaze/ |
mblaze_shift.s | 4 # the Microblaze can be parsed by the assembly parser.
|
/external/llvm/utils/TableGen/ |
AsmMatcherEmitter.h | 10 // This tablegen backend emits a target specifier matcher for converting parsed
|
/external/qemu/android/build/ |
mkdeps.sh | 35 # a '\.' since this will be parsed by sed.
|
/external/regex-re2/re2/ |
set.h | 26 // it in the result of Match, or -1 if the regexp cannot be parsed.
|
/external/v8/src/ |
rewriter.h | 42 // Assumes code has been parsed and scopes have been analyzed. Mutates the
|
/external/v8/test/mjsunit/regress/ |
regress-892742.js | 32 // According to ECMA-262, this comment should be parsed as a
|
regress-918.js | 31 // The label was parsed as an expression and then tested for being a
|
regress-crbug-84186.js | 28 // Test that the expected string is parsed in the json parser when the length
|
/external/webkit/LayoutTests/dom/html/level2/html/ |
AppletsCollection.html | 22 <p>As the document is parsed, javascript will output the size of the document.applets collection after each Object tag is inserted into the document. For this test the count should always be zero.</p>
|
/external/webkit/Source/WebKit/android/nav/ |
ParseCanvas.h | 39 // Pictures parsed for content never want to create offscreen bitmaps.
|
/external/webkit/Source/WebKit2/Shared/ |
CommandLine.h | 36 // -key value and will store the parsed arguments in a map.
|
/frameworks/base/core/java/com/google/android/util/ |
SmileyParser.java | 51 * Retrieves the parsed text as a spannable string object.
|
/frameworks/compile/libbcc/lib/ExecutionEngine/ |
SourceInfo.h | 44 // use module to store the pointer to parsed bitcode.
|
/gdk/build/awk/ |
convert-deps-to-cygwin.awk | 17 # GCC compiler program into something that can be parsed into a cygwin-based
|
/libcore/luni/src/main/java/java/security/cert/ |
CertificateParsingException.java | 21 * The exception that is thrown when a {@code Certificate} can not be parsed.
|
/libcore/luni/src/main/java/javax/security/cert/ |
CertificateParsingException.java | 21 * The exception that is thrown when a {@code Certificate} can not be parsed.
|
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/testrunner/ |
TestIdentifier.java | 20 * Identifies a parsed instrumentation test.
|
/system/core/libcorkscrew/arch-arm/ |
ptrace-arm.c | 55 ALOGV("Parsed EXIDX header info for %s: start=0x%08x, size=%d", mi->name,
|
/external/clang/include/clang/Sema/ |
DeclSpec.h | 1 //===--- DeclSpec.h - Parsed declaration specifiers -------------*- C++ -*-===// 10 // This file defines the classes used to store parsed information about 531 /// no tokens were parsed in the production of it. 766 /// \brief Represents a C++ unqualified-id that has been parsed. 772 /// \brief Describes the kind of unqualified-id parsed. 795 /// parsed unqualified-id. 797 /// \brief When Kind == IK_Identifier, the parsed identifier, or when Kind 802 /// that we parsed. 873 /// \brief Specify that this unqualified-id was parsed as an identifier. [all...] |
Completed in 5338 milliseconds
<<11121314151617181920>>