Home
last modified time | relevance | path

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

12345678910>>...27

/aosp12/frameworks/base/startop/view_compiler/dex_builder_test/src/android/startop/test/
H A DDexBuilderTest.java48 Method method = clazz.getMethod("return5"); in return5() local
56 Method method = clazz.getMethod("returnInteger5"); in returnInteger5() local
64 Method method = clazz.getMethod("returnParam", int.class); in returnParam() local
73 Method method = clazz.getMethod("returnStringLength", String.class); in returnStringLength() local
81 Method method = clazz.getMethod("returnIfZero", int.class); in returnIfZero() local
90 Method method = clazz.getMethod("returnIfNotZero", int.class); in returnIfNotZero() local
99 Method method = clazz.getMethod("backwardsBranch"); in backwardsBranch() local
107 Method method = clazz.getMethod("returnNull"); in returnNull() local
115 Method method = clazz.getMethod("makeString"); in makeString() local
178 Method method = clazz.getMethod("readStaticField"); in readStaticField() local
[all …]
/aosp12/frameworks/base/core/java/android/view/inputmethod/
H A DInputConnectionInspector.java156 final Method method = clazz.getMethod("getSelectedText", int.class); in hasGetSelectedText() local
165 final Method method = clazz.getMethod("setComposingRegion", int.class, int.class); in hasSetComposingRegion() local
174 final Method method = clazz.getMethod("commitCorrection", CorrectionInfo.class); in hasCommitCorrection() local
183 final Method method = clazz.getMethod("requestCursorUpdates", int.class); in hasRequestCursorUpdate() local
192 final Method method = clazz.getMethod("deleteSurroundingTextInCodePoints", int.class, in hasDeleteSurroundingTextInCodePoints() local
202 final Method method = clazz.getMethod("getHandler"); in hasGetHandler() local
211 final Method method = clazz.getMethod("closeConnection"); in hasCloseConnection() local
220 final Method method = clazz.getMethod("commitContent", InputContentInfo.class, in hasCommitContent() local
230 final Method method = clazz.getMethod("getSurroundingText", int.class, int.class, in hasGetSurroundingText() local
/aosp12/frameworks/base/startop/view_compiler/
H A 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()
291 [&](MethodBuilder& method) { in GenerateSimpleTestCases()
[all …]
/aosp12/frameworks/base/tests/testables/src/android/testing/
H A 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()
/aosp12/art/test/910-methods/
H A Dmethods.cc34 JNIEnv* env, jclass klass ATTRIBUTE_UNUSED, jobject method) { in Java_art_Test910_getMethodName()
77 JNIEnv* env, jclass klass ATTRIBUTE_UNUSED, jobject method) { in Java_art_Test910_getMethodDeclaringClass()
90 JNIEnv* env, jclass klass ATTRIBUTE_UNUSED, jobject method) { in Java_art_Test910_getMethodModifiers()
103 JNIEnv* env, jclass klass ATTRIBUTE_UNUSED, jobject method) { in Java_art_Test910_getMaxLocals()
116 JNIEnv* env, jclass klass ATTRIBUTE_UNUSED, jobject method) { in Java_art_Test910_getArgumentsSize()
129 JNIEnv* env, jclass klass ATTRIBUTE_UNUSED, jobject method) { in Java_art_Test910_getMethodLocationStart()
143 JNIEnv* env, jclass klass ATTRIBUTE_UNUSED, jobject method) { in Java_art_Test910_getMethodLocationEnd()
157 JNIEnv* env, jclass klass ATTRIBUTE_UNUSED, jobject method) { in Java_art_Test910_isMethodNative()
170 JNIEnv* env, jclass klass ATTRIBUTE_UNUSED, jobject method) { in Java_art_Test910_isMethodObsolete()
183 JNIEnv* env, jclass klass ATTRIBUTE_UNUSED, jobject method) { in Java_art_Test910_isMethodSynthetic()
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DWindowTestRunner.java54 protected Statement methodInvoker(FrameworkMethod method, Object test) { in methodInvoker()
58 private Statement wrapStatement(Statement statement, FrameworkMethod method, Object target) { in wrapStatement()
73 protected Statement withBefores(FrameworkMethod method, Object target, Statement statement) { in withBefores()
94 protected Statement withAfters(FrameworkMethod method, Object target, Statement statement) { in withAfters()
106 private FrameworkMethod wrapMethod(FrameworkMethod method, Object target) { in wrapMethod()
/aosp12/art/test/990-field-trace/src/art/
H A DTest990.java41 private Executable method; field in Test990.FieldWrite
47 public FieldWrite(Executable method, Object target, Field f, Object v) { in FieldWrite()
65 private Executable method; field in Test990.FieldRead
69 public FieldRead(Executable method, Object target, Field f) { in FieldRead()
/aosp12/art/test/993-breakpoints/
H A Dbreakpoints.cc44 jmethodID method = env->FromReflectedMethod(target); in Java_art_Test993_constructNative() local
57 jmethodID method = env->FromReflectedMethod(target); in Java_art_Test993_invokeNativeObject() local
74 jmethodID method = env->FromReflectedMethod(target); in Java_art_Test993_invokeNativeBool() local
91 jmethodID method = env->FromReflectedMethod(target); in Java_art_Test993_invokeNativeLong() local
108 jmethodID method = env->FromReflectedMethod(target); in Java_art_Test993_invokeNative() local
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/testing/
H A DTestInformationHandler.java65 public Bundle call(String method) { in call()
69 public Bundle call(String method, String arg) { in call()
/aosp12/art/test/661-oat-writer-layout/src/
H A DMain.java21 Method method; field in Main.OatMethodAndOffset
24 public OatMethodAndOffset(Method method, long codeOffset) { in OatMethodAndOffset()
79 private static native long getOatMethodQuickCode(Method method); in getOatMethodQuickCode()
/aosp12/art/test/ti-agent/
H A Dbreakpoint_helper.cc40 jmethodID method, in breakpointCB()
65 jmethodID method = env->FromReflectedMethod(target); in Java_art_Breakpoint_getLineNumberTableNative() local
112 jmethodID method = env->FromReflectedMethod(target); in Java_art_Breakpoint_getStartLocation() local
126 jmethodID method = env->FromReflectedMethod(target); in Java_art_Breakpoint_clearBreakpoint() local
137 jmethodID method = env->FromReflectedMethod(target); in Java_art_Breakpoint_setBreakpoint() local
148 jobject method, in Java_art_Breakpoint_startBreakpointWatch()
/aosp12/art/runtime/
H A Dinstrumentation.cc63 ArtMethod* method, in MethodExited()
78 ArtMethod* method, in FieldWritten()
143 ArtMethod* method = frame.method_; in PopFramesTo() local
1003 void Instrumentation::Deoptimize(ArtMethod* method) { in Deoptimize()
1026 void Instrumentation::Undeoptimize(ArtMethod* method) { in Undeoptimize()
1064 bool Instrumentation::IsDeoptimized(ArtMethod* method) { in IsDeoptimized()
1086 ArtMethod* method; in DisableDeoptimization() local
1244 ArtMethod* method, in MethodUnwindEvent()
1273 ArtMethod* method, in BranchImpl()
1293 ArtMethod* method, in FieldReadEventImpl()
[all …]
H A Dreflection_test.cc139 ArtMethod* method; in InvokeNopMethod() local
148 ArtMethod* method; in InvokeIdentityByteMethod() local
174 ArtMethod* method; in InvokeIdentityIntMethod() local
199 ArtMethod* method; in InvokeIdentityDoubleMethod() local
224 ArtMethod* method; in InvokeSumIntIntMethod() local
253 ArtMethod* method; in InvokeSumIntIntIntMethod() local
292 ArtMethod* method; in InvokeSumIntIntIntIntMethod() local
336 ArtMethod* method; in InvokeSumIntIntIntIntIntMethod() local
385 ArtMethod* method; in InvokeSumDoubleDoubleMethod() local
419 ArtMethod* method; in InvokeSumDoubleDoubleDoubleMethod() local
[all …]
H A Dcha.cc35 void ClassHierarchyAnalysis::AddDependency(ArtMethod* method, in AddDependency()
46 ArtMethod* method) { in GetDependents()
54 void ClassHierarchyAnalysis::RemoveAllDependenciesFor(ArtMethod* method) { in RemoveAllDependenciesFor()
123 ArtMethod* method = in ResetSingleImplementationInHierarchy() local
170 ArtMethod* method = interface->GetVirtualMethod(j, pointer_size); in ResetSingleImplementationInHierarchy() local
195 ArtMethod* method = GetMethod(); in VisitFrame() local
522 ArtMethod* method, in InitSingleImplementationFlag()
580 ArtMethod* method = klass->GetVTableEntry(i, image_pointer_size); in UpdateAfterLoadingOf() local
604 ArtMethod* method = klass->GetVTableEntry(i, image_pointer_size); in UpdateAfterLoadingOf() local
670 ArtMethod* method = dependent.first;; in InvalidateSingleImplementationMethods() local
/aosp12/art/runtime/jit/
H A Djit_code_cache.cc167 void AddMethod(ArtMethod* method) { in AddMethod()
290 bool JitCodeCache::ContainsMethod(ArtMethod* method) { in ContainsMethod()
640 ArtMethod* method, in Commit()
900 ArtMethod* method = it.second; in TransitionToDebuggable() local
910 ArtMethod* method = entry.method; in TransitionToDebuggable() local
937 ArtMethod* method, in Reserve()
1330 ArtMethod* method = it.second; in DoCollection() local
1495 ArtMethod* method = info->GetMethod(); in GetProfiledMethods() local
1571 bool JitCodeCache::IsOsrCompiled(ArtMethod* method) { in IsOsrCompiled()
1576 bool JitCodeCache::NotifyCompilationOf(ArtMethod* method, in NotifyCompilationOf()
[all …]
H A Dprofiling_info.cc28 ProfilingInfo::ProfilingInfo(ArtMethod* method, const std::vector<uint32_t>& entries) in ProfilingInfo()
39 ProfilingInfo* ProfilingInfo::Create(Thread* self, ArtMethod* method) { in Create()
109 ScopedProfilingInfoUse::ScopedProfilingInfoUse(jit::Jit* jit, ArtMethod* method, Thread* self) in ScopedProfilingInfoUse()
/aosp12/system/tools/hidl/
H A DgenerateCpp.cpp301 const Method* method = tuple.method(); in generateInterfaceHeader() local
604 const Method *method = tuple.method(); in generateMethods() local
703 [&](const Method* method, const Interface*) { in generateStubHeader()
726 generateMethods(out, [&](const Method* method, const Interface* iface) { in generateStubHeader()
794 [&](const Method* method, const Interface*) { in generateProxyHeader()
813 generateMethods(out, [&](const Method* method, const Interface*) { in generateProxyHeader()
1333 generateMethods(out, [&](const Method* method, const Interface*) { in generateStubSource()
1362 const Method *method = tuple.method(); in generateStubSource() local
1423 void AST::generateStubSourceForMethod(Formatter& out, const Method* method, in generateStubSourceForMethod()
1720 generateMethods(out, [&](const Method* method, const Interface*) { in generateInterfaceSource()
[all …]
/aosp12/art/runtime/native/
H A Djava_lang_reflect_Executable.cc44 ArtMethod* method = ArtMethod::FromReflectedMethod(soa, javaMethod); in Executable_getDeclaredAnnotationsNative() local
61 ArtMethod* method = ArtMethod::FromReflectedMethod(soa, javaMethod); in Executable_getAnnotationNative() local
72 ArtMethod* method = ArtMethod::FromReflectedMethod(soa, javaMethod); in Executable_getSignatureAnnotation() local
82 ArtMethod* method = ArtMethod::FromReflectedMethod(soa, javaMethod); in Executable_getParameterAnnotationsNative() local
259 ArtMethod* method = ArtMethod::FromReflectedMethod(soa, javaMethod); in Executable_isAnnotationPresentNative() local
323 ArtMethod* method = ArtMethod::FromReflectedMethod(soa, javaMethod); in Executable_getMethodNameInternal() local
330 ArtMethod* method = ArtMethod::FromReflectedMethod(soa, javaMethod); in Executable_getMethodReturnTypeInternal() local
343 ArtMethod* method = ArtMethod::FromReflectedMethod(soa, javaMethod); in Executable_getParameterTypesInternal() local
378 ArtMethod* method = ArtMethod::FromReflectedMethod(soa, javaMethod); in Executable_getParameterCountInternal() local
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A 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()
/aosp12/art/test/986-native-method-bind/src/art/
H A DTest986.java37 private static void setNativeTransform(Method method, String dest) { in setNativeTransform()
41 private static void removeNativeTransform(Method method) { in removeNativeTransform()
48 public static String doNativeMethodBind(Method method, String nativeSym) { in doNativeMethodBind()
/aosp12/art/runtime/mirror/
H A Dmethod.cc29 ObjPtr<Method> Method::CreateFromArtMethod(Thread* self, ArtMethod* method) { in CreateFromArtMethod()
44 ObjPtr<Constructor> Constructor::CreateFromArtMethod(Thread* self, ArtMethod* method) { in CreateFromArtMethod()
/aosp12/packages/apps/Car/Notification/tests/robotests/src/com/android/car/notification/
H A DTestNotificationApplication.java66 public void beforeTest(Method method) { in beforeTest()
75 public void afterTest(Method method) { in afterTest()
/aosp12/art/openjdkjvmti/
H A Dti_method.cc132 jmethodID method, in GetBytecodes()
166 jmethodID method, in GetArgumentsSize()
288 jmethodID method, in GetMaxLocals()
318 jmethodID method, in GetMethodName()
401 jmethodID method, in GetMethodLocation()
434 jmethodID method, in GetMethodModifiers()
511 jmethodID method, in IsMethodT()
528 auto test = [](art::ArtMethod* method) { in IsMethodNative()
535 auto test = [](art::ArtMethod* method) { in IsMethodObsolete()
542 auto test = [](art::ArtMethod* method) { in IsMethodSynthetic()
[all …]
/aosp12/build/make/tools/droiddoc/test/stubs/src/com/android/stubs/a/
H A DA.java30 public void method() { in method() method in A
35 int method() { in method() method in A.Inner
/aosp12/libnativehelper/
H A DJniConstants.c54 #define METHOD_NAME(cls, method) g_ ## cls ## _ ## method argument
66 #define JMETHODID_DECLARE_STORAGE(cls, method, ...) \ argument
91 jmethodID method; in FindMethod() local
124 #define JMETHODID_INITIALIZE(cls, method, name, signature, isStatic) \ in InitializeConstants() argument
157 #define JMETHODID_INVALIDATE(cls, method, ...) METHOD_NAME(cls, method) = NULL; in jniUninitializeConstants() argument
183 #define JMETHODID_ACCESSOR_IMPL(cls, method, ...) \ argument

12345678910>>...27