Home
last modified time | relevance | path

Searched +defs:value +defs:delegate (Results 326 – 350 of 2135) sorted by relevance

1...<<11121314151617181920>>...86

/aosp_15_r20/out/soong/.intermediates/frameworks/base/services/voiceinteraction/services.soundtrigger_middleware/android_common/javac/
Dservices.soundtrigger_middleware.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/services/voiceinteraction/services.soundtrigger_middleware/android_common/repackaged-jarjar/javac/
Dservices.soundtrigger_middleware.jar ... , int, int) int modelHandle int modelParam int value public int getModelParameter (int, int) int modelHandle ...
/aosp_15_r20/external/emma/core/java12/com/vladium/util/
H A DIProperties.java59 String setProperty (String key, String value); in setProperty()
139 String value = (String) m_valueMap.get (key); in getProperty() local
246 final String value = getProperty (name, ""); in toAppArgsForm() local
288 public String setProperty (final String key, final String value) in setProperty()
345 void setDelegate (final PropertiesImpl delegate) in setDelegate()
/aosp_15_r20/external/cronet/third_party/boringssl/src/pki/
H A Dpath_builder_unittest.cc2072 CertPathBuilderDelegate *delegate = in RunPathBuilder() local
2182 StrictMock<MockPathBuilderDelegate> delegate; in TEST_F() local
2201 AddWarningPathBuilderDelegate delegate; in TEST_F() local
2304 AddWarningPathBuilderDelegate delegate; in TEST_F() local
2320 AddWarningPathBuilderDelegate delegate; in TEST_F() local
2346 AddErrorPathBuilderDelegate delegate; in TEST_F() local
2378 AddOtherErrorPathBuilderDelegate delegate; in TEST_F() local
2403 StrictMock<MockPathBuilderDelegate> delegate; in TEST_F() local
2417 int value = 0xB33F; member
2429 SetsDelegateDataPathBuilderDelegate delegate; in TEST_F() local
[all …]
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/compose/material/material-android/1.7.0-alpha01/androidx.compose.material_material/android_common/aar/
Dandroidx.compose.material_material.jarMETA-INF/ androidx/ androidx/compose/ androidx/compose/material/ androidx/compose ...
Dclasses.jarMETA-INF/ androidx/ androidx/compose/ androidx/compose/material/ androidx/compose ...
/aosp_15_r20/external/angle/build/android/gyp/util/
H A Djava_cpp_utils.py42 def __init__(self, name, value, comments): argument
88 def CreateJavaConstant(self, name, value, comments): argument
104 def __init__(self, delegate, lines): argument
/aosp_15_r20/external/cronet/build/android/gyp/util/
H A Djava_cpp_utils.py42 def __init__(self, name, value, comments): argument
88 def CreateJavaConstant(self, name, value, comments): argument
104 def __init__(self, delegate, lines): argument
/aosp_15_r20/external/kotlinc/lib/
HDkotlin-scripting-common.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/kotlin-scripting- ...
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/xnnpack/
H A Dxnnpack_delegate.cc256 const Delegate& delegate) { in Create()
751 xnn_external_value value = {0}; in Invoke() local
1308 static TfLiteStatus CheckTensorFloat32OrQInt8Type(const Delegate& delegate, in CheckTensorFloat32OrQInt8Type()
1344 static TfLiteStatus CheckTensorQInt8OrQUInt8Type(const Delegate& delegate, in CheckTensorQInt8OrQUInt8Type()
1398 static TfLiteStatus CheckTensorFloat32OrQUInt8Type(const Delegate& delegate, in CheckTensorFloat32OrQUInt8Type()
1455 const Delegate& delegate, TfLiteContext* context, in CheckTensorFloat32OrQCInt8Type()
1523 static TfLiteStatus CheckTensorFloat32OrQInt32Type(const Delegate& delegate, in CheckTensorFloat32OrQInt32Type()
1563 const Delegate& delegate, TfLiteContext* context, in CheckTensorFloat32OrQCInt32Type()
1874 xnn_subgraph_t subgraph, const Delegate& delegate, TfLiteContext* context, in VisitNode()
2146 xnn_subgraph_t subgraph, const Delegate& delegate, in VisitAbsNode()
[all …]
/aosp_15_r20/external/avb/test/
H A Dfake_avb_ops.h147 FakeAvbOpsDelegate* delegate() { in delegate() function
152 void set_delegate(FakeAvbOpsDelegate* delegate) { in set_delegate()
433 const uint8_t* value) override { in write_persistent_value()
/aosp_15_r20/external/guava/guava/src/com/google/common/collect/
H A DMapMakerInternalMap.java311 void setValue(S segment, E entry, V value); in setValue()
390 @CheckForNull private volatile V value = null; field in MapMakerInternalMap.StrongKeyStrongValueEntry
462 V value) { in setValue()
561 StrongKeyWeakValueSegment<K, V> segment, StrongKeyWeakValueEntry<K, V> entry, V value) { in setValue()
651 StrongKeyDummyValueSegment<K> segment, StrongKeyDummyValueEntry<K> entry, Dummy value) {} in setValue()
769 WeakKeyDummyValueSegment<K> segment, WeakKeyDummyValueEntry<K> entry, Dummy value) {} in setValue()
788 @CheckForNull private volatile V value = null; field in MapMakerInternalMap.WeakKeyStrongValueEntry
863 WeakKeyStrongValueSegment<K, V> segment, WeakKeyStrongValueEntry<K, V> entry, V value) { in setValue()
966 WeakKeyWeakValueSegment<K, V> segment, WeakKeyWeakValueEntry<K, V> entry, V value) { in setValue()
1265 void setValue(E entry, V value) { in setValue()
[all …]
H A DForwardingMapEntry.java60 protected abstract Entry<K, V> delegate(); in delegate() method in ForwardingMapEntry
77 public V setValue(@ParametricNullness V value) { in setValue()
/aosp_15_r20/external/guava/android/guava/src/com/google/common/collect/
H A DMapMakerInternalMap.java311 void setValue(S segment, E entry, V value); in setValue()
390 @CheckForNull private volatile V value = null; field in MapMakerInternalMap.StrongKeyStrongValueEntry
462 V value) { in setValue()
561 StrongKeyWeakValueSegment<K, V> segment, StrongKeyWeakValueEntry<K, V> entry, V value) { in setValue()
651 StrongKeyDummyValueSegment<K> segment, StrongKeyDummyValueEntry<K> entry, Dummy value) {} in setValue()
769 WeakKeyDummyValueSegment<K> segment, WeakKeyDummyValueEntry<K> entry, Dummy value) {} in setValue()
788 @CheckForNull private volatile V value = null; field in MapMakerInternalMap.WeakKeyStrongValueEntry
863 WeakKeyStrongValueSegment<K, V> segment, WeakKeyStrongValueEntry<K, V> entry, V value) { in setValue()
966 WeakKeyWeakValueSegment<K, V> segment, WeakKeyWeakValueEntry<K, V> entry, V value) { in setValue()
1265 void setValue(E entry, V value) { in setValue()
[all …]
H A DForwardingMapEntry.java60 protected abstract Entry<K, V> delegate(); in delegate() method in ForwardingMapEntry
77 public V setValue(@ParametricNullness V value) { in setValue()
/aosp_15_r20/external/perfetto/src/trace_processor/util/
H A Ddebug_annotation_parser_unittest.cc50 ProtoToArgsParser::Delegate& delegate) { in ParseDebugAnnotation()
70 void AddInteger(const Key& key, int64_t value) override { in AddInteger()
76 void AddUnsignedInteger(const Key& key, uint64_t value) override { in AddUnsignedInteger()
82 void AddString(const Key& key, const protozero::ConstChars& value) override { in AddString()
88 void AddString(const Key& key, const std::string& value) override { in AddString()
94 void AddDouble(const Key& key, double value) override { in AddDouble()
100 void AddPointer(const Key& key, const void* value) override { in AddPointer()
107 void AddBoolean(const Key& key, bool value) override { in AddBoolean()
113 bool AddJson(const Key& key, const protozero::ConstChars& value) override { in AddJson()
/aosp_15_r20/out/soong/.intermediates/packages/modules/Uwb/service/service-uwb/android_common_apex33/turbine-combined/
Dservice-uwb.jarMETA-INF/ META-INF/MANIFEST.MF android/hardware/uwb/fira_android/ ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/plugin_core/PluginAnnotationProcessor/linux_glibc_common/combined/
DPluginAnnotationProcessor.jar ... .Annotation { public abstract java.lang.String value () } androidx/annotation/HalfFloat.class ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/tools/systemfeatures/systemfeatures-metadata-processor/linux_glibc_common/combined/
Dsystemfeatures-metadata-processor.jar ... .Annotation { public abstract java.lang.String value () public abstract java.lang.Class[ ...
/aosp_15_r20/hardware/libhardware/modules/camera/3_4/metadata/
H A Dstate.h31 State(int32_t tag, std::unique_ptr<StateDelegateInterface<T>> delegate) in State()
66 T value; in PopulateDynamicFields() local
/aosp_15_r20/out/soong/.intermediates/frameworks/base/tools/processors/property_cache/cached-property-annotation-processor/linux_glibc_common/combined/
Dcached-property-annotation-processor.jar ... .Annotation { public abstract java.lang.String value () public abstract java.lang.Class[ ...
/aosp_15_r20/external/moshi/examples/src/main/java/com/squareup/moshi/recipes/
H A DCustomAdapterWithDelegate.java56 Stage fromJson(JsonReader jsonReader, JsonAdapter<Stage> delegate) throws IOException { in fromJson()
57 String value = jsonReader.nextString(); in fromJson() local
/aosp_15_r20/external/aws-sdk-java-v2/core/sdk-core/src/test/java/software/amazon/awssdk/core/runtime/transform/
H A DSyncStreamingRequestMarshallerTest.java44 private Marshaller delegate; field in SyncStreamingRequestMarshallerTest
74 private void assertContentLengthValue(SdkHttpFullRequest httpFullRequest, long value) { in assertContentLengthValue()
/aosp_15_r20/external/cronet/net/http/
H A Dtransport_security_state.cc348 TransportSecurityState::Delegate* delegate) { in SetDelegate()
353 void TransportSecurityState::SetRequireCTDelegate(RequireCTDelegate* delegate) { in SetRequireCTDelegate()
441 SetEnablePublicKeyPinningBypassForLocalTrustAnchors(bool value) { in SetEnablePublicKeyPinningBypassForLocalTrustAnchors()
542 const std::string& value) { in AddHSTSHeader()
/aosp_15_r20/external/stardoc/stardoc/
HDrenderer_binary.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...

1...<<11121314151617181920>>...86