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

1 2 3 4 5 6 7 8 91011>>

  /external/webrtc/webrtc/base/
macconversion.cc 47 bool converted = false; local
58 converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&sint8));
59 if (converted) *i = static_cast<int>(sint8);
63 converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&sint16));
64 if (converted) *i = static_cast<int>(sint16);
68 converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&sint32));
69 if (converted) *i = static_cast<int>(sint32);
73 converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&sint64));
74 if (converted) *i = static_cast<int>(sint64);
78 converted = CFNumberGetValue(cfn, ntype
150 bool converted = p_convertCFNumberToInt(cfn, &asInt); local
    [all...]
  /external/libcxx/test/libcxx/localization/locales/locale.convenience/conversions/conversions.string/
ctor_move.pass.cpp 33 const auto old_converted = myconv.converted();
34 assert(myconv.converted() == 4);
37 assert(myconv2.converted() == old_converted);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/localization/locales/locale.convenience/conversions/conversions.string/
ctor_move.pass.cpp 33 const auto old_converted = myconv.converted();
34 assert(myconv.converted() == 4);
37 assert(myconv2.converted() == old_converted);
  /external/icu/icu4c/source/io/
sscanf.cpp 41 int32_t converted; local
44 converted = u_vsscanf(buffer, patternSpecification, ap);
47 return converted;
56 int32_t converted; local
59 converted = u_vsscanf_u(buffer, patternSpecification, ap);
62 return converted;
70 int32_t converted; local
88 converted = u_vsscanf_u(buffer, pattern, ap);
95 return converted;
103 int32_t converted; local
    [all...]
uscanf.cpp 42 int32_t converted; local
45 converted = u_vfscanf(f, patternSpecification, ap);
48 return converted;
57 int32_t converted; local
60 converted = u_vfscanf_u(f, patternSpecification, ap);
63 return converted;
71 int32_t converted; local
89 converted = u_vfscanf_u(f, pattern, ap);
96 return converted;
  /external/libchrome/base/strings/
utf_string_conversions_unittest.cc 63 // An empty std::wstring should be converted to an empty std::string,
101 std::wstring converted; local
105 &converted));
107 EXPECT_EQ(expected, converted);
111 std::wstring converted; local
112 EXPECT_TRUE(UTF8ToWide("\00Z\t", 3, &converted));
113 ASSERT_EQ(3U, converted.length());
114 EXPECT_EQ(static_cast<wchar_t>(0), converted[0]);
115 EXPECT_EQ('Z', converted[1]);
116 EXPECT_EQ('\t', converted[2])
146 std::string converted; local
177 std::string converted; local
206 const std::string& converted = UTF16ToUTF8(multistring16); local
    [all...]
  /external/libcxx/test/std/localization/locales/locale.convenience/conversions/conversions.string/
converted.pass.cpp 14 // size_t converted() const;
38 assert(myconv.converted() == 0);
40 assert(myconv.converted() == 1);
42 assert(myconv.converted() == 2);
44 assert(myconv.converted() == 3);
55 assert(myconv.converted() == 0);
57 assert(myconv.converted() == 1);
59 assert(myconv.converted() == 2);
61 assert(myconv.converted() == 4);
ctor_codecvt_state.pass.cpp 26 assert(myconv.converted() == 0);
ctor_codecvt.pass.cpp 28 assert(myconv.converted() == 0);
34 assert(myconv.converted() == 0);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/localization/locales/locale.convenience/conversions/conversions.string/
converted.pass.cpp 14 // size_t converted() const;
38 assert(myconv.converted() == 0);
40 assert(myconv.converted() == 1);
42 assert(myconv.converted() == 2);
44 assert(myconv.converted() == 3);
55 assert(myconv.converted() == 0);
57 assert(myconv.converted() == 1);
59 assert(myconv.converted() == 2);
61 assert(myconv.converted() == 4);
ctor_codecvt_state.pass.cpp 26 assert(myconv.converted() == 0);
ctor_codecvt.pass.cpp 28 assert(myconv.converted() == 0);
34 assert(myconv.converted() == 0);
  /packages/apps/Dialer/java/com/android/dialer/dialpadview/
