/aosp_15_r20/external/libbrillo/brillo/ |
H A 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() 52 const base::ListValue** out_value) { in FromValue() 57 const base::DictionaryValue** out_value) { in FromValue() 71 bool FromValue(const base::Value& in_value, std::vector<T, Alloc>* out_value) { in FromValue() 88 std::map<std::string, T, Pred, Alloc>* out_value) { in FromValue()
|
H A D | value_conversion.cc | 23 std::unique_ptr<base::ListValue>* out_value) { in FromValue() 32 std::unique_ptr<base::DictionaryValue>* out_value) { in FromValue()
|
/aosp_15_r20/external/libchrome/base/ |
H A 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 …]
|
/aosp_15_r20/external/rust/crates/quiche/deps/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()
|
/aosp_15_r20/external/boringssl/src/crypto/test/ |
H A D | file_test.cc | 257 bool FileTest::GetAttribute(std::string *out_value, const std::string &key) { in GetAttribute() 280 bool FileTest::GetInstruction(std::string *out_value, const std::string &key) { in GetInstruction()
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/test/ |
H A D | file_test.cc | 257 bool FileTest::GetAttribute(std::string *out_value, const std::string &key) { in GetAttribute() 280 bool FileTest::GetInstruction(std::string *out_value, const std::string &key) { in GetInstruction()
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/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()
|
/aosp_15_r20/external/pdfium/fpdfsdk/ |
H A D | fpdf_structtree.cpp | 335 FPDF_BOOL* out_value) { in FPDF_StructElement_Attr_GetBooleanValue() 355 float* out_value) { in FPDF_StructElement_Attr_GetNumberValue()
|
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/ |
H A D | gl4cCopyImageTests.cpp | 1691 void readBaseTypeFromUnsignedChannel(GLuint channel, const GLubyte *pixel, GLdouble &out_value) in readBaseTypeFromUnsignedChannel() 1712 void readBaseTypeFromSignedChannel(GLuint channel, const GLubyte *pixel, GLdouble &out_value) in readBaseTypeFromSignedChannel() 1734 void readBaseTypeFromFloatChannel(GLuint channel, const GLubyte *pixel, GLdouble &out_value) in readBaseTypeFromFloatChannel() 1751 void readBaseTypeFromHalfFloatChannel(GLuint channel, const GLubyte *pixel, GLdouble &out_value) in readBaseTypeFromHalfFloatChannel() 1777 void read3Channel(GLuint channel, const GLubyte *pixel, GLdouble &out_value) in read3Channel() 1838 void read4Channel(GLuint channel, const GLubyte *pixel, GLdouble &out_value) in read4Channel() 1893 void read11F_11F_10F_Channel(GLuint channel, const GLubyte *pixel, GLdouble &out_value) in read11F_11F_10F_Channel()
|
/aosp_15_r20/frameworks/base/tools/aapt2/format/proto/ |
H A D | ProtoSerialize.cpp | 548 ValueSerializer(pb::Value* out_value, android::StringPool* src_pool) in ValueSerializer() 720 void SerializeValueToPb(const Value& value, pb::Value* out_value, android::StringPool* src_pool) { in SerializeValueToPb()
|
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_sample_positions.c | 79 float *out_value) in u_default_get_sample_position()
|
/aosp_15_r20/external/boringssl/src/crypto/x509/ |
H A D | v3_genn.c | 259 ASN1_TYPE **out_value) { in GENERAL_NAME_get0_otherName()
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/x509/ |
H A D | v3_genn.c | 259 ASN1_TYPE **out_value) { in GENERAL_NAME_get0_otherName()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/ |
H A D | cayman_msaa.c | 63 unsigned sample_index, float *out_value) in cayman_get_sample_position()
|
/aosp_15_r20/external/avb/libavb/ |
H A D | avb_property_descriptor.c | 139 uint64_t* out_value) { in avb_property_lookup_uint64()
|
/aosp_15_r20/external/mesa3d/src/vulkan/overlay-layer/ |
H A D | overlay_params.c | 114 parse_string(const char *s, char *out_param, char *out_value) in parse_string()
|
/aosp_15_r20/external/perfetto/include/perfetto/public/ |
H A D | pb_utils.h | 99 uint64_t* out_value) { in PerfettoPbParseVarInt()
|
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/external/perfetto/include/perfetto/public/ |
H A D | pb_utils.h | 99 uint64_t* out_value) { in PerfettoPbParseVarInt()
|
/aosp_15_r20/external/coreboot/src/soc/nvidia/tegra/ |
H A D | gpio.h | 76 u32 out_value[GPIO_PORTS_PER_BANK]; member
|
/aosp_15_r20/system/core/libcutils/ |
H A D | fs.cpp | 127 int fs_read_atomic_int(const char* path, int* out_value) { in fs_read_atomic_int()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_state_msaa.c | 118 unsigned sample_index, float *out_value) in si_get_sample_position()
|
/aosp_15_r20/external/robolectric/resources/src/main/java/org/robolectric/res/android/ |
H A D | CppAssetManager2.java | 865 Ref<Res_value> out_value, in GetResource() 1568 int resid, Ref<Res_value> out_value, final Ref<Integer> out_flags) { in GetAttribute()
|
/aosp_15_r20/external/cronet/components/prefs/ |
H A D | overlay_user_pref_store.cc | 100 std::optional<base::Value> out_value = in GetValues() local
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_shader_gs.cpp | 226 auto out_value = value_factory().src_vec4(instr->src[0], pin_free, src_swz); in store_output() local
|
/aosp_15_r20/external/mesa3d/src/vulkan/screenshot-layer/ |
H A D | screenshot_params.c | 325 parse_string(const char *s, char *out_param, char *out_value) in parse_string()
|