/aosp_15_r20/external/guice/core/src/com/google/inject/spi/ |
H A D | MembersInjectorLookup.java | 40 private final TypeLiteral<T> type; field in MembersInjectorLookup 41 private MembersInjector<T> delegate; field in MembersInjectorLookup 43 public MembersInjectorLookup(Object source, TypeLiteral<T> type) { in MembersInjectorLookup() 68 public void initializeDelegate(MembersInjector<T> delegate) { in initializeDelegate()
|
/aosp_15_r20/external/cronet/net/base/ |
H A D | directory_lister_unittest.cc | 38 explicit ListerDelegate(DirectoryLister::ListingType type) : type_(type) {} in ListerDelegate() 191 ListerDelegate delegate(DirectoryLister::ALPHA_DIRS_FIRST); in TEST_F() local 201 ListerDelegate delegate(DirectoryLister::NO_SORT_RECURSIVE); in TEST_F() local 215 ListerDelegate delegate(DirectoryLister::ALPHA_DIRS_FIRST); in TEST_F() local 231 ListerDelegate delegate(DirectoryLister::ALPHA_DIRS_FIRST); in TEST_F() local 242 ListerDelegate delegate(DirectoryLister::ALPHA_DIRS_FIRST); in TEST_F() local 252 ListerDelegate delegate(DirectoryLister::ALPHA_DIRS_FIRST); in TEST_F() local 266 ListerDelegate delegate(DirectoryLister::ALPHA_DIRS_FIRST); in TEST_F() local 280 ListerDelegate delegate(DirectoryLister::ALPHA_DIRS_FIRST); in TEST_F() local
|
H A D | directory_lister.cc | 70 DirectoryListerDelegate* delegate) in DirectoryLister() 74 ListingType type, in DirectoryLister() 75 DirectoryListerDelegate* delegate) in DirectoryLister() 98 ListingType type, in Core()
|
/aosp_15_r20/external/snakeyaml/src/main/java/org/yaml/snakeyaml/introspector/ |
H A D | PropertySubstitute.java | 44 private Property delegate; field in PropertySubstitute 47 public PropertySubstitute(String name, Class<?> type, String readMethod, String writeMethod, in PropertySubstitute() 56 public PropertySubstitute(String name, Class<?> type, Class<?>... params) { in PropertySubstitute() 190 private Method discoverMethod(Class<?> type, String name, Class<?>... params) { in discoverMethod() 246 public void setDelegate(Property delegate) { in setDelegate()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/ |
H A D | ViewDialogTransitionAnimatorController.kt | 72 val delegate = GhostedViewTransitionAnimatorController(source) in createTransitionController() constant 125 val type = cuj?.cujType ?: return null in jankConfigurationBuilder() constant
|
/aosp_15_r20/external/aws-sdk-java-v2/services-custom/dynamodb-enhanced/src/main/java/software/amazon/awssdk/enhanced/dynamodb/internal/converter/attribute/ |
H A D | OptionalAttributeConverter.java | 35 private final AttributeConverter delegate; field in OptionalAttributeConverter 37 private OptionalAttributeConverter(AttributeConverter delegate) { in OptionalAttributeConverter() 42 public static OptionalAttributeConverter create(AttributeConverter delegate) { in create() 47 public EnhancedType<Optional<T>> type() { in type() method in OptionalAttributeConverter
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/core/ |
H A D | subgraph.cc | 302 const TfLiteIntArray* nodes_to_replace, TfLiteDelegate* delegate) { in ReplaceNodeSubsetsWithDelegateKernels() 337 TfLiteDelegateParams* CreateDelegateParams(TfLiteDelegate* delegate, in CreateDelegateParams() 404 TfLiteDelegate* delegate) { in ReplaceNodeSubsetsWithDelegateKernels() 473 TfLiteExternalContextType type) { in GetExternalContext() 481 struct TfLiteContext* context, TfLiteExternalContextType type) { in GetExternalContext() 485 void Subgraph::SetExternalContext(TfLiteExternalContextType type, in SetExternalContext() 493 TfLiteExternalContextType type, in SetExternalContext() 688 TfLiteStatus Subgraph::BytesRequired(TfLiteType type, const int* dims, in BytesRequired() 1451 int tensor_index, TfLiteType type, const char* name, const size_t ndims, in SetTensorParametersReadOnly() 1508 int tensor_index, TfLiteType type, const char* name, const size_t ndims, in SetTensorParametersReadWrite() [all …]
|
/aosp_15_r20/external/gson/extras/src/main/java/com/google/gson/typeadapters/ |
H A D | PostConstructAdapterFactory.java | 35 public <T> TypeAdapter<T> create(Gson gson, TypeToken<T> type) { in create() 40 TypeAdapter<T> delegate = gson.getDelegateAdapter(this, type); in create() local 49 private final TypeAdapter<T> delegate; field in PostConstructAdapterFactory.PostConstructAdapter 52 public PostConstructAdapter(TypeAdapter<T> delegate, Method method) { in PostConstructAdapter()
|
/aosp_15_r20/external/gson/extras/src/main/java/com/google/gson/interceptors/ |
H A D | InterceptorFactory.java | 15 @Override public <T> TypeAdapter<T> create(Gson gson, TypeToken<T> type) { in create() 21 TypeAdapter<T> delegate = gson.getDelegateAdapter(this, type); in create() local 26 private final TypeAdapter<T> delegate; field in InterceptorFactory.InterceptorAdapter 30 public InterceptorAdapter(TypeAdapter<T> delegate, Intercept intercept) { in InterceptorAdapter()
|
/aosp_15_r20/frameworks/base/core/java/android/security/advancedprotection/ |
H A D | AdvancedProtectionManager.java | 237 IAdvancedProtectionCallback delegate = new IAdvancedProtectionCallback.Stub() { in registerAdvancedProtectionCallback() local 265 IAdvancedProtectionCallback delegate = mCallbackMap.get(callback); in unregisterAdvancedProtectionCallback() local 329 @Nullable @SupportDialogType String type) { in createSupportIntent() 351 @NonNull String identifier, @Nullable @SupportDialogType String type) { in createSupportIntentForPolicyIdentifierOrRestriction()
|
/aosp_15_r20/external/cronet/net/test/embedded_test_server/ |
H A D | embedded_test_server_unittest.cc | 117 EmbeddedTestServer::Type type; member 221 TestDelegate delegate; in TEST_P() local 249 TestDelegate delegate; in TEST_P() local 279 TestDelegate delegate; in TEST_P() local 300 TestDelegate delegate; in TEST_P() local 335 TestDelegate delegate; in TEST_P() local 362 TestDelegate delegate; in TEST_P() local 481 void SendResponse(base::WeakPtr<HttpResponseDelegate> delegate) override { in SendResponse() 488 void SendInfinite(base::WeakPtr<HttpResponseDelegate> delegate) { in SendInfinite() 567 TestDelegate delegate; in TEST_P() local [all …]
|
/aosp_15_r20/external/pdfium/testing/ |
H A D | embedder_test.cpp | 52 void UnsupportedHandlerTrampoline(UNSUPPORT_INFO* info, int type) { in UnsupportedHandlerTrampoline() 53 auto* delegate = static_cast<EmbedderTest*>(info)->GetDelegate(); in UnsupportedHandlerTrampoline() local 60 int type, in AlertTrampoline() 62 auto* delegate = static_cast<EmbedderTest*>(platform)->GetDelegate(); in AlertTrampoline() local 67 auto* delegate = static_cast<EmbedderTest*>(info)->GetDelegate(); in SetTimerTrampoline() local 72 auto* delegate = static_cast<EmbedderTest*>(info)->GetDelegate(); in KillTimerTrampoline() local 79 auto* delegate = static_cast<EmbedderTest*>(info)->GetDelegate(); in GetPageTrampoline() local 84 auto* delegate = static_cast<EmbedderTest*>(info)->GetDelegate(); in DoURIActionTrampoline() local 93 auto* delegate = static_cast<EmbedderTest*>(info)->GetDelegate(); in DoGoToActionTrampoline() local 101 auto* delegate = static_cast<EmbedderTest*>(info)->GetDelegate(); in OnFocusChangeTrampoline() local [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/cl/ |
H A D | gpu_api_delegate.cc | 307 inline Delegate* GetDelegate(TfLiteDelegate* delegate) { in GetDelegate() 311 TfLiteStatus DelegatePrepare(TfLiteContext* context, TfLiteDelegate* delegate) { in DelegatePrepare() 376 void TfLiteGpuDelegateDelete_New(TfLiteDelegate* delegate) { in TfLiteGpuDelegateDelete_New() 381 TfLiteDelegate* delegate, GLuint buffer_id, int tensor_index, in TfLiteGpuDelegateBindGlBufferToTensor() 390 auto type = tflite::gpu::cl::ToDataType(data_type); in TfLiteGpuDelegateBindGlBufferToTensor() local 402 bool TfLiteGpuDelegateGetSerializedBinaryCache(TfLiteDelegate* delegate, in TfLiteGpuDelegateGetSerializedBinaryCache()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/nnapi/ |
H A D | nnapi_delegate.cc | 164 bool IsFloat(TfLiteType type) { in IsFloat() 173 bool IsFloatOrUInt8(TfLiteType type) { in IsFloatOrUInt8() 183 bool IsQuantized(TfLiteType type) { in IsQuantized() 194 bool IsInt32(TfLiteType type) { in IsInt32() 203 bool IsFloatOrQuantized(TfLiteType type) { in IsFloatOrQuantized() 214 bool IsFloatOrInt32(TfLiteType type) { in IsFloatOrInt32() 224 bool IsFloatQuantizedOrInt32(TfLiteType type) { in IsFloatQuantizedOrInt32() 715 TfLiteStatus GetTargetDevices(TfLiteContext* context, TfLiteDelegate* delegate, in GetTargetDevices() 771 namespace delegate { namespace 834 void Add(int ann_index, TfLiteType type, int dequantized_ann_index) { in Add() [all …]
|
/aosp_15_r20/cts/tests/signature/lib/common/src/android/signature/cts/ |
H A D | ExpectedFailuresFilter.java | 33 private final ResultObserver delegate; field in ExpectedFailuresFilter 45 public ExpectedFailuresFilter(ResultObserver delegate, Collection<String> expected) { in ExpectedFailuresFilter() 51 …public void notifyFailure(FailureType type, String name, String errorMessage, Throwable throwable)… in notifyFailure()
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/crypto/ |
H A D | tls_connection.cc | 92 TlsConnection::Delegate* delegate, in TlsConnection() 118 ssl(), +[](const SSL* ssl, int type, int value) { in EnableInfoCallback() 162 TlsConnection::Delegate* delegate = ConnectionFromSsl(ssl)->delegate_; in SetReadSecretCallback() local 176 TlsConnection::Delegate* delegate = ConnectionFromSsl(ssl)->delegate_; in SetWriteSecretCallback() local
|
/aosp_15_r20/external/moshi/examples/src/main/java/com/squareup/moshi/recipes/ |
H A D | DefaultOnDataMismatchAdapter.java | 30 private final JsonAdapter<T> delegate; field in DefaultOnDataMismatchAdapter 33 private DefaultOnDataMismatchAdapter(JsonAdapter<T> delegate, T defaultValue) { in DefaultOnDataMismatchAdapter() 61 public static <T> Factory newFactory(final Class<T> type, final T defaultValue) { in newFactory()
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/lang/invoke/ |
D | Transformers.java | 66 protected Transformer(MethodType type) { in Transformer() 67 super(TRANSFORM_INTERNAL.getArtMethod(), MethodHandle.INVOKE_TRANSFORM, type); in Transformer() local 70 protected Transformer(MethodType type, int invokeKind) { in Transformer() 71 super(TRANSFORM_INTERNAL.getArtMethod(), invokeKind, type); in Transformer() local 128 private final MethodHandle delegate; field in Transformers.DropArguments 132 DropArguments(MethodType type, MethodHandle delegate, int startPos, int numDropped) { in DropArguments() 372 private final Class<?> type; field in Transformers.ReferenceIdentity 374 ReferenceIdentity(Class<?> type) { in ReferenceIdentity() 387 writer.putNextReference(reader.nextReference(type), type); in transform() local 393 public ZeroValue(Class<?> type) { in ZeroValue() [all …]
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/5/libcore/ojluni/src/main/java/java/lang/invoke/ |
D | Transformers.java | 66 protected Transformer(MethodType type) { in Transformer() 67 super(TRANSFORM_INTERNAL.getArtMethod(), MethodHandle.INVOKE_TRANSFORM, type); in Transformer() local 70 protected Transformer(MethodType type, int invokeKind) { in Transformer() 71 super(TRANSFORM_INTERNAL.getArtMethod(), invokeKind, type); in Transformer() local 128 private final MethodHandle delegate; field in Transformers.DropArguments 132 DropArguments(MethodType type, MethodHandle delegate, int startPos, int numDropped) { in DropArguments() 372 private final Class<?> type; field in Transformers.ReferenceIdentity 374 ReferenceIdentity(Class<?> type) { in ReferenceIdentity() 387 writer.putNextReference(reader.nextReference(type), type); in transform() local 393 public ZeroValue(Class<?> type) { in ZeroValue() [all …]
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/lang/invoke/ |
H A D | Transformers.java | 66 protected Transformer(MethodType type) { in Transformer() 67 super(TRANSFORM_INTERNAL.getArtMethod(), MethodHandle.INVOKE_TRANSFORM, type); in Transformer() local 70 protected Transformer(MethodType type, int invokeKind) { in Transformer() 71 super(TRANSFORM_INTERNAL.getArtMethod(), invokeKind, type); in Transformer() local 128 private final MethodHandle delegate; field in Transformers.DropArguments 132 DropArguments(MethodType type, MethodHandle delegate, int startPos, int numDropped) { in DropArguments() 372 private final Class<?> type; field in Transformers.ReferenceIdentity 374 ReferenceIdentity(Class<?> type) { in ReferenceIdentity() 387 writer.putNextReference(reader.nextReference(type), type); in transform() local 393 public ZeroValue(Class<?> type) { in ZeroValue() [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/ |
H A D | test_util.cc | 106 int SingleOpModel::AddIntermediate(TensorType type, in AddIntermediate() 141 void SingleOpModel::SetBuiltinOp(BuiltinOperator type, in SetBuiltinOp() 337 const TfLiteDelegate* delegate) { in CountPartitionsDelegatedTo() 350 const TfLiteDelegate* delegate) { in CountPartitionsDelegatedTo() 419 BuiltinOperator type, BuiltinOptions builtin_options_type, in AddBuiltinOp()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/java/src/test/native/ |
H A D | nnapi_delegate_test_jni.cc | 127 [](const ANeuralNetworksDevice* device, int32_t* type) -> int { in Java_org_tensorflow_lite_nnapi_NnApiDelegateTest_getMockSlHandle() 280 auto* delegate = in Java_org_tensorflow_lite_NnApiDelegateNativeTest_getAllowFp16Option() local 290 auto* delegate = in Java_org_tensorflow_lite_NnApiDelegateNativeTest_getDisallowNnapiCpuOption() local 300 auto* delegate = in Java_org_tensorflow_lite_NnApiDelegateNativeTest_getModelTokenOption() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/ |
H A D | optional_debug_tools.cc | 52 explicit MemoryArenaInfo(TfLiteAllocationType type) in MemoryArenaInfo() 306 const char* TensorTypeName(TfLiteType type) { in TensorTypeName() 348 const char* AllocTypeName(TfLiteAllocationType type) { in AllocTypeName() 458 auto* const delegate = node.delegate; in PrintInterpreterState() local 542 auto* const delegate = node.delegate; in PrintInterpreterState() local
|
/aosp_15_r20/packages/apps/Camera2/src/com/android/camera/one/v2/core/ |
D | ObservableFrameServer.java | 55 private SessionImpl(Session delegate) { in SessionImpl() 61 public void submitRequest(List<Request> burstRequests, RequestType type) in submitRequest() 77 public ObservableFrameServer(FrameServer delegate) { in ObservableFrameServer()
|
/aosp_15_r20/external/perfetto/src/traced/probes/filesystem/ |
H A D | file_scanner.cc | 43 Delegate* delegate, in FileScanner() 53 Delegate* delegate) in FileScanner() 128 protos::pbzero::InodeFileMap_Entry_Type type = in Step() local
|