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

1 2

  /external/clang/test/Modules/Inputs/
MethodPoolB.h 11 - (int)method1;
MethodPoolA.h 6 + (int)method1;
  /external/clang/test/SemaObjCXX/
instantiate-message.mm 6 + (ClassMethods *)method1:(void*)ptr;
16 R *result1 = [T method1:arg1];
17 R *result2 = [typename identity<T>::type method1:arg1];
18 R *result3 = [ClassMethods method1:arg1]; // expected-error{{cannot initialize a variable of type 'ClassMethods2 *' with an rvalue of type 'ClassMethods *'}}
25 + (ClassMethods2 *)method1:(int*)ptr;
32 - (InstanceMethods *)method1:(void*)ptr;
39 R *result1 = [receiver method1:arg1];
40 R *result2 = [im method1:arg1]; // expected-error{{cannot initialize a variable of type 'InstanceMethods2 *' with an rvalue of type 'InstanceMethods *'}}
47 - (InstanceMethods2 *)method1:(void*)ptr;
  /external/clang/test/FixIt/
fixit-objc-message.m 12 - (int)method1:(int)x second:(float)y;
18 a method1:5+2 second:+(3.14159)];
19 a method1:[a method1:3 second:j] second:i++]
23 (void)array[a method1:5+2 second:+(3.14159)]];
30 - (int)method1:(int)x second:(float)y;
34 - (int)method1:(int)x second:(float)y {
35 super method1:x second:y];
  /external/clang/test/ASTMerge/Inputs/
category1.m 11 - (int)method1;
category2.m 13 - (Int)method1;
  /external/clang/test/SemaObjC/
warn-superclass-method-mismatch.m 11 -(void) method1: (Base*) x; // expected-note {{previous declaration is here}}
25 -(void) method1: (Sub*) x; // expected-warning {{method parameter type 'Sub *' does not match super class method parameter type 'Base *'}}
39 [base method1:b]; // if base is actuall 'Sub' it will use [Sub method1] with wrong argument.
method-attributes.m 64 -(id)method1;
74 -(id)method1 __attribute__((aligned(16))) {
  /external/v8/test/cctest/
test-func-name-inference.cc 155 " this.method1 = function() { return 1; }\n"
158 CheckFunctionName(script, "return 1", "MyClass.method1");
170 " obj.method1 = function() { return 1; }\n"
174 CheckFunctionName(script, "return 1", "obj.method1");
203 "MyClass.prototype.method1 = function() { return 1; }\n"
208 CheckFunctionName(script, "return 1", "MyClass.method1");
222 " method1: function() { return 1; },\n"
224 CheckFunctionName(script, "return 1", "MyClass.method1");
265 " method1: 0 ? function() { return 1; } :\n"
267 CheckFunctionName(script, "return 1", "MyClass.method1");
    [all...]
  /cts/tests/tests/text/src/android/text/method/cts/
HideReturnsTransformationMethodTest.java 41 HideReturnsTransformationMethod method1 = HideReturnsTransformationMethod.getInstance(); local
42 assertSame(method0, method1);
SingleLineTransformationMethodTest.java 42 SingleLineTransformationMethod method1 = SingleLineTransformationMethod.getInstance(); local
43 assertSame(method0, method1);
PasswordTransformationMethodTest.java 181 PasswordTransformationMethod method1 = PasswordTransformationMethod.getInstance(); local
182 assertNotNull(method1);
183 assertSame(method0, method1);
  /external/clang/test/Modules/
method_pool.m 15 [object method1];
33 [object method1];
  /external/webkit/Source/WebKit/chromium/tests/
CCThreadTaskTest.cpp 40 MOCK_METHOD1(method1, void(int a1));
50 EXPECT_CALL(mock, method1(9)).Times(1);
56 createCCThreadTask(&mock, &Mock::method1, 9)->performTask();
  /dalvik/vm/oo/
Class.h 215 INLINE int dvmCompareMethodProtos(const Method* method1,
218 return dexProtoCompare(&method1->prototype, &method2->prototype);
226 INLINE int dvmCompareMethodParameterProtos(const Method* method1,
229 return dexProtoCompareParameters(&method1->prototype, &method2->prototype);
237 int dvmCompareMethodNamesAndProtos(const Method* method1,
246 int dvmCompareMethodNamesAndParameterProtos(const Method* method1,
  /cts/tests/tests/widget/src/android/widget/cts/
EditTextTest.java 217 MovementMethod method1 = mockEditText.getDefaultMovementMethod(); local
220 assertNotNull(method1);
221 assertTrue(method1 instanceof ArrowKeyMovementMethod);
223 assertSame(method1, method2);
  /external/clang/test/Analysis/
idempotent-operations.m 24 - (BOOL) method1 {
  /external/clang/test/Analysis/inlining/
InlineObjCInstanceMethod.m 72 - (int) method1 {
89 - (void) method1 {
  /libcore/luni/src/test/java/tests/api/java/lang/reflect/
GenericMethodsTests.java 113 Method method1 = clazz.getMethod("noParamNoReturn"); local
114 TypeVariable<Method> typeParameter1 = method1.getTypeParameters()[0];
  /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)
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/common/m2/internal/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 

Completed in 1384 milliseconds

1 2