Searched defs:Method (Results 1 - 25 of 90) sorted by path

1234

/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 DJDWPMethodTestCase.java26 package org.apache.harmony.jpda.tests.jdwp.Method;
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 DMethodDebuggee.java26 package org.apache.harmony.jpda.tests.jdwp.Method;
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");
/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/chromium_org/base/android/jni_generator/
H A Dgolden_sample_for_tests_jni.h62 static jint Method(JNIEnv* env, jobject jcaller, function in namespace:base::android
65 CHECK_NATIVE_PTR(env, jcaller, native, "Method", 0);
66 return native->Method(env, jcaller);
351 "I", reinterpret_cast<void*>(Method) },
H A Dsample_for_tests.cc33 jint CPPClass::Method(JNIEnv* env, jobject obj) { function in class:base::android::CPPClass
/external/chromium_org/components/search_engines/
H A Dtemplate_url_parser.cc122 enum Method { enum in class:TemplateURLParsingContext
178 Method method_;
179 Method suggestion_method_;
/external/chromium_org/content/common/
H A Dfont_config_ipc_linux.h30 enum Method { enum in class:content::FontConfigIPC
/external/chromium_org/mojo/public/tools/bindings/pylib/mojom/generate/
H A Dmodule.py250 class Method(object): class in inherits:object
291 method = Method(self, name, ordinal=ordinal)
/external/chromium_org/mojo/public/tools/bindings/pylib/mojom/parse/
H A Dast.py206 class Method(Definition): class in inherits:Definition
215 super(Method, self).__init__(name, **kwargs)
221 return super(Method, self).__eq__(other) and \
227 # This needs to be declared after |Method|.
231 _list_item_type = (Const, Enum, Method)
/external/chromium_org/net/tools/quic/test_tools/
H A Dhttp_message.h28 enum Method { enum in class:net::tools::test::HttpConstants
48 typedef HttpConstants::Method Method; typedef in class:net::tools::test::HTTPMessage
53 static Method StringToMethod(base::StringPiece str);
55 static const char* MethodToString(Method method);
63 HTTPMessage(Version version, Method request, const std::string& path);
/external/chromium_org/ppapi/shared_impl/
H A Dproxy_lock_unittest.cc37 void Method() { ++called_num; } function in class:ppapi::__anon10178::CheckLockStateInDestructor
94 RunWhileLocked(base::Bind(&CheckLockStateInDestructor::Method, object));
/external/chromium_org/ppapi/tests/
H A Dtest_case.h259 typedef TestCase* (*Method)(TestingInstance* instance); typedef in class:TestCaseFactory
261 TestCaseFactory(const char* name, Method method)
273 Method method_;
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DCrossThreadTask.h82 typedef void (*Method)(ExecutionContext*, MP1); typedef
86 static PassOwnPtr<CrossThreadTask> create(Method method, Param1 parameter1)
92 CrossThreadTask1(Method method, Param1 parameter1)
104 Method m_method;
111 typedef void (*Method)(ExecutionContext*, MP1, MP2); typedef
116 static PassOwnPtr<CrossThreadTask> create(Method method, Param1 parameter1, Param2 parameter2)
122 CrossThreadTask2(Method method, Param1 parameter1, Param2 parameter2)
135 Method m_method;
143 typedef void (*Method)(ExecutionContext*, MP1, MP2, MP3); typedef
149 static PassOwnPtr<CrossThreadTask> create(Method metho
178 typedef void (*Method)(ExecutionContext*, MP1, MP2, MP3, MP4); typedef
216 typedef void (*Method)(ExecutionContext*, MP1, MP2, MP3, MP4, MP5); typedef
257 typedef void (*Method)(ExecutionContext*, MP1, MP2, MP3, MP4, MP5, MP6); typedef
301 typedef void (*Method)(ExecutionContext*, MP1, MP2, MP3, MP4, MP5, MP6, MP7); typedef
348 typedef void (*Method)(ExecutionContext*, MP1, MP2, MP3, MP4, MP5, MP6, MP7, MP8); typedef
[all...]
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DCodeGeneratorInstrumentation.py218 self.declarations.append(Method(line))
237 class Method: class in inherits:
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DFormSubmission.h48 enum Method { GetMethod, PostMethod, DialogMethod }; enum in class:blink::FormSubmission
60 Method method() const { return m_method; }
61 static Method parseMethodType(const String&);
63 static String methodString(Method);
82 Method m_method;
98 Method method() const { return m_method; }
112 FormSubmission(Method, const KURL& action, const AtomicString& target, const AtomicString& contentType, PassRefPtrWillBeRawPtr<FormState>, PassRefPtr<FormData>, const String& boundary, PassRefPtrWillBeRawPtr<Event>);
117 Method m_method;
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/documentation/
H A DJSArticle.js18 /** @type {?WebInspector.JSArticle.Method} */
62 WebInspector.JSArticle.Method = function(returnValueName, returnValueDescription)
99 article.methods = new WebInspector.JSArticle.Method(returnValueName, returnValue);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/network/
H A DNetworkPanel.js102 Method: "Method",
117 "method": WebInspector.UIString("Method"),
919 this._suggestionBuilder.addItem(WebInspector.NetworkLogView.FilterType.Method, request.requestMethod);
1486 case WebInspector.NetworkLogView.FilterType.Method:
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/
H A Dgenerate_injected_script_externs.py133 class Method: class in inherits:
169 methods.append(Method(return_type, name, parse_args(match.group(5))))
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DOutputHLSL.h88 enum Method enum in struct:sh::OutputHLSL::TextureFunction
104 Method method;
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DLexicon.py17 from Scanning import Method namespace
74 (bra, Method('open_bracket_action')),
75 (ket, Method('close_bracket_action')),
76 (lineterm, Method('newline_action')),
78 (beginstring, Method('begin_string_action')),
85 (comment + lineterm, Method('commentline')),
87 (indentation, Method('indentation_action')),
88 (Eof, Method('eof_action'))
95 (Str("\n"), Method('unclosed_string_action')),
96 (Str("'"), Method('end_string_actio
[all...]

Completed in 467 milliseconds

1234