/external/oprofile/libop/tests/ |
alloc_counter_tests.c | 152 struct parsed_event parsed[MAX_EVENTS]; local 157 nr_events = parse_events(parsed, MAX_EVENTS, it->events); 160 event[i] = find_event_by_name(parsed[i].name, parsed[i].unit_mask, 161 parsed[i].unit_mask_valid); 166 parsed[i].name,
|
/frameworks/base/core/java/android/os/ |
SystemProperties.java | 73 * @return the key parsed as an integer, or def if the key isn't found or 74 * cannot be parsed 88 * @return the key parsed as a long, or def if the key isn't found or 89 * cannot be parsed 108 * @return the key parsed as a boolean, or def if the key isn't found or is 109 * not able to be parsed as a boolean.
|
/libcore/luni/src/main/java/org/w3c/dom/ |
Entity.java | 16 * This interface represents a known entity, either parsed or unparsed, in an 25 * parameter entities. This means that parsed entities declared in the 61 * parsed entities, this is <code>null</code>. 67 * of parsing, when it is an external parsed entity. This is 76 * of this entity, when it is an external parsed entity. This is 84 * number of this entity, when it is an external parsed entity. This is
|
/external/chromium/googleurl/src/ |
url_canon_internal_file.h | 105 const ParsedURL& parsed, 133 source.host, parsed.host, output, &new_parsed->host); 141 int after_drive = FileDoDriveSpec(source.path, parsed.path.begin, 142 parsed.path.end(), output); 145 FileDoPath<CHAR, UCHAR>(source.path, after_drive, parsed.path.end(), output); 150 source.query, parsed.query, output, &new_parsed->query); 152 source.ref, parsed.ref, output, &new_parsed->ref);
|
url_parse_internal.h | 99 // scheme, this parses it and fills in the structure, Every item in the parsed 104 Parsed* parsed); 108 Parsed* parsed);
|
/external/chromium/net/tools/flip_server/ |
balsa_visitor_interface.h | 67 // determine proper framing, it might as well pass the parsed and 69 // that purpose-- parsed headers are passed into this function. 71 // headers - contains the parsed headers in the order in which 76 // Called when the first line of the message is parsed, in this case, for a 102 // Called when the first line of the message is parsed, in this case, for a 126 // Called when a chunk length is parsed. 134 // BalsaFrame::ProcessChunkExtentions to get the parsed and cleaned up
|
/external/oprofile/libpp/ |
parse_filename.cpp | 233 bool parsed_filename::profile_spec_equal(parsed_filename const & parsed) 235 return event == parsed.event && 236 count == parsed.count && 237 unitmask == parsed.unitmask && 238 tgid == parsed.tgid && 239 tid == parsed.tid && 240 cpu == parsed.tid;
|
/dalvik/dx/src/com/android/dx/cf/direct/ |
StdAttributeFactory.java | 225 observer.parsed(bytes, offset, 2, 227 observer.parsed(bytes, offset + 2, 2, 229 observer.parsed(bytes, offset + 4, 4, 257 observer.parsed(bytes, offset, 2, 281 observer.parsed(bytes, offset, 8, 328 observer.parsed(bytes, offset, 2, "value: " + cst); 367 observer.parsed(bytes, offset, 2, "class: " + type); 368 observer.parsed(bytes, offset + 2, 2, "method: " + 388 observer.parsed(bytes, offset, 2, 417 observer.parsed(bytes, offset, 2 [all...] |
DirectClassFile.java | 95 * before the constant pool is successfully parsed 101 * before the file is successfully parsed 108 * before the file is successfully parsed 121 * parsed 127 * {@code null} before the file is successfully parsed 133 * {@code null} before the file is successfully parsed 140 * parsed 448 observer.parsed(bytes, 0, 0, "begin classfile"); 449 observer.parsed(bytes, 0, 4, "magic: " + Hex.u4(getMagic0())); 450 observer.parsed(bytes, 4, 2 [all...] |
FieldListParser.java | 49 * Gets the parsed list. 51 * @return {@code non-null;} the parsed list
|
/external/icu4c/i18n/ |
tridpars.h | 53 * A structure containing the parsed data of a filtered ID, that 57 * will be non-null only if a non-empty variant was parsed. 60 * parsed id. If there was no explicit source, then an implied 63 * 'filter' is the parsed filter pattern, or null if there was no 117 * @param id the id to be parsed 120 * the last character parsed. 129 * @param id the id to be parsed 132 * the last character parsed. 146 * the last character parsed. 181 * objects representing the parsed IDs. Previous contents ar [all...] |
/dalvik/dx/src/com/android/dx/cf/cst/ |
ConstantPoolParser.java | 56 /** {@code non-null;} actual parsed constant pool contents */ 65 * yet parsed 132 observer.parsed(bytes, 8, 2, 134 observer.parsed(bytes, 10, 0, "\nconstant_pool:"); 169 observer.parsed(bytes, offset, nextOffset - offset, human); 173 observer.parsed(bytes, endOffset, 0, "end constant_pool"); 230 * parsed, also storing it in the constant pool. This will also 235 * @return {@code non-null;} the parsed constant 336 * @return {@code non-null;} the parsed value
|
/external/clang/utils/TableGen/ |
TableGen.cpp | 75 "gen-clang-attr-late-parsed-list", 81 "gen-clang-attr-parsed-attr-list", 82 "Generate a clang parsed attribute list"), 84 "gen-clang-attr-parsed-attr-kinds", 85 "Generate a clang parsed attribute kinds"),
|
/packages/apps/Email/src/com/android/email/mail/store/imap/ |
ImapString.java | 96 * @return whether it can be parsed as a number. 112 * @return value parsed as a number. 122 * @return whether it can be parsed as a date using {@link #DATE_TIME_FORMAT}. 135 Log.w(Logging.LOG_TAG, getString() + " can't be parsed as a date."); 141 * @return value it can be parsed as a {@link Date}, or null otherwise.
|
/packages/apps/Email/src/org/apache/james/mime4j/ |
ContentHandler.java | 37 * the message stream parsed by the parser. E.g.:
103 * Called when a header (of a message or body part) is about to be parsed.
140 * Called when the body of a multipart entity is about to be parsed.
151 * Called when the body of an entity has been parsed.
157 * be parsed.
|
/external/bluetooth/glib/glib/ |
goption.c | 195 * to add descriptions for "rest" arguments, which are not parsed by 1214 gboolean *parsed) 1280 *parsed = TRUE; 1296 gboolean *parsed) 1320 *parsed = TRUE; 1605 gboolean parsed = FALSE; local [all...] |
/external/bluetooth/hcidump/src/ |
hcidump.8 | 18 rather than parsed, and the dump file can be parsed in a subsequent moment. 48 The saved dump file can be subsequently parsed with option
|
/external/chromium/chrome/browser/net/ |
url_fixer_upper.h | 16 struct Parsed; 32 std::string SegmentURL(const std::string& text, url_parse::Parsed* parts); 33 string16 SegmentURL(const string16& text, url_parse::Parsed* parts);
|
/external/chromium/chrome/common/extensions/ |
extension_unpacker.h | 21 // report back to the browser process, who then transcodes the pre-parsed bits 75 // Parses the catalog at the given path and puts it in our list of parsed 88 // The parsed version of the manifest JSON contained in the extension.
|
/external/clang/include/clang/Sema/ |
CXXFieldCollector.h | 60 /// getCurNumField - The number of fields added to the currently parsed class. 62 assert(!FieldCount.empty() && "no currently-parsed class"); 66 /// getCurFields - Pointer to array of fields added to the currently parsed
|
/external/e2fsprogs/doc/ |
libblkid.txt | 41 is NULL, then attribute_name is parsed as if it were 42 "<attribute_name>=<value>"; if it cannot be so parsed, then the 62 will be repeatedly parsed over and over again, with memory allocated
|
/external/icu4c/common/unicode/ |
symtable.h | 100 * exit, the index after the last parsed character. If the parse 102 * @param limit the index after the last character to be parsed. 103 * @return the parsed name, or an empty string if there is no
|
/external/llvm/lib/DebugInfo/ |
DWARFContext.h | 59 /// Get a pointer to the parsed DebugAbbrev object. 62 /// Get a pointer to the parsed DebugAranges object. 65 /// Get a pointer to a parsed line table corresponding to a compile unit.
|
/external/chromium/chrome/browser/ |
utility_process_host.h | 45 // parsed manifest.json file. |catalogs| contains list of all parsed 54 // Called when the web resource has been successfully parsed. |json_data| 55 // contains the parsed list of web resource items downloaded from the 64 // Called when an update manifest xml file was successfully parsed. 129 // data. Any links that need to be downloaded from the parsed data
|
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/ |
AbstractXmlPullParser.java | 61 * @return the parsed value or 0 if it could not be parsed
|