/external/clang/test/SemaCXX/ |
D | warn-unused-result.cpp | 62 Status DoSomething(); 67 Status s = DoSomething(); in lazy() 76 (void)DoSomething(); in lazy() 81 DoSomething(); // expected-warning {{ignoring return value}} in lazy()
|
D | arrow-operator.cpp | 55 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/ |
D | push-pop.ll | 24 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/ |
D | abstract_class.cc | 39 derived_->DoSomething(); in ~Base() 50 void Derived::DoSomething() { in DoSomething() function in google_breakpad::Derived
|
D | abstract_class.h | 43 virtual void DoSomething() = 0; 52 virtual void DoSomething();
|
/external/libmojo/base/android/jni_generator/ |
D | testSingleJNIAdditionalImport.golden | 30 static void DoSomething(JNIEnv* env, const JavaParamRef<jclass>& jcaller, 36 return DoSomething(env, JavaParamRef<jclass>(env, jcaller),
|
D | testMultipleJNIAdditionalImport.golden | 30 static void DoSomething(JNIEnv* env, const JavaParamRef<jclass>& jcaller, 38 return DoSomething(env, JavaParamRef<jclass>(env, jcaller),
|
/external/clang/test/FixIt/ |
D | fixit.cpp | 240 void DoSomething(); 245 …worker.DoSomething(); // expected-error {{no member named 'DoSomething' in 'arrow_suggest::wrapped… in test()
|
/external/libmojo/mojo/public/interfaces/bindings/tests/ |
D | sample_import.mojom | 37 DoSomething();
|
/external/libmojo/mojo/public/cpp/bindings/tests/ |
D | handle_passing_unittest.cc | 43 void DoSomething() override { in DoSomething() function in mojo::test::__anon22a2ad010111::ImportedInterfaceImpl 104 request->obj->DoSomething(); in DoStuff()
|
/external/clang/test/Analysis/ |
D | misc-ps-region-store.cpp | 189 T::DoSomething(); in ~Foo()
|
/external/googletest/googlemock/docs/ |
D | DesignDoc.md | 100 int DoSomething(bool flag, int* ptr);
|
D | CookBook.md | 2008 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/ |
D | V1_7_FAQ.md | 1024 TEST(CoolTest, DoSomething) { 1030 TEST(CoolTest, DoSomething) { 1041 TEST_F(CoolTest, DoSomething) { 1048 TEST_F(CoolTest, DoSomething) {
|
D | FAQ.md | 1029 TEST(CoolTest, DoSomething) { 1035 TEST(CoolTest, DoSomething) { 1046 TEST_F(CoolTest, DoSomething) { 1053 TEST_F(CoolTest, DoSomething) {
|
/external/googletest/googlemock/docs/v1_6/ |
D | CookBook.md | 1929 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/ |
D | CookBook.md | 1861 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/ |
D | CookBook.md | 1957 string DoSomething(); 1974 .WillOnce(DoAll(IgnoreResult(Invoke(DoSomething)), 1975 // Ignores the string DoSomething() returns. 3104 int DoSomething(bool flag, int* ptr);
|