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

1 2 3 4 5

  /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
  /frameworks/volley/tests/src/com/android/volley/toolbox/
HttpClientStackTest.java 19 import com.android.volley.Request.Method;
46 assertEquals(request.getMethod(), Method.DEPRECATED_GET_OR_POST);
54 assertEquals(request.getMethod(), Method.DEPRECATED_GET_OR_POST);
62 assertEquals(request.getMethod(), Method.GET);
70 assertEquals(request.getMethod(), Method.POST);
78 assertEquals(request.getMethod(), Method.POST);
86 assertEquals(request.getMethod(), Method.PUT);
94 assertEquals(request.getMethod(), Method.PUT);
102 assertEquals(request.getMethod(), Method.DELETE);
110 assertEquals(request.getMethod(), Method.HEAD)
    [all...]
HurlStackTest.java 19 import com.android.volley.Request.Method;
40 assertEquals(request.getMethod(), Method.DEPRECATED_GET_OR_POST);
49 assertEquals(request.getMethod(), Method.DEPRECATED_GET_OR_POST);
58 assertEquals(request.getMethod(), Method.GET);
67 assertEquals(request.getMethod(), Method.POST);
76 assertEquals(request.getMethod(), Method.POST);
85 assertEquals(request.getMethod(), Method.PUT);
94 assertEquals(request.getMethod(), Method.PUT);
103 assertEquals(request.getMethod(), Method.DELETE);
112 assertEquals(request.getMethod(), Method.HEAD)
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Method/
MethodDebuggee.java 26 package org.apache.harmony.jpda.tests.jdwp.Method;
LineTableTest.java 26 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
BytecodesTest.java 26 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");
IsObsoleteTest.java 26 package org.apache.harmony.jpda.tests.jdwp.Method;
38 * JDWP Unit test for Method.IsObsolete command.
42 * This testcase exercises Method.IsObsolete command.
43 * <BR>It runs MethodDebuggee, receives checked method,
44 * which is not obsolete, and checks it with Method.IsObsolete command.
75 checkReplyPacket(reply, "Method::IsObsolete command");
JDWPMethodTestCase.java 26 package org.apache.harmony.jpda.tests.jdwp.Method;
VariableTableTest.java 26 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");
VariableTableWithGenericTest.java 26 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");
  /external/apache-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/chromium_org/content/common/
font_config_ipc_linux.h 30 enum Method {
  /external/clang/include/clang/Sema/
ObjCMethodList.h 25 ObjCMethodDecl *Method;
29 ObjCMethodList() : Method(nullptr) { }
31 : Method(M), NextAndExtraBits(C, 0) { }
  /external/clang/test/CodeGenCXX/
2004-03-08-ReinterpretCastCopy.cpp 5 virtual void Method() = 0;
9 virtual void Method() { }
17 fn_type_a f = reinterpret_cast<fn_type_a>(&B::Method);
  /external/clang/test/CXX/temp/temp.spec/temp.explicit/
p6.cpp 23 void Method(const T& x) { h(x); }
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/
Method.java 42 * This class represents a specific method definition in a class.
45 * and shouldn't take into account any non-MethodReference specifics of this method.
47 public interface Method extends MethodReference {
49 * Gets the type of the class that defines this method.
51 * @return The type of the class that defines this method
56 * Gets the name of this method.
58 * @return The name of this method
63 * Gets a list of the parameters of this method.
71 * @return A list of MethodParameter objects, representing the parameters of this method.
76 * Gets the return type of this method
    [all...]
  /external/chromium_org/tools/telemetry/telemetry/core/
util_unittest.py 26 def Method(self):
28 util.WaitFor(Test().Method, 0.1)
  /external/clang/test/SemaCXX/
vtable-instantiation.cc 58 static GMG* Method() { return &singleton; } // expected-note{{in instantiation of}}
66 GMG<int>::Method(); // expected-note{{in instantiation of}}
  /external/chromium_org/base/android/jni_generator/
sample_for_tests.cc 33 jint CPPClass::Method(JNIEnv* env, jobject obj) {
93 // This is how you call a java static method from C++.
96 // This is how you call a java method from C++. Note that you must have
  /external/chromium_org/ppapi/shared_impl/
proxy_lock_unittest.cc 37 void Method() { ++called_num; }
94 RunWhileLocked(base::Bind(&CheckLockStateInDestructor::Method, object));
  /external/chromium_org/third_party/libaddressinput/chromium/cpp/include/libaddressinput/
callback.h 27 // Stores a pointer to a method in an object. Sample usage:
91 typedef ReturnType (BaseType::*Method)(
94 CallbackImpl(BaseType* instance, Method method)
96 method_(method) {
112 Method method_;
120 typedef ReturnType (BaseType::*Method)(
123 ScopedPtrCallbackImpl(BaseType* instance, Method method)
125 method_(method) {
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
proxy.h 99 typedef R (C::*Method)();
100 MethodCall0(C* c, Method m) : c_(c), m_(m) {}
111 Method m_;
119 typedef R (C::*Method)() const;
120 ConstMethodCall0(C* c, Method m) : c_(c), m_(m) {}
131 Method m_;
139 typedef R (C::*Method)(T1 a1);
140 MethodCall1(C* c, Method m, T1 a1) : c_(c), m_(m), a1_(a1) {}
151 Method m_;
160 typedef R (C::*Method)(T1 a1) const
    [all...]
  /libcore/dex/src/main/java/com/android/dex/
ClassData.java 22 private final Method[] directMethods;
23 private final Method[] virtualMethods;
26 Method[] directMethods, Method[] virtualMethods) {
41 public Method[] getDirectMethods() {
45 public Method[] getVirtualMethods() {
56 public Method[] allMethods() {
57 Method[] result = new Method[directMethods.length + virtualMethods.length];
81 public static class Method {
    [all...]
  /external/chromium_org/mojo/public/tools/bindings/pylib/mojom/generate/
module.py 12 # method = interface.AddMethod('Tat', 0)
13 # method.AddParameter('baz', 0, mojom.INT32)
142 class Method(object):
177 method = Method(self, name, ordinal=ordinal)
178 self.methods.append(method)
179 return method

Completed in 488 milliseconds

1 2 3 4 5