Home
last modified time | relevance | path

Searched defs:converted (Results 1 – 25 of 48) sorted by relevance

12

/external/icu/icu4c/source/io/
Dsscanf.cpp41 int32_t converted; in u_sscanf() local
56 int32_t converted; in u_sscanf_u() local
70 int32_t converted; in u_vsscanf() local
103 int32_t converted; in u_vsscanf_u() local
Duscanf.cpp42 int32_t converted; in u_fscanf() local
57 int32_t converted; in u_fscanf_u() local
71 int32_t converted; in u_vfscanf() local
/external/libchrome/base/strings/
Dutf_string_conversions_unittest.cc101 std::wstring converted; in TEST() local
111 std::wstring converted; in TEST() local
146 std::string converted; in TEST() local
177 std::string converted; in TEST() local
206 const std::string& converted = UTF16ToUTF8(multistring16); in TEST() local
/external/webrtc/webrtc/base/
Dmacconversion.cc47 bool converted = false; in p_convertCFNumberToInt() local
150 bool converted = p_convertCFNumberToInt(cfn, &asInt); in p_isCFNumberTrue() local
/external/tensorflow/tensorflow/python/lib/core/
Dstrings.i90 std::vector<tensorflow::Safe_PyObjectPtr> converted; variable
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DNumberFormatDataDrivenTest.java527 … String converted = PatternStringUtils.convertLocalized(tuple.localizedPattern, symbols, false); in propertiesFromTuple() local
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DNumberFormatDataDrivenTest.java524 … String converted = PatternStringUtils.convertLocalized(tuple.localizedPattern, symbols, false); in propertiesFromTuple() local
/external/mockito/src/main/java/org/mockito/internal/util/collections/
DListUtil.java30 LinkedList<To> converted = new LinkedList<To>(); in convert() local
/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/core/
DSubstringMatcher.java41 protected String converted(String arg) { return ignoringCase ? arg.toLowerCase() : arg; } in converted() method in SubstringMatcher
/external/dng_sdk/source/
Ddng_safe_arithmetic.h208 const TDest converted = static_cast<TDest>(src); in ConvertUnsigned() local
/external/google-breakpad/src/testing/gtest/test/
Dgtest-port_test.cc95 explicit Castable(bool* converted) : converted_(converted) {} in Castable()
106 bool converted = false; in TEST() local
114 explicit ConstCastable(bool* converted) : converted_(converted) {} in ConstCastable()
125 bool converted = false; in TEST() local
133 ConstAndNonConstCastable(bool* converted, bool* const_converted) in ConstAndNonConstCastable()
150 bool converted = false; in TEST() local
167 To(bool* converted) { *converted = true; } // NOLINT in To()
171 bool converted = false; in TEST() local
/external/desugar/java/com/google/devtools/common/options/testing/
DConverterTester.java125 Object converted; in testItems() local
/external/googletest/googletest/test/
Dgtest-port_test.cc132 explicit Castable(bool* converted) : converted_(converted) {} in Castable()
143 bool converted = false; in TEST() local
151 explicit ConstCastable(bool* converted) : converted_(converted) {} in ConstCastable()
162 bool converted = false; in TEST() local
170 ConstAndNonConstCastable(bool* converted, bool* const_converted) in ConstAndNonConstCastable()
187 bool converted = false; in TEST() local
204 To(bool* converted) { *converted = true; } // NOLINT in To()
208 bool converted = false; in TEST() local
/external/v8/testing/gtest/test/
Dgtest-port_test.cc132 explicit Castable(bool* converted) : converted_(converted) {} in Castable()
143 bool converted = false; in TEST() local
151 explicit ConstCastable(bool* converted) : converted_(converted) {} in ConstCastable()
162 bool converted = false; in TEST() local
170 ConstAndNonConstCastable(bool* converted, bool* const_converted) in ConstAndNonConstCastable()
187 bool converted = false; in TEST() local
204 To(bool* converted) { *converted = true; } // NOLINT in To()
208 bool converted = false; in TEST() local
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
Dgtest-port_test.cc132 explicit Castable(bool* converted) : converted_(converted) {} in Castable()
143 bool converted = false; in TEST() local
151 explicit ConstCastable(bool* converted) : converted_(converted) {} in ConstCastable()
162 bool converted = false; in TEST() local
170 ConstAndNonConstCastable(bool* converted, bool* const_converted) in ConstAndNonConstCastable()
187 bool converted = false; in TEST() local
204 To(bool* converted) { *converted = true; } // NOLINT in To()
208 bool converted = false; in TEST() local
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/reader/
DStreamReader.java184 int converted = this.stream.read(data); in update() local
/external/valgrind/coregrind/
Dm_libcbase.c97 Bool neg = False, converted = False; in VG_() local
123 Bool converted = False; in VG_() local
149 Bool neg = False, converted = False; in VG_() local
183 Bool converted = False; in VG_() local
/external/syslinux/com32/lib/
Dvsscanf.c71 int converted = 0; /* Successful conversions */ in vsscanf() local
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_if_conversion.cpp44 unsigned converted = 0; in run() local
/external/llvm/lib/Target/SystemZ/
DSystemZTDC.cpp96 void converted(Instruction *I, Value *V, int Mask, bool Worthy) { in converted() function in __anon73e5f6ed0111::SystemZTDCPass
/external/deqp/framework/delibs/deimage/
DdeImage.c100 deImage* converted = deImage_create(width, height, format); in deImage_convertFormat() local
/external/skia/src/sksl/
DSkSLIRGenerator.cpp474 std::unique_ptr<Statement> converted = this->convertStatement(*s); in convertSwitch() local
817 std::unique_ptr<Expression> converted = this->convertExpression(*size); in convertInterfaceBlock() local
1843 std::unique_ptr<Expression> converted = this->convertExpression(index); in convertIndex() local
1990 std::unique_ptr<Expression> converted = in convertSuffixExpression() local
/external/skqp/src/sksl/
DSkSLIRGenerator.cpp475 std::unique_ptr<Statement> converted = this->convertStatement(*s); in convertSwitch() local
816 std::unique_ptr<Expression> converted = this->convertExpression(*size); in convertInterfaceBlock() local
1842 std::unique_ptr<Expression> converted = this->convertExpression(index); in convertIndex() local
1989 std::unique_ptr<Expression> converted = in convertSuffixExpression() local
/external/libbrillo/brillo/
Dany_internal_impl.h177 bool converted = TryConvert(value_, &int_val); in GetAsInteger() local
/external/curl/src/
Dtool_operate.c205 curl_off_t converted = ((curl_off_t)filetime * 10000000) + in setfiletime() local

12