HomeSort by relevance Sort by last modified time
    Searched refs:FromString (Results 1 - 25 of 128) sorted by null

1 2 3 4 5 6

  /system/bt/device/test/
interop_test.cc 25 RawAddress::FromString("38:2c:4a:e6:67:89", test_address);
28 RawAddress::FromString("9c:df:03:12:34:56", test_address);
34 RawAddress::FromString("00:00:00:00:00:00", test_address);
37 RawAddress::FromString("ff:ff:ff:ff:ff:ff", test_address);
39 RawAddress::FromString("42:08:15:ae:ae:ae", test_address);
42 RawAddress::FromString("38:2c:4a:59:67:89", test_address);
49 RawAddress::FromString("11:22:33:44:55:66", test_address);
58 RawAddress::FromString("66:55:44:33:22:11", test_address);
  /system/bt/service/example/heart_rate/
constants.h 31 const bluetooth::Uuid kCCCDescriptorUuid = bluetooth::Uuid::FromString("2902");
32 const bluetooth::Uuid kHRServiceUuid = bluetooth::Uuid::FromString("180D");
33 const bluetooth::Uuid kHRMeasurementUuid = bluetooth::Uuid::FromString("2A37");
35 bluetooth::Uuid::FromString("2A38");
36 const bluetooth::Uuid kHRControlPointUuid = bluetooth::Uuid::FromString("2A39");
  /system/bt/types/test/
raw_address_unittest.cc 43 RawAddress::FromString("00:00:00:00:00:00", empty);
47 RawAddress::FromString("00:00:00:00:00:01", not_empty);
53 RawAddress::FromString(test_addr, bdaddr);
90 RawAddress::FromString(test_addr, bdaddr1);
91 RawAddress::FromString(test_addr, bdaddr2);
97 RawAddress::FromString(test_addr2, bdaddr3);
106 RawAddress::FromString(test_addr, bdaddr1);
107 RawAddress::FromString(test_addr, bdaddr2);
111 RawAddress::FromString(test_addr2, bdaddr3);
120 RawAddress::FromString(test_addr, bdaddr1)
    [all...]
  /system/bt/vendor_libs/test_vendor_lib/test/
bt_address_unittest.cc 64 EXPECT_TRUE(btaddr1.FromString(kTestAddr1));
65 EXPECT_TRUE(btaddr1_copy.FromString(kTestAddr1));
66 EXPECT_TRUE(btaddr2.FromString(kTestAddr2));
96 EXPECT_TRUE(btaddr1.FromString(kTestAddr1));
97 EXPECT_TRUE(btaddr2.FromString(kTestAddr2));
98 EXPECT_TRUE(btaddr3.FromString(kTestAddr3));
122 EXPECT_TRUE(btaddr1.FromString(kTestAddr1));
123 EXPECT_TRUE(btaddr2.FromString(kTestAddr2));
124 EXPECT_TRUE(btaddr3.FromString(kTestAddr3));
125 EXPECT_TRUE(btaddr_lowmask.FromString(kLowerMask))
    [all...]
  /external/libchrome/base/
build_time.cc 31 bool result = Time::FromString(kDateTime, &integral_build_time);
  /external/protobuf/src/google/protobuf/util/
