HomeSort by relevance Sort by last modified time
    Searched full:parsed (Results 276 - 300 of 1974) sorted by null

<<11121314151617181920>>

  /external/qemu/android/
cmdline-option.h 33 * 'opt' will be set to the content of parsed options
  /external/v8/tools/
mac-nm 12 # needs to be parsed, which requires a lot of knowledge to be coded in.
  /external/wpa_supplicant_6/wpa_supplicant/src/common/
ieee802_11_common.h 18 /* Parsed Information Elements */
  /external/wpa_supplicant_8/src/common/
ieee802_11_common.h 12 /* Parsed Information Elements */
  /frameworks/base/telephony/java/com/android/internal/telephony/cat/
ComprehensionTlv.java 83 * @param data A byte array containing data to be parsed
85 * @return A list of COMPREHENSION-TLV objects parsed
109 * @param data A byte array containing data to be parsed
111 * @return A COMPREHENSION-TLV object parsed
  /libcore/luni/src/main/java/java/net/
ExtendedResponseCache.java 30 * its @hide tag will be parsed by Doclava. This hides this interface from
  /libcore/luni/src/main/java/org/xml/sax/
Locator.java 52 * entity or of the external parsed entity in which the markup
66 * entity or of the external parsed entity in which the markup
95 * in the document entity or external parsed entity where the
122 * in the document entity or external parsed entity where the
  /packages/apps/Contacts/src/com/android/contacts/editor/
PhoneticNameEditorView.java 92 * Parses phonetic name and returns parsed data (family, middle, given) as ContentValues.
93 * Parsed data should be {@link StructuredName#PHONETIC_FAMILY_NAME},
98 * @param phoneticName Phonetic name to be parsed
101 * @return ContentValues with parsed data. Those data can be null.
  /external/webkit/Source/WebCore/platform/
KURL.h 98 // For conversions for other structures that have already parsed and
102 const url_parse::Parsed& parsed, bool isValid);
222 // Getters for the parsed structure and its corresponding 8-bit string.
223 const url_parse::Parsed& parsed() const { return m_url.m_parsed; } function in class:WebCore::KURL
280 // These are operations that aren't faster on a parsed URL.
KURLGoogle.cpp 163 KURLGooglePrivate::KURLGooglePrivate(const url_parse::Parsed& parsed, bool isValid)
166 , m_parsed(parsed)
312 url_parse::Parsed newParsed;
394 const url_parse::Parsed& parsed, bool isValid)
395 : m_url(parsed, isValid)
399 if (parsed.ref.is_nonempty())
879 // initialized) string and parsed structure would be a waste of time.
904 return m_url.m_parsed.CountCharactersBefore(url_parse::Parsed::HOST, false)
    [all...]
  /libcore/luni/src/main/java/javax/xml/parsers/
DocumentBuilder.java 40 * an instance of this class is obtained, XML can be parsed from a
92 * @param is InputStream containing the content to be parsed.
116 * @param is InputStream containing the content to be parsed.
141 * @param uri The location of the content to be parsed.
192 * @param is InputSource containing the content to be parsed.
225 * entities present in the XML document to be parsed. Setting
231 * present in the XML document to be parsed.
  /external/chromium/googleurl/src/
