Home
last modified time | relevance | path

Searched defs:method (Results 1 – 25 of 172) sorted by relevance

1234567

/frameworks/base/startop/view_compiler/dex_builder_test/src/android/startop/test/
DDexBuilderTest.java45 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/
DInputConnectionInspector.java147 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/
DReflectionUtil.cs59 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/
Djava_service.cc141 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/
DAndroidTestingRunner.java54 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/
Ddex_testcase_generator.cc59 [&](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()
Ddex_builder_test.cc54 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/
DBlockingService.java51 Message callBlockingMethod(Descriptors.MethodDescriptor method, in callBlockingMethod()
58 Message getRequestPrototype(Descriptors.MethodDescriptor method); in getRequestPrototype()
63 Message getResponsePrototype(Descriptors.MethodDescriptor method); in getResponsePrototype()
DService.java84 void callMethod(Descriptors.MethodDescriptor method, in callMethod()
107 Message getRequestPrototype(Descriptors.MethodDescriptor method); in getRequestPrototype()
116 Message getResponsePrototype(Descriptors.MethodDescriptor method); in getResponsePrototype()
DBlockingRpcChannel.java47 Descriptors.MethodDescriptor method, in callBlockingMethod()
DRpcChannel.java66 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/
DDeprecatedFieldTest.java62 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/
DDeprecatedFieldTest.java62 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/
Dcpp_service.cc145 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/
DTelephonyTestUtils.java65 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/
DANQPMatcherTest.java180 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/
DDataConnectionTest.java333 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/
Djni_util.cpp137 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/
DTestCaseCollector.java105 protected void addSingleTestMethod(Class<?> clazz, String method) { in addSingleTestMethod()
143 public boolean accept(Method method); in accept()
DUiAutomatorTestCaseFilter.java31 public boolean accept(Method method) { in accept()
/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/
DTestDelegates.java192 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/
DSignatureBuilder.java159 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/
DReflectionUtils.java45 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/
DMockAnswerUtil.java39 Method method = invocation.getMethod(); in answer() local
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/events/
DEventBus.java68 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()

1234567