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

1 2 3 45 6 7 8 91011>>

  /external/tensorflow/tensorflow/tools/api/golden/
tensorflow.train.-feature.pbtxt 47 name: "FromString"
tensorflow.train.-features.pbtxt 43 name: "FromString"
tensorflow.train.-job-def.pbtxt 47 name: "FromString"
tensorflow.train.-saver-def.pbtxt 79 name: "FromString"
tensorflow.train.-server-def.pbtxt 55 name: "FromString"
  /external/webrtc/webrtc/examples/stunserver/
stunserver_main.cc 29 if (!server_addr.FromString(argv[1])) {
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/rtt/
RttTestUtils.java 71 MacAddress mac1 = MacAddress.fromString("08:09:08:07:06:05");
129 MacAddress.fromString("10:01:02:03:04:05"), rangeCmBase++,
132 MacAddress.fromString("1A:0B:0C:0D:0E:0F"), rangeCmBase++,
135 MacAddress.fromString("08:09:08:07:06:05"), rangeCmBase++,
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
SecureSource.java 38 return (SECURE_ALBUM == mMatcher.match(Path.fromString(path)));
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Frontend/
CommandLineSourceLoc.h 33 static ParsedSourceLocation FromString(StringRef Str) {
73 static Optional<ParsedSourceRange> fromString(StringRef Str) {
88 auto Begin = ParsedSourceLocation::FromString(RangeSplit.first);
121 Val = ParsedSourceLocation::FromString(ArgValue);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Frontend/
CommandLineSourceLoc.h 33 static ParsedSourceLocation FromString(StringRef Str) {
73 static Optional<ParsedSourceRange> fromString(StringRef Str) {
88 auto Begin = ParsedSourceLocation::FromString(RangeSplit.first);
121 Val = ParsedSourceLocation::FromString(ArgValue);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Frontend/
CommandLineSourceLoc.h 33 static ParsedSourceLocation FromString(StringRef Str) {
73 static Optional<ParsedSourceRange> fromString(StringRef Str) {
88 auto Begin = ParsedSourceLocation::FromString(RangeSplit.first);
121 Val = ParsedSourceLocation::FromString(ArgValue);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Frontend/
CommandLineSourceLoc.h 33 static ParsedSourceLocation FromString(StringRef Str) {
73 static Optional<ParsedSourceRange> fromString(StringRef Str) {
88 auto Begin = ParsedSourceLocation::FromString(RangeSplit.first);
121 Val = ParsedSourceLocation::FromString(ArgValue);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Frontend/
CommandLineSourceLoc.h 33 static ParsedSourceLocation FromString(StringRef Str) {
73 static Optional<ParsedSourceRange> fromString(StringRef Str) {
88 auto Begin = ParsedSourceLocation::FromString(RangeSplit.first);
121 Val = ParsedSourceLocation::FromString(ArgValue);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Frontend/
CommandLineSourceLoc.h 33 static ParsedSourceLocation FromString(StringRef Str) {
73 static Optional<ParsedSourceRange> fromString(StringRef Str) {
88 auto Begin = ParsedSourceLocation::FromString(RangeSplit.first);
121 Val = ParsedSourceLocation::FromString(ArgValue);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Frontend/
CommandLineSourceLoc.h 33 static ParsedSourceLocation FromString(StringRef Str) {
73 static Optional<ParsedSourceRange> fromString(StringRef Str) {
88 auto Begin = ParsedSourceLocation::FromString(RangeSplit.first);
121 Val = ParsedSourceLocation::FromString(ArgValue);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Frontend/
CommandLineSourceLoc.h 33 static ParsedSourceLocation FromString(StringRef Str) {
73 static Optional<ParsedSourceRange> fromString(StringRef Str) {
88 auto Begin = ParsedSourceLocation::FromString(RangeSplit.first);
121 Val = ParsedSourceLocation::FromString(ArgValue);
  /system/bt/binder/android/bluetooth/
bluetooth_device.cc 41 RawAddress::FromString(String8(tmp).string(), address);
  /system/bt/vendor_libs/test_vendor_lib/src/
beacon.cc 60 if (addr.FromString(args[1])) SetBtAddress(addr);
classic.cc 56 if (addr.FromString(args[1])) SetBtAddress(addr);
keyboard.cc 66 if (addr.FromString(args[1])) SetBtAddress(addr);
  /external/guava/guava-tests/test/com/google/common/hash/
HashCodeTest.java 207 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");
  /system/bt/service/ipc/
linux_ipc_host.cc 112 Uuid::FromString(service_uuid), &gattfd);
158 Uuid::FromString(characteristic_uuid), properties_mask,
161 gatt_servers_[service_uuid]->AddBlob(Uuid::FromString(characteristic_uuid),
162 Uuid::FromString(control_uuid),
175 Uuid::FromString(characteristic_uuid), blob_data);
194 ids.emplace_back(Uuid::FromString(uuid_token));
222 ids.emplace_back(Uuid::FromString(uuid_token));
  /external/webrtc/talk/app/webrtc/
videosource.cc 98 int value = rtc::FromString<int>(constraint.value);
101 int value = rtc::FromString<int>(constraint.value);
136 int value = rtc::FromString<int>(constraint.value);
139 int value = rtc::FromString<int>(constraint.value);
142 int value = rtc::FromString<int>(constraint.value);
145 int value = rtc::FromString<int>(constraint.value);
148 int value = rtc::FromString<int>(constraint.value);
151 int value = rtc::FromString<int>(constraint.value);
165 double value = rtc::FromString<double>(constraint.value);
175 double value = rtc::FromString<double>(constraint.value)
    [all...]
  /frameworks/av/media/libmedia/
TypeConverter.cpp 372 return InputDeviceConverter::fromString(literalDevice, device) ||
373 OutputDeviceConverter::fromString(literalDevice, device);
406 FormatConverter::fromString(literalFormat, format);
413 if (!OutputChannelConverter::fromString(literalChannels, channels) &&
414 !InputChannelConverter::fromString(literalChannels, channels)) {
  /external/python/cpython2/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"
294 cf = self.fromstring("[sect]\n"
322 return self.fromstring(
350 cf = self.fromstring(
    [all...]

Completed in 1310 milliseconds

1 2 3 45 6 7 8 91011>>