Home
last modified time | relevance | path

Searched defs:doSomething (Results 1 – 25 of 82) sorted by relevance

1234

/external/llvm-project/clang/test/SemaObjC/
Dno-warn-unimpl-method.m17 -(void) doSomething; method
21 -(void) doSomething; method
26 {
Dsynthesize-setter-contclass.m9 -(void) doSomething; method
20 {
/external/clang/test/SemaObjC/
Dno-warn-unimpl-method.m17 -(void) doSomething; method
21 -(void) doSomething; method
26 {
Dsynthesize-setter-contclass.m9 -(void) doSomething; method
20 {
/external/llvm-project/clang/test/Index/
Dcomplete-arrow-dot.cpp7 void X::doSomething() { in doSomething() function in X
13 void doSomething() { in doSomething() function
Dcomplete-with-annotations.cpp11 void X::doSomething() { in doSomething() function in X
/external/javassist/src/test/test/javassist/proxy/
DFoo.java4 public String doSomething() { in doSomething() method in Foo
14 public String doSomething() { return "do something"; } in doSomething() method in Foo2
/external/llvm-project/lldb/test/API/lang/objcxx/objcxx-ivar-vector/
Dmain.mm13 -(void)doSomething; method
20 {
/external/llvm-project/lldb/test/API/lang/cpp/dynamic-value-same-basename/
Dmain.cpp7 virtual void doSomething() { in doSomething() function in namesp::Virtual
15 virtual void doSomething() { in doSomething() function in Virtual
/external/llvm-project/lldb/test/API/lang/objc/objc-ivar-protocols/
Dmain.m12 -(void)doSomething; method
19 {
/external/mockito/src/test/java/org/mockitousage/bugs/injection/
DChildWithSameParentFieldInjectionTest.java45 public void doSomething() { in doSomething() method in ChildWithSameParentFieldInjectionTest.AbstractSystem
51 public void doSomething() { in doSomething() method in ChildWithSameParentFieldInjectionTest.SomeService
/external/dokka/core/testdata/issues/
DerrorClasses.kt19 fun doSomething(): String = "Hello" method in Test
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/guide/
Dexample-context-10.kt17 fun doSomething() { in <lambda>() method in kotlinx.coroutines.guide.exampleContext10.Activity
/external/llvm-project/lldb/test/API/commands/expression/weak_symbols/
Dmain.c5 doSomething() in doSomething() function
/external/clang/test/CoverageMapping/
Dblock-storage-starts-region.m7 void doSomething() { // CHECK: File 0, [[@LINE]]:20 -> {{[0-9:]+}} = #0 function
/external/llvm-project/clang/test/CoverageMapping/
Dblock-storage-starts-region.m7 void doSomething() { // CHECK: File 0, [[@LINE]]:20 -> {{[0-9:]+}} = #0 function
/external/testng/src/test/java/test/guice/
DISingleton.java5 void doSomething(); in doSomething() method
DExampleSingleton.java6 public void doSomething() { in doSomething() method in ExampleSingleton
/external/clang/test/Index/
Dcomplete-with-annotations.cpp11 void X::doSomething() { in doSomething() function in X
/external/llvm-project/clang/test/PCH/
Dexternally-retained.m17 __attribute__((objc_externally_retained)) void doSomething(id someObject); function
/external/llvm-project/lldb/test/API/python_api/sbtype_typeclass/
Dmain.m7 - (int)doSomething { method
/external/llvm-project/clang/test/CodeGenCXX/
Ddebug-info-method-spec.cpp6 void doSomething(int i) { ++i; } in doSomething() function in A
/external/clang/test/CodeGenCXX/
Ddebug-info-method-spec.cpp6 void doSomething(int i) { ++i; } in doSomething() function in A
/external/llvm-project/libcxx/test/std/experimental/utilities/meta/meta.detect/
Dnonesuch.fail.cpp25 void doSomething (const ex::nonesuch &) {} in doSomething() function
/external/llvm-project/clang/test/CodeGenObjC/
Dblocks-ivar-debug.m14 - (int)doSomething { method

1234