HomeSort by relevance Sort by last modified time
    Searched defs:Method (Results 1 - 19 of 19) sorted by null

  /external/webkit/WebCore/bridge/
Bridge.h 37 class Method : public Noncopyable {
41 virtual ~Method() { }
  /external/proguard/src/proguard/classfile/
Method.java 26 * Representation of a method from a class.
30 public interface Method extends Member
  /dalvik/dx/src/com/android/dx/cf/iface/
Method.java 24 public interface Method
28 * Get the <i>effective</i> method descriptor, which includes, if
31 * @return {@code non-null;} the effective method descriptor
  /dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/
Method.java 19 * $Id: Method.java 468654 2006-10-28 07:09:23Z minchau $
34 * OutputPropertiesFactory.getDefaultMethodProperties() method to get
44 public final class Method
49 private Method() {
54 * The output method type for XML documents: <tt>xml</tt>.
59 * The output method type for HTML documents: <tt>html</tt>.
64 * The output method for XHTML documents: <tt>xhtml</tt>.
66 * This method type is not currently supported.
71 * The output method type for text documents: <tt>text</tt>.
76 * The "internal" method, just used when no method is
    [all...]
  /external/webkit/WebCore/workers/
GenericWorkerTask.h 69 typedef void (*Method)(ScriptExecutionContext*, MP1);
73 static PassOwnPtr<GenericWorkerTask> create(Method method, Param1 parameter1)
75 return new GenericWorkerTask(method, parameter1);
79 GenericWorkerTask1(Method method, Param1 parameter1)
80 : m_method(method)
91 Method m_method;
98 typedef void (*Method)(ScriptExecutionContext*, MP1, MP2);
103 static PassOwnPtr<GenericWorkerTask> create(Method method, Param1 parameter1, Param2 parameter2
    [all...]
  /frameworks/base/tools/aidl/
AST.cpp 639 Method::Method()
648 Method::~Method()
653 Method::GatherTypes(set<Type*>* types) const
673 Method::Write(FILE* to)
AST.h 295 struct Method : public ClassElement
306 Method();
307 virtual ~Method();
  /dalvik/libcore/luni-kernel/src/main/java/java/lang/reflect/
Method.java 45 * This class represents a method. Information about the method can be accessed,
46 * and the method can be invoked dynamically.
50 public final class Method extends AccessibleObject implements GenericDeclaration, Member {
67 private TypeVariable<Method>[] formalTypeParameters;
89 /*package*/ Method(Method orig) {
99 private Method(Class<?> declaring, Class<?>[] paramTypes, Class<?>[] exceptTypes, Class<?> returnType, String name, int slot)
109 public TypeVariable<Method>[] getTypeParameters() {
126 * Returns the Signature annotation for this method. Returns {@code null} i
    [all...]
  /dalvik/vm/oo/
Object.h 32 struct Method;
44 typedef struct Method Method;
63 const Method* method, struct Thread* self);
69 ACC_MIRANDA = 0x8000, // method (internal to VM)
113 * Use the top 16 bits of the access flags field for other method flags.
117 METHOD_ISWRITABLE = (1<<31), // the method's code is writable
121 * Get/set method flags.
123 #define SET_METHOD_FLAG(method, flag)
    [all...]
  /cts/tools/dx-tests/lib/
jasmin.jar 
  /dalvik/dx/etc/
jasmin.jar 
  /external/proguard/lib/
proguard.jar 
  /prebuilt/sdk/tools/lib/
dx.jar 
  /external/jdiff/
xerces.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 357 milliseconds