Home
last modified time | relevance | path

Searched refs:DoSomething (Results 1 – 15 of 15) sorted by relevance

/external/clang/test/SemaCXX/
Dwarn-unused-result.cpp62 Status DoSomething();
67 Status s = DoSomething(); in lazy()
76 (void)DoSomething(); in lazy()
81 DoSomething(); // expected-warning {{ignoring return value}} in lazy()
Darrow-operator.cpp55 void DoSomething(); // expected-note {{'DoSomething' declared here}}
61 …worker.DoSomething(); // expected-error {{no member named 'DoSomething' in 'arrow_suggest::wrapped… in test()
/external/swiftshader/third_party/subzero/tests_lit/assembler/arm32/
Dpush-pop.ll24 declare external void @DoSomething()
27 call void @DoSomething();
35 ; ASM-NEXT: bl DoSomething
60 ; IASM-NEXT: bl DoSomething @ .word ebfffffe
82 call void @DoSomething();
93 ; ASM-NEXT: bl DoSomething
137 ; IASM-NEXT: bl DoSomething @ .word ebfffffe
/external/google-breakpad/src/client/windows/tests/crash_generation_app/
Dabstract_class.cc39 derived_->DoSomething(); in ~Base()
50 void Derived::DoSomething() { in DoSomething() function in google_breakpad::Derived
Dabstract_class.h43 virtual void DoSomething() = 0;
52 virtual void DoSomething();
/external/clang/test/FixIt/
Dfixit.cpp240 void DoSomething();
245 …worker.DoSomething(); // expected-error {{no member named 'DoSomething' in 'arrow_suggest::wrapped… in test()
/external/libchrome/mojo/public/interfaces/bindings/tests/
Dsample_import.mojom37 DoSomething();
/external/libchrome/mojo/public/cpp/bindings/tests/
Dhandle_passing_unittest.cc45 void DoSomething() override { in DoSomething() function in mojo::test::__anon12f707340111::ImportedInterfaceImpl
104 proxy->DoSomething(); in DoStuff()
/external/clang/test/Analysis/
Dmisc-ps-region-store.cpp189 T::DoSomething(); in ~Foo()
/external/googletest/googletest/docs/
Dfaq.md740 TEST(CoolTest, DoSomething) {
746 TEST(CoolTest, DoSomething) {
759 TEST_F(CoolTest, DoSomething) {
766 TEST_F(CoolTest, DoSomething) {
/external/libchrome/mojo/public/cpp/system/
DREADME.md493 // Will asynchronously invoke bar_impl.DoSomething() in process A.
494 bar->DoSomething();
/external/googletest/googlemock/docs/
DDesignDoc.md101 int DoSomething(bool flag, int* ptr);
DCookBook.md2010 string DoSomething();
2027 .WillOnce(DoAll(IgnoreResult(Invoke(DoSomething)),
2028 // Ignores the string DoSomething() returns.
3330 int DoSomething(bool flag, int* ptr);
/external/libchrome/mojo/public/cpp/bindings/
DREADME.md1078 bar_ptr->DoSomething();
1087 It should be noted that you cannot call `bar_ptr->DoSomething()` before passing
1089 side, when the message of `DoSomething` call arrives, we want to dispatch it to
1103 bar_ptr->DoSomething();
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DSpeculativeLoadHardening.md281 void DoSomething() override;
297 object.DoSomething();