/external/smali/smalidea/src/main/java/org/jf/smalidea/debugging/value/ |
LazyLongValue.java | 39 public LazyLongValue(SmaliMethod method, Project project, int registerNumber, String type) { 40 super(method, project, registerNumber, type);
|
LazyShortValue.java | 39 public LazyShortValue(SmaliMethod method, Project project, int registerNumber, String type) { 40 super(method, project, registerNumber, type);
|
LazyStringReference.java | 39 public LazyStringReference(SmaliMethod method, Project project, int registerNumber, String type) { 40 super(method, project, registerNumber, type);
|
LazyVoidValue.java | 39 public LazyVoidValue(SmaliMethod method, Project project, int registerNumber, String type) { 40 super(method, project, registerNumber, type);
|
/external/testng/src/main/java/org/testng/ |
IResultMap.java | 9 public void addResult(ITestResult result, ITestNGMethod method); 11 public Set<ITestResult> getResults(ITestNGMethod method);
|
/external/testng/src/main/java/org/testng/internal/ |
ExpectedExceptionsHolder.java | 15 protected final ITestNGMethod method; field in class:ExpectedExceptionsHolder 19 protected ExpectedExceptionsHolder(IAnnotationFinder finder, ITestNGMethod method, IExpectedExceptionsHolder holder) { 21 this.method = method; 22 expectedClasses = findExpectedClasses(finder, method); 26 private static Class<?>[] findExpectedClasses(IAnnotationFinder finder, ITestNGMethod method) { 28 finder.findAnnotation(method, IExpectedExceptionsAnnotation.class); 35 ITestAnnotation testAnnotation = finder.findAnnotation(method, ITestAnnotation.class); 88 return new TestException("Method " + testMethod + " should have thrown an exception of "
|
/external/testng/src/test/java/test/methodselectors/ |
NoTestSelector.java | 18 ITestNGMethod method, boolean isTestMethod)
20 ppp("NOTEST RETURNING FALSE FOR " + method);
|
Test2MethodSelector.java | 18 ITestNGMethod method, boolean isTestMethod) 20 for (String group : method.getGroups()) { 32 // TODO Auto-generated method stub
|
/external/testng/src/test/java/test/thread/ |
BaseSequentialSample.java | 7 protected void addId(String method, long id) {
8 ppp(method + " ID:" + id);
|
/libcore/luni/src/test/java/libcore/java/lang/reflect/parameter/ |
ParameterMetadataTestClasses$FinalParameter.smali | 35 .method constructor <init>(Ljava/lang/String;)V 51 .end method 55 .method finalParameter(Ljava/lang/String;)V 69 .end method
|
ParameterMetadataTestClasses$NonVarArgs.smali | 35 .method constructor <init>([Ljava/lang/Integer;)V 52 .end method 56 .method notVarArgs([Ljava/lang/Integer;)V 71 .end method
|
ParameterMetadataTestClasses$SingleParameter.smali | 35 .method constructor <init>(Ljava/lang/String;)V 51 .end method 55 .method oneParameter(Ljava/lang/String;)V 69 .end method
|
ParameterMetadataTestClasses$SingleVarArgs.smali | 35 .method varargs constructor <init>([Ljava/lang/String;)V 51 .end method 55 .method varargs varArgs([Ljava/lang/String;)V 69 .end method
|
/libcore/ojluni/src/main/java/sun/net/ |
ProgressSource.java | 40 // URL method 41 private String method; field in class:ProgressSource 62 public ProgressSource(URL url, String method) { 63 this(url, method, -1); 69 public ProgressSource(URL url, String method, long expected) { 71 this.method = method; 105 * Return method of URL. 108 return method; 207 return getClass().getName() + "[url=" + url + ", method=" + method + ", state=" + stat [all...] |
/packages/apps/Dialer/java/com/android/voicemail/impl/ |
TelephonyMangerCompat.java | 26 import java.lang.reflect.Method; 39 Method method = local 48 return (String) method.invoke(telephonyManager, number, port, text, sentIntent); 58 Method method = local 68 method.invoke(null, context, phoneAccountHandle, number, (short) port, text, sentIntent); 81 Method method = local 91 return (String) method.invoke(telephonyManager, settings) 103 Method method = local [all...] |
/art/runtime/entrypoints/quick/ |
quick_instrumentation_entrypoints.cc | 28 extern "C" const void* artInstrumentationMethodEntryFromCode(ArtMethod* method, 38 if (instrumentation->IsDeoptimized(method)) { 41 result = instrumentation->GetQuickCodeFor(method, kRuntimePointerSize); 45 instrumentation->PushInstrumentationStackFrame(self, method->IsStatic() ? nullptr : this_object, 46 method, lr, interpreter_entry); 47 CHECK(result != nullptr) << method->PrettyMethod();
|
/cts/tests/tests/text/src/android/text/method/cts/ |
HideReturnsTransformationMethodTest.java | 17 package android.text.method.cts; 25 import android.text.method.HideReturnsTransformationMethod; 43 MyHideReturnsTranformationMethod method = new MyHideReturnsTranformationMethod(); local 44 assertArrayEquals(new char[] { '\r' }, method.getOriginal()); 58 MyHideReturnsTranformationMethod method = new MyHideReturnsTranformationMethod(); local 59 assertArrayEquals(new char[] { '\uFEFF' }, method.getReplacement());
|
/dalvik/dx/tests/069-dex-source-position/ |
run | 19 --dump-method=Blort.test'*' Blort.class 21 --dump-method=Blort.test'*' Blort.class 23 --dump-method=Blort.test'*' Blort.class
|
/external/antlr/antlr-3.4/runtime/Perl5/examples/tweak/ |
T.g | 2 * convert method with "public void", add decls. This shows how to insert 14 : method+ 17 // note the reference to the last token matched for method: 18 $input->insert_after($method.stop, "\n}\n"); 22 method 23 : m='method' ID '(' ')' body
|
/external/caliper/caliper/src/main/java/com/google/caliper/worker/ |
Worker.java | 23 import java.lang.reflect.Method; 33 ImmutableSet<Method> beforeExperimentMethods; 37 ImmutableSet<Method> afterExperimentMethods; 39 protected final Method benchmarkMethod; 42 protected Worker(Object benchmark, Method method) { 44 this.benchmarkMethod = method; 49 for (Method method : beforeExperimentMethods) { 50 method.invoke(benchmark) [all...] |
/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome_inspector/ |
memory_backend.py | 67 method = 'Memory.%s' % command 69 'method': method, 77 (method, traceback.format_exc())) 82 (method, traceback.format_exc())) 88 '%s DevTools method not supported by the browser' % method) 92 (method, json.dumps(response, indent=2)))
|
/external/junit/src/main/java/org/junit/runners/model/ |
NoGenericTypeParametersValidator.java | 4 import java.lang.reflect.Method; 12 private final Method method; field in class:NoGenericTypeParametersValidator 14 NoGenericTypeParametersValidator(Method method) { 15 this.method = method; 19 for (Type each : method.getGenericParameterTypes()) { 26 errors.add(new Exception("Method " + method.getName( [all...] |
/external/junit-params/src/test/java/junitparams/ |
MethodAnnotationArgumentTest.java | 19 @Parameters(method = "return1") 29 @Parameters(method = "return1,return2") 37 @Parameters(method = "return1, return2") 49 @Parameters(source = PersonTest.class, method = "adultValues") 55 @Parameters(method = "stringParamsWithNull") 69 @Parameters(method = "multiStringParams")
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
RAck.java | 54 protected String method; field in class:RAck 70 cSeqNumber).append(SP).append(method).toString(); 94 * Gets the method of RAckHeader 96 * @return method of RAckHeader 99 return this.method; 120 public void setMethod(String method) throws ParseException { 121 this.method = method;
|
/external/proguard/src/proguard/classfile/attribute/annotation/visitor/ |
AnnotationTypeFilter.java | 77 public void visitAnnotation(Clazz clazz, Method method, Annotation annotation) 81 annotationVisitor.visitAnnotation(clazz, method, annotation); 86 public void visitAnnotation(Clazz clazz, Method method, int parameterIndex, Annotation annotation) 90 annotationVisitor.visitAnnotation(clazz, method, parameterIndex, annotation); 95 public void visitAnnotation(Clazz clazz, Method method, CodeAttribute codeAttribute, Annotation annotation) 99 annotationVisitor.visitAnnotation(clazz, method, codeAttribute, annotation);
|