| /external/icu/icu4c/source/io/ |
| D | sscanf.c | 41 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
|
| D | uscanf.c | 42 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/ |
| D | utf_string_conversions_unittest.cc | 101 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/ |
| D | macconversion.cc | 47 bool converted = false; in p_convertCFNumberToInt() local 150 bool converted = p_convertCFNumberToInt(cfn, &asInt); in p_isCFNumberTrue() local
|
| /external/svox/pico/tts/ |
| D | svox_ssml_parser.cpp | 596 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/ |
| D | ListUtil.java | 30 LinkedList<To> converted = new LinkedList<To>(); in convert() local
|
| /external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/core/ |
| D | SubstringMatcher.java | 41 protected String converted(String arg) { return ignoringCase ? arg.toLowerCase() : arg; } in converted() method in SubstringMatcher
|
| /external/dng_sdk/source/ |
| D | dng_safe_arithmetic.h | 208 const TDest converted = static_cast<TDest>(src); in ConvertUnsigned() local
|
| /external/google-breakpad/src/testing/gtest/test/ |
| D | gtest-port_test.cc | 95 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/ |
| D | gtest-port_test.cc | 132 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/ |
| D | gtest-port_test.cc | 132 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/ |
| D | gtest-port_test.cc | 132 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/ |
| D | m_libcbase.c | 97 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/ |
| D | StreamReader.java | 184 int converted = this.stream.read(data); in update() local
|
| /external/syslinux/com32/lib/ |
| D | vsscanf.c | 71 int converted = 0; /* Successful conversions */ in vsscanf() local
|
| /external/skia/src/sksl/ |
| D | SkSLIRGenerator.cpp | 421 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/ |
| D | SystemZTDC.cpp | 96 void converted(Instruction *I, Value *V, int Mask, bool Worthy) { in converted() function in __anonbe83d16f0111::SystemZTDCPass
|
| /external/deqp/framework/delibs/deimage/ |
| D | deImage.c | 100 deImage* converted = deImage_create(width, height, format); in deImage_convertFormat() local
|
| /external/libbrillo/brillo/ |
| D | any_internal_impl.h | 177 bool converted = TryConvert(value_, &int_val); in GetAsInteger() local
|
| /external/v8/src/ |
| D | conversions-inl.h | 767 double converted = Strtod(Vector<const char>(buffer, buffer_pos), exponent); in InternalStringToDouble() local
|
| /external/doclava/src/com/google/doclava/ |
| D | Converter.java | 733 Object converted; in initAnnotationValue() local
|
| /external/bison/lib/ |
| D | vasnprintf.c | 2094 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/ |
| D | CoreImplTest.java | 921 MessagePipeHandle converted = in testHandleConversion() local
|
| /external/guice/core/src/com/google/inject/internal/ |
| D | Errors.java | 176 TypeConverterBinding typeConverterBinding, Object converted) { in conversionTypeError()
|
| /external/libchrome/base/process/ |
| D | process_metrics_linux.cc | 288 bool converted = StringToUint64(value_str, target_counter); in GetIOCounters() local
|