Home
last modified time | relevance | path

Searched refs:methods (Results 1 – 25 of 140) sorted by relevance

123456

/frameworks/base/tools/apilint/
Dapilint.py172 self.methods = []
220 self.methods.extend(other.methods)
223 return hash((self.raw, tuple(self.ctors), tuple(self.fields), tuple(self.methods)))
650 clazz.methods.append(Method(clazz, line, raw, blame, sig_format=sig_format))
821 for m in clazz.methods:
840 for m in clazz.methods:
857 for m in clazz.methods:
861 if len(clazz.methods) == 1 and clazz.name.startswith("On"):
862 m = clazz.methods[0]
935 for m in clazz.methods:
[all …]
Dapilint_test.py168 self.assertEquals(api['android.SomeEnum'].methods[0].split[0], 'method')
182 self.assertEquals(api['a.ContextKt'].methods[0].name, 'getSystemService')
183 …self.assertEquals(api['a.ContextKt'].methods[0].split[:4], ['method', 'public', 'static', 'inline'…
184 self.assertEquals(api['a.ContextKt'].methods[1].name, 'withStyledAttributes')
185 …self.assertEquals(api['a.ContextKt'].methods[1].split[:4], ['method', 'public', 'static', 'inline'…
/frameworks/base/tests/testables/src/android/testing/
DAndroidTestingRunner.java88 List<FrameworkMethod> methods) { in looperWrap() argument
92 methods = new ArrayList<>(methods); in looperWrap()
93 for (int i = 0; i < methods.size(); i++) { in looperWrap()
94 methods.set(i, LooperFrameworkMethod.get(methods.get(i), in looperWrap()
98 return methods; in looperWrap()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Reflection/
DServiceDescriptor.cs44 private readonly IList<MethodDescriptor> methods; field in Google.Protobuf.Reflection.ServiceDescriptor
50 methods = DescriptorUtil.ConvertAndMakeReadOnly(proto.Method, in ServiceDescriptor()
68 get { return methods; }
83 foreach (MethodDescriptor method in methods) in CrossLink()
/frameworks/base/services/core/jni/
Dcom_android_server_devicepolicy_CryptoTestHelper.cpp28 static const JNINativeMethod methods[] = { variable
39 env, "com/android/server/devicepolicy/CryptoTestHelper", methods, NELEM(methods)); in register_android_server_devicepolicy_CryptoTestHelper()
Dcom_android_server_storage_AppFuseBridge.cpp126 const JNINativeMethod methods[] = { variable
157 RegisterMethodsOrDie(env, CLASS_NAME, methods, NELEM(methods)); in register_android_server_storage_AppFuse()
/frameworks/base/core/tests/hosttests/test-apps/SharedUid/32/jni/
Dnative.cpp36 static const JNINativeMethod methods[] = { variable
69 methods, sizeof(methods) / sizeof(methods[0]))) { in registerNatives()
/frameworks/base/core/tests/hosttests/test-apps/SharedUid/dual/jni/
Dnative.cpp36 static const JNINativeMethod methods[] = { variable
69 methods, sizeof(methods) / sizeof(methods[0]))) { in registerNatives()
/frameworks/base/core/tests/hosttests/test-apps/SharedUid/64/jni/
Dnative.cpp36 static const JNINativeMethod methods[] = { variable
69 methods, sizeof(methods) / sizeof(methods[0]))) { in registerNatives()
/frameworks/base/packages/SystemUI/docs/
Dphysics-animation-layout.md6methods such as ```moveStack(x, y)``` to animate the stack to a given point. ExpansionAnimationCon…
9 …t override configuration methods, which are used by the layout while constructing the animations, …
12 …are configured using the controller's configuration methods.](physics-animation-layout-config-meth…
13 The controller must override the following methods:
28 …troller the opportunity to animate the child in/out/visible/gone. Custom methods are called by any…
34 Like `ViewPropertyAnimator`, `PhysicsPropertyAnimator` provides the following methods for animating…
39 It also provides the following configuration methods:
62 …set starting values for properties before the animation begins. Property methods like `translation…
65 …s called with a `PhysicsPropertyAnimator` for each child, where calls to methods like `translation…
97 The layout itself is a FrameLayout descendant with a few extra methods:
[all …]
/frameworks/base/core/jni/
Dandroid_os_MemoryFile.cpp59 static const JNINativeMethod methods[] = { variable
66 return RegisterMethodsOrDie(env, "android/os/MemoryFile", methods, NELEM(methods)); in register_android_os_MemoryFile()
Dandroid_os_SharedMemory.cpp93 const JNINativeMethod methods[] = { variable
108 return RegisterMethodsOrDie(env, "android/os/SharedMemory", methods, NELEM(methods)); in register_android_os_SharedMemory()
Dandroid_opengl_EGLExt.cpp150 static const JNINativeMethod methods[] = { variable
158 …err = android::AndroidRuntime::registerNativeMethods(_env, classPathName, methods, NELEM(methods)); in register_android_opengl_jni_EGLExt()
Dandroid_util_MemoryIntArray.cpp212 static const JNINativeMethod methods[] = { variable
223 return RegisterMethodsOrDie(env, "android/util/MemoryIntArray", methods, NELEM(methods)); in register_android_util_MemoryIntArray()
Dcom_android_internal_os_FuseAppLoop.cpp176 const JNINativeMethod methods[] = { variable
229 RegisterMethodsOrDie(env, CLASS_NAME, methods, NELEM(methods)); in register_com_android_internal_os_FuseAppLoop()
/frameworks/base/startop/view_compiler/
Dapk_layout_compiler.cc101 std::vector<dex::MethodBuilder> methods; in CompileApkAssetsLayouts() local
126 methods.push_back(compiled_view.CreateMethod( in CompileApkAssetsLayouts()
131 DexViewBuilder builder(&methods.back()); in CompileApkAssetsLayouts()
136 methods.back().Encode(); in CompileApkAssetsLayouts()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiTestUtil.java46 Method[] methods = clazz.getDeclaredMethods(); in getTestMethod() local
47 for (Method method : methods) { in getTestMethod()
/frameworks/layoutlib/create/
DREADME.txt92 - specific methods to override (see method stubs details below).
93 - specific methods for which to delegate calls.
94 - specific methods to remove based on their return type.
110 changed from protected/private to public. The code of the methods is then kept as-is, except for
111 native methods which are replaced by a stub. Methods that are to be overridden are also replaced by
118 methods and types. Note that other classes are not transformed and keep referencing the original
134 ReplaceMethodCallsAdapter replaces calls to certain methods. This is different from the
137 This is useful for methods in the Java namespace where we cannot add delegates. The configuration
149 As indicated above, all native and overridden methods are replaced by a stub. We don't have the
173 some specific methods that are stubbed out and change their return value.
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/
Dservice_reflection_test.py83 srvc.CallMethod(service_descriptor.methods[1], rpc_controller,
102 srvc.CallMethod(service_descriptor.methods[1], rpc_controller,
136 self.assertEqual(stub.GetDescriptor().methods[0], channel.method)
D_parameterized.py272 methods = {}
274 methods, id_suffix, name,
276 for name, meth in methods.items():
/frameworks/base/core/java/android/view/
DViewDebug.java1258 Method[] methods = map.get(klass);
1259 if (methods != null) {
1260 return methods;
1263 methods = klass.getDeclaredMethodsUnchecked(false);
1266 for (final Method method : methods) {
1284 methods = foundMethods.toArray(new Method[foundMethods.size()]);
1285 map.put(klass, methods);
1287 return methods;
1361 final Method[] methods = getExportedPropertyMethods(klass);
1362 int count = methods.length;
[all …]
/frameworks/base/core/jni/android/graphics/
DPathMeasure.cpp146 static const JNINativeMethod methods[] = { variable
159 return RegisterMethodsOrDie(env, "android/graphics/PathMeasure", methods, NELEM(methods)); in register_android_graphics_PathMeasure()
/frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/
DTestCaseCollector.java88 Method[] methods = clazz.getMethods(); in addTestClass() local
89 for (Method method : methods) { in addTestClass()
/frameworks/layoutlib/create/src/com/android/tools/layoutlib/create/
DAsmGenerator.java115 Set<String> methods = mDelegateMethods.get(className); in AsmGenerator() local
116 if (methods == null) { in AsmGenerator()
117 methods = new HashSet<>(); in AsmGenerator()
118 mDelegateMethods.put(className, methods); in AsmGenerator()
120 methods.add(DelegateClassAdapter.ALL_NATIVES); in AsmGenerator()
/frameworks/base/packages/MtpDocumentsProvider/
Dproguard.flags1 # Keeps methods that are invoked by JNI.

123456