Home
last modified time | relevance | path

Searched defs:called (Results 1 – 25 of 56) sorted by relevance

123

/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
Dcallback_helper_unittest.cc17 void SimpleCallback(bool* called, int) { in SimpleCallback()
23 void CallbackWithPassed(bool* called, scoped_ptr<int>) { in CallbackWithPassed()
30 bool* called) { in VerifyCalledOnTaskRunner()
44 bool called = false; in TEST() local
72 bool called = false; in TEST() local
Dcallback_tracker_unittest.cc14 void Receiver(bool* called) { in Receiver()
/external/chromium_org/content/browser/service_worker/
Dservice_worker_context_unittest.cc26 void SaveResponseCallback(bool* called, in SaveResponseCallback()
39 bool* called, in MakeRegisteredCallback()
47 void CallCompletedCallback(bool* called, ServiceWorkerStatusCode) { in CallCompletedCallback()
52 bool* called) { in MakeUnregisteredCallback()
143 bool called = false; in TEST_F() local
186 bool called = false; in TEST_F() local
229 bool called = false; in TEST_F() local
268 bool called = false; in TEST_F() local
308 bool called = false; in TEST_F() local
352 bool called = false; in TEST_F() local
Dservice_worker_job_unittest.cc26 bool* called, in SaveRegistrationCallback()
40 bool* called, in SaveFoundRegistrationCallback()
56 bool* called, in SaveRegistration()
65 bool* called, in SaveFoundRegistration()
75 bool* called, in SaveUnregistrationCallback()
83 bool* called) { in SaveUnregistration()
120 bool called; in TEST_F() local
146 bool called; in TEST_F() local
216 bool called = false; in TEST_F() local
235 bool called; in TEST_F() local
[all …]
/external/chromium_org/net/quic/crypto/
Dlocal_strike_register_client_test.cc28 RecordResultCallback(bool* called, bool* saved_value) in RecordResultCallback()
86 bool called; in TEST_F() local
99 bool called; in TEST_F() local
113 bool called; in TEST_F() local
Dcrypto_server_test.cc150 bool* called) in ValidateCallback()
200 bool called = false; in ShouldSucceed() local
213 bool called = false; in ShouldFailMentioning() local
220 bool* called) { in ShouldFailMentioning()
698 bool called = false; in TEST_P() local
/external/libcxx/test/thread/thread.mutex/thread.once/thread.once.callonce/
Dcall_once.pass.cpp67 static int called; member
72 int init1::called = 0; member in init1
83 static int called; member
88 int init2::called = 0; member in init2
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
DWebViewModalDialogOverrideTest.java71 final AtomicBoolean called = new AtomicBoolean(false); in testOverridePromptHandling() local
103 final AtomicBoolean called = new AtomicBoolean(false); in testOverrideConfirmHandlingConfirmed() local
133 final AtomicBoolean called = new AtomicBoolean(false); in testOverrideConfirmHandlingCancelled() local
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/
Dmockpeerconnectionobservers.h55 bool called() const { return called_; } in called() function
82 bool called() const { return called_; } in called() function
128 bool called() const { return called_; } in called() function
/external/libcxx/test/utilities/time/time.duration/time.duration.cons/
Dconvert_overflow.pass.cpp22 bool called = false; variable
/external/chromium_org/chrome/test/chromedriver/net/
Dport_server_unittest.cc28 void SetOnCall(bool* called) { in SetOnCall()
35 bool called = false; in TEST() local
43 bool called = false; in TEST() local
52 bool called = false; in TEST() local
/external/chromium_org/v8/test/mjsunit/regress/
Dregress-88591.js31 var called = false; variable
Dregress-2336.js38 var called = false; variable
Dregress-omit-checks.js50 var called = false; variable
/external/libcxx/test/utilities/memory/allocator.traits/allocator.traits.members/
Ddeallocate.pass.cpp22 int called = 0; variable
/external/chromium_org/v8/test/mjsunit/bugs/
Dbug-2337.js37 var called = 0; variable
/external/chromium_org/third_party/libevent/sample/
Dsignal-test.c30 int called = 0; variable
/external/libcxx/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons/
Dcustom_alloc.pass.cpp19 int called = 0; variable
/external/chromium_org/third_party/libevent/test/
Dtest-weof.c36 int called = 0; variable
Dtest-eof.c34 int called = 0; variable
Dtest-time.c29 int called = 0; variable
/external/chromium_org/third_party/mesa/src/src/mesa/x86/
Dcommon_x86.c208 static int called = 0; in _mesa_get_x86_features() local
/external/mesa3d/src/mesa/x86/
Dcommon_x86.c208 static int called = 0; in _mesa_get_x86_features() local
/external/guava/guava-tests/test/com/google/common/collect/
DForwardingTestCase.java47 private void called(String id) { in called() method in ForwardingTestCase
/external/chromium_org/components/domain_reliability/
Dtest_util.h31 bool called() const { return called_; } in called() function

123