gurl.h 66 // Constructor for URLs that have already been parsed and canonicalized. This
70 const url_parse::Parsed& parsed, bool is_valid);
74 // Returns true when this object represents a valid parsed URL. When not
116 // Getter for the raw parsed structure. This allows callers to locate parts
120 // The returned parsed structure will reference into the raw spec, which may
124 const url_parse::Parsed& parsed_for_possibly_invalid_spec() const {
301 // Returns a parsed version of the port. Can also be any of the special
302 // values defined in Parsed for ExtractPort.
367 url_parse::Parsed parsed_
    [all...]
url_canon_unittest.cc 851 url_parse::Parsed parsed; local
1278 url_parse::Parsed parsed; local
1308 url_parse::Parsed parsed; local
1340 url_parse::Parsed parsed; local
1384 url_parse::Parsed parsed; local
1424 url_parse::Parsed parsed; local
1476 url_parse::Parsed parsed; local
1565 url_parse::Parsed parsed; local
1605 url_parse::Parsed parsed; local
1655 url_parse::Parsed parsed; local
1907 url_parse::Parsed parsed; local
1964 url_parse::Parsed parsed; local
    [all...]
  /external/dbus/dbus/
dbus-address.c 777 _dbus_assert_not_reached ("Parsed incorrect address.");
782 _dbus_assert_not_reached ("Parsed incorrect address.");
787 _dbus_assert_not_reached ("Parsed incorrect address.");
792 _dbus_assert_not_reached ("Parsed incorrect address.");
797 _dbus_assert_not_reached ("Parsed incorrect address.");
802 _dbus_assert_not_reached ("Parsed incorrect address.");
807 _dbus_assert_not_reached ("Parsed incorrect address.");
812 _dbus_assert_not_reached ("Parsed incorrect address.");
817 _dbus_assert_not_reached ("Parsed incorrect address.");
  /external/webrtc/test/functional_test/
webrtc_test.html 284 var parsed = data.split(",");
285 if (parseInt(parsed[2]) == 1) { // New peer
286 var peerId = parseInt(parsed[1]);
291 addPeer(peerId, parsed[0]);
295 } else if (parseInt(parsed[2]) == 0) { // Removed peer
296 removePeer(parseInt(parsed[1]));
433 var parsed = peers[i].split(",");
434 addPeer(parseInt(parsed[1]), parsed[0]);
  /build/tools/droiddoc/templates-sdk/
class.cs 98 <?cs # this next line must be exactly like this to be parsed by eclipse ?>
146 <?cs # this next line must be exactly like this to be parsed by eclipse ?>
284 <?cs # this next line must be exactly like this to be parsed by eclipse ?>
290 <?cs # this next line must be exactly like this to be parsed by eclipse ?>
299 <?cs # this next line must be exactly like this to be parsed by eclipse ?>
326 <?cs # this next line must be exactly like this to be parsed by eclipse ?>
341 <?cs # this next line must be exactly like this to be parsed by eclipse ?>
350 <?cs # this next line must be exactly like this to be parsed by eclipse ?>
377 <?cs # this next line must be exactly like this to be parsed by eclipse ?>
386 <?cs # this next line must be exactly like this to be parsed by eclipse ?
    [all...]
  /external/doclava/res/assets/templates/
class.cs 92 <?cs # this next line must be exactly like this to be parsed by eclipse ?>
140 <?cs # this next line must be exactly like this to be parsed by eclipse ?>
278 <?cs # this next line must be exactly like this to be parsed by eclipse ?>
284 <?cs # this next line must be exactly like this to be parsed by eclipse ?>
293 <?cs # this next line must be exactly like this to be parsed by eclipse ?>
320 <?cs # this next line must be exactly like this to be parsed by eclipse ?>
335 <?cs # this next line must be exactly like this to be parsed by eclipse ?>
344 <?cs # this next line must be exactly like this to be parsed by eclipse ?>
371 <?cs # this next line must be exactly like this to be parsed by eclipse ?>
380 <?cs # this next line must be exactly like this to be parsed by eclipse ?
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
ShortTest.java 171 assertEquals("Incorrectly parsed hex string",
173 assertEquals("Incorrectly parsed oct string",
175 assertEquals("Incorrectly parsed dec string",
177 assertEquals("Incorrectly parsed bin string",
179 assertEquals("Incorrectly parsed -hex string", -255, Short
181 assertEquals("Incorrectly parsed -oct string",
183 assertEquals("Incorrectly parsed -bin string", -4, Short
304 assertEquals("Incorrectly parsed hex string", 255, Short.valueOf("FF", 16)
306 assertEquals("Incorrectly parsed oct string", 16, Short.valueOf("20", 8)
308 assertEquals("Incorrectly parsed dec string", 20, Short.valueOf("20", 10
    [all...]
  /libcore/dalvik/src/test/java/dalvik/system/profiler/
SamplingProfilerTest.java 295 HprofData parsed = reader.getHprofData(); local
299 Long.toHexString(parsed.getStartMillis()));
301 Long.toHexString(parsed.getFlags()));
303 Long.toHexString(parsed.getDepth()));
305 parsed.getThreadHistory());
307 parsed.getSamples());
  /libcore/luni/src/main/java/java/lang/
Byte.java 78 * if {@code string} cannot be parsed as a byte value.
132 * if {@code string} cannot be parsed as a byte value.
192 * if {@code string} can not be parsed as a byte value.
209 * if {@code string} can not be parsed as a byte value, or
260 * if {@code string} can not be parsed as a byte value.
278 * if {@code string} can not be parsed as a byte value, or
Short.java 70 * if {@code string} cannot be parsed as a short value.
132 * if {@code string} cannot be parsed as a short value.
191 * if {@code string} cannot be parsed as a short value.
208 * if {@code string} cannot be parsed as a short value, or
256 * if {@code string} cannot be parsed as a short value.
274 * if {@code string} cannot be parsed as a short value, or
  /external/icu4c/common/unicode/
messagepattern.h 300 * the argument style is not parsed any further.
304 * Once a pattern has been parsed successfully, iterate through the parsed data
384 * @throws NumberFormatException if a number could not be parsed
424 * @throws NumberFormatException if a number could not be parsed
444 * @throws NumberFormatException if a number could not be parsed
464 * @throws NumberFormatException if a number could not be parsed
484 * @throws NumberFormatException if a number could not be parsed
542 * @return the parsed pattern string (null if none was parsed)
    [all...]
  /external/libusb/libusb/
descriptor.c 84 int parsed = 0; local
99 return parsed;
109 parsed += header.bLength;
132 parsed += header.bLength;
141 return parsed;
154 return parsed;
189 int parsed = 0; local
218 parsed += ifp->bLength;
241 parsed += header.bLength;
263 return parsed;
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/parse-only/
mootools-1.2.2-core-nc.js     [all...]
  /development/testrunner/
coverage_targets.py 54 errors.ParseError if file_path cannot be parsed
94 """ Represents one coverage target definition parsed from xml """

Completed in 1942 milliseconds

<<11121314151617181920>>