Home
last modified time | relevance | path

Searched defs:in_value (Results 1 – 23 of 23) sorted by relevance

/external/libbrillo/brillo/
Dvalue_conversion.h35 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()
Dvalue_conversion.cc22 bool FromValue(const base::Value& in_value, in FromValue()
31 bool FromValue(const base::Value& in_value, in FromValue()
Dvalue_conversion_test.cc102 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/
Dvalues.cc735 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 …]
Dvalue_conversions.cc35 std::unique_ptr<Value> CreateFilePathValue(const FilePath& in_value) { in CreateFilePathValue()
/external/libchrome/mojo/public/cpp/bindings/tests/
Dstruct_with_traits_impl.cc11 NestedStructWithTraitsImpl::NestedStructWithTraitsImpl(int32_t in_value) in NestedStructWithTraitsImpl()
/external/ComputeLibrary/src/cpu/kernels/
DCpuGemmLowpQuantizeDownInt32ToInt8ScaleByFixedPointKernel.cpp138 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
DCpuGemmLowpQuantizeDownInt32ToUint8ScaleByFixedPointKernel.cpp138 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
DCpuGemmLowpQuantizeDownInt32ToInt16ScaleByFixedPointKernel.cpp131 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
DCpuGemmLowpQuantizeDownInt32ScaleKernel.cpp211 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
DCpuGemmLowpOffsetContributionOutputStageKernel.cpp366 …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/
DNESymm.h101 inline int16_t finalize_quantization_int16(int32_t in_value, int result_fixedpoint_multiplier, in finalize_quantization_int16()
DNEAsymm.h333 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/
Dnumbers_test.cc254 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/
Dnumbers_test.cc254 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/
Dnumbers_test.cc253 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/
Dnumbers_test.cc253 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/
Dnumbers_test.cc254 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/
Dregistry.cc807 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/
Dnumbers_test.cc252 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/
Dnumbers_test.cc252 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/
Dnumbers_test.cc252 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/
Dconv.cc165 const float in_value = input_data[i * cols + j]; in TransposeFloatTensor() local