HomeSort by relevance Sort by last modified time
    Searched defs:tryParse (Results 1 - 25 of 114) sorted by null

1 2 3 4 5

  /external/clang/lib/Basic/
ObjCRuntime.cpp 44 bool ObjCRuntime::tryParse(StringRef input) {
85 if (Version.tryParse(verString))
VersionTuple.cpp 59 bool VersionTuple::tryParse(StringRef input) {
  /art/tools/checker/file_format/checker/
test.py 29 def tryParse(self, string):
34 checkFile = self.tryParse(string)
39 checkFile = self.tryParse(string)
45 self.tryParse(string)
  /external/guava/guava/src/com/google/common/primitives/
Floats.java 599 public static Float tryParse(String string) {
Doubles.java 622 public static Double tryParse(String string) {
Ints.java 678 public static Integer tryParse(String string) {
679 return tryParse(string, 10);
704 @CheckForNull static Integer tryParse(
Longs.java 336 public static Long tryParse(String string) {
  /system/libvintf/
VintfObject.cpp 112 static ParseStatus tryParse(const std::string &xml, const XmlConverter<T> &parse,
185 parseStatus = tryParse(xml, gHalManifestConverter, &pkg.fwk.manifest, &pkg.dev.manifest);
193 parseStatus = tryParse(xml, gCompatibilityMatrixConverter, &pkg.fwk.matrix, &pkg.dev.matrix);
  /external/guava/guava-gwt/src-super/com/google/common/primitives/super/com/google/common/primitives/
Ints.java 626 public static Integer tryParse(String string) {
627 return tryParse(string, 10);
652 @CheckForNull static Integer tryParse(
  /external/guava/guava-tests/test/com/google/common/primitives/
DoublesTest.java 403 * A reference implementation for {@code tryParse} that just catches the exception from
417 @GwtIncompatible("Doubles.tryParse")
420 assertEquals(expected, Doubles.tryParse(input));
425 @GwtIncompatible("Doubles.tryParse")
427 assertEquals(Double.valueOf(expected), Doubles.tryParse(input));
431 @GwtIncompatible("Doubles.tryParse")
451 @GwtIncompatible("Doubles.tryParse")
461 @GwtIncompatible("Doubles.tryParse")
468 @GwtIncompatible("Doubles.tryParse")
475 @GwtIncompatible("Doubles.tryParse")
    [all...]
FloatsTest.java 394 * A reference implementation for {@code tryParse} that just catches the exception from
408 @GwtIncompatible("Floats.tryParse")
410 assertEquals(referenceTryParse(input), Floats.tryParse(input));
413 @GwtIncompatible("Floats.tryParse")
415 assertEquals(Float.valueOf(expected), Floats.tryParse(input));
418 @GwtIncompatible("Floats.tryParse")
438 @GwtIncompatible("Floats.tryParse")
448 @GwtIncompatible("Floats.tryParse")
455 @GwtIncompatible("Floats.tryParse")
462 @GwtIncompatible("Floats.tryParse")
    [all...]
  /cts/tests/tests/security/src/android/security/cts/
OpenSSLHeartbleedTest.java 427 AlertMessage alert = AlertMessage.tryParse(record);
663 HandshakeMessage handshake = HandshakeMessage.tryParse(record);
682 public static HandshakeMessage tryParse(TlsRecord record) {
707 public static AlertMessage tryParse(TlsRecord record) {
    [all...]
  /external/guice/lib/
guava-16.0.1.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
guava-14.0.1.jar 
  /prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/15.0/
guava-15.0.jar 
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /packages/services/Telecomm/libs/
guava.jar 
  /prebuilts/tools/common/m2/repository/com/google/auto/value/auto-value/1.3/
auto-value-1.3.jar 
  /prebuilts/tools/common/m2/repository/com/google/auto/value/auto-value/1.3-rc1/
auto-value-1.3-rc1.jar 
  /cts/tests/libcore/javautilcollections/libs/
guava-20.0.jar 
  /prebuilts/misc/common/guava/
guava-20.0.jar 
  /prebuilts/misc/common/robolectric/lib/
guava-19.0.jar 
  /prebuilts/tools/common/google-java-format/
google-java-format-1.0-all-deps.jar 

Completed in 2167 milliseconds

1 2 3 4 5