HomeSort by relevance Sort by last modified time
    Searched full:methodnames (Results 1 - 15 of 15) sorted by null

  /external/android-mock/tests/com/google/android/testing/mocking/
ClassTypeTests.java 102 List<String> methodNames = new ArrayList<String>();
104 methodNames.add(method.getName());
106 return methodNames;
110 List<String> methodNames = new ArrayList<String>();
113 methodNames.add(method.getName());
116 return methodNames;
AndroidMockGeneratorTest.java 108 List<String> methodNames = new ArrayList<String>();
110 methodNames.add(method.getName());
112 return methodNames;
  /dalvik/vm/
AllocTracker.cpp 344 PointerSet* methodNames, PointerSet* fileNames)
366 dvmPointerSetAddEntry(methodNames, method->name);
377 dvmPointerSetGetCount(methodNames), methodCount,
394 const PointerSet* classNames, const PointerSet* methodNames,
408 set2BE(&ptr[11], dvmPointerSetGetCount(methodNames));
446 set2BE(&ptr[2], dvmPointerSetFind(methodNames,
538 PointerSet* methodNames = NULL;
548 methodNames = dvmPointerSetAlloc(128);
550 if (classNames == NULL || methodNames == NULL || fileNames == NULL) {
555 if (!populateStringTables(classNames, methodNames, fileNames)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_profile.py 16 methodnames = ['print_stats', 'print_callers', 'print_callees'] variable in class:ProfileTest
27 for methodname in cls.methodnames:
38 for i, method in enumerate(self.methodnames):
77 for i, method in enumerate(cls.methodnames):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_profile.py 16 methodnames = ['print_stats', 'print_callers', 'print_callees'] variable in class:ProfileTest
27 for methodname in cls.methodnames:
38 for i, method in enumerate(self.methodnames):
77 for i, method in enumerate(cls.methodnames):
  /external/chromium_org/chrome/renderer/resources/extensions/
platform_app.js 27 * @param {Array.<string>} methodNames names of methods to disable.
29 function disableMethods(object, objectName, methodNames) {
30 $Array.forEach(methodNames, function(methodName) {
  /frameworks/base/tools/aidl/
aidl.cpp 556 map<string,method_type*> methodNames;
567 if (methodNames.find(m->name.data) == methodNames.end()) {
568 methodNames[m->name.data] = m;
572 method_type* old = methodNames[m->name.data];
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
CodeGeneratorInspectorStrings.py 193 enum MethodNames {
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp 435 ArrayRef<llvm::Constant *> MethodNames,
    [all...]
  /prebuilts/devtools/tools/lib/
monkeyrunner.jar 
ddmlib.jar 
  /prebuilts/tools/common/easymock-tools/
easymock-3.1.jar 
  /prebuilts/tools/common/m2/internal/org/easymock/easymock/3.1/
easymock-3.1.jar 
  /prebuilts/misc/common/ddmlib/
ddmlib-prebuilt.jar 
  /prebuilts/tools/common/m2/internal/commons-lang/commons-lang/2.4/
commons-lang-2.4.jar 

Completed in 477 milliseconds