Searched defs:Method (Results 1 - 25 of 68) sorted by relevance

123

/external/proguard/src/proguard/classfile/
H A DMethod.java30 public interface Method extends Member interface in inherits:Member
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Method/
H A DBytecodesTest.java26 package org.apache.harmony.jpda.tests.jdwp.Method;
39 * JDWP Unit test for Method.Bytecodes command.
43 * This testcase exercises Method.Bytecodes command.
45 * prints it's bytecodes received with Method.Bytecodes command.
76 checkReplyPacket(reply, "Method::Bytecodes command");
H A DIsObsoleteTest.java26 package org.apache.harmony.jpda.tests.jdwp.Method;
38 * JDWP Unit test for Method.IsObsolete command.
42 * This testcase exercises Method.IsObsolete command.
44 * which is not obsolete, and checks it with Method.IsObsolete command.
75 checkReplyPacket(reply, "Method::IsObsolete command");
H A DLineTableTest.java26 package org.apache.harmony.jpda.tests.jdwp.Method;
36 * JDWP Unit test for Method.LineTable command.
40 * This testcase exercises Method.LineTable command.
42 * For each received method sends Method.LineTable command
H A DVariableTableTest.java26 package org.apache.harmony.jpda.tests.jdwp.Method;
38 * JDWP Unit test for Method.VariableTable command.
42 * This testcase exercises Method.VariableTable command.
44 * For each received method sends Method.VariableTable command
66 checkReplyPacket(reply, "Method::VariableTable command");
H A DVariableTableWithGenericTest.java26 package org.apache.harmony.jpda.tests.jdwp.Method;
38 * JDWP Unit test for Method.VariableTableWithGeneric command.
43 * This testcase exercises Method.VariableTableWithGeneric command.
45 * For each received method sends Method.VariableTableWithGeneric command
67 checkReplyPacket(reply, "Method::VariableTableWithGeneric command");
H A DMethodDebuggee.java26 package org.apache.harmony.jpda.tests.jdwp.Method;
H A DJDWPMethodTestCase.java26 package org.apache.harmony.jpda.tests.jdwp.Method;
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DMethod.java19 * $Id: Method.java 468654 2006-10-28 07:09:23Z minchau $
44 public final class Method class
49 private Method() { method in class:Method
/external/clang/test/CXX/temp/temp.spec/temp.explicit/
H A Dp6.cpp23 void Method(const T& x) { h(x); } function in struct:Hash_map
/external/clang/test/CodeGenCXX/
H A D2004-03-08-ReinterpretCastCopy.cpp5 virtual void Method() = 0;
9 virtual void Method() { } function in struct:B
17 fn_type_a f = reinterpret_cast<fn_type_a>(&B::Method);
H A Dvisibility.cpp604 template<class T> void Method() {} function in namespace:PR11690
605 template DEFAULT void Method<char>();
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/
H A DMethod.java47 public interface Method extends MethodReference { interface in inherits:MethodReference
/external/clang/test/SemaCXX/
H A Dvtable-instantiation.cpp58 static GMG* Method() { return &singleton; } // expected-note{{in instantiation of}} function in struct:PR10020::GMG
66 GMG<int>::Method(); // expected-note{{in instantiation of}}
/external/lzma/CPP/7zip/Archive/7z/
H A D7zUpdate.h58 const CCompressionMethodMode *Method; member in struct:NArchive::N7z::CUpdateOptions
/external/lzma/CPP/7zip/UI/Common/
H A DZipRegistry.h36 UString Method; member in struct:NCompression::CFormatOptions
43 Method.Empty();
H A DArchiveCommandLine.h92 UString Method; member in struct:CArchiveCommandLineOptions
/external/clang/include/clang/AST/
H A DCXXInheritance.h236 : Method(nullptr), Subobject(0), InVirtualSubobject(nullptr) { }
238 UniqueVirtualMethod(CXXMethodDecl *Method, unsigned Subobject, argument
240 : Method(Method), Subobject(Subobject),
244 CXXMethodDecl *Method; member in struct:clang::UniqueVirtualMethod
257 return X.Method == Y.Method && X.Subobject == Y.Subobject &&
/external/clang/include/clang/Basic/
H A DABI.h191 const CXXMethodDecl *Method; member in struct:clang::ThunkInfo
193 ThunkInfo() : Method(nullptr) { }
196 const CXXMethodDecl *Method = nullptr)
197 : This(This), Return(Return), Method(Method) {}
201 LHS.Method == RHS.Method;
205 return This.isEmpty() && Return.isEmpty() && Method == nullptr;
/external/javassist/src/main/javassist/compiler/
H A DMemberResolver.java55 public static class Method { class in class:MemberResolver
60 public Method(CtClass c, MethodInfo i, int n) { method in class:MemberResolver.Method
75 public Method lookupMethod(CtClass clazz, CtClass currentClass, MethodInfo current,
81 Method maybe = null;
88 Method r = new Method(clazz, current, res);
96 Method m = lookupMethod(clazz, methodName, argTypes, argDims,
104 private Method lookupMethod(CtClass clazz, String methodName,
109 Method maybe = null;
122 Method
[all...]
/external/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp295 const ObjCMethodDecl *Method = Msg->getMethodDecl(); local
296 if (!Method)
300 NS.getASTContext().getObjContainingInterface(Method);
/external/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp303 Actions.ActOnReenterTemplateScope(getCurScope(), LM.Method);
307 Actions.ActOnStartDelayedCXXMethodDeclaration(getCurScope(), LM.Method);
381 FunctionDecl *Old = cast<FunctionDecl>(LM.Method)->getPreviousDecl();
400 ExceptionSpecEnd.setEofData(LM.Method);
416 CXXMethodDecl *Method; local
418 = dyn_cast<FunctionTemplateDecl>(LM.Method))
419 Method = cast<CXXMethodDecl>(FunTmpl->getTemplatedDecl());
421 Method = cast<CXXMethodDecl>(LM.Method);
423 Sema::CXXThisScopeRAII ThisScope(Actions, Method
[all...]
/external/google-breakpad/src/testing/test/
H A Dgmock-spec-builders_test.cc176 #define Method MethodW macro
181 virtual int Method() = 0;
187 MOCK_METHOD0(Method, int());
196 ON_CALL(cc, Method());
203 ON_CALL(cc, Method()).WillByDefault(Return(42));
204 EXPECT_EQ(42, cc.Method());
210 EXPECT_CALL(cc, Method());
211 cc.Method();
217 EXPECT_CALL(cc, Method()).WillOnce(Return(42));
218 EXPECT_EQ(42, cc.Method());
221 #undef Method macro
[all...]
/external/clang/lib/Frontend/
H A DCompilerInvocation.cpp555 unsigned Method = llvm::StringSwitch<unsigned>(Name) local
560 if (Method == ~0U) {
565 static_cast<CodeGenOptions::ObjCDispatchMethodKind>(Method));
/external/google-breakpad/src/testing/scripts/generator/cpp/
H A Dast.py398 class Method(Function): class in inherits:Function
1099 return Method(indices.start, indices.end, name.name, in_class,

Completed in 3642 milliseconds

123