HomeSort by relevance Sort by last modified time
    Searched full:method1 (Results 1 - 25 of 27) sorted by null

1 2

  /external/webkit/WebKit/chromium/src/
DebuggerAgent.h 38 #define DEBUGGER_AGENT_STRUCT(METHOD0, METHOD1, METHOD2, METHOD3, METHOD4, METHOD5) \
47 #define DEBUGGER_AGENT_DELEGATE_STRUCT(METHOD0, METHOD1, METHOD2, METHOD3, METHOD4, METHOD5) \
48 METHOD1(debuggerOutput, String /* output text */) \
51 METHOD1(setContextId, int /* context id */)
ProfilerAgent.h 41 #define PROFILER_AGENT_STRUCT(METHOD0, METHOD1, METHOD2, METHOD3, METHOD4, METHOD5) \
46 METHOD1(getLogLines, int /* position */)
50 #define PROFILER_AGENT_DELEGATE_STRUCT(METHOD0, METHOD1, METHOD2, METHOD3, METHOD4, METHOD5) \
52 METHOD1(didGetActiveProfilerModules, int /* flags */) \
ToolsAgent.h 40 #define TOOLS_AGENT_STRUCT(METHOD0, METHOD1, METHOD2, METHOD3, METHOD4, METHOD5) \
52 #define TOOLS_AGENT_DELEGATE_STRUCT(METHOD0, METHOD1, METHOD2, METHOD3, METHOD4, METHOD5) \
54 METHOD1(frameNavigate, String /* url */) \
60 METHOD1(dispatchOnClient, String /* data */)
APUAgentDelegate.h 38 #define APU_AGENT_DELEGATE_STRUCT(METHOD0, METHOD1, METHOD2, METHOD3, MEHTOD4, METHOD5) \
40 METHOD1(dispatchToApu, String /* data */)
DevToolsRPC.h 35 // #define MYAPI_STRUCT(METHOD0, METHOD1, METHOD2, METHOD3)
36 // METHOD0(Method1)
37 // METHOD1(Method3, int)
52 // virtual void method1() = 0;
65 // myApi->method1();
  /external/v8/test/cctest/
test-func-name-inference.cc 139 " this.method1 = function() { return 1; }\n"
142 CheckFunctionName(script, "return 1", "MyClass.method1");
154 " obj.method1 = function() { return 1; }\n"
158 CheckFunctionName(script, "return 1", "obj.method1");
187 "MyClass.prototype.method1 = function() { return 1; }\n"
192 CheckFunctionName(script, "return 1", "MyClass.method1");
206 " method1: function() { return 1; },\n"
208 CheckFunctionName(script, "return 1", "MyClass.method1");
249 " method1: 0 ? function() { return 1; } :\n"
251 CheckFunctionName(script, "return 1", "MyClass.method1");
    [all...]
test-log.cc 551 proto->Set(v8::String::New("method1"),
558 CompileAndRunScript("Obj.prototype.method1.toString();");
569 "0x%" V8PRIxPTR ",1,\"method1\"", ObjMethod1);
    [all...]
  /cts/tests/tests/text/src/android/text/method/cts/
HideReturnsTransformationMethodTest.java 64 HideReturnsTransformationMethod method1 = HideReturnsTransformationMethod.getInstance(); local
65 assertSame(method0, method1);
SingleLineTransformationMethodTest.java 57 SingleLineTransformationMethod method1 = SingleLineTransformationMethod.getInstance(); local
58 assertSame(method0, method1);
PasswordTransformationMethodTest.java 212 PasswordTransformationMethod method1 = PasswordTransformationMethod.getInstance(); local
213 assertNotNull(method1);
214 assertSame(method0, method1);
ArrowKeyMovementMethodTest.java 119 MovementMethod method1 = ArrowKeyMovementMethod.getInstance(); local
120 assertNotNull(method1);
121 assertSame(method0, method1);
    [all...]
LinkMovementMethodTest.java 111 MovementMethod method1 = LinkMovementMethod.getInstance(); local
112 assertNotNull(method1);
113 assertSame(method0, method1);
  /dalvik/vm/oo/
Class.h 212 INLINE int dvmCompareMethodProtos(const Method* method1,
215 return dexProtoCompare(&method1->prototype, &method2->prototype);
223 INLINE int dvmCompareMethodParameterProtos(const Method* method1,
226 return dexProtoCompareParameters(&method1->prototype, &method2->prototype);
234 int dvmCompareMethodNamesAndProtos(const Method* method1,
243 int dvmCompareMethodNamesAndParameterProtos(const Method* method1,
  /cts/tests/tests/widget/src/android/widget/cts/
EditTextTest.java 295 MovementMethod method1 = mockEditText.getDefaultMovementMethod(); local
298 assertNotNull(method1);
299 assertTrue(method1 instanceof ArrowKeyMovementMethod);
301 assertSame(method1, method2);
  /external/neven/Embedded/common/src/b_BasicEm/
Phase.h 86 * Max error: 8.5E-5 (METHOD1); 7.0E-5 (METHOD2)
87 * Std error: 4.4E-5 (METHOD1); 3.2E-5 (METHOD2)
95 * Max error: 8.5E-5 (METHOD1); 7.0E-5 (METHOD2)
96 * Std error: 4.4E-5 (METHOD1); 3.2E-5 (METHOD2)
  /dalvik/libcore/luni/src/test/java/tests/api/java/lang/reflect/
GenericMethodsTests.java 191 Method method1 = clazz.getMethod("noParamNoReturn"); local
192 TypeVariable<Method> typeParameter1 = method1.getTypeParameters()[0];
  /prebuilt/windows/swt/
swt.jar 
  /prebuilt/windows-x86_64/swt/
swt.jar 
  /prebuilt/darwin-x86/swt/
swt.jar 
  /prebuilt/darwin-x86_64/swt/
swt.jar 
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 
  /dalvik/tools/dmtracedump/
TraceDump.c 226 MethodEntry* method1; member in struct:DiffEntry
    [all...]
  /dalvik/libcore/annotation/src/test/java/org/apache/harmony/annotation/tests/java/lang/annotation/
AnnotationTest.java 111 assertEquals("must be equal : method1:"+me1.getName()+", method2: "+me2.getName(), a1, a2);
125 assertFalse("must not be equal : method1:"+me1.getName()+", method2: "+me2.getName(),
  /external/ppp/pppd/
ccp.c 1426 char method1[64]; local
    [all...]

Completed in 549 milliseconds

1 2