HomeSort by relevance Sort by last modified time
    Searched full:fromstring (Results 126 - 150 of 750) sorted by null

1 2 3 4 56 7 8 91011>>

  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
ApnSettingTest.java 159 assertApnSettingEqual(expectedApn, ApnSetting.fromString(testString));
167 assertApnSettingEqual(expectedApn, ApnSetting.fromString(testString));
175 assertApnSettingEqual(expectedApn, ApnSetting.fromString(testString));
180 assertApnSettingEqual(expectedApn, ApnSetting.fromString(testString));
187 assertApnSettingEqual(expectedApn, ApnSetting.fromString(testString));
196 assertApnSettingEqual(expectedApn, ApnSetting.fromString(testString));
206 assertApnSettingEqual(expectedApn, ApnSetting.fromString(testString));
217 assertApnSettingEqual(expectedApn, ApnSetting.fromString(testString));
222 assertApnSettingEqual(expectedApn, ApnSetting.fromString(testString));
232 assertApnSettingEqual(expectedApn, ApnSetting.fromString(testString))
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleConnectionPriorityServerService.java 76 UUID.fromString("00009999-0000-1000-8000-00805f9b34fb");
78 UUID.fromString("00009998-0000-1000-8000-00805f9b34fb");
80 UUID.fromString("00009997-0000-1000-8000-00805f9b34fb");
82 UUID.fromString("00009995-0000-1000-8000-00805f9b34fb");
84 UUID.fromString("00009996-0000-1000-8000-00805f9b34fb");
86 UUID.fromString("00002222-0000-1000-8000-00805f9b34fb");
  /external/guava/guava/src/com/google/common/net/
HostAndPort.java 38 * HostAndPort hp = HostAndPort.fromString("[2001:db8::1]")
135 HostAndPort parsedHost = fromString(host);
152 HostAndPort parsedHost = fromString(host);
167 public static HostAndPort fromString(String hostPortString) {
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)}
  /external/swiftshader/third_party/subzero/crosstest/
test_cast_main.cpp 37 #define COMPARE(Func, FromCName, ToCName, Input, FromString) \
47 std::cout << std::fixed << XSTR(Func) << "<" << FromString \
57 #define COMPARE_ARG(Func, FromCName, ToCName, Input, FromString) \
67 std::cout << std::fixed << XSTR(Func) << "<" << FromString \
77 #define COMPARE_VEC(Func, FromCName, ToCName, Input, FromString, ToString) \
87 std::cout << std::fixed << XSTR(Func) << "<" << FromString << ", " \
  /frameworks/base/wifi/tests/src/android/net/wifi/rtt/
