Searched refs:DoStuff (Results 1 - 9 of 9) sorted by relevance

/external/clang/test/SemaCXX/
H A Dwarn-infinite-recursion.cpp116 // DoStuff<0,0>() is instantiated, but never called.
118 int DoStuff() { function
124 DoStuff<First, (First + Last)/2>();
125 DoStuff<(First + Last)/2, Last>();
129 int stuff = DoStuff<0, 1>();
/external/chromium_org/base/threading/
H A Dthread_checker_unittest.cc25 // Both the destructor and DoStuff should verify that they were
32 void DoStuff() { function in class:base::__anon2554::ThreadCheckerClass
47 // Calls ThreadCheckerClass::DoStuff on another thread.
56 thread_checker_class_->DoStuff();
90 // Verify that DoStuff doesn't assert.
91 thread_checker_class->DoStuff();
114 // Verify that DoStuff doesn't assert when called on a different thread after
129 // DoStuff should assert in debug builds only when called on a
153 // DoStuff doesn't assert when called on a different thread
161 // DoStuff shoul
[all...]
H A Dnon_thread_safe_unittest.cc25 // Both the destructor and DoStuff should verify that they were
32 void DoStuff() { function in class:base::__anon2543::NonThreadSafeClass
47 // Calls NonThreadSafeClass::DoStuff on another thread.
56 non_thread_safe_class_->DoStuff();
90 // Verify that DoStuff doesn't assert.
91 non_thread_safe_class->DoStuff();
117 // Verify that DoStuff asserts in debug builds only when called
/external/chromium_org/third_party/webrtc/base/
H A Dthread_checker_unittest.cc33 // Both the destructor and DoStuff should verify that they were
40 void DoStuff() { function in class:rtc::__anon15696::ThreadCheckerClass
55 // Calls ThreadCheckerClass::DoStuff on another thread.
65 thread_checker_class_->DoStuff();
112 // Verify that DoStuff doesn't assert.
113 thread_checker_class->DoStuff();
136 // Verify that DoStuff doesn't assert when called on a different thread after
151 // DoStuff should assert in debug builds only when called on a
176 // DoStuff doesn't assert when called on a different thread
184 // DoStuff shoul
[all...]
/external/chromium_org/base/synchronization/
H A Dlock_unittest.cc155 static void DoStuff(Lock* lock, int* value) { function in class:base::MutexLockTestThread
166 DoStuff(lock_, value_);
185 MutexLockTestThread::DoStuff(&lock, &value);
207 MutexLockTestThread::DoStuff(&lock, &value);
/external/chromium_org/third_party/sfntly/cpp/src/test/
H A Dlock_test.cc168 static void DoStuff(Lock* lock, int* value) { function in class:sfntly::MutexLockTestThread
179 DoStuff(lock_, value_);
198 MutexLockTestThread::DoStuff(&lock, &value);
221 MutexLockTestThread::DoStuff(&lock, &value);
/external/sfntly/cpp/src/test/
H A Dlock_test.cc168 static void DoStuff(Lock* lock, int* value) { function in class:sfntly::MutexLockTestThread
179 DoStuff(lock_, value_);
198 MutexLockTestThread::DoStuff(&lock, &value);
221 MutexLockTestThread::DoStuff(&lock, &value);
/external/chromium_org/base/
H A Dsequence_checker_unittest.cc33 // DoStuff should verify that it's called on a valid sequenced thread.
41 void DoStuff() { function in class:base::__anon2441::SequenceCheckedObject
83 base::Bind(&SequenceCheckedObject::DoStuff,
91 base::Bind(&SequenceCheckedObject::DoStuff,
124 // Verify that DoStuff doesn't assert.
125 sequence_checked_object->DoStuff();
144 // Verify that DoStuff doesn't assert when called on a different thread after
191 // DoStuff should assert in debug builds only when called on a
215 // DoStuff doesn't assert when called on a different thread
221 // DoStuff shoul
[all...]
/external/chromium_org/mojo/public/cpp/bindings/tests/
H A Dhandle_passing_unittest.cc60 virtual void DoStuff(sample::RequestPtr request,
213 factory->DoStuff(request.Pass(), pipe0.handle0.Pass());
233 factory->DoStuff(request.Pass(), ScopedMessagePipeHandle().Pass());
298 factory->DoStuff(request.Pass(), ScopedMessagePipeHandle());

Completed in 790 milliseconds