OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestCallback
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/media/base/
gmock_callback_support_unittest.cc
17
typedef base::Callback<void(const bool& src, bool* dst)>
TestCallback
;
24
MockFunction<void(const
TestCallback
&)> check;
26
check.Call(
TestCallback
());
30
MockFunction<void(const
TestCallback
&)> check;
45
MockFunction<void(const
TestCallback
&)> check;
54
MockFunction<void(int, const
TestCallback
&)> check;
63
MockFunction<void(const
TestCallback
&)> check;
74
MockFunction<void(const
TestCallback
&)> check;
/external/chromium/chrome/common/
worker_thread_ticker_unittest.cc
13
class
TestCallback
: public WorkerThreadTicker::Callback {
15
TestCallback
() : counter_(0), message_loop_(MessageLoop::current()) {
50
TestCallback
callback;
68
TestCallback
callback;
85
TestCallback
callback;
/external/chromium_org/chrome/common/
worker_thread_ticker_unittest.cc
13
class
TestCallback
: public WorkerThreadTicker::Callback {
15
TestCallback
() : counter_(0), message_loop_(base::MessageLoop::current()) {}
51
TestCallback
callback;
69
TestCallback
callback;
86
TestCallback
callback;
/external/chromium_org/ppapi/shared_impl/
tracked_callback_unittest.cc
61
void
TestCallback
(void* user_data, int32_t result) {
103
PP_MakeCompletionCallback(&
TestCallback
, &info_did_run()));
113
PP_MakeCompletionCallback(&
TestCallback
, &info_did_abort()));
123
PP_MakeCompletionCallback(&
TestCallback
, &info_didnt_run()));
160
PP_MakeCompletionCallback(&
TestCallback
, &info_did_run_));
168
PP_MakeCompletionCallback(&
TestCallback
,
178
PP_MakeCompletionCallback(&
TestCallback
, &info_did_abort_));
186
PP_MakeCompletionCallback(&
TestCallback
, &info_didnt_run_));
/external/chromium_org/ppapi/proxy/
device_enumeration_resource_helper_unittest.cc
92
class
TestCallback
{
94
TestCallback
() : called_(false), result_(PP_ERROR_FAILED) {
96
~
TestCallback
() {
109
TestCallback
* callback = static_cast<
TestCallback
*>(user_data);
119
DISALLOW_COPY_AND_ASSIGN(
TestCallback
);
232
TestCallback
callback;
/external/chromium_org/chromeos/network/
network_configuration_handler_unittest.cc
78
class
TestCallback
{
80
TestCallback
() : run_count_(0) {}
369
TestCallback
test_callback;
383
base::Bind(&
TestCallback
::Run, base::Unretained(&test_callback)),
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_optparse.py
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_optparse.py
[
all
...]
Completed in 239 milliseconds