HomeSort by relevance Sort by last modified time
    Searched refs:method (Results 151 - 175 of 9148) sorted by null

1 2 3 4 5 67 8 91011>>

  /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/504-regression-baseline-entry/smali/
Test.smali 20 .method public static SingleGotoStart()I
30 .end method
  /art/test/508-referrer-method/src/
Main.java 18 // protected p1.PackagePrivateA.method.
21 int result = p1.InPackage.$inline$method();
  /art/test/552-invoke-non-existent-super/smali/
superclass.smali 19 .method public constructor <init>()V
23 .end method
  /art/test/600-verifier-fails/smali/
class.smali 19 .method public constructor <init>()V
24 .end method
construct.smali 19 .method public constructor <init>()V
25 .end method
sput.smali 19 .method public foo(I)V
23 .end method
  /art/test/972-iface-super-multidex/smali-multidex/
oneconflict.smali 22 # return "OneConflict default method called";
26 .method public runDefault()Ljava/lang/String;
29 const-string v0, "OneConflict default method called"
31 .end method
superinterface.smali 22 # return "SuperInterface default method called";
26 .method public runDefault()Ljava/lang/String;
29 const-string v0, "SuperInterface default method called"
31 .end method
twoconflict.smali 22 # return "TwoConflict default method called";
26 .method public runDefault()Ljava/lang/String;
29 const-string v0, "TwoConflict default method called"
31 .end method
  /build/make/tools/droiddoc/test/stubs/src/com/android/stubs/
InterfaceEnum.java 22 public void method() { } method in class:InterfaceEnum
  /dalvik/dx/tests/097-dex-branch-offset-zero/
run 17 dx --debug --dex --positions=none --no-locals --dump-method=Blort.test'*' \
24 dx --debug --dex --positions=none --no-locals --dump-method=Blort.test'*' \
  /dalvik/dx/tests/111-use-null-as-array/
run 18 --dump-to=- --dump-method="Blort.test*" Blort.class
21 --dump-to=- --dump-method="multidimensional.*" multidimensional.class
  /dalvik/dx/tests/112-dex-return-jsr-result/
run 21 dx --debug --dex --dump-to=- --dump-method=blort.zorch --dump-width=200 \
59 # The test failed. Be helpful and print the entire method body.
60 dx --debug --dex --dump-to=- --dump-method=blort.zorch --dump-width=200 \
  /external/boringssl/src/include/openssl/
engine.h 30 // Methods are reference counted but |ENGINE|s are not. When creating a method,
38 // ENGINE_new returns an empty ENGINE that uses the default method for all
47 // Method accessors.
49 // Method accessors take a method pointer and the size of the structure. The
50 // size allows for ABI compatibility in the case that the method structure is
57 const RSA_METHOD *method,
62 const ECDSA_METHOD *method,
67 // Generic method functions.
69 // These functions take a void* type but actually operate on all method
    [all...]
  /external/caliper/caliper/src/main/java/com/google/caliper/util/
Reflection.java 22 import java.lang.reflect.Method;
30 public static ImmutableSet<Method> getAnnotatedMethods(Class<?> clazz,
32 Method[] methods = clazz.getDeclaredMethods();
33 ImmutableSet.Builder<Method> builder = ImmutableSet.builder();
34 for (Method method : methods) {
35 if (method.isAnnotationPresent(annotationClass)) {
36 method.setAccessible(true);
37 builder.add(method);
  /external/desugar/test/java/com/google/devtools/build/android/desugar/
MethodInfoTest.java 28 MethodInfo method = MethodInfo.create("owner", "name", "desc"); local
29 assertThat(method.owner()).isEqualTo("owner");
30 assertThat(method.name()).isEqualTo("name");
31 assertThat(method.desc()).isEqualTo("desc");
  /external/javassist/src/main/javassist/compiler/ast/
CallExpr.java 23 * Method call expression.
26 private MemberResolver.Method method; // cached result of lookupMethod() field in class:CallExpr
30 method = null;
33 public void setMethod(MemberResolver.Method m) {
34 method = m;
37 public MemberResolver.Method getMethod() {
38 return method;
  /external/libmicrohttpd/src/microspdy/
alstructures.h 47 * HTTP method
49 char *method; member in struct:SPDY_Request
  /external/libvpx/libvpx/vp9/encoder/
vp9_picklpf.h 24 struct VP9_COMP *cpi, LPF_PICK_METHOD method);
  /external/proguard/src/proguard/classfile/attribute/
MethodParametersAttribute.java 27 * This Attribute represents a method parameters attribute.
61 public void accept(Clazz clazz, Method method, AttributeVisitor attributeVisitor)
63 attributeVisitor.visitMethodParametersAttribute(clazz, method, this);
70 public void parametersAccept(Clazz clazz, Method method, ParameterInfoVisitor parameterInfoVisitor)
77 parameterInfoVisitor.visitParameterInfo(clazz, method, index, parameters[index]);
  /external/robolectric-shadows/robolectric/src/main/java/org/robolectric/
DefaultTestLifecycle.java 3 import java.lang.reflect.Method;
8 * Called before each test method is run.
10 * @param method the test method about to be run
12 @Override public void beforeTest(final Method method) {
14 ((TestLifecycleApplication) RuntimeEnvironment.application).beforeTest(method);
25 * Called after each test method is run.
27 * @param method the test method that just ran
    [all...]
  /external/testng/src/test/java/test/methodselectors/
NoTest1MethodSelector.java 18 ITestNGMethod method, boolean isTestMethod)
20 for (String group : method.getGroups()) {
22 ppp( method.getMethodName() + " is group test1, don't include" );
27 ppp( method.getMethodName() + " is not in group test1" );
  /frameworks/support/webkit-codegen/src/test/resources/codegen/
WebKitTypeAsMethodParameter.java 20 public void method(WebViewClient webViewClient); method in class:WebKitTypeAsMethodParameter
  /frameworks/support/webkit-codegen/src/test/resources/codegen-expected/
WebKitTypeAsMethodReturnBoundaryInterface.java 6 InvocationHandler method(); method in interface:WebKitTypeAsMethodReturnBoundaryInterface

Completed in 647 milliseconds

1 2 3 4 5 67 8 91011>>