HomeSort by relevance Sort by last modified time
    Searched refs:DoSomething (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/ppapi/tests/extensions/background_keepalive/
background.cc 21 DoSomething(PP_OK);
34 void DoSomething(int32_t result) {
38 &Instance::DoSomething);
  /external/clang/test/SemaCXX/
warn-unused-result.cpp 56 Status DoSomething();
61 Status s = DoSomething();
70 (void)DoSomething();
75 DoSomething(); // expected-warning {{ignoring return value}}
arrow-operator.cpp 55 void DoSomething();
61 worker.DoSomething(); // expected-error {{no member named 'DoSomething' in 'arrow_suggest::wrapped_ptr<arrow_suggest::Worker>'; did you mean to use '->' instead of '.'?}}
  /external/chromium_org/net/base/
test_completion_callback_unittest.cc 31 bool DoSomething(const net::CompletionCallback& callback);
56 // Only used on the origin thread (where DoSomething was called).
96 bool ExampleEmployer::DoSomething(const net::CompletionCallback& callback) {
117 bool queued = boss.DoSomething(callback.callback());
  /external/protobuf/gtest/test/
gtest_nc.cc 208 void DoSomething() {}
213 h.DoSomething(); // To avoid the "unused variable" warning.
  /external/clang/test/FixIt/
fixit.cpp 240 void DoSomething();
245 worker.DoSomething(); // expected-error {{no member named 'DoSomething' in 'arrow_suggest::wrapped_ptr<arrow_suggest::Worker>'; did you mean to use '->' instead of '.'?}}
  /external/chromium_org/mojo/public/cpp/bindings/tests/
handle_passing_unittest.cc 32 virtual void DoSomething() MOJO_OVERRIDE {
86 request->obj->DoSomething();
  /external/clang/test/Analysis/
misc-ps-region-store.cpp 189 T::DoSomething();
  /external/chromium_org/chrome/test/base/
js2gtest.js 287 * function() {/ *! my_cpp_code.DoSomething(); * /

Completed in 1116 milliseconds