HomeSort by relevance Sort by last modified time
    Searched defs:meth (Results 1 - 25 of 111) sorted by null

1 2 3 4 5

  /art/test/032-concrete-sub/src/
ConcreteSub.java 41 Method meth; local
46 meth = absClass.getMethod("redefineMe");
51 System.out.println("meth modifiers=" + meth.getModifiers());
  /art/test/128-reg-spill-on-implicit-nullcheck/src/
Main.java 43 public void meth() {field = 1;} method in class:TestClass
  /external/python/cpython3/Lib/test/
ann_module2.py 30 def meth(self, param: complex) -> None: member in class:NTC
  /art/test/068-classloader/src/
FancyLoader.java 111 Method meth; local
114 meth = mDexClass.getMethod("loadClass", String.class, ClassLoader.class);
120 meth.invoke(mDexFile, name, this);
Main.java 80 Method meth = mDexClass.getMethod("loadClass", String.class, ClassLoader.class); local
81 Object klass = meth.invoke(mDexFile, "Mutator", null);
  /art/test/086-null-super/src/
Main.java 82 Method meth = mDexClass. local
89 meth.invoke(mDexFile, name, this);
  /art/test/087-gc-after-link/src/
Main.java 85 Method meth = dexClass.getMethod("loadClass", String.class, ClassLoader.class); local
91 meth.invoke(dexFile, name, this);
96 Method meth = dexClass.getMethod("close"); local
97 meth.invoke(dexFile);
  /art/test/626-const-class-linking/src/
DefiningLoader.java 118 Method meth; local
121 meth = mDexClass.getMethod("loadClass", String.class, ClassLoader.class);
127 meth.invoke(mDexFile, name, this);
  /art/test/647-jni-get-field-id/src/
DefiningLoader.java 118 Method meth; local
121 meth = mDexClass.getMethod("loadClass", String.class, ClassLoader.class);
127 meth.invoke(mDexFile, name, this);
  /external/clang/test/CodeGenCXX/
duplicate-mangled-name.cpp 10 static void meth();
12 void MyClass::meth() { } // expected-note {{previous}} function in class:MyClass
  /dalvik/dx/src/com/android/dx/cf/direct/
MethodListParser.java 80 StdMethod meth = local
83 methods.set(n, meth);
84 return meth;
  /external/clang/test/Index/
get-cursor.cpp 43 void meth() { function in struct:LocalS
  /dalvik/dx/src/com/android/dx/ssa/
DomFront.java 33 private final SsaMethod meth; field in class:DomFront
56 * @param meth {@code non-null;} method to process
58 public DomFront(SsaMethod meth) {
59 this.meth = meth;
60 nodes = meth.getBlocks();
86 Dominators methDom = Dominators.make(meth, domInfos, false);
Dominators.java 48 private final SsaMethod meth; field in class:Dominators
64 * @param meth {@code non-null;} method to process
68 private Dominators(SsaMethod meth, DomFront.DomInfo[] domInfos,
70 this.meth = meth;
73 this.blocks = meth.getBlocks();
82 * @param meth {@code non-null;} method to process
86 public static Dominators make(SsaMethod meth, DomFront.DomInfo[] domInfos,
88 Dominators result = new Dominators(meth, domInfos, postdom);
168 * @param meth {@code non-null;} method to analyz
    [all...]
  /art/dexlist/
dexlist.cc 230 char* meth = strrchr(gOptions.argCopy, '.'); local
231 if (meth == nullptr) {
235 *meth = '\0';
237 gOptions.methodToFind = meth + 1;
  /dalvik/dx/src/com/android/dx/command/dump/
DotDumper.java 120 ConcreteMethod meth = new ConcreteMethod((Method) member, classFile, local
125 Ropper.convert(meth, advice, classFile.getMethods(), dexOptions);
128 boolean isStatic = AccessFlags.isStatic(meth.getAccessFlags());
130 BaseDumper.computeParamWidth(meth, isStatic), isStatic,
SsaDumper.java 90 ConcreteMethod meth = local
93 RopMethod rmeth = Ropper.convert(meth, advice, classFile.getMethods(), dexOptions);
95 boolean isStatic = AccessFlags.isStatic(meth.getAccessFlags());
96 int paramWidth = computeParamWidth(meth, isStatic);
BlockDumper.java 191 ConcreteMethod meth = local
195 ropDump(meth);
197 regularDump(meth);
204 * @param meth {@code non-null;} method data to dump
206 private void regularDump(ConcreteMethod meth) {
207 BytecodeArray code = meth.getCode();
209 ByteBlockList list = BasicBlocker.identifyBlocks(meth);
276 * @param meth {@code non-null;} method data to dump
278 private void ropDump(ConcreteMethod meth) {
280 BytecodeArray code = meth.getCode()
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/
DTMException.java 358 Method meth = local
362 if (null != meth) {
365 exception = (Throwable) meth.invoke(exception, (Class<?>) null);
  /external/google-breakpad/src/third_party/libdisasm/
ia32_insn.c 350 unsigned int meth; local
354 meth = (flag & ADDRMETH_MASK);
355 if ( USES_MOD_RM(meth) ) {
  /external/python/apitools/apitools/base/protorpclite/
util_test.py 76 def meth(self, pos1, kwonly=1): member in class:UtilTest.testDecoratedMethod.MyClass
78 self.assertEquals([1, 1], MyClass().meth(1))
79 self.assertEquals([2, 2], MyClass().meth(2, kwonly=2))
82 r'meth\(\) takes at most 2 positional arguments \(3 given\)',
83 MyClass().meth, 2, 3)
  /art/test/005-annotations/src/android/test/anno/
TestAnnotations.java 69 System.out.println(" annotations on METH " + m + ":");
138 Method meth; local
143 meth = TestAnnotations.class.getMethod("getFocusType");
147 property = meth.getAnnotation(ExportedProperty.class);
155 meth.isAnnotationPresent(ExportedProperty.class));
157 meth.isAnnotationPresent(AnnoSimpleType.class));
243 System.out.println(" annotations on METH " + m + ":");
  /art/test/130-hprof/src/
Main.java 222 Method meth; local
224 meth = vmdClass.getMethod("dumpHprofData", String.class);
230 return meth;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
socket.py 227 def meth(name,self,*args): function
231 p = partial(meth,_m)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
methodobject.c 74 PyCFunction meth = PyCFunction_GET_FUNCTION(func); local
81 return (*meth)(self, arg);
85 return (*(PyCFunctionWithKeywords)meth)(self, arg, kw);
90 return (*meth)(self, NULL);
101 return (*meth)(self, PyTuple_GET_ITEM(arg, 0));
116 return (*meth)(self, arg);

Completed in 1431 milliseconds

1 2 3 4 5