WifiRttManagerTest.java 137 MacAddress mac1 = MacAddress.fromString("00:01:02:03:04:05");
171 MacAddress mac1 = MacAddress.fromString("00:01:02:03:04:05");
196 MacAddress mac1 = MacAddress.fromString("00:01:02:03:04:05");
230 final MacAddress mac = MacAddress.fromString("00:01:02:03:04:05");
280 final MacAddress mac = MacAddress.fromString("00:01:02:03:04:05");
305 ResponderConfig config = new ResponderConfig(MacAddress.fromString("00:01:02:03:04:05"),
  /libcore/luni/src/test/java/libcore/java/nio/file/
FilesTest.java 150 Set<PosixFilePermission> perm = PosixFilePermissions.fromString("rwx------");
156 perm = PosixFilePermissions.fromString("rw-------");
172 Set<PosixFilePermission> perm = PosixFilePermissions.fromString("rwx------");
201 Set<PosixFilePermission> perm = PosixFilePermissions.fromString("rwx------");
208 perm = PosixFilePermissions.fromString("rw-------");
225 Set<PosixFilePermission> perm = PosixFilePermissions.fromString("rwx------");
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_cfgparser.py 43 def fromstring(self, string, defaults=None): member in class:TestCaseBase
76 cf = self.fromstring(config_string)
147 cf = self.fromstring(
153 cf = self.fromstring("[section]\nnekey=nevalue\n",
210 cf = self.fromstring(
255 cf = self.fromstring(config_string)
277 cf = self.fromstring("[sect]\n"
318 return self.fromstring(
346 cf = self.fromstring(
484 cf = self.fromstring("[section]\n"
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_cfgparser.py 43 def fromstring(self, string, defaults=None): member in class:TestCaseBase
76 cf = self.fromstring(config_string)
147 cf = self.fromstring(
153 cf = self.fromstring("[section]\nnekey=nevalue\n",
210 cf = self.fromstring(
255 cf = self.fromstring(config_string)
277 cf = self.fromstring("[sect]\n"
318 return self.fromstring(
346 cf = self.fromstring(
484 cf = self.fromstring("[section]\n
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_cfgparser.py 43 def fromstring(self, string, defaults=None): member in class:TestCaseBase
76 cf = self.fromstring(config_string)
147 cf = self.fromstring(
153 cf = self.fromstring("[section]\nnekey=nevalue\n",
210 cf = self.fromstring(
255 cf = self.fromstring(config_string)
277 cf = self.fromstring("[sect]\n"
318 return self.fromstring(
346 cf = self.fromstring(
484 cf = self.fromstring("[section]\n
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cfgparser.py 43 def fromstring(self, string, defaults=None): member in class:TestCaseBase
76 cf = self.fromstring(config_string)
147 cf = self.fromstring(
153 cf = self.fromstring("[section]\nnekey=nevalue\n",
210 cf = self.fromstring(
255 cf = self.fromstring(config_string)
277 cf = self.fromstring("[sect]\n"
318 return self.fromstring(
346 cf = self.fromstring(
484 cf = self.fromstring("[section]\n
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cfgparser.py 43 def fromstring(self, string, defaults=None): member in class:TestCaseBase
76 cf = self.fromstring(config_string)
147 cf = self.fromstring(
153 cf = self.fromstring("[section]\nnekey=nevalue\n",
210 cf = self.fromstring(
255 cf = self.fromstring(config_string)
277 cf = self.fromstring("[sect]\n"
318 return self.fromstring(
346 cf = self.fromstring(
484 cf = self.fromstring("[section]\n
    [all...]
  /external/autotest/client/cros/audio/
audio_data.py 89 # The data type used in numpy fromstring function. For example,
95 np_array = np.fromstring(binary, dtype=np_dtype)
  /external/caliper/caliper/src/main/java/com/google/caliper/util/
Parsers.java 36 ImmutableList.of("fromString", "decode", "valueOf");
41 * <li>ResultType.fromString(String)
  /external/clang/include/clang/Frontend/
CommandLineSourceLoc.h 33 static ParsedSourceLocation FromString(StringRef Str) {
75 Val = ParsedSourceLocation::FromString(ArgValue);
  /external/fonttools/Lib/fontTools/ttLib/tables/
G_P_K_G_.py 27 GMAPoffsets.fromstring(newData[:endPos])
38 glyphletOffsets.fromstring(newData[pos:endPos])
  /external/icu/icu4c/source/i18n/
standardplural.h 68 static Form fromString(const char *keyword, UErrorCode &errorCode) {
78 static Form fromString(const UnicodeString &keyword, UErrorCode &errorCode) {
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/cenc/
ProtectionSystemSpecificHeaderBox.java 37 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"));
  /frameworks/base/core/java/android/os/
ParcelUuid.java 51 public static ParcelUuid fromString(String uuid) {
52 return new ParcelUuid(UUID.fromString(uuid));
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
CommandLineSourceLoc.h 33 static ParsedSourceLocation FromString(StringRef Str) {
75 Val = ParsedSourceLocation::FromString(ArgValue);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Frontend/
CommandLineSourceLoc.h 33 static ParsedSourceLocation FromString(StringRef Str) {
75 Val = ParsedSourceLocation::FromString(ArgValue);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Frontend/
CommandLineSourceLoc.h 33 static ParsedSourceLocation FromString(StringRef Str) {
75 Val = ParsedSourceLocation::FromString(ArgValue);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
CommandLineSourceLoc.h 33 static ParsedSourceLocation FromString(StringRef Str) {
75 Val = ParsedSourceLocation::FromString(ArgValue);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Frontend/
CommandLineSourceLoc.h 33 static ParsedSourceLocation FromString(StringRef Str) {
75 Val = ParsedSourceLocation::FromString(ArgValue);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Frontend/
CommandLineSourceLoc.h 33 static ParsedSourceLocation FromString(StringRef Str) {
75 Val = ParsedSourceLocation::FromString(ArgValue);
  /tools/test/connectivity/acts/framework/acts/test_utils/audio_analysis_lib/
audio_data.py 100 # The data type used in numpy fromstring function. For example,
106 np_array = numpy.fromstring(binary, dtype=np_dtype)

Completed in 1738 milliseconds

1 2 3 4 56 7 8 91011>>