HomeSort by relevance Sort by last modified time
    Searched defs:method (Results 1 - 25 of 3039) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /tools/dexter/testdata/expected/
min.asm 2 method Minimal.<init>():void label
entry_hooks.asm 2 method Base.<init>():void label
15 method Base.foo(int, java.lang.String):int label
55 method Derived.<init>():void label
68 method Derived.foo(int, java.lang.String):int label
110 method Target.<init>():void label
123 method Target.main(java.lang.String[]):void label
159 method Target.test():int label
191 method Target.foo(int):int label
208 method Target.foo(int, int):int label
227 method Target.foo(int, java.lang.String):in label
272 method Target.foo(int, java.lang.String, java.lang.String):int label
293 method Target.foo(int, java.lang.String[]):int label
312 method Target.foo(int, java.lang.String[][]):java.lang.Integer label
333 method Target.foo():void label
342 method Tracer.<init>():void label
355 method Tracer.onEntry(java.lang.String):void label
386 method Tracer.onFooEntry(Target, int, java.lang.String):void label
429 method Tracer.onFooExit(int):int label
461 method Tracer.wrapFoo(Base, int, java.lang.String):int label
    [all...]
hello.asm 2 method Base$Inner.<init>(Base):void label
21 method Base$Nested.<init>():void label
34 method Base.<init>():void label
47 method Base.test(int):void label
79 method Derived.<init>():void label
92 method Derived.test(int):void label
122 method Hello.<init>():void label
135 method Hello.main(java.lang.String[]):void label
195 method Hello.printStackTrace():void label
251 method Hello.wrapTest(Base, int):voi label
    [all...]
hello_nodebug.asm 2 method Base$Inner.<init>(Base):void label
14 method Base$Nested.<init>():void label
22 method Base.<init>():void label
30 method Base.test(int):void label
53 method Derived.<init>():void label
61 method Derived.test(int):void label
83 method Hello.<init>():void label
91 method Hello.main(java.lang.String[]):void label
136 method Hello.printStackTrace():void label
  /art/test/435-new-instance/src/
TestInterface.java 18 public void method(); method in interface:TestInterface
TestClass.java 20 public void method() {}; method in class:TestClass
  /external/clang/test/SemaCXX/
pr25181-crash-on-invalid.cpp 6 void Foo<T>::method(T *) const throw() {} // expected-error {{nested name specifier 'Foo<T>::' for declaration does not refer into a class, class template or class template partial specialization}} function in class:Foo::Foo
  /libcore/luni/src/test/java/libcore/build/
DuplicateBridgeMethodsTest.java 21 import java.lang.reflect.Method;
41 * This test ensures that an extra bridge method did not get inserted into the
46 Method method = IoTracker.Mode.class.getMethod("compareTo", local
48 assertTrue(method.isBridge());
49 assertTrue(method.isSynthetic());
53 method.getDeclaringClass(), java.lang.Enum.class);
  /art/test/508-referrer-method/src/p1/
PackagePrivateA.java 20 protected static int method() { method in class:PackagePrivateA
InPackage.java 20 public static int $inline$method() {
22 // of the protected method, so that the Main class also has
24 return PublicB.method();
  /art/test/511-clinit-interface/src/
Main.java 17 import java.lang.reflect.Method;
26 public static void method() { method in class:Main
  /art/test/616-cha-unloading/
cha_unload.cc 36 ArtMethod* method = ArtMethod::FromReflectedMethod(soa, java_method); local
37 return static_cast<jlong>(reinterpret_cast<uintptr_t>(method));
  /art/test/HiddenApiSignatures/
Interface.java 20 public void method(); method in interface:Interface
  /dalvik/dx/tests/115-merge/testdata/
Basic.java 7 String method() { method in class:Basic
8 return "this is a method result";
  /art/runtime/entrypoints/jni/
jni_entrypoints.cc 28 // Used by the JNI dlsym stub to find the native method to invoke if none is registered.
39 ArtMethod* method = self->GetCurrentMethod(nullptr); local
40 DCHECK(method != nullptr);
42 // Lookup symbol address for method, on failure we'll return null with an exception set,
43 // otherwise we return the address of the method we found.
44 void* native_code = soa.Vm()->FindCodeForNativeMethod(method);
50 return method->RegisterNative(native_code);
  /art/test/1930-monitor-info/
monitor.cc 45 jmethodID method = env->GetMethodID(runnable.get(), "run", "()V"); local
62 env->CallVoidMethod(run, method);
  /cts/tests/tests/text/src/android/text/method/cts/
CtsActivity.java 17 package android.text.method.cts;
20 import android.text.method.ArrowKeyMovementMethod;
21 import android.text.method.LinkMovementMethod;
22 import android.text.method.ScrollingMovementMethod;
  /external/annotation-tools/annotation-file-utilities/tests/
LocalGenericShadow.java 9 public void method() { method in class:LocalGenericShadow
  /frameworks/base/core/java/android/text/method/
TransformationMethod2.java 16 package android.text.method;
  /frameworks/support/webkit-codegen/src/test/resources/codegen/
SingleClassAndMethod.java 20 public void method(boolean param) { method in class:SingleClassAndMethod
WebKitTypeAsMethodReturn.java 20 public WebViewClient method() { method in class:WebKitTypeAsMethodReturn
  /frameworks/support/webkit-codegen/src/test/resources/codegen-expected/
SingleClassAndMethodBoundaryInterface.java 4 void method(boolean param); method in interface:SingleClassAndMethodBoundaryInterface
  /prebuilts/misc/common/swig/include/2.0.11/chicken/
multi-generic.scm 18 ;; Lastly, to override TinyCLOS method creation, two functions are
49 (add-method compute-apply-generic
50 (make-method (list <multi-generic>)
51 (lambda (call-next-method generic)
60 (add-method compute-methods
61 (make-method (list <multi-generic>)
62 (lambda (call-next-method generic)
65 (filter-in (lambda (method)
66 (let check-applicable ([list1 (method-specializers method)]
    [all...]
  /art/runtime/mirror/
class_ext-inl.h 35 ArtMethod* method = arr->GetElementPtrSize<ArtMethod*, local
38 if (method != nullptr) {
39 method->VisitRoots<kReadBarrierOption>(visitor, pointer_size);
  /art/test/1914-get-local-instance/
local_instance.cc 40 jmethodID method = env->GetMethodID(runnable.get(), "run", "()V"); local
42 env->CallVoidMethod(run, method);
55 jmethodID method = env->GetMethodID(runnable.get(), "run", "()V"); local
57 env->CallVoidMethod(run, method);

Completed in 366 milliseconds

1 2 3 4 5 6 7 8 91011>>