| /frameworks/base/startop/view_compiler/dex_builder_test/src/android/startop/test/ |
| D | DexBuilderTest.java | 45 Method method = clazz.getMethod("return5"); in return5() local 53 Method method = clazz.getMethod("returnInteger5"); in returnInteger5() local 61 Method method = clazz.getMethod("returnParam", int.class); in returnParam() local 70 Method method = clazz.getMethod("returnStringLength", String.class); in returnStringLength() local 78 Method method = clazz.getMethod("returnIfZero", int.class); in returnIfZero() local 87 Method method = clazz.getMethod("returnIfNotZero", int.class); in returnIfNotZero() local 96 Method method = clazz.getMethod("backwardsBranch"); in backwardsBranch() local 104 Method method = clazz.getMethod("returnNull"); in returnNull() local 112 Method method = clazz.getMethod("makeString"); in makeString() local 120 Method method = clazz.getMethod("returnStringIfZeroAB", int.class); in returnStringIfZeroAB() local [all …]
|
| /frameworks/base/core/java/android/view/inputmethod/ |
| D | InputConnectionInspector.java | 147 final Method method = clazz.getMethod("getSelectedText", int.class); in hasGetSelectedText() local 156 final Method method = clazz.getMethod("setComposingRegion", int.class, int.class); in hasSetComposingRegion() local 165 final Method method = clazz.getMethod("commitCorrection", CorrectionInfo.class); in hasCommitCorrection() local 174 final Method method = clazz.getMethod("requestCursorUpdates", int.class); in hasRequestCursorUpdate() local 183 final Method method = clazz.getMethod("deleteSurroundingTextInCodePoints", int.class, in hasDeleteSurroundingTextInCodePoints() local 193 final Method method = clazz.getMethod("getHandler"); in hasGetHandler() local 202 final Method method = clazz.getMethod("closeConnection"); in hasCloseConnection() local 211 final Method method = clazz.getMethod("commitContent", InputContentInfo.class, in hasCommitContent() local
|
| /frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Reflection/ |
| D | ReflectionUtil.cs | 59 internal static Func<IMessage, object> CreateFuncIMessageObject(MethodInfo method) in CreateFuncIMessageObject() 72 internal static Func<IMessage, T> CreateFuncIMessageT<T>(MethodInfo method) in CreateFuncIMessageT() 85 internal static Action<IMessage, object> CreateActionIMessageObject(MethodInfo method) in CreateActionIMessageObject() 99 internal static Action<IMessage> CreateActionIMessage(MethodInfo method) in CreateActionIMessage()
|
| /frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/java/ |
| D | java_service.cc | 141 const MethodDescriptor* method = descriptor_->method(i); in GenerateNewReflectiveServiceMethod() local 180 const MethodDescriptor* method = descriptor_->method(i); in GenerateAbstractMethods() local 206 const MethodDescriptor* method = descriptor_->method(i); in GenerateCallMethod() local 254 const MethodDescriptor* method = descriptor_->method(i); in GenerateCallBlockingMethod() local 301 const MethodDescriptor* method = descriptor_->method(i); in GenerateGetPrototype() local 348 const MethodDescriptor* method = descriptor_->method(i); in GenerateStub() local 392 const MethodDescriptor* method = descriptor_->method(i); in GenerateBlockingStub() local 414 const MethodDescriptor* method = descriptor_->method(i); in GenerateBlockingStub() local 441 const MethodDescriptor* method, in GenerateMethodSignature() 457 const MethodDescriptor* method) { in GenerateBlockingMethodSignature()
|
| /frameworks/base/tests/testables/src/android/testing/ |
| D | AndroidTestingRunner.java | 54 protected Statement methodInvoker(FrameworkMethod method, Object test) { in methodInvoker() 60 protected Statement withBefores(FrameworkMethod method, Object target, Statement statement) { in withBefores() 67 protected Statement withAfters(FrameworkMethod method, Object target, Statement statement) { in withAfters() 74 protected Statement withPotentialTimeout(FrameworkMethod method, Object test, Statement next) { in withPotentialTimeout() 87 protected List<FrameworkMethod> looperWrap(FrameworkMethod method, Object test, in looperWrap() 101 protected FrameworkMethod looperWrap(FrameworkMethod method, Object test, in looperWrap() 111 public boolean shouldRunOnUiThread(FrameworkMethod method) { in shouldRunOnUiThread()
|
| /frameworks/base/startop/view_compiler/ |
| D | dex_testcase_generator.cc | 59 [&](MethodBuilder& method) { in GenerateSimpleTestCases() 150 [](MethodBuilder& method) { in GenerateSimpleTestCases() 179 [](MethodBuilder& method) { in GenerateSimpleTestCases() 190 [](MethodBuilder& method) { in GenerateSimpleTestCases() 202 [&](MethodBuilder& method) { in GenerateSimpleTestCases() 222 [&](MethodBuilder& method) { in GenerateSimpleTestCases() 246 [&](MethodBuilder& method) { in GenerateSimpleTestCases() 262 [&](MethodBuilder& method) { in GenerateSimpleTestCases() 277 [&](MethodBuilder& method) { in GenerateSimpleTestCases()
|
| D | dex_builder_test.cc | 54 auto method{cbuilder.CreateMethod("foo", Prototype{TypeDescriptor::Void()})}; in TEST() local 68 auto method{ in TEST() local 87 auto method{cbuilder.CreateMethod("foo", Prototype{TypeDescriptor::Int()})}; in TEST() local 107 auto method{ in TEST() local 126 MethodBuilder method{cbuilder.CreateMethod( in TEST() local 155 MethodBuilder method{cbuilder.CreateMethod( in TEST() local
|
| /frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/ |
| D | BlockingService.java | 51 Message callBlockingMethod(Descriptors.MethodDescriptor method, in callBlockingMethod() 58 Message getRequestPrototype(Descriptors.MethodDescriptor method); in getRequestPrototype() 63 Message getResponsePrototype(Descriptors.MethodDescriptor method); in getResponsePrototype()
|
| D | Service.java | 84 void callMethod(Descriptors.MethodDescriptor method, in callMethod() 107 Message getRequestPrototype(Descriptors.MethodDescriptor method); in getRequestPrototype() 116 Message getResponsePrototype(Descriptors.MethodDescriptor method); in getResponsePrototype()
|
| D | BlockingRpcChannel.java | 47 Descriptors.MethodDescriptor method, in callBlockingMethod()
|
| D | RpcChannel.java | 66 void callMethod(Descriptors.MethodDescriptor method, in callMethod()
|
| /frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/ |
| D | DeprecatedFieldTest.java | 62 Method method = deprecatedFields.getMethod(name); in testDeprecatedField() local 67 Method method = deprecatedFieldsBuilder.getMethod(name); in testDeprecatedField() local 72 Method method = deprecatedFieldsBuilder.getMethod(name, int.class); in testDeprecatedField() local
|
| /frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/test/java/com/google/protobuf/ |
| D | DeprecatedFieldTest.java | 62 Method method = deprecatedFields.getMethod(name); in testDeprecatedField() local 67 Method method = deprecatedFieldsBuilder.getMethod(name); in testDeprecatedField() local 72 Method method = deprecatedFieldsBuilder.getMethod(name, int.class); in testDeprecatedField() local
|
| /frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/cpp/ |
| D | cpp_service.cc | 145 const MethodDescriptor* method = descriptor_->method(i); in GenerateMethodSignatures() local 214 const MethodDescriptor* method = descriptor_->method(i); in GenerateNotImplementedMethods() local 245 const MethodDescriptor* method = descriptor_->method(i); in GenerateCallMethod() local 288 const MethodDescriptor* method = descriptor_->method(i); in GenerateGetPrototype() local 314 const MethodDescriptor* method = descriptor_->method(i); in GenerateStubMethods() local
|
| /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
| D | TelephonyTestUtils.java | 65 public static Object invokeStaticMethod(Class<?> clazz, String method, Object... params) { in invokeStaticMethod() 88 public static Object invokeStaticMethodThrowsException(Class<?> clazz, String method, in invokeStaticMethodThrowsException() 112 public static Object invokeNonStaticMethod(Class<?> clazz, Object caller, String method, in invokeNonStaticMethod() 137 String method, Object... params) in invokeNonStaticMethodThrowsException()
|
| /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/ |
| D | ANQPMatcherTest.java | 180 EAPMethod method = new EAPMethod(eapMethodID, new HashMap<Integer, Set<AuthParam>>()); in matchNAIRealmWithMethodMatch() local 203 EAPMethod method = new EAPMethod(eapMethodID, new HashMap<Integer, Set<AuthParam>>()); in matchNAIRealmWithRealmMethodMatch() local 232 EAPMethod method = new EAPMethod(eapMethodID, authMap); in matchNAIRealmWithExactMatch() local 260 EAPMethod method = new EAPMethod(eapMethodID, authMap); in matchNAIRealmWithEAPMethodMismatch() local 289 EAPMethod method = new EAPMethod(eapMethodID, authMap); in matchNAIRealmWithAuthTypeMismatch() local 380 EAPMethod method = new EAPMethod(eapMethodID, null); in getEapMethodForNAIRealmWithCarrierInMatch() local 427 EAPMethod method = new EAPMethod(eapMethodID, authMap); in getEapMethodForNAIRealmWithCarrierInMatchButNotCarrierEapMethod() local 452 EAPMethod method = new EAPMethod(eapMethodID, authMap); in getEapMethodForNAIRealmWithCarrierInNoMatch() local
|
| /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/ |
| D | DataConnectionTest.java | 333 Method method = StateMachine.class.getDeclaredMethod("getCurrentState"); in getCurrentState() local 341 Method method = DataConnection.class.getDeclaredMethod("getSuggestedRetryDelay", cArgs); in getSuggestedRetryDelay() local 347 Method method = DataConnection.class.getDeclaredMethod("isUnmeteredUseOnly"); in isUnmeteredUseOnly() local 358 Method method = DataConnection.class.getDeclaredMethod("setLinkProperties", cArgs); in setLinkProperties() local 504 Method method = DataConnection.class.getDeclaredMethod("getNetworkCapabilities"); in getNetworkCapabilities() local 626 Method method = DataConnection.class.getDeclaredMethod("shouldSkip464Xlat"); in testShouldSkip464XlatEvent() local
|
| /frameworks/base/media/mca/filterfw/jni/ |
| D | jni_util.cpp | 137 jmethodID method = env->GetMethodID(env->GetObjectClass(object), "booleanValue", "()Z"); in ToCValue() local 140 jmethodID method = env->GetMethodID(env->GetObjectClass(object), "intValue", "()I"); in ToCValue() local 143 jmethodID method = env->GetMethodID(env->GetObjectClass(object), "floatValue", "()F"); in ToCValue() local
|
| /frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/ |
| D | TestCaseCollector.java | 105 protected void addSingleTestMethod(Class<?> clazz, String method) { in addSingleTestMethod() 143 public boolean accept(Method method); in accept()
|
| D | UiAutomatorTestCaseFilter.java | 31 public boolean accept(Method method) { in accept()
|
| /frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/ |
| D | TestDelegates.java | 192 private String getMethodName(Method method) { in getMethodName() 196 private String getMethodName(Method method, Class<?>[] parameters) { in getMethodName()
|
| /frameworks/base/tools/processors/unsupportedappusage/src/android/processor/unsupportedappusage/ |
| D | SignatureBuilder.java | 159 private String getExecutableSignature(CharSequence name, ExecutableElement method) in getExecutableSignature() 174 private String buildMethodSignature(ExecutableElement method) throws SignatureBuilderException { in buildMethodSignature()
|
| /frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/util/ |
| D | ReflectionUtils.java | 45 Method method = getMethod(clazz, name, params); in getAccessibleMethod() local 52 public static Object invoke(@NonNull Method method, @Nullable Object object, in invoke()
|
| /frameworks/base/tests/utils/testutils/java/android/app/test/ |
| D | MockAnswerUtil.java | 39 Method method = invocation.getMethod(); in answer() local
|
| /frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/events/ |
| D | EventBus.java | 68 EventHandlerMethod method; field in EventHandler 70 EventHandler(Subscriber subscriber, EventHandlerMethod method, int priority) { in EventHandler() 89 EventHandlerMethod(Method method, Class<? extends EventBus.Event> eventType) { in EventHandlerMethod() 599 EventHandlerMethod method = new EventHandlerMethod(m, eventType); in registerSubscriber() local 720 private boolean isValidEventBusHandlerMethod(Method method, Class<?>[] parameterTypes) { in isValidEventBusHandlerMethod()
|