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

1 2 3 4 5 67 8 91011>>

  /external/fonttools/Lib/fontTools/ttLib/tables/
L_T_S_H_.py 22 yPels.fromstring(data)
_l_o_c_a.py 19 locations.fromstring(data)
  /external/guava/guava/src/com/google/common/primitives/
ParseRequest.java 32 static ParseRequest fromString(String stringValue) {
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/piff/
ProtectionSpecificHeader.java 25 uuidRegistry.put(UUID.fromString("9A04F079-9840-4286-AB92-E65BE0885F95"), PlayReadyHeader.class);
  /external/parameter-framework/upstream/test/test-subsystem/
TESTSubsystemBinary.h 45 virtual void fromString(const std::string &strValue, void *pvValue, size_t size);
TESTSubsystemString.h 45 virtual void fromString(const std::string &strValue, void *pvValue, size_t size);
  /external/pdfium/core/fxcrt/css/
cfx_cssselector.cpp 51 std::unique_ptr<CFX_CSSSelector> CFX_CSSSelector::FromString(
  /external/protobuf/python/google/protobuf/internal/
message_factory_test.py 53 self.factory_test1_fd = descriptor_pb2.FileDescriptorProto.FromString(
55 self.factory_test2_fd = descriptor_pb2.FileDescriptorProto.FromString(
86 converted = factory_test2_pb2.Factory2Message.FromString(serialized)
89 result = cls.FromString(reserialized)
  /external/tensorflow/tensorflow/python/grappler/
tf_optimizer.py 42 out_graph = graph_pb2.GraphDef().FromString(ret_from_swig)
cluster.py 80 devices.append(device_properties_pb2.NamedDevice.FromString(raw_dev))
113 op_performance_data_pb2.OpPerformance.FromString(op_perf_bytes))
115 step_stats_pb2.StepStats.FromString(step_stats_bytes))
  /external/tensorflow/tensorflow/tools/api/golden/
tensorflow.-config-proto.pbtxt 99 name: "FromString"
tensorflow.-optimizer-options.pbtxt 91 name: "FromString"
tensorflow.profiler.-multi-graph-node-proto.pbtxt 119 name: "FromString"
  /frameworks/av/media/libmedia/include/media/
TypeConverter.h 125 static bool fromString(const std::string &str, typename Traits::Type &result);
162 inline bool TypeConverter<Traits>::fromString(const std::string &str, typename Traits::Type &result)
183 if (fromString(cstr, value)) {
197 if (fromString(cstr, type)) {
  /packages/apps/Email/provider_src/com/android/email/provider/
EmailConversationCursor.java 182 final String fromString = getString(getColumnIndex(EmailContent.MessageColumns.FROM_LIST));
185 if (fromString != null) {
186 final Rfc822Token[] tokens = Rfc822Tokenizer.tokenize(fromString);
191 senderEmail = fromString;
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
LocalSource.java 145 return Path.fromString("/local/image").getChild(id);
147 return Path.fromString("/local/video").getChild(id);
149 return Path.fromString("/local/all").getChild(id);
185 return Path.fromString("/local/all").getChild(
LocalAlbumSet.java 43 public static final Path PATH_ALL = Path.fromString("/local/all");
44 public static final Path PATH_IMAGE = Path.fromString("/local/image");
45 public static final Path PATH_VIDEO = Path.fromString("/local/video");
  /system/bt/bta/test/
gatt_cache_file_test.cc 30 .uuid = Uuid::FromString("1800"),
  /system/bt/vendor_libs/test_vendor_lib/src/
beacon_swarm.cc 68 if (addr.FromString(args[1])) SetBtAddress(addr);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
PluralRangesTest.java 52 final StandardPlural start = StandardPlural.fromString(test[1]);
53 final StandardPlural end = StandardPlural.fromString(test[2]);
54 final StandardPlural expected = StandardPlural.fromString(test[3]);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
PluralRangesTest.java 49 final StandardPlural start = StandardPlural.fromString(test[1]);
50 final StandardPlural end = StandardPlural.fromString(test[2]);
51 final StandardPlural expected = StandardPlural.fromString(test[3]);
  /libcore/ojluni/src/main/java/java/nio/file/attribute/
PosixFilePermissions.java 63 * {@link #fromString} method.
113 * Set&lt;PosixFilePermission&gt; perms = PosixFilePermissions.fromString("rwxr-x---");
126 public static Set<PosixFilePermission> fromString(String perms) {
  /packages/apps/Gallery2/src/com/android/gallery3d/onetimeinitializer/
GalleryWidgetMigrator.java 91 Path path = Path.fromString(entry.albumPath);
143 String newAlbumPath = Path.fromString(entry.albumPath)
162 String newAlbumPath = Path.fromString(entry.albumPath)
  /tools/tradefederation/core/src/com/android/tradefed/util/
TimeVal.java 51 * manner used by the {@link #fromString(String)} method.
54 mValue = fromString(value);
80 public static long fromString(String value) throws NumberFormatException {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleAdvertiserService.java 79 UUID.fromString("00009999-0000-1000-8000-00805f9b34fb");
81 UUID.fromString("00008888-0000-1000-8000-00805f9b34fb");
83 UUID.fromString("00007777-0000-1000-8000-00805f9b34fb");
85 UUID.fromString("00006666-0000-1000-8000-00805f9b34fb");
87 UUID.fromString("00005555-0000-1000-8000-00805f9b34fb");

Completed in 1250 milliseconds

1 2 3 4 5 67 8 91011>>