HomeSort by relevance Sort by last modified time
    Searched full:methodname (Results 101 - 125 of 301) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/webkit/Source/WebCore/bridge/
npruntime_impl.h 48 extern bool _NPN_Invoke(NPP, NPObject*, NPIdentifier methodName, const NPVariant* args, uint32_t argCount, NPVariant* result);
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
ClassHasNativeVisitor.java 44 protected void setHasNativeMethods(boolean hasNativeMethods, String methodName) {
ICreateInfo.java 44 * "package.package.OuterClass$InnerClass#MethodName".
StubMethodAdapter.java 51 public StubMethodAdapter(MethodVisitor mv, String methodName, Type returnType,
60 if (CONSTRUCTOR.equals(methodName) || CLASS_INIT.equals(methodName)) {
CreateInfo.java 55 * "package.package.OuterClass$InnerClass#MethodName".
175 * "package.package.OuterClass$InnerClass#MethodName".
  /build/tools/
java-event-log-tags.py 134 methodName = javaName("write_" + t.tagname)
141 buffer.write("\n public static void %s(%s) {" % (methodName, argTypesNames))
  /dalvik/vm/
InlineNative.h 28 const char* methodName, const char* methodSignature);
51 const char* methodName;
  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
WebKitPluginHost.defs 182 methodName :uint64_t);
189 methodName :uint64_t;
  /frameworks/base/services/jni/
com_android_server_UsbHostManager.cpp 46 static void checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) {
48 ALOGE("An exception was thrown by callback '%s'.", methodName);
  /external/webkit/Source/WebKit/chromium/src/js/
Tests.js 187 * @param {string} methodName Name of the method to override.
193 TestSuite.prototype.addSniffer = function(receiver, methodName, override, opt_sticky)
195 var orig = receiver[methodName];
197 this.fail("Cannot find method to override: " + methodName);
199 receiver[methodName] = function(var_args) {
204 receiver[methodName] = orig;
210 test.fail("Exception in overriden method '" + methodName + "': " + e);
  /external/jsilver/src/com/google/clearsilver/jsilver/compiler/
TemplateTranslator.java 332 String methodName = null;
337 methodName = "createLocalVariableByPath";
346 methodName = "createLocalVariableByValue";
354 java.writeStatement(callOn(DATA_CONTEXT, methodName, itemKey, value));
781 String methodName;
783 methodName = "createLocalVariableByPath";
784 java.writeStatement(callOn(DATA_CONTEXT, methodName, tempVar, value));
787 methodName = "createLocalVariableByValue";
788 java.writeStatement(callOn(DATA_CONTEXT, methodName, tempVar, value, argStatus[i]));
    [all...]
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
LogRecordTest.java 369 private String methodName;
379 methodName = record.getSourceMethodName();
383 return methodName;
  /frameworks/base/core/jni/
android_view_InputChannel.cpp 272 #define GET_METHOD_ID(var, clazz, methodName, methodDescriptor) \
273 var = env->GetMethodID(clazz, methodName, methodDescriptor); \
274 LOG_FATAL_IF(! var, "Unable to find method " methodName);
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
HandleThread.java 233 String className, methodName, fileName;
239 methodName = getString(data, len);
248 trace[i] = new StackTraceElement(className, methodName, fileName,
NativeAllocationInfo.java 296 private boolean isRelevantMethod(String methodName) {
298 Matcher m = p.matcher(methodName);
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
JUnitCodeGen.java 199 testRuleMethodST.setAttribute("methodName", "test"+changeFirstCapital(ts.getRuleName())+i);
213 testRuleMethodST.setAttribute("methodName", "test"+changeFirstCapital(testRuleName)+i);
249 testRuleMethodST.setAttribute("methodName", "test"+changeFirstCapital(ts.getTreeRuleName())+"_walks_"+
260 testRuleMethodST.setAttribute("methodName", "test"+changeFirstCapital(ts.getTreeRuleName())+"_walks_"+
  /external/jpeg/
jmorecfg.h 222 #define JMETHOD(type,methodname,arglist) type (*methodname) arglist
224 #define JMETHOD(type,methodname,arglist) type (*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,
  /external/qemu/distrib/jpeg-6b/
jmorecfg.h 224 #define JMETHOD(type,methodname,arglist) type (*methodname) arglist
226 #define JMETHOD(type,methodname,arglist) type (*methodname) ()
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
JSNPObject.h 47 JSC::JSValue callMethod(JSC::ExecState*, NPIdentifier methodName);
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
AbstractMultisetSetCountTester.java 345 private static Method getMethod(String methodName) {
346 return Platform.getMethod(AbstractMultisetSetCountTester.class, methodName);
  /external/webkit/Source/WebCore/plugins/
npfunctions.h 90 typedef bool (*NPN_InvokeProcPtr) (NPP npp, NPObject *obj, NPIdentifier methodName, const NPVariant *args, unsigned argCount, NPVariant *result);
96 typedef bool (*NPN_HasMethodProcPtr) (NPP npp, NPObject *npobj, NPIdentifier methodName);
  /frameworks/base/media/jni/
android_media_MediaScanner.cpp 50 static status_t checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) {
52 ALOGE("An exception was thrown by callback '%s'.", methodName);
  /sdk/monkeyrunner/src/com/android/monkeyrunner/
MonkeyRunnerHelp.java 220 String methodName = className + "." + m.getName();
221 hdf.setValue(prefix + NAME, methodName);
  /external/webkit/Source/WebCore/bindings/v8/
NPV8Object.cpp 140 bool _NPN_Invoke(NPP npp, NPObject* npObject, NPIdentifier methodName, const NPVariant* arguments, uint32_t argumentCount, NPVariant* result)
147 return npObject->_class->invoke(npObject, methodName, arguments, argumentCount, result);
155 PrivateIdentifier* identifier = static_cast<PrivateIdentifier*>(methodName);
410 bool _NPN_HasMethod(NPP npp, NPObject* npObject, NPIdentifier methodName)
426 v8::Handle<v8::Value> prop = obj->Get(npIdentifierToV8Identifier(methodName));
431 return npObject->_class->hasMethod(npObject, methodName);

Completed in 3568 milliseconds

1 2 3 45 6 7 8 91011>>