UnicodeDialerKeyListener.java 35 final String converted = local
40 CharSequence result = super.filter(converted, start, end, dest, dstart, dend);
42 if (source.equals(converted)) {
50 // result == null we return the unfiltered but converted numeric string instead.
51 return converted.subSequence(start, end);
  /external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/core/
StringContains.java 15 return converted(s).contains(converted(substring));
StringEndsWith.java 13 return converted(s).endsWith(converted(substring));
StringStartsWith.java 12 protected boolean evalSubstringOf(String s) { return converted(s).startsWith(converted(substring)); }
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_element_type_converter_test.cc 46 TF_ASSERT_OK_AND_ASSIGN(bool converted, type_converter.Run(module.get()));
47 EXPECT_FALSE(converted);
60 TF_ASSERT_OK_AND_ASSIGN(bool converted, type_converter.Run(module.get()));
61 EXPECT_FALSE(converted);
80 TF_ASSERT_OK_AND_ASSIGN(bool converted, type_converter.Run(module.get()));
81 EXPECT_TRUE(converted);
108 TF_ASSERT_OK_AND_ASSIGN(bool converted, type_converter.Run(module.get()));
109 EXPECT_TRUE(converted);
  /prebuilts/go/darwin-x86/test/
phiopt.go 18 return x // ERROR "converted OpPhi to Copy$"
29 return x // ERROR "converted OpPhi to Not$"
38 return x // ERROR "converted OpPhi to Not$"
47 return x // ERROR "converted OpPhi to Copy$"
52 return a || b // ERROR "converted OpPhi to OrB$"
63 return x // ERROR "converted OpPhi to OrB$"
74 return x // ERROR "converted OpPhi to AndB$"
81 // f6or has side effects so the OpPhi should not be converted.
91 // f6and has side effects so the OpPhi should not be converted.
99 return a || b // ERROR "converted OpPhi to OrB$
    [all...]
  /prebuilts/go/linux-x86/test/
phiopt.go 18 return x // ERROR "converted OpPhi to Copy$"
29 return x // ERROR "converted OpPhi to Not$"
38 return x // ERROR "converted OpPhi to Not$"
47 return x // ERROR "converted OpPhi to Copy$"
52 return a || b // ERROR "converted OpPhi to OrB$"
63 return x // ERROR "converted OpPhi to OrB$"
74 return x // ERROR "converted OpPhi to AndB$"
81 // f6or has side effects so the OpPhi should not be converted.
91 // f6and has side effects so the OpPhi should not be converted.
99 return a || b // ERROR "converted OpPhi to OrB$
    [all...]
  /external/mockito/src/main/java/org/mockito/internal/util/collections/
ListUtil.java 30 LinkedList<To> converted = new LinkedList<To>(); local
32 converted.add(converter.convert(f));
34 return converted;
  /system/core/base/
utf8_test.cpp 48 // Thus, we verify that the valid characters are converted, but we ignore the
133 // An empty std::wstring should be converted to an empty std::string,
172 std::wstring converted; local
176 &converted);
178 // The original test always compared expected and converted, but don't do
183 EXPECT_EQ(expected, converted);
190 std::wstring converted; local
191 EXPECT_TRUE(UTF8ToWide("\00Z\t", 3, &converted));
192 ASSERT_EQ(3U, converted.length());
193 EXPECT_EQ(static_cast<wchar_t>(0), converted[0])
241 std::string converted; local
282 std::string converted; local
333 const std::string& converted = UTF16ToUTF8(multistring16); local
    [all...]
  /external/tensorflow/tensorflow/python/lib/core/
strings.i 90 std::vector<tensorflow::Safe_PyObjectPtr> converted;
91 converted.reserve(size);
99 converted.emplace_back(tensorflow::make_safe(py_str));
101 for (int i = 0; i < converted.size(); ++i) {
102 PyList_SET_ITEM(temp_string_list.get(), i, converted[i].release());
  /hardware/interfaces/keymaster/4.0/support/
Keymaster3.cpp 46 V3_0::KeyParameter converted; local
47 converted.tag = static_cast<V3_0::Tag>(param.tag);
48 static_assert(sizeof(converted.f) == sizeof(param.f), "This function assumes sizes match");
49 memcpy(&converted.f, &param.f, sizeof(param.f));
50 converted.blob = param.blob;
51 return converted;
55 KeyParameter converted; local
56 converted.tag = static_cast<Tag>(param.tag);
57 static_assert(sizeof(converted.f) == sizeof(param.f), "This function assumes sizes match");
58 memcpy(&converted.f, &param.f, sizeof(param.f))
98 KeyCharacteristics converted; local
    [all...]
  /external/desugar/java/com/google/devtools/common/options/testing/
ConverterTester.java 68 * <p>The inputs added here will be converted to values using the Converter class passed to the
75 * <li>to the other values converted from inputs in the same addEqualityGroup call
83 * <li>to any values converted from inputs in a different addEqualityGroup call
125 Object converted; local
129 converted = converter.convert(input);
139 + "\" was not equal to itself when converted twice by the same Converter")
141 .isEqualTo(converted);
145 + "\" did not have a consistent hashCode when converted twice "
148 .isEqualTo(converted.hashCode());
152 + "\" was not equal to itself when converted twice by a different Converter"
    [all...]
  /packages/apps/Camera2/src/com/android/camera/util/
Size.java 152 Size[] converted = new Size[sizes.length]; local
154 converted[i] = new Size(sizes[i].getWidth(), sizes[i].getHeight());
156 return converted;
160 ArrayList<Size> converted = new ArrayList<>(sizes.size()); local
162 converted.add(new Size(size.width(), size.height()));
164 return converted;

Completed in 344 milliseconds

1 2 3 4 5 6 7 8 91011>>