Home
last modified time | relevance | path

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

12

/external/icu/icu4c/source/io/
Dsscanf.c41 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.c42 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/svox/pico/tts/
Dsvox_ssml_parser.cpp596 char* converted = NULL; in convertToSvoxPitch() local
666 char* converted = NULL; in convertToSvoxRate() local
736 char* converted = NULL; in convertToSvoxVolume() local
816 char* converted = NULL; in convertBreakStrengthToTime() 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/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/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/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/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/snakeyaml/src/main/java/org/yaml/snakeyaml/reader/
DStreamReader.java184 int converted = this.stream.read(data); in update() local
/external/syslinux/com32/lib/
Dvsscanf.c71 int converted = 0; /* Successful conversions */ in vsscanf() local
/external/skia/src/sksl/
DSkSLIRGenerator.cpp421 std::unique_ptr<Statement> converted = this->convertStatement(*s); in convertSwitch() local
631 std::unique_ptr<Expression> converted = this->convertExpression(*size); in convertInterfaceBlock() local
1453 std::unique_ptr<Expression> converted = this->convertExpression(index); in convertIndex() local
1577 std::unique_ptr<Expression> converted = in convertSuffixExpression() local
/external/llvm/lib/Target/SystemZ/
DSystemZTDC.cpp96 void converted(Instruction *I, Value *V, int Mask, bool Worthy) { in converted() function in __anonbe83d16f0111::SystemZTDCPass
/external/deqp/framework/delibs/deimage/
DdeImage.c100 deImage* converted = deImage_create(width, height, format); in deImage_convertFormat() local
/external/libbrillo/brillo/
Dany_internal_impl.h177 bool converted = TryConvert(value_, &int_val); in GetAsInteger() local
/external/v8/src/
Dconversions-inl.h767 double converted = Strtod(Vector<const char>(buffer, buffer_pos), exponent); in InternalStringToDouble() local
/external/doclava/src/com/google/doclava/
DConverter.java733 Object converted; in initAnnotationValue() local
/external/bison/lib/
Dvasnprintf.c2094 DCHAR_T *converted = result + length; in VASNPRINTF() local
2222 DCHAR_T *converted = result + length; in VASNPRINTF() local
2350 DCHAR_T *converted = result + length; in VASNPRINTF() local
/external/libmojo/mojo/android/javatests/src/org/chromium/mojo/system/impl/
DCoreImplTest.java921 MessagePipeHandle converted = in testHandleConversion() local
/external/guice/core/src/com/google/inject/internal/
DErrors.java176 TypeConverterBinding typeConverterBinding, Object converted) { in conversionTypeError()
/external/libchrome/base/process/
Dprocess_metrics_linux.cc288 bool converted = StringToUint64(value_str, target_counter); in GetIOCounters() local

12