/aosp_15_r20/external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/ |
H A D | SdkField.java | 45 private final BiConsumer<Object, TypeT> setter; field in SdkField 171 TypeT val = this.get(pojo); in getValueOrDefault() local 183 public void set(Object pojo, Object val) { in set() 208 private BiConsumer<Object, TypeT> setter; field in SdkField.Builder 241 public Builder<TypeT> setter(BiConsumer<Object, TypeT> setter) { in setter()
|
/aosp_15_r20/art/runtime/mirror/ |
H A D | emulated_stack_frame.cc | 117 uint32_t val = 0; in Get() local 128 int64_t val = 0; in GetLong() local 182 EmulatedStackFrameAccessor setter(references, stack_frame, stack_frame->GetLength()); in CreateFromShadowFrameAndArgs() local 206 ShadowFrameSetter setter(callee_frame, first_dest_reg); in WriteToShadowFrame() local
|
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/ |
H A D | SettableAnyProperty.java | 58 public SettableAnyProperty(BeanProperty property, AnnotatedMember setter, JavaType type, in SettableAnyProperty() 72 public SettableAnyProperty(BeanProperty property, AnnotatedMember setter, JavaType type, in SettableAnyProperty() 163 Map<Object,Object> val = (Map<Object,Object>) field.getValue(instance); in set() local
|
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/config/ |
D | OptionSetterTest.java | 265 CustomEnumClass(int val) { in CustomEnumClass() 320 OptionSetter setter = new OptionSetter(object1, object2); in testOptionSetter_sharedOptions() local 396 OptionSetter setter = new OptionSetter(object1, object2); in testOptionSetter_namespacedClassName() local 408 OptionSetter setter = new OptionSetter(object1, object2); in testOptionSetter_namespacedAlias() local 427 OptionSetter setter = new OptionSetter(object_base, configHolder); in testOptionSetter_frequencyForDeviceObject() local 465 OptionSetter setter = new OptionSetter(source); in testOptionSetter_inheritedOptions() local
|
/aosp_15_r20/tools/loganalysis/javatests/com/android/loganalysis/util/config/ |
H A D | OptionSetterTest.java | 197 CustomEnumClass(int val) { in CustomEnumClass() 241 OptionSetter setter = new OptionSetter(object1, object2); in testOptionSetter_sharedOptions() local 319 OptionSetter setter = new OptionSetter(object1, object2); in testOptionSetter_namespacedClassName() local 332 OptionSetter setter = new OptionSetter(object1, object2); in testOptionSetter_namespacedAlias() local 368 OptionSetter setter = new OptionSetter(source); in testOptionSetter_inheritedOptions() local
|
/aosp_15_r20/hardware/interfaces/biometrics/common/config/include/config/ |
H A D | Config.h | 44 bool (*setter)(const ConfigValue&); member 64 bool set(const std::string& name, const T& val) { in set() 76 bool setopt(const std::string& name, const T& val) { in setopt()
|
/aosp_15_r20/external/pytorch/torch/backends/ |
H A D | __init__.py | 34 def __init__(self, getter, setter): argument 41 def __set__(self, obj, val): argument
|
/aosp_15_r20/external/libchrome/base/threading/ |
H A D | thread_local_unittest.cc | 36 void set_value(char* val) { val_ = val; } in set_value() 100 SetThreadLocal setter(&tlp, &done); in TEST() local
|
/aosp_15_r20/external/aws-sdk-java-v2/test/sdk-benchmarks/src/main/java/software/amazon/awssdk/benchmark/enhanced/dynamodb/ |
H A D | V1ItemFactory.java | 111 protected AttributeValue av(String val) { in av() 117 protected AttributeValue av(List<AttributeValue> val) { in av() 123 protected AttributeValue av(Map<String, AttributeValue> val) { in av() 129 protected AttributeValue av(SdkBytes val) { in av() 692 … Method setter = V1HugeBeanFlat.class.getMethod("setStringAttr" + i, String.class); in fromHugeBeanFlat() local
|
H A D | ItemFactory.java | 117 Method setter = clazz.getMethod("setStringAttr" + i, String.class); in hugeBeanFlat() local 148 protected abstract T av(String val); in av() 150 protected abstract T av(List<T> val); in av() 152 protected abstract T av(Map<String, T> val); in av() 154 protected abstract T av(SdkBytes val); in av()
|
/aosp_15_r20/external/rust/android-crates-io/crates/nix/src/sys/socket/ |
D | sockopt.rs | 48 let setter: $setter = Set::new(val); localVariable 1318 val: MaybeUninit<T>, field 1369 val: MaybeUninit<c_int>, field 1400 val: c_int, field 1422 val: MaybeUninit<u8>, field 1453 val: u8, field 1473 val: MaybeUninit<c_int>, field 1504 val: c_int, field 1524 val: MaybeUninit<T>, field 1552 val: &'a OsStr, field
|
/aosp_15_r20/test/app_compat/csuite/harness/src/main/java/com/android/compatibility/targetprep/ |
D | AppSetupPreparer.java | 240 OptionSetter setter = new OptionSetter(mTestAppInstallSetup); in setUpOnce() local 281 private void checkArgumentNonNegative(long val, String name) { in checkArgumentNonNegative()
|
/aosp_15_r20/external/rust/android-crates-io/crates/paste/tests/ |
D | test_expr.rs | 236 val: i32, field 245 macro_rules! setter { macro
|
/aosp_15_r20/external/pytorch/torch/backends/cuda/ |
H A D | __init__.py | 50 def __init__(self, getter, setter): argument 57 def __set__(self, obj, val): argument
|
/aosp_15_r20/prebuilts/misc/common/args4j/ |
HD | args4j-2.0.28.jar | ... i$
org.kohsuke.args4j.spi.Setter setter
org.kohsuke.args4j.Option o
public ... |
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ |
H A D | types.py | 199 def setter(self, fset): member in DynamicClassAttribute 217 def send(self, val): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/ |
D | types.py | 199 def setter(self, fset): member in DynamicClassAttribute 217 def send(self, val): argument
|
/aosp_15_r20/external/python/cpython3/Lib/ |
D | types.py | 199 def setter(self, fset): member in DynamicClassAttribute 217 def send(self, val): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/ |
D | types.py | 199 def setter(self, fset): member in DynamicClassAttribute 217 def send(self, val): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/ |
D | types.py | 199 def setter(self, fset): member in DynamicClassAttribute 217 def send(self, val): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/ |
D | types.py | 199 def setter(self, fset): member in DynamicClassAttribute 217 def send(self, val): argument
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_abc.py | 206 def foo(self, val): pass argument 214 def foo(self, val): pass argument 237 def setter(self, callable): member in test_factory.TestABC.test_customdescriptors_with_abstractmethod.Descriptor 249 def foo(self, val): pass argument 257 def foo(self, val): pass argument
|
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/config/ |
D | DynamicRemoteFileResolver.java | 254 Object val = entry.getValue(); in validateRemoteFilePath() local 642 OptionSetter setter = new OptionSetter(resolver); in resolve() local
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/python/ |
H A D | python_tree_views.cpp | 68 Maybe<T> wrap_maybe(const SourceRange& fallback_pos, T* val) { in wrap_maybe() 169 Def* setter) { in initTreeViewBindings()
|
/aosp_15_r20/external/flatbuffers/src/ |
H A D | idl_gen_csharp.cpp | 436 auto &val = **it; in HasUnionStringValue() local 486 std::string setter = "__p.bb.Put"; in GenSetter() local 873 auto val = *uit; in GenStruct() local
|