HomeSort by relevance Sort by last modified time
    Searched refs:methodName (Results 76 - 100 of 315) sorted by null

1 2 34 5 6 7 8 91011>>

  /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));
  /external/chromium_org/content/child/npapi/
npobject_util.cc 32 NPIdentifier methodName) {
33 return NPObjectProxy::NPHasMethod(npobj, methodName);
37 NPIdentifier methodName,
41 return NPObjectProxy::NPInvokePrivate(npp, npobj, false, methodName, args,
  /external/smack/src/org/jivesoftware/smackx/
MessageEventManager.java 145 String methodName) {
155 methodName,
175 String methodName) {
186 methodName,
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
SignatureSpiTest.java 303 boolean wasMethodCalled(String methodName) {
304 return calledMethods.contains(methodName);
307 void methodCalled(String methodName) {
308 calledMethods.add(methodName);
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
ApiHelper.java 214 private static boolean hasMethod(String className, String methodName,
218 klass.getDeclaredMethod(methodName, parameterTypes);
226 Class<?> klass, String methodName, Class<?> ... paramTypes) {
228 klass.getDeclaredMethod(methodName, paramTypes);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/bytecode/
AndroidTranslator.java 291 String methodName = ctMethod.getName();
295 // if (methodName.startsWith("set") && paramTypes.length == 1) {
296 // String fieldName = "__" + methodName.substring(3);
300 // } else if (methodName.startsWith("get") && paramTypes.length == 0) {
301 // String fieldName = "__" + methodName.substring(3);
312 CtMethod newMethod = makeNewMethod(ctClass, ctMethod, returnCtClass, methodName, paramTypes, "{\n" + methodBody + generateCallToSuper(methodName, paramTypes) + "\n}");
320 CtMethod newMethod = makeNewMethod(ctClass, ctMethod, returnCtClass, methodName, paramTypes, "{\n" + methodBody + "\n}");
330 private CtMethod makeNewMethod(CtClass ctClass, CtMethod ctMethod, CtClass returnCtClass, String methodName, CtClass[] paramTypes, String methodBody) throws CannotCompileException, NotFoundException {
334 methodName,
    [all...]
RobolectricInternals.java 109 public static Object methodInvoked(Class clazz, String methodName, Object instance, String[] paramTypes, Object[] params) throws Throwable {
111 return classHandler.methodInvoked(clazz, methodName, instance, paramTypes, params);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_socket.py 127 methodname = self.id()
128 i = methodname.rfind('.')
129 methodname = methodname[i+1:]
130 test_method = getattr(self, '_' + methodname)
168 def __init__(self, methodName='runTest'):
169 SocketTCPTest.__init__(self, methodName=methodName)
182 def __init__(self, methodName='runTest'):
183 SocketUDPTest.__init__(self, methodName=methodName
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_socket.py 127 methodname = self.id()
128 i = methodname.rfind('.')
129 methodname = methodname[i+1:]
130 test_method = getattr(self, '_' + methodname)
168 def __init__(self, methodName='runTest'):
169 SocketTCPTest.__init__(self, methodName=methodName)
182 def __init__(self, methodName='runTest'):
183 SocketUDPTest.__init__(self, methodName=methodName
    [all...]
  /external/javassist/src/main/javassist/
CtField.java 651 * @param methodName the name of the satic method.
654 String methodName) {
657 i.methodName = methodName;
683 * @param methodName the name of the satic method.
688 String methodName,
692 i.methodName = methodName;
719 * @param methodName the name of the satic method.
722 String methodName) {
    [all...]
  /external/lzma/CPP/7zip/Archive/Common/
HandlerOut.cpp 82 static bool AreEqual(const UString &methodName, const wchar_t *s)
83 { return (methodName.CompareNoCase(s) == 0); }
88 AreEqual(MethodName, kLZMAMethodName) ||
89 AreEqual(MethodName, kLZMA2MethodName);
92 static inline bool IsBZip2Method(const UString &methodName)
93 { return AreEqual(methodName, kBZip2MethodName); }
95 static inline bool IsPpmdMethod(const UString &methodName)
96 { return AreEqual(methodName, kPpmdMethodName); }
98 static inline bool IsDeflateMethod(const UString &methodName)
101 AreEqual(methodName, kDeflateMethodName) ||
    [all...]
  /frameworks/base/core/java/android/animation/
PropertyValuesHolder.java 381 String methodName = getMethodName(prefix, mPropertyName);
385 returnVal = targetClass.getMethod(methodName, args);
405 returnVal = targetClass.getMethod(methodName, args);
    [all...]
  /dalvik/tools/dmtracedump/
CreateTestTrace.c 69 char *methodName;
228 records[nextRecord].methodName = NULL;
241 records[nextRecord].methodName = strndup(save_cp, len);
401 if (pRecord->className == NULL || pRecord->methodName == NULL) {
407 pRecord->methodName);
411 pRecord->methodName, pRecord->signature);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
InspectorBackend.js 65 callback.methodName = method;
203 if (this._hasErrorData[callback.methodName]) {
209 var paramNames = this._replyArgs[callback.methodName];
217 if (this.dumpInspectorTimeStats && callback.methodName)
224 if (this.dumpInspectorTimeStats && callback.methodName)
225 console.log("time-stats: " + callback.methodName + " = " + (processingStartTime - callback.sendRequestTime) + " + " + (Date.now() - processingStartTime));
InspectorFrontendAPI.js 134 var methodName = signature.shift();
135 return InspectorFrontendAPI[methodName].apply(InspectorFrontendAPI, signature);
  /external/okhttp/src/main/java/com/squareup/okhttp/internal/
Platform.java 395 String methodName = method.getName();
400 if (methodName.equals("supports") && boolean.class == returnType) {
402 } else if (methodName.equals("unsupported") && void.class == returnType) {
405 } else if (methodName.equals("protocols") && args.length == 0) {
407 } else if (methodName.equals("selectProtocol")
415 } else if (methodName.equals("protocolSelected") && args.length == 1) {
  /build/tools/
java-event-log-tags.py 134 methodName = javaName("write_" + t.tagname)
141 buffer.write("\n public static void %s(%s) {" % (methodName, argTypesNames))
  /external/chromium_org/chrome/test/install_test/
install_test.py 73 def __init__(self, methodName='runTest'):
74 unittest.TestCase.__init__(self, methodName)
  /frameworks/base/core/jni/
android_media_RemoteDisplay.cpp 101 static void checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) {
103 ALOGE("An exception was thrown by callback '%s'.", methodName);
android_view_GLES20DisplayList.cpp 362 #define GET_METHOD_ID(var, clazz, methodName, methodDescriptor) \
363 var = env->GetMethodID(clazz, methodName, methodDescriptor); \
364 LOG_FATAL_IF(! var, "Unable to find method " methodName);
367 #define GET_METHOD_ID(var, clazz, methodName, methodDescriptor)
  /frameworks/base/services/jni/
com_android_server_UsbDeviceManager.cpp 44 static void checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) {
46 ALOGE("An exception was thrown by callback '%s'.", methodName);
  /cts/tests/tests/animation/src/android/animation/cts/
ValueAnimatorTest.java 228 private float[] getValue(ValueAnimator animator, int n, String methodName,
234 if(methodName.equals("getAnimatedFraction()")) {
236 }else if(methodName.equals("getAnimatedValue()")) {
238 }else if(methodName.equals("getAnimatedValue(property)")) {
  /dalvik/vm/oo/
Resolve.cpp 334 const char* methodName =
340 LOGVV("+++ looking for '%s' in resClass='%s'", methodName, resClass->descriptor);
341 resMethod = dvmFindInterfaceMethodHier(resClass, methodName, &proto);
346 msg += methodName;
  /external/proguard/src/proguard/classfile/util/
DynamicClassReferenceInitializer.java 341 String methodName = methodrefConstant.getName(clazz);
345 methodName.equals(ClassConstants.INTERNAL_METHOD_NAME_DOT_CLASS_JAVAC) ||
346 methodName.equals(ClassConstants.INTERNAL_METHOD_NAME_DOT_CLASS_JIKES);
363 referencedClass.methodAccept(methodName,
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
ClassHasNativeVisitor.java 44 protected void setHasNativeMethods(boolean hasNativeMethods, String methodName) {

Completed in 1382 milliseconds

1 2 34 5 6 7 8 91011>>