Home
last modified time | relevance | path

Searched defs:out_value (Results 1 – 20 of 20) sorted by relevance

/external/libbrillo/brillo/
Dvalue_conversion.h34 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()
Dvalue_conversion.cc23 std::unique_ptr<base::ListValue>* out_value) { in FromValue()
32 std::unique_ptr<base::DictionaryValue>* out_value) { in FromValue()
/external/libchrome/base/
Dvalues.cc504 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 …]
Dpickle_unittest.cc568 int out_value; in TEST() local
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state_msaa.c84 unsigned sample_index, float *out_value) in si_get_sample_position()
/external/mesa3d/src/gallium/drivers/r600/
Dcayman_msaa.c83 unsigned sample_index, float *out_value) in cayman_get_sample_position()
Dr600_state.c1243 float *out_value) in r600_get_sample_position()
Devergreen_state.c1606 float *out_value) in evergreen_get_sample_position()
/external/u-boot/include/dm/
Dofnode.h214 s32 *out_value) in ofnode_read_s32()
/external/u-boot/lib/libavb/
Davb_property_descriptor.c120 uint64_t* out_value) { in avb_property_lookup_uint64()
/external/avb/libavb/
Davb_property_descriptor.c139 uint64_t* out_value) { in avb_property_lookup_uint64()
/external/boringssl/src/crypto/test/
Dfile_test.cc255 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/
Drockchip-efuse.c94 u32 out_value; in rockchip_rk3399_efuse_read() local
/external/deqp/external/openglcts/modules/gl/
Dgl4cCopyImageTests.cpp1657 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/
DCppAssetManager2.java849 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/
Dcode-assembler.cc315 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/
Dsi_cmd_buffer.c1535 unsigned sample_index, float *out_value) in radv_cayman_get_sample_position()
/external/mesa3d/src/gallium/drivers/ddebug/
Ddd_context.c643 float *out_value) in dd_context_get_sample_position()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_state.cpp701 float *out_value) in swr_get_sample_position()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dconstant_folding_test.cc1735 const Tensor& out_value = tensors[0]; in TEST_F() local