Searched refs:fromString (Results 1 - 25 of 93) sorted by relevance

1234

/external/guava/guava-tests/test/com/google/common/net/
H A DHostAndPortTest.java103 hp = HostAndPort.fromString(hpString);
191 assertEquals(80, HostAndPort.fromString("host:80").getPortOrDefault(123));
192 assertEquals(123, HostAndPort.fromString("host").getPortOrDefault(123));
196 HostAndPort hp1 = HostAndPort.fromString("foo::123");
197 HostAndPort hp2 = HostAndPort.fromString("foo::123");
198 HostAndPort hp3 = HostAndPort.fromString("[foo::123]");
200 HostAndPort hp5 = HostAndPort.fromString("[foo::123]:80");
217 assertEquals("::1", HostAndPort.fromString("[::1]").requireBracketsForIPv6().getHostText());
218 assertEquals("::1", HostAndPort.fromString("[::1]:80").requireBracketsForIPv6().getHostText());
220 assertEquals("x", HostAndPort.fromString("
[all...]
/external/protobuf/java/util/src/test/java/com/google/protobuf/util/
H A DFieldMaskUtilTest.java56 NestedTestAllTypes.class, FieldMaskUtil.fromString("payload")));
58 NestedTestAllTypes.class, FieldMaskUtil.fromString("nonexist")));
60 NestedTestAllTypes.class, FieldMaskUtil.fromString("payload,nonexist")));
66 NestedTestAllTypes.getDescriptor(), FieldMaskUtil.fromString("payload")));
68 NestedTestAllTypes.getDescriptor(), FieldMaskUtil.fromString("nonexist")));
94 FieldMask mask = FieldMaskUtil.fromString("");
96 mask = FieldMaskUtil.fromString("foo");
99 mask = FieldMaskUtil.fromString("foo,bar.baz");
105 mask = FieldMaskUtil.fromString(",foo,,bar,");
111 mask = FieldMaskUtil.fromString(NestedTestAllType
[all...]
/external/parameter-framework/upstream/test/test-subsystem/
H A DTESTSubsystemBinary.h45 virtual void fromString(const std::string &strValue, void *pvValue, size_t size);
H A DTESTSubsystemString.h45 virtual void fromString(const std::string &strValue, void *pvValue, size_t size);
H A DTESTSubsystemObject.h53 virtual void fromString(const std::string &strValue, void *pvValue, size_t size) = 0;
H A DTESTSubsystemString.cpp51 void CTESTSubsystemString::fromString(const std::string &strValue, void *pvValue, size_t size) function in class:CTESTSubsystemString
H A DTESTSubsystemBinary.cpp67 void CTESTSubsystemBinary::fromString(const std::string &strValue, void *pvValue, size_t size) function in class:CTESTSubsystemBinary
H A DTESTSubsystemObject.cpp150 fromString(strValue, pvValue, _scalarSize);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/
H A DX500NameStyle.java38 RDN[] fromString(String dirName); method in interface:X500NameStyle
/external/archive-patcher/shared/src/test/java/com/google/archivepatcher/shared/
H A DJreDeflateParametersTest.java72 JreDeflateParameters fromString = JreDeflateParameters.parseString(asString);
73 Assert.assertEquals(params, fromString);
/external/icu/icu4c/source/i18n/
H A Dstandardplural.h68 static Form fromString(const char *keyword, UErrorCode &errorCode) { function in class:StandardPlural
78 static Form fromString(const UnicodeString &keyword, UErrorCode &errorCode) { function in class:StandardPlural
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/cenc/
H A DProtectionSystemSpecificHeaderBox.java37 public static byte[] OMA2_SYSTEM_ID = UUIDConverter.convert(UUID.fromString("A2B55680-6F43-11E0-9A3F-0002A5D5C51B"));
38 public static byte[] PLAYREADY_SYSTEM_ID = UUIDConverter.convert(UUID.fromString("9A04F079-9840-4286-AB92-E65BE0885F95"));
/external/guava/guava/src/com/google/common/primitives/
H A DParseRequest.java32 static ParseRequest fromString(String stringValue) { method in class:ParseRequest
/external/autotest/frontend/client/src/autotest/common/
H A DCustomHistory.java26 public static HistoryToken fromString(String tokenString) { method in class:CustomHistory.HistoryToken
64 token = HistoryToken.fromString(historyTokenString);
/external/guava/guava/src/com/google/common/net/
H A DHostAndPort.java38 * HostAndPort hp = HostAndPort.fromString("[2001:db8::1]")
135 HostAndPort parsedHost = fromString(host);
152 HostAndPort parsedHost = fromString(host);
167 public static HostAndPort fromString(String hostPortString) { method in class:HostAndPort
240 * You can chain this after {@link #fromString(String)} to include a port in
259 * like "[2001:db8::1]". Chain this call after {@link #fromString(String)}
H A DHostSpecifier.java78 final HostAndPort parsedHost = HostAndPort.fromString(specifier);
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
H A DPluralRangesTest.java47 final StandardPlural start = StandardPlural.fromString(test[1]);
48 final StandardPlural end = StandardPlural.fromString(test[2]);
49 final StandardPlural expected = StandardPlural.fromString(test[3]);
/external/guava/guava-tests/test/com/google/common/hash/
H A DHashCodeTest.java207 HashCode hash2 = HashCode.fromString(hash1.toString());
224 HashCode.fromString("7f8005ff0z");
233 HashCode.fromString(string);
241 HashCode.fromString("");
246 HashCode.fromString("7");
250 HashCode.fromString("7f");
255 HashCode.fromString("7f8");
/external/autotest/frontend/client/src/autotest/common/table/
H A DDataSource.java46 public static SortSpec fromString(String sortString) { method in class:DataSource.SortSpec
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DStandardPlural.java106 public static final StandardPlural fromString(CharSequence keyword) { method in class:StandardPlural
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DStandardPlural.java104 public static final StandardPlural fromString(CharSequence keyword) { method in class:StandardPlural
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/piff/
H A DProtectionSpecificHeader.java25 uuidRegistry.put(UUID.fromString("9A04F079-9840-4286-AB92-E65BE0885F95"), PlayReadyHeader.class);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DPluralRangesTest.java46 final StandardPlural start = StandardPlural.fromString(test[1]);
47 final StandardPlural end = StandardPlural.fromString(test[2]);
48 final StandardPlural expected = StandardPlural.fromString(test[3]);
/external/protobuf/js/binary/
H A Darith.js289 jspb.arith.UInt64.fromString = function(s) {
400 jspb.arith.Int64.fromString = function(s) {
405 var num = jspb.arith.UInt64.fromString(s);
/external/webrtc/webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/
H A DWebRtcAudioEffects.java39 UUID.fromString("bb392ec0-8d4d-11e0-a896-0002a5d5c51b");
41 UUID.fromString("aa8130e0-66fc-11e0-bad0-0002a5d5c51b");
43 UUID.fromString("c06c8400-8e06-11e0-9cb6-0002a5d5c51b");

Completed in 858 milliseconds

1234