Home
last modified time | relevance | path

Searched refs:DoSomething (Results 1 – 18 of 18) 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/libmojo/base/android/jni_generator/
DtestSingleJNIAdditionalImport.golden30 static void DoSomething(JNIEnv* env, const JavaParamRef<jclass>& jcaller,
36 return DoSomething(env, JavaParamRef<jclass>(env, jcaller),
DtestMultipleJNIAdditionalImport.golden30 static void DoSomething(JNIEnv* env, const JavaParamRef<jclass>& jcaller,
38 return DoSomething(env, JavaParamRef<jclass>(env, jcaller),
/external/clang/test/FixIt/
Dfixit.cpp240 void DoSomething();
245 …worker.DoSomething(); // expected-error {{no member named 'DoSomething' in 'arrow_suggest::wrapped… in test()
/external/libmojo/mojo/public/interfaces/bindings/tests/
Dsample_import.mojom37 DoSomething();
/external/libmojo/mojo/public/cpp/bindings/tests/
Dhandle_passing_unittest.cc43 void DoSomething() override { in DoSomething() function in mojo::test::__anon22a2ad010111::ImportedInterfaceImpl
104 request->obj->DoSomething(); in DoStuff()
/external/clang/test/Analysis/
Dmisc-ps-region-store.cpp189 T::DoSomething(); in ~Foo()
/external/googletest/googlemock/docs/
DDesignDoc.md100 int DoSomething(bool flag, int* ptr);
DCookBook.md2008 string DoSomething();
2025 .WillOnce(DoAll(IgnoreResult(Invoke(DoSomething)),
2026 // Ignores the string DoSomething() returns.
3347 int DoSomething(bool flag, int* ptr);
/external/googletest/googletest/docs/
DV1_7_FAQ.md1024 TEST(CoolTest, DoSomething) {
1030 TEST(CoolTest, DoSomething) {
1041 TEST_F(CoolTest, DoSomething) {
1048 TEST_F(CoolTest, DoSomething) {
DFAQ.md1029 TEST(CoolTest, DoSomething) {
1035 TEST(CoolTest, DoSomething) {
1046 TEST_F(CoolTest, DoSomething) {
1053 TEST_F(CoolTest, DoSomething) {
/external/googletest/googlemock/docs/v1_6/
DCookBook.md1929 string DoSomething();
1946 .WillOnce(DoAll(IgnoreResult(Invoke(DoSomething)),
1947 // Ignores the string DoSomething() returns.
3014 int DoSomething(bool flag, int* ptr);
/external/googletest/googlemock/docs/v1_5/
DCookBook.md1861 string DoSomething();
1878 .WillOnce(DoAll(IgnoreResult(Invoke(DoSomething)),
1879 // Ignores the string DoSomething() returns.
2863 int DoSomething(bool flag, int* ptr);
/external/googletest/googlemock/docs/v1_7/
DCookBook.md1957 string DoSomething();
1974 .WillOnce(DoAll(IgnoreResult(Invoke(DoSomething)),
1975 // Ignores the string DoSomething() returns.
3104 int DoSomething(bool flag, int* ptr);