Home
last modified time | relevance | path

Searched defs:Value (Results 1 – 25 of 105) sorted by relevance

12345

/aosp12/frameworks/av/media/codec2/sfplugin/
H A DReflectedParamUpdater.h57 struct Value : public AData<C2Value, int32_t, int64_t, AString, sp<ABuffer>>::Basic { struct
60 explicit Value(C2Value i) { set(i); } in Value() argument
61 explicit Value(int32_t i) { set(i); } in Value() argument
62 explicit Value(int64_t i) { set(i); } in Value() function
63 explicit Value(const AString &i) { set(i); } in Value() argument
64 explicit Value(const sp<ABuffer> &i) { set(i); } in Value() argument
/aosp12/art/compiler/optimizing/
H A Dinduction_var_range.h45 struct Value { struct
46 Value() : instruction(nullptr), a_constant(0), b_constant(0), is_known(false) {} in Value() argument
47 Value(HInstruction* i, int32_t a, int32_t b) in Value() argument
49 explicit Value(int32_t b) : Value(nullptr, 0, b) {} in Value() function
70 /*out*/ Value* min_val, argument
/aosp12/build/blueprint/proptools/
H A Dclone.go26 func CloneProperties(structValue reflect.Value) reflect.Value {
38 func CopyProperties(dstValue, srcValue reflect.Value) {
48 func copyProperties(dstValue, srcValue reflect.Value) {
142 func ZeroProperties(structValue reflect.Value) {
149 func zeroProperties(structValue reflect.Value) {
201 func CloneEmptyProperties(structValue reflect.Value) reflect.Value {
210 func cloneEmptyProperties(dstValue, srcValue reflect.Value) {
H A Dtypeequal.go26 func typeEqual(v1, v2 reflect.Value) bool {
81 func concreteType(v reflect.Value) bool {
/aosp12/packages/modules/StatsD/statsd/src/
H A DFieldValue.h274 struct Value { struct
275 Value() : type(UNKNOWN) {} in Value() function
277 Value(int32_t v) { in Value() function
282 Value(int64_t v) { in Value() function
287 Value(float v) { in Value() argument
292 Value(double v) { in Value() function
297 Value(const std::string& v) { in Value() argument
302 Value(const std::vector<uint8_t>& v) { in Value() function
307 void setInt(int32_t v) { in setInt()
317 void setFloat(float v) { in setFloat()
[all …]
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
H A Dvaluetest.cpp39 TEST(Value, Traits) { in TEST() argument
267 TEST(Value, Swap) { in TEST() argument
283 TEST(Value, Null) { in TEST() argument
306 TEST(Value, True) { in TEST() argument
331 TEST(Value, False) { in TEST() argument
357 TEST(Value, Int) { in TEST() argument
410 TEST(Value, Uint) { in TEST() argument
449 TEST(Value, Int64) { in TEST() argument
503 TEST(Value, Uint64) { in TEST() argument
547 TEST(Value, Double) { in TEST() argument
[all …]
/aosp12/bootable/recovery/edify/include/edify/
H A Dexpr.h57 struct Value { struct
63 Value(Type type, std::string str) : type(type), data(std::move(str)) {} in Value() function
71 using Function = Value* (*)(const char* name, State* state, argument
/aosp12/system/chre/util/tests/
H A Dunique_ptr_test.cc11 struct Value { struct
12 Value(int value) : value(value) { in Value() function
16 ~Value() { in ~Value() argument
20 Value &operator=(Value &&other) { in operator =() argument
29 int Value::constructionCounter = 0; argument
/aosp12/build/soong/android/soongconfig/
H A Dmodules.go416 func PropertiesToApply(moduleType *ModuleType, props reflect.Value, config SoongConfig) ([]interfac…
526 func (s *stringVariable) initializeProperties(v reflect.Value, typ reflect.Type) {
535 func (s *stringVariable) PropertiesToApply(config SoongConfig, values reflect.Value) (interface{}, …
568 func (b boolVariable) initializeProperties(v reflect.Value, typ reflect.Type) {
576 func initializePropertiesWithDefault(v reflect.Value, typ reflect.Type) {
596 func conditionsDefaultField(v reflect.Value) reflect.Value {
602 func removeDefault(values reflect.Value) reflect.Value {
625 func (b boolVariable) PropertiesToApply(config SoongConfig, values reflect.Value) (interface{}, err…
652 func (s *valueVariable) initializeProperties(v reflect.Value, typ reflect.Type) {
660 func (s *valueVariable) PropertiesToApply(config SoongConfig, values reflect.Value) (interface{}, e…
[all …]
/aosp12/build/soong/android/
H A Dpath_properties.go116 func fieldsByIndex(v reflect.Value, index []int, values *[]reflect.Value) {
154 func isSliceOfStruct(v reflect.Value) bool {
/aosp12/build/make/tools/product_config/src/com/android/build/config/
H A DValue.java27 public class Value { class
37 public Value(VarType varType) { in Value() method in Value
49 public Value(VarType varType, Str str) { in Value() method in Value
55 public Value(List<Str> list) { in Value() method in Value
/aosp12/frameworks/base/cmds/idmap2/include/idmap2/
H A DResourceContainer.h67 struct Value { struct
68 std::string resource_name;
69 std::variant<ResourceIdValue, TargetValue> value;
/aosp12/build/soong/bp2build/
H A Dconfigurability.go122 func prettyPrintSelectMap(selectMap map[string]reflect.Value, defaultValue string, indent int) (str…
184 func prettyPrintSelectEntry(value reflect.Value, key string, indent int) (string, error) {
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/internal/
H A Dmeta.h44 static const bool Value = Cond; member
/aosp12/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
H A DLVPSA_QPD_Process.cpp178 LVM_INT16 Value) { in LVPSA_QPD_WritePeak()
192 LVM_INT16 BandIndex, LVM_FLOAT Value) { in LVPSA_QPD_WritePeak_Float()
/aosp12/build/blueprint/parser/
H A Dast.go42 Value Expression member
94 Value Expression member
193 Value Expression member
222 Value Expression member
336 Value string member
361 Value int64 member
387 Value bool member
/aosp12/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestApp/src/com/android/multidexlegacytestapp/annotation/
H A DTestAnnotation3.java24 public enum Value { enum
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
H A DVoiceCallRatTracker.java192 private static class Value { class in VoiceCallRatTracker
198 Value(long durationMillis, Set<Integer> connectionIds) { in Value() method in VoiceCallRatTracker.Value
204 private Value(long durationMillis, long callCount) { in Value() method in VoiceCallRatTracker.Value
/aosp12/system/tools/hidl/hidl2aidl/test/aidl_api/hidl2aidl_test_gen/current/hidl2aidl/test/
H A DValue.aidl22 enum Value { enum
/aosp12/build/blueprint/bootstrap/bpdoc/
H A Dreader.go62 func (r *Reader) ModuleType(name string, factory reflect.Value) (*ModuleType, error) {
86 func (r *Reader) PropertyStruct(pkgPath, name string, defaults reflect.Value) (*PropertyStruct, err…
H A Dbpdoc.go65 func AllPackages(pkgFiles map[string][]string, moduleTypeNameFactories map[string]reflect.Value,
110 func assembleModuleTypeInfo(r *Reader, name string, factory reflect.Value,
183 func nestedPropertyStructs(s reflect.Value) []nestedProperty {
/aosp12/frameworks/base/media/mca/filterfw/native/core/
H A Dvalue.h32 } Value; typedef
/aosp12/frameworks/base/tools/aapt2/
H A DValueTransformer.h26 class Value; variable
/aosp12/build/blueprint/bootstrap/
H A Dwritedocs.go18 func ModuleTypeDocs(ctx *blueprint.Context, config interface{}, factories map[string]reflect.Value)…
/aosp12/frameworks/opt/bitmap/src/com/android/bitmap/
H A DContiguousFIFOAggregator.java298 private class Value { class in ContiguousFIFOAggregator
303 Value(final Callback<T> callback, final Runnable task) { in Value() method in ContiguousFIFOAggregator.Value

12345