field_mask_util_test.cc 128 FieldMaskUtil::FromString("", &mask);
130 FieldMaskUtil::FromString("fooBar", &mask);
133 FieldMaskUtil::FromString("fooBar,bazQuz", &mask);
176 FieldMaskUtil::FromString("optional_int32,optional_nested_message.bb", &mask);
179 FieldMaskUtil::FromString(
245 FieldMaskUtil::FromString("baz.quz,bar,foo", &in);
249 FieldMaskUtil::FromString("foo,bar,foo", &in);
253 FieldMaskUtil::FromString("foo.b1,bar.b1,foo.b2,bar", &in);
258 FieldMaskUtil::FromString(
265 FieldMaskUtil::FromString(
    [all...]
time_util_test.cc 51 EXPECT_TRUE(TimeUtil::FromString("0001-01-01T00:00:00Z", &begin));
54 EXPECT_TRUE(TimeUtil::FromString("9999-12-31T23:59:59.999999999Z", &end));
79 EXPECT_TRUE(TimeUtil::FromString("1970-01-01T00:00:00.1Z", &time));
81 EXPECT_TRUE(TimeUtil::FromString("1970-01-01T00:00:00.0001Z", &time));
83 EXPECT_TRUE(TimeUtil::FromString("1970-01-01T00:00:00.0000001Z", &time));
87 EXPECT_TRUE(TimeUtil::FromString("1970-01-01T00:00:00-08:00", &time));
93 EXPECT_TRUE(TimeUtil::FromString("0001-01-01T00:00:00Z", &begin));
94 EXPECT_TRUE(TimeUtil::FromString("9999-12-31T23:59:59.999999999Z", &end));
112 EXPECT_TRUE(TimeUtil::FromString("0.1s", &d));
114 EXPECT_TRUE(TimeUtil::FromString("0.0001s", &d))
    [all...]
  /external/tensorflow/tensorflow/python/debug/lib/
debug_service_pb2_grpc.py 44 response_deserializer=tensorflow_dot_core_dot_debug_dot_debug__service__pb2.EventReply.FromString,
49 response_deserializer=tensorflow_dot_core_dot_debug_dot_debug__service__pb2.EventReply.FromString,
54 response_deserializer=tensorflow_dot_core_dot_debug_dot_debug__service__pb2.EventReply.FromString,
95 request_deserializer=tensorflow_dot_core_dot_util_dot_event__pb2.Event.FromString,
100 request_deserializer=tensorflow_dot_core_dot_debug_dot_debug__service__pb2.CallTraceback.FromString,
105 request_deserializer=tensorflow_dot_core_dot_protobuf_dot_debug__pb2.DebuggedSourceFiles.FromString,
  /system/bt/vendor_libs/test_vendor_lib/src/
classic.cc 56 if (addr.FromString(args[1])) SetBtAddress(addr);
beacon.cc 60 if (addr.FromString(args[1])) SetBtAddress(addr);
  /external/webrtc/webrtc/base/
stringencode_unittest.cc 402 EXPECT_TRUE(FromString("true", &value));
404 EXPECT_TRUE(FromString("true,", &value));
406 EXPECT_TRUE(FromString("true , true", &value));
408 EXPECT_TRUE(FromString("true ,\n false", &value));
410 EXPECT_TRUE(FromString(" true \n", &value));
413 EXPECT_TRUE(FromString("false", &value));
415 EXPECT_TRUE(FromString(" false ", &value));
417 EXPECT_TRUE(FromString(" false, ", &value));
420 EXPECT_TRUE(FromString<bool>("true\n"));
421 EXPECT_FALSE(FromString<bool>("false\n"))
    [all...]
  /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);
  /external/pdfium/core/fxcrt/css/
cfx_cssselector.h 18 static std::unique_ptr<CFX_CSSSelector> FromString(const WideStringView& str);
  /external/tensorflow/tensorflow/python/summary/
summary_iterator.py 69 yield event_pb2.Event.FromString(r)
  /external/webrtc/webrtc/examples/stunserver/
stunserver_main.cc 29 if (!server_addr.FromString(argv[1])) {
  /system/bt/binder/android/bluetooth/
bluetooth_device.cc 41 RawAddress::FromString(String8(tmp).string(), address);
  /system/bt/types/test/bluetooth/
uuid_unittest.cc 68 EXPECT_TRUE(Uuid::FromString("1ae8").Is16Bit());
129 Uuid::FromString("e39c6285-867f-4b1d-9db0-35fbd9aebf22", &is_valid);
136 uuid = Uuid::FromString("1Ae8", &is_valid);
143 uuid = Uuid::FromString("12341128", &is_valid);
150 Uuid uuid = Uuid::FromString("This is not a UUID", &is_valid);
153 uuid = Uuid::FromString("11212", &is_valid);
156 uuid = Uuid::FromString("1121 ", &is_valid);
159 uuid = Uuid::FromString("AGFE", &is_valid);
162 uuid = Uuid::FromString("ABFG", &is_valid);
165 uuid = Uuid::FromString("e39c6285867f14b1d9db035fbd9aebf22", &is_valid)
    [all...]
  /external/clang/include/clang/Frontend/
CommandLineSourceLoc.h 33 static ParsedSourceLocation FromString(StringRef Str) {
75 Val = ParsedSourceLocation::FromString(ArgValue);

Completed in 816 milliseconds

1 2 3 4 5 6