Home
last modified time | relevance | path

Searched refs:doSomething (Results 1 – 23 of 23) sorted by relevance

/external/compiler-rt/BlocksRuntime/tests/
Drecursive-block.c17 int doSomething(int i) { in doSomething() function
24 int j = doSomething(i); in dirtyStack()
25 int k = doSomething(j); in dirtyStack()
26 doSomething(i + j + k); in dirtyStack()
33 __block voidVoid inner = ^{ doSomething(i); }; in testFunction()
/external/clang/test/SemaObjC/
Darc-retain-block-property.m4 extern void doSomething(); function
26 t.aBlock = ^{ doSomething(); };
27 t.aBlockW = ^{ doSomething(); };
28 t.aBlockS = ^{ doSomething(); };
Dtransparent-union.m15 - (void) doSomething : (xx_object_t) xxObject;
20 - (void) doSomething : (xx_object_t) xxObject {}
21 - (void)testMeth { struct xx_queue_s *sq; [self doSomething:sq ]; }
Dprotocol-qualified-class-unsupported.m26 static void doSomething(Class <Func> unsupportedObjectType) { function
35 doSomething([Derived self]);
36 doSomething([Derived2 self]);
Dno-warn-unimpl-method.m16 -(void) doSomething; method
20 -(void) doSomething; method
24 -(void) doSomething
Dsynthesize-setter-contclass.m8 -(void) doSomething; method
18 -(void) doSomething
Dmethod-typecheck-2.m11 - (void) doSomething: (float) x; // expected-note {{previous definition is here}}
19 - (void) doSomething: (int) x {} // expected-warning {{conflicting parameter types}}
Dblock-ivar.m13 - (int)doSomething { method
Dwarn-retain-cycle.m105 void doSomething(unsigned v); function
111 doSomething(count);
120 doSomething(count);
Dself-declared-in-block.m34 - (void)doSomething { method
Dprotocol-archane.m17 - (void)doSomething; method
/external/clang/test/CodeGenCXX/
Ddebug-info-method-spec.cpp5 void doSomething(int i) { ++i; } in doSomething() function in A
9 a->doSomething(2); in foo()
/external/clang/test/Index/
Dcomplete-with-annotations.cpp2 void doSomething();
11 void X::doSomething() { in doSomething() function in X
Dcomplete-access-checks.cpp13 void doSomething();
28 void Y::doSomething() { in doSomething() function in Y
/external/llvm/test/CodeGen/ARM/
Dpeephole-bitcast.ll21 tail call void @doSomething(float %x) nounwind
28 declare void @doSomething(float)
/external/webkit/Source/WebKit/qt/docs/webkitsnippets/
Dqtwebkit_bridge_snippets.cpp91 myQObject.somethingChanged.connect(myOtherQObject.doSomething); in wrapInFunction()
95 myQObject.somethingChanged.disconnect(myOtherQObject.doSomething); in wrapInFunction()
/external/clang/test/Analysis/
Dself-init.m59 -(void)doSomething; method
136 [self doSomething];
214 -(void)doSomething {} method
/external/clang/test/CodeGenObjC/
Dblocks-ivar-debug.m14 - (int)doSomething { method
/external/guava/guava-tests/test/com/google/common/testing/
DNullPointerTesterTest.java579 void doSomething(T bar, Integer baz); in doSomething() method
584 @Override public void doSomething(String bar, Integer baz) { in doSomething() method in NullPointerTesterTest.StringFoo
/external/clang/test/SemaCXX/
Dwarn-thread-safety-analysis.cpp1432 void doSomething() __attribute__((exclusive_locks_required(mu))) { } in doSomething() function in substitution_test::MyData
2047 void doSomething() { in doSomething() function in SelfLockingTest::MyLock
/external/littlemock/tests/com/google/testing/littlemock/
DLittleMockTest.java141 public void doSomething(); in doSomething() method
/external/doclava/src/com/google/doclava/parser/
DJava.g197 * generic method invocation (e.g. this.<E>doSomething()). Using identifierSuffix
/external/webkit/Tools/
DChangeLog-2010-05-2433490 doSomething();
33494 doSomething();