/external/libbrillo/brillo/ |
D | value_conversion.h | 34 inline bool FromValue(const base::Value& in_value, bool* out_value) { in FromValue() 38 inline bool FromValue(const base::Value& in_value, int* out_value) { in FromValue() 42 inline bool FromValue(const base::Value& in_value, double* out_value) { in FromValue() 46 inline bool FromValue(const base::Value& in_value, std::string* out_value) { in FromValue() 51 const base::ListValue** out_value) { in FromValue() 56 const base::DictionaryValue** out_value) { in FromValue() 70 bool FromValue(const base::Value& in_value, std::vector<T, Alloc>* out_value) { in FromValue() 87 std::map<std::string, T, Pred, Alloc>* out_value) { in FromValue()
|
D | value_conversion.cc | 23 std::unique_ptr<base::ListValue>* out_value) { in FromValue() 32 std::unique_ptr<base::DictionaryValue>* out_value) { in FromValue()
|
/external/libchrome/base/ |
D | values.cc | 504 bool Value::GetAsList(ListValue** out_value) { in GetAsList() 520 bool Value::GetAsDictionary(DictionaryValue** out_value) { in GetAsDictionary() 826 bool DictionaryValue::Get(StringPiece path, Value** out_value) { in Get() 901 bool DictionaryValue::GetBinary(StringPiece path, Value** out_value) { in GetBinary() 920 DictionaryValue** out_value) { in GetDictionary() 939 bool DictionaryValue::GetList(StringPiece path, ListValue** out_value) { in GetList() 958 Value** out_value) { in GetWithoutPathExpansion() 1026 DictionaryValue** out_value) { in GetDictionaryWithoutPathExpansion() 1049 ListValue** out_value) { in GetListWithoutPathExpansion() 1057 std::unique_ptr<Value>* out_value) { in Remove() [all …]
|
D | pickle_unittest.cc | 568 int out_value; in TEST() local
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_state_msaa.c | 84 unsigned sample_index, float *out_value) in si_get_sample_position()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | cayman_msaa.c | 83 unsigned sample_index, float *out_value) in cayman_get_sample_position()
|
D | r600_state.c | 1243 float *out_value) in r600_get_sample_position()
|
D | evergreen_state.c | 1606 float *out_value) in evergreen_get_sample_position()
|
/external/u-boot/include/dm/ |
D | ofnode.h | 214 s32 *out_value) in ofnode_read_s32()
|
/external/avb/libavb/ |
D | avb_property_descriptor.c | 139 uint64_t* out_value) { in avb_property_lookup_uint64()
|
/external/u-boot/lib/libavb/ |
D | avb_property_descriptor.c | 120 uint64_t* out_value) { in avb_property_lookup_uint64()
|
/external/boringssl/src/crypto/test/ |
D | file_test.cc | 255 bool FileTest::GetAttribute(std::string *out_value, const std::string &key) { in GetAttribute() 278 bool FileTest::GetInstruction(std::string *out_value, const std::string &key) { in GetInstruction()
|
/external/u-boot/drivers/misc/ |
D | rockchip-efuse.c | 94 u32 out_value; in rockchip_rk3399_efuse_read() local
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cCopyImageTests.cpp | 1657 void readBaseTypeFromUnsignedChannel(GLuint channel, const GLubyte* pixel, GLdouble& out_value) in readBaseTypeFromUnsignedChannel() 1678 void readBaseTypeFromSignedChannel(GLuint channel, const GLubyte* pixel, GLdouble& out_value) in readBaseTypeFromSignedChannel() 1700 void readBaseTypeFromFloatChannel(GLuint channel, const GLubyte* pixel, GLdouble& out_value) in readBaseTypeFromFloatChannel() 1717 void readBaseTypeFromHalfFloatChannel(GLuint channel, const GLubyte* pixel, GLdouble& out_value) in readBaseTypeFromHalfFloatChannel() 1743 void read3Channel(GLuint channel, const GLubyte* pixel, GLdouble& out_value) in read3Channel() 1804 void read4Channel(GLuint channel, const GLubyte* pixel, GLdouble& out_value) in read4Channel() 1859 void read11F_11F_10F_Channel(GLuint channel, const GLubyte* pixel, GLdouble& out_value) in read11F_11F_10F_Channel()
|
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/ |
D | CppAssetManager2.java | 849 short density_override, Ref<Res_value> out_value, in GetResource() 1520 public ApkAssetsCookie GetAttribute(int resid, Ref<Res_value> out_value, in GetAttribute()
|
/external/v8/src/compiler/ |
D | code-assembler.cc | 315 bool CodeAssembler::ToInt32Constant(Node* node, int32_t& out_value) { in ToInt32Constant() 336 bool CodeAssembler::ToInt64Constant(Node* node, int64_t& out_value) { in ToInt64Constant() 342 bool CodeAssembler::ToSmiConstant(Node* node, Smi*& out_value) { in ToSmiConstant() 357 bool CodeAssembler::ToIntPtrConstant(Node* node, intptr_t& out_value) { in ToIntPtrConstant()
|
/external/mesa3d/src/amd/vulkan/ |
D | si_cmd_buffer.c | 1535 unsigned sample_index, float *out_value) in radv_cayman_get_sample_position()
|
/external/mesa3d/src/gallium/drivers/ddebug/ |
D | dd_context.c | 643 float *out_value) in dd_context_get_sample_position()
|
/external/mesa3d/src/gallium/drivers/swr/ |
D | swr_state.cpp | 701 float *out_value) in swr_get_sample_position()
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | constant_folding_test.cc | 1735 const Tensor& out_value = tensors[0]; in TEST_F() local
|