| /external/libbrillo/brillo/ |
| D | value_conversion.h | 35 inline bool FromValue(const base::Value& in_value, bool* out_value) { in FromValue() 39 inline bool FromValue(const base::Value& in_value, int* out_value) { in FromValue() 43 inline bool FromValue(const base::Value& in_value, double* out_value) { in FromValue() 47 inline bool FromValue(const base::Value& in_value, std::string* out_value) { in FromValue() 51 inline bool FromValue(const base::Value& in_value, in FromValue() 56 inline bool FromValue(const base::Value& in_value, in FromValue() 71 bool FromValue(const base::Value& in_value, std::vector<T, Alloc>* out_value) { in FromValue() 87 bool FromValue(const base::Value& in_value, in FromValue()
|
| D | value_conversion.cc | 22 bool FromValue(const base::Value& in_value, in FromValue() 31 bool FromValue(const base::Value& in_value, in FromValue()
|
| D | value_conversion_test.cc | 102 auto in_value = ParseValue("[1, 2, 'foo']"); in TEST() local 109 auto in_value = ParseValue("{'foo':'bar','baz': 1}"); in TEST() local
|
| /external/libchrome/base/ |
| D | values.cc | 735 Value* DictionaryValue::Set(StringPiece path, std::unique_ptr<Value> in_value) { in Set() 761 Value* DictionaryValue::SetBoolean(StringPiece path, bool in_value) { in SetBoolean() 765 Value* DictionaryValue::SetInteger(StringPiece path, int in_value) { in SetInteger() 769 Value* DictionaryValue::SetDouble(StringPiece path, double in_value) { in SetDouble() 773 Value* DictionaryValue::SetString(StringPiece path, StringPiece in_value) { in SetString() 777 Value* DictionaryValue::SetString(StringPiece path, const string16& in_value) { in SetString() 783 std::unique_ptr<DictionaryValue> in_value) { in SetDictionary() 788 std::unique_ptr<ListValue> in_value) { in SetList() 794 std::unique_ptr<Value> in_value) { in SetWithoutPathExpansion() 1179 bool ListValue::Set(size_t index, std::unique_ptr<Value> in_value) { in Set() [all …]
|
| D | value_conversions.cc | 35 std::unique_ptr<Value> CreateFilePathValue(const FilePath& in_value) { in CreateFilePathValue()
|
| /external/libchrome/mojo/public/cpp/bindings/tests/ |
| D | struct_with_traits_impl.cc | 11 NestedStructWithTraitsImpl::NestedStructWithTraitsImpl(int32_t in_value) in NestedStructWithTraitsImpl()
|
| /external/ComputeLibrary/src/cpu/kernels/ |
| D | CpuGemmLowpQuantizeDownInt32ToInt8ScaleByFixedPointKernel.cpp | 138 int32_t in_value = *(reinterpret_cast<const int32_t *>(in.ptr()) + x); in run_internal() local 174 const int32_t in_value = *(reinterpret_cast<const int32_t *>(in.ptr()) + x); in run_internal() local
|
| D | CpuGemmLowpQuantizeDownInt32ToUint8ScaleByFixedPointKernel.cpp | 138 int32_t in_value = *(reinterpret_cast<const int32_t *>(in.ptr()) + x); in run_internal() local 172 const int32_t in_value = *(reinterpret_cast<const int32_t *>(in.ptr()) + x); in run_internal() local
|
| D | CpuGemmLowpQuantizeDownInt32ToInt16ScaleByFixedPointKernel.cpp | 131 int32_t in_value = *(reinterpret_cast<const int32_t *>(in.ptr()) + x); in run_internal() local 164 const int32_t in_value = *(reinterpret_cast<const int32_t *>(in.ptr()) + x); in run_internal() local
|
| D | CpuGemmLowpQuantizeDownInt32ScaleKernel.cpp | 211 int in_value = *(reinterpret_cast<const int *>(in.ptr()) + x); in run_internal() local 249 int in_value = *(reinterpret_cast<const int *>(in.ptr()) + x); in run_internal() local
|
| D | CpuGemmLowpOffsetContributionOutputStageKernel.cpp | 366 …int32_t in_value = *(reinterpret_cast<const int32_t *>(mm_result_it.ptr()) + x) + wrapper::vgetlan… in run_offset_contribution_output_stage_window() local 444 …int32_t in_value = *(reinterpret_cast<const int32_t *>(mm_result_it.ptr()) + x) + wrapper::vgetlan… in run_offset_contribution_output_stage_window_symm() local
|
| /external/ComputeLibrary/src/core/NEON/ |
| D | NESymm.h | 101 inline int16_t finalize_quantization_int16(int32_t in_value, int result_fixedpoint_multiplier, in finalize_quantization_int16()
|
| D | NEAsymm.h | 333 inline uint8_t finalize_quantization(int32_t in_value, int result_fixedpoint_multiplier, in finalize_quantization() 376 inline int8_t finalize_quantization(int32_t in_value, int result_fixedpoint_multiplier, in finalize_quantization()
|
| /external/cronet/third_party/abseil-cpp/absl/strings/ |
| D | numbers_test.cc | 254 void VerifySimpleAtoiGood(in_val_type in_value, int_type exp_value) { in VerifySimpleAtoiGood() 268 void VerifySimpleAtoiBad(in_val_type in_value) { in VerifySimpleAtoiBad() 674 void VerifySimpleHexAtoiGood(in_val_type in_value, int_type exp_value) { in VerifySimpleHexAtoiGood() 695 void VerifySimpleHexAtoiBad(in_val_type in_value) { in VerifySimpleHexAtoiBad()
|
| /external/webrtc/third_party/abseil-cpp/absl/strings/ |
| D | numbers_test.cc | 254 void VerifySimpleAtoiGood(in_val_type in_value, int_type exp_value) { in VerifySimpleAtoiGood() 268 void VerifySimpleAtoiBad(in_val_type in_value) { in VerifySimpleAtoiBad() 674 void VerifySimpleHexAtoiGood(in_val_type in_value, int_type exp_value) { in VerifySimpleHexAtoiGood() 695 void VerifySimpleHexAtoiBad(in_val_type in_value) { in VerifySimpleHexAtoiBad()
|
| /external/abseil-cpp/absl/strings/ |
| D | numbers_test.cc | 253 void VerifySimpleAtoiGood(in_val_type in_value, int_type exp_value) { in VerifySimpleAtoiGood() 267 void VerifySimpleAtoiBad(in_val_type in_value) { in VerifySimpleAtoiBad() 473 void VerifySimpleHexAtoiGood(in_val_type in_value, int_type exp_value) { in VerifySimpleHexAtoiGood() 494 void VerifySimpleHexAtoiBad(in_val_type in_value) { in VerifySimpleHexAtoiBad()
|
| /external/tensorflow/third_party/absl/abseil-cpp/absl/strings/ |
| D | numbers_test.cc | 253 void VerifySimpleAtoiGood(in_val_type in_value, int_type exp_value) { in VerifySimpleAtoiGood() 267 void VerifySimpleAtoiBad(in_val_type in_value) { in VerifySimpleAtoiBad() 528 void VerifySimpleHexAtoiGood(in_val_type in_value, int_type exp_value) { in VerifySimpleHexAtoiGood() 549 void VerifySimpleHexAtoiBad(in_val_type in_value) { in VerifySimpleHexAtoiBad()
|
| /external/angle/third_party/abseil-cpp/absl/strings/ |
| D | numbers_test.cc | 254 void VerifySimpleAtoiGood(in_val_type in_value, int_type exp_value) { in VerifySimpleAtoiGood() 268 void VerifySimpleAtoiBad(in_val_type in_value) { in VerifySimpleAtoiBad() 674 void VerifySimpleHexAtoiGood(in_val_type in_value, int_type exp_value) { in VerifySimpleHexAtoiGood() 695 void VerifySimpleHexAtoiBad(in_val_type in_value) { in VerifySimpleHexAtoiBad()
|
| /external/cronet/base/win/ |
| D | registry.cc | 807 LONG GenericRegKey<Reg>::WriteValue(const wchar_t* name, DWORD in_value) { in WriteValue() 814 const wchar_t* in_value) { in WriteValue()
|
| /external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/ |
| D | numbers_test.cc | 252 void VerifySimpleAtoiGood(in_val_type in_value, int_type exp_value) { in VerifySimpleAtoiGood() 266 void VerifySimpleAtoiBad(in_val_type in_value) { in VerifySimpleAtoiBad()
|
| /external/libtextclassifier/abseil-cpp/absl/strings/ |
| D | numbers_test.cc | 252 void VerifySimpleAtoiGood(in_val_type in_value, int_type exp_value) { in VerifySimpleAtoiGood() 266 void VerifySimpleAtoiBad(in_val_type in_value) { in VerifySimpleAtoiBad()
|
| /external/openscreen/third_party/abseil/src/absl/strings/ |
| D | numbers_test.cc | 252 void VerifySimpleAtoiGood(in_val_type in_value, int_type exp_value) { in VerifySimpleAtoiGood() 266 void VerifySimpleAtoiBad(in_val_type in_value) { in VerifySimpleAtoiBad()
|
| /external/tensorflow/tensorflow/lite/kernels/ |
| D | conv.cc | 165 const float in_value = input_data[i * cols + j]; in TransposeFloatTensor() local
|