/aosp_15_r20/external/vulkan-validation-layers/layers/generated/ |
H A D | chassis.cpp | 486 for (auto intercept : local_object_dispatch) { in CreateInstance() local 489 for (auto intercept : local_object_dispatch) { in CreateInstance() local 545 for (auto intercept : framework->object_dispatch) { in CreateInstance() local 557 for (auto intercept : layer_data->object_dispatch) { in DestroyInstance() local 561 for (auto intercept : layer_data->object_dispatch) { in DestroyInstance() local 568 for (auto intercept : layer_data->object_dispatch) { in DestroyInstance() local 622 for (auto intercept : instance_interceptor->object_dispatch) { in CreateDevice() local 627 for (auto intercept : instance_interceptor->object_dispatch) { in CreateDevice() local 707 for (auto intercept : instance_interceptor->object_dispatch) { in CreateDevice() local 720 for (auto intercept : layer_data->object_dispatch) { in DestroyDevice() local [all …]
|
/aosp_15_r20/external/guice/lib/ |
HD | aopalliance.jar | ... org/aopalliance/aop/
org/aopalliance/intercept/
org/aopalliance/aop/Advice.class ... |
/aosp_15_r20/external/guice/extensions/persist/lib/ |
HD | aopalliance.jar | ... org/aopalliance/aop/
org/aopalliance/intercept/
org/aopalliance/aop/Advice.class ... |
/aosp_15_r20/system/core/debuggerd/tombstoned/ |
H A D | intercept_manager.cpp | 42 std::unique_ptr<Intercept> intercept(reinterpret_cast<Intercept*>(arg)); in intercept_close_cb() local 61 void InterceptManager::Unregister(Intercept* intercept) { in Unregister() 84 std::unique_ptr<Intercept> intercept(reinterpret_cast<Intercept*>(arg)); in intercept_request_cb() local 157 Intercept* intercept = new Intercept(); in intercept_accept_cb() local 242 void InterceptManager::Register(Intercept* intercept) { in Register() 251 Intercept* intercept = Get(pid, dump_type); in FindIntercept() local
|
/aosp_15_r20/external/grpc-grpc-java/api/src/main/java/io/grpc/ |
H A D | ServerInterceptors.java | 85 public static ServerServiceDefinition intercept(ServerServiceDefinition serviceDef, in intercept() method in ServerInterceptors 90 public static ServerServiceDefinition intercept(BindableService bindableService, in intercept() method in ServerInterceptors 105 public static ServerServiceDefinition intercept(ServerServiceDefinition serviceDef, in intercept() method in ServerInterceptors 119 public static ServerServiceDefinition intercept(BindableService bindableService, in intercept() method in ServerInterceptors
|
H A D | ClientInterceptors.java | 73 public static Channel intercept(Channel channel, ClientInterceptor... interceptors) { in intercept() method in ClientInterceptors 86 public static Channel intercept(Channel channel, List<? extends ClientInterceptor> interceptors) { in intercept() method in ClientInterceptors
|
H A D | ManagedChannelBuilder.java | 136 public abstract T intercept(List<ClientInterceptor> interceptors); in intercept() method in ManagedChannelBuilder 148 public abstract T intercept(ClientInterceptor... interceptors); in intercept() method in ManagedChannelBuilder
|
H A D | ForwardingChannelBuilder.java | 84 public T intercept(List<ClientInterceptor> interceptors) { in intercept() method in ForwardingChannelBuilder 90 public T intercept(ClientInterceptor... interceptors) { in intercept() method in ForwardingChannelBuilder
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/display/utils/ |
H A D | AmbientFilterFactory.java | 42 public static AmbientFilter createAmbientFilter(String tag, int horizon, float intercept) { in createAmbientFilter() 63 final float intercept = getFloat(resources, in createBrightnessFilter() local 84 final float intercept = getFloat(resources, in createColorTemperatureFilter() local
|
H A D | AmbientFilter.java | 178 WeightedMovingAverageAmbientFilter(String tag, int horizon, float intercept) { in WeightedMovingAverageAmbientFilter() 221 private void validateArguments(float intercept) { in validateArguments()
|
/aosp_15_r20/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/utils/ |
H A D | AmbientFilterTest.java | 54 final float intercept = 0.0f; in testBrightnessFilter_ZeroIntercept() local 85 final float intercept = 10f; in testBrightnessFilter_WithIntercept() local 112 private void setMockValues(Resources resources, int horizon, float intercept) { in setMockValues()
|
/aosp_15_r20/external/leakcanary2/leakcanary-android-release/src/main/java/leakcanary/ |
H A D | HeapAnalysisInterceptor.kt | 5 fun intercept(chain: Chain): HeapAnalysisJob.Result in interface() method
|
/aosp_15_r20/external/gson/extras/src/main/java/com/google/gson/interceptors/ |
H A D | InterceptorFactory.java | 16 Intercept intercept = type.getRawType().getAnnotation(Intercept.class); in create() local 30 public InterceptorAdapter(TypeAdapter<T> delegate, Intercept intercept) { in InterceptorAdapter()
|
/aosp_15_r20/external/okio/samples/src/jvmMain/java/okio/samples/ |
H A D | Interceptors.java | 118 protected abstract void intercept(byte[] data, int offset, int length) throws IOException; in intercept() method in Interceptors.InterceptingSource 155 protected abstract void intercept(byte[] data, int offset, int length) throws IOException; in intercept() method in Interceptors.InterceptingSink
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/view/ |
H A D | MediaScrollView.kt | 101 var intercept = false in onInterceptTouchEvent() variable
|
/aosp_15_r20/external/skia/src/core/ |
H A D | SkGlyph.cpp | 554 const SkGlyph::Intercept* intercept,SkScalar* array, int* count) { in ensureIntercepts() 569 const SkGlyph::Intercept* intercept = fPathData->fIntercept; in ensureIntercepts() local 586 SkGlyph::Intercept* intercept = alloc->make<SkGlyph::Intercept>(); in ensureIntercepts() local
|
/aosp_15_r20/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/ |
H A D | AbstractManagedChannelImplBuilder.java | 99 public T intercept(List<ClientInterceptor> interceptors) { in intercept() method in AbstractManagedChannelImplBuilder 105 public T intercept(ClientInterceptor... interceptors) { in intercept() method in AbstractManagedChannelImplBuilder
|
H A D | ManagedChannelImplBuilder.java | 341 public ManagedChannelImplBuilder intercept(List<ClientInterceptor> interceptors) { in intercept() method in ManagedChannelImplBuilder 347 public ManagedChannelImplBuilder intercept(ClientInterceptor... interceptors) { in intercept() method in ManagedChannelImplBuilder
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/timers/ |
H A D | freq-step.c | 111 static void regress(struct sample *samples, int n, double *intercept, in regress() 149 double intercept, slope, stddev1, max1, stddev2, max2; in run_test() local
|
/aosp_15_r20/external/testng/src/test/java/test/methodinterceptors/ |
H A D | NullMethodInterceptor.java | 12 public List<IMethodInstance> intercept(List<IMethodInstance> methods, ITestContext context) { in intercept() method in NullMethodInterceptor
|
H A D | FastTestsFirstInterceptor.java | 15 public List<IMethodInstance> intercept(List<IMethodInstance> methods, in intercept() method in FastTestsFirstInterceptor
|
/aosp_15_r20/external/testng/src/main/java/org/testng/ |
H A D | IMethodInterceptor.java | 32 List<IMethodInstance> intercept(List<IMethodInstance> methods, ITestContext context); in intercept() method
|
H A D | PreserveOrderMethodInterceptor.java | 26 public List<IMethodInstance> intercept(List<IMethodInstance> methods, ITestContext context) { in intercept() method in PreserveOrderMethodInterceptor
|
/aosp_15_r20/external/testng/src/test/java/test/listeners/ |
H A D | MyMethodInterceptor.java | 14 public List<IMethodInstance> intercept(List<IMethodInstance> methods, ITestContext context) { in intercept() method in MyMethodInterceptor
|
/aosp_15_r20/external/testng/src/test/java/test/verify/ |
H A D | VerifyMethodInterceptor.java | 12 public List<IMethodInstance> intercept(List<IMethodInstance> methods, in intercept() method in VerifyMethodInterceptor
|