HomeSort by relevance Sort by last modified time
    Searched full:methodname (Results 1 - 25 of 424) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/pepper/
define_empty_macros.h 7 #define METHOD1(Class, ReturnType, MethodName, Type0)
8 #define METHOD2(Class, ReturnType, MethodName, Type0, Type1)
9 #define METHOD3(Class, ReturnType, MethodName, Type0, Type1, Type2)
10 #define METHOD4(Class, ReturnType, MethodName, Type0, Type1, Type2, Type3)
11 #define METHOD5(Class, ReturnType, MethodName, Type0, Type1, Type2, Type3, \
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
real_pepper_interface.cc 22 #define METHOD1(Class, ReturnType, MethodName, Type0) \
23 virtual ReturnType MethodName(Type0);
24 #define METHOD2(Class, ReturnType, MethodName, Type0, Type1) \
25 virtual ReturnType MethodName(Type0, Type1);
26 #define METHOD3(Class, ReturnType, MethodName, Type0, Type1, Type2) \
27 virtual ReturnType MethodName(Type0, Type1, Type2);
28 #define METHOD4(Class, ReturnType, MethodName, Type0, Type1, Type2, Type3) \
29 virtual ReturnType MethodName(Type0, Type1, Type2, Type3);
30 #define METHOD5(Class, ReturnType, MethodName, Type0, Type1, Type2, Type3, \
32 virtual ReturnType MethodName(Type0, Type1, Type2, Type3, Type4)
    [all...]
pepper_interface.h 75 #define METHOD1(Class, ReturnType, MethodName, Type0) \
76 virtual ReturnType MethodName(Type0) = 0;
77 #define METHOD2(Class, ReturnType, MethodName, Type0, Type1) \
78 virtual ReturnType MethodName(Type0, Type1) = 0;
79 #define METHOD3(Class, ReturnType, MethodName, Type0, Type1, Type2) \
80 virtual ReturnType MethodName(Type0, Type1, Type2) = 0;
81 #define METHOD4(Class, ReturnType, MethodName, Type0, Type1, Type2, Type3) \
82 virtual ReturnType MethodName(Type0, Type1, Type2, Type3) = 0;
83 #define METHOD5(Class, ReturnType, MethodName, Type0, Type1, Type2, Type3, \
85 virtual ReturnType MethodName(Type0, Type1, Type2, Type3, Type4) = 0
    [all...]
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io_test/
pepper_interface_mock.h 20 #define METHOD1(Class, ReturnType, MethodName, Type0) \
21 MOCK_METHOD1(MethodName, ReturnType(Type0));
22 #define METHOD2(Class, ReturnType, MethodName, Type0, Type1) \
23 MOCK_METHOD2(MethodName, ReturnType(Type0, Type1));
24 #define METHOD3(Class, ReturnType, MethodName, Type0, Type1, Type2) \
25 MOCK_METHOD3(MethodName, ReturnType(Type0, Type1, Type2));
26 #define METHOD4(Class, ReturnType, MethodName, Type0, Type1, Type2, Type3) \
27 MOCK_METHOD4(MethodName, ReturnType(Type0, Type1, Type2, Type3));
28 #define METHOD5(Class, ReturnType, MethodName, Type0, Type1, Type2, Type3, \
30 MOCK_METHOD5(MethodName, ReturnType(Type0, Type1, Type2, Type3, Type4))
    [all...]
  /external/smali/dexlib/src/main/java/org/jf/dexlib/
MethodIdItem.java 39 private StringIdItem methodName;
54 * @param methodName the name of the method
56 private MethodIdItem(DexFile dexFile, TypeIdItem classType, ProtoIdItem methodPrototype, StringIdItem methodName) {
60 this.methodName = methodName;
69 * @param methodName the name of the method
74 ProtoIdItem methodPrototype, StringIdItem methodName) {
75 MethodIdItem methodIdItem = new MethodIdItem(dexFile, classType, methodPrototype, methodName);
85 * @param methodName the name of the method
90 ProtoIdItem methodPrototype, StringIdItem methodName) {
    [all...]
  /external/mockito/src/org/mockito/internal/invocation/
SerializableMethod.java 18 private String methodName;
26 methodName = method.getName();
34 return methodName;
55 return declaringClass.getDeclaredMethod(methodName, parameterTypes);
59 "Please report this as a defect with an example of how to reproduce it.", declaringClass, methodName);
64 "Please report this as a defect with an example of how to reproduce it.", declaringClass, methodName);
88 if (methodName == null) {
89 if (other.methodName != null)
91 } else if (!methodName.equals(other.methodName))
    [all...]
  /external/javassist/src/main/javassist/convert/
TransformAccessArrayField.java 128 String methodName = getMethodName(opcode);
129 if (methodName != null) {
149 int methodref = cp.addMethodrefInfo(mi, methodName, signature);
166 String methodName = null;
169 methodName = names.objectRead();
172 methodName = names.byteOrBooleanRead();
175 methodName = names.charRead();
178 methodName = names.doubleRead();
181 methodName = names.floatRead();
184 methodName = names.intRead()
    [all...]
TransformReadField.java 29 protected String methodClassname, methodName;
32 String methodClassname, String methodName)
38 this.methodName = methodName;
86 int methodref = cp.addMethodrefInfo(mi, methodName, type);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/bytecode/
ClassHandler.java 16 Object methodInvoked(Class clazz, String methodName, Object instance, String[] paramTypes, Object[] params) throws Throwable;
ShadowWrangler.java 87 public Object methodInvoked(Class clazz, String methodName, Object instance, String[] paramTypes, Object[] params) throws Throwable {
88 InvocationPlan invocationPlan = new InvocationPlan(clazz, methodName, instance, paramTypes);
90 reportNoShadowMethodFound(clazz, methodName, paramTypes);
95 throw new I18nException("Method " + methodName + " on class " + clazz.getName() + " is not i18n-safe.");
124 private void reportNoShadowMethodFound(Class clazz, String methodName, String[] paramTypes) {
126 System.out.println("No Shadow method found for " + clazz.getSimpleName() + "." + methodName + "(" +
289 private String methodName;
296 public InvocationPlan(Class clazz, String methodName, Object instance, String... paramTypes) {
299 this.methodName = methodName;
    [all...]
  /libcore/support/src/test/java/tests/io/
MockOs.java 86 * {@code methodName}. If empty, calls will be handled by the delegate.
88 public Deque<InvocationHandler> getHandlers(String methodName) {
90 Deque<InvocationHandler> result = threadFaults.get(methodName);
93 threadFaults.put(methodName, result);
102 public void enqueueNormal(String methodName, int count) {
103 Deque<InvocationHandler> handlers = getHandlers(methodName);
109 public void enqueueFault(String methodName) {
110 enqueueFault(methodName, OsConstants.EIO);
113 public void enqueueFault(String methodName, final int errno) {
114 getHandlers(methodName).add(new InvocationHandler()
    [all...]
  /frameworks/base/core/jni/
android_animation_PropertyValuesHolder.cpp 33 JNIEnv* env, jclass pvhClass, jclass targetClass, jstring methodName)
35 const char *nativeString = env->GetStringUTFChars(methodName, 0);
37 env->ReleaseStringUTFChars(methodName, nativeString);
42 JNIEnv* env, jclass pvhClass, jclass targetClass, jstring methodName)
44 const char *nativeString = env->GetStringUTFChars(methodName, 0);
46 env->ReleaseStringUTFChars(methodName, nativeString);
android_view_PointerIcon.cpp 114 #define GET_STATIC_METHOD_ID(var, clazz, methodName, methodDescriptor) \
115 var = env->GetStaticMethodID(clazz, methodName, methodDescriptor); \
116 LOG_FATAL_IF(! var, "Unable to find method " methodName);
118 #define GET_METHOD_ID(var, clazz, methodName, methodDescriptor) \
119 var = env->GetMethodID(clazz, methodName, methodDescriptor); \
120 LOG_FATAL_IF(! var, "Unable to find method " methodName);
  /external/antlr/antlr-3.4/gunit/src/main/resources/org/antlr/gunit/
junit.stg 47 testTreeRuleMethod(methodName,testTreeRuleName,testRuleName,test,tokenType,expecting) ::= <<
48 public void <methodName>() throws Exception {
58 testTreeRuleMethod2(methodName,testTreeRuleName,testRuleName,test,returnType,expecting) ::= <<
59 public void <methodName>() throws Exception {
67 testRuleMethod(isLexicalRule,methodName,testRuleName,test,tokenType,expecting) ::= <<
68 public void <methodName>() throws Exception {
78 testRuleMethod2(methodName,testRuleName,test,returnType,expecting) ::= <<
79 public void <methodName>() throws Exception {
  /external/junit/src/org/junit/experimental/theories/internal/
ParameterizedAssertionError.java 15 String methodName, Object... params) {
16 super(String.format("%s(%s)", methodName, join(", ", params)),
  /external/javassist/src/test/test/javassist/bytecode/analysis/
ErrorFinder.java 51 String methodName = clazz.getName() + "." + method.getName() + method.getSignature();
52 System.out.println("START: " + methodName);
58 System.out.println("SUCCESS: " + methodName + " - " + (System.currentTimeMillis() - time));
60 System.out.println("FAIL: " + methodName + " - " + (e.getMessage() == null ? e.getClass().getName() : e.getMessage()));
  /frameworks/testing/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/
TestCaseCollector.java 67 String methodName = null;
69 methodName = className.substring(hashPos + 1);
72 addTestClass(className, methodName);
79 * @param methodName may be null, in which case all "public void testNNN(void)" functions
83 public void addTestClass(String className, String methodName) throws ClassNotFoundException {
85 if (methodName != null) {
86 addSingleTestMethod(clazz, methodName);
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
closurizednamespacesinfo_test.py 38 'package.methodName': 'package',
39 'package.subpackage.methodName': 'package.subpackage',
40 'package.subpackage.methodName.apply': 'package.subpackage',
42 'package.ClassName.Enum.VALUE.methodName': 'package.ClassName',
44 'package.namespace.CONSTANT.methodName': 'package.namespace',
47 'package.ClassName.methodName.apply': 'package.ClassName',
48 'package.ClassName.methodName.call': 'package.ClassName',
49 'package.ClassName.prototype.methodName': 'package.ClassName',
52 'package.className.privateProperty_.methodName': 'package.className',
54 'package.ClassName.prototype.methodName.apply': 'package.ClassName'
    [all...]
  /external/chromium_org/third_party/closure_linter/closure_linter/
closurizednamespacesinfo_test.py 38 'package.methodName': 'package',
39 'package.subpackage.methodName': 'package.subpackage',
40 'package.subpackage.methodName.apply': 'package.subpackage',
42 'package.ClassName.Enum.VALUE.methodName': 'package.ClassName',
44 'package.namespace.CONSTANT.methodName': 'package.namespace',
47 'package.ClassName.methodName.apply': 'package.ClassName',
48 'package.ClassName.methodName.call': 'package.ClassName',
49 'package.ClassName.prototype.methodName': 'package.ClassName',
52 'package.className.privateProperty_.methodName': 'package.className',
54 'package.ClassName.prototype.methodName.apply': 'package.ClassName'
    [all...]
  /libcore/luni/src/main/java/java/lang/
StackTraceElement.java 37 String methodName;
67 methodName = method;
109 if ((methodName == null) || (castObj.methodName == null)) {
176 return (methodName == null) ? "<unknown method>" : methodName;
182 * Either both methodName and declaringClass are null, or neither are
185 if (methodName == null) {
189 // declaringClass never null if methodName is non-null
190 return methodName.hashCode() ^ declaringClass.hashCode()
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
HeapSnapshotWorkerDispatcher.js 58 var constructorFunction = this._findFunction(data.methodName);
68 var result = object[data.methodName];
74 var result = object[data.methodName].apply(object, data.methodArguments);
82 response.result = object[data.methodName].apply(object, data.methodArguments);
89 if (data.methodName)
90 response.errorMethodName = data.methodName;
  /libcore/dalvik/src/main/java/dalvik/annotation/
TestTarget.java 39 String methodName() default "";
43 * {@code methodName} is not accurate enough. E.g. for
44 * {@link java.util.regex.Pattern#compile(String)} {@code methodName} is not
  /external/chromium_org/third_party/WebKit/Source/testing/plugin/Tests/
NPRuntimeObjectFromDestroyedPlugin.cpp 44 bool hasMethod(NPIdentifier methodName)
46 return identifierIs(methodName, "evaluate");
49 bool invoke(NPIdentifier methodName, const NPVariant* args, uint32_t argCount, NPVariant* result)
51 if (!identifierIs(methodName, "evaluate"))
  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothTestUtils.java 777 String methodName;
779 methodName = String.format("pair(device=%s)", device);
781 methodName = String.format("acceptPair(device=%s)", device);
785 fail(String.format("%s bluetooth not enabled", methodName));
807 fail(String.format("%s invalid state: state=%d", methodName, state));
817 writeOutput(String.format("%s completed in %d ms", methodName,
820 writeOutput(String.format("%s completed", methodName));
    [all...]
  /external/chromium_org/chrome/test/functional/tracing/
timeline_model_shim.js 12 invokeMethod: function(methodName, args) {
25 result = this[methodName].apply(this, JSON.parse(args));

Completed in 5062 milliseconds

1 2 3 4 5 6 7 8 91011>>