Home
last modified time | relevance | path

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

123456789

/external/libchrome/mojo/public/cpp/bindings/tests/
Dsync_handle_registry_unittest.cc30 auto callback = [](bool* called) { *called = true; }; in TEST_F()
63 auto callback1 = base::Bind([](bool* called) { *called = true; }, &called1); in TEST_F()
66 scoped_refptr<SyncHandleRegistry> registry, bool* called) { in TEST_F()
71 auto callback3 = base::Bind([](bool* called) { *called = true; }, &called3); in TEST_F()
103 bool called = false; in TEST_F() local
108 scoped_refptr<SyncHandleRegistry> registry, bool* called) { in TEST_F()
120 base::Bind([](bool* called) { *called = true; }, &nested_called); in TEST_F()
139 bool called = false; in TEST_F() local
143 scoped_refptr<SyncHandleRegistry> registry, bool* called) { in TEST_F()
151 base::Bind([](bool* called) { *called = true; }, &nested_called); in TEST_F()
[all …]
Dbinding_unittest.cc73 bool called = false; in TEST_P() local
97 bool called = false; in TEST_P() local
125 bool called = false; in TEST_P() local
149 bool called = false; in TEST_P() local
208 bool called = false; in TEST_P() local
254 bool called = false; in TEST_P() local
277 bool called = false; in TEST_P() local
374 bool called = false; in TEST_P() local
393 bool called = false; in TEST_P() local
470 bool called = false; in TEST_P() local
[all …]
/external/webrtc/api/
Dscoped_refptr_unittest.cc28 explicit ScopedRefCounted(FunctionsCalled* called) : called_(*called) {} in ScopedRefCounted()
50 FunctionsCalled called; in TEST() local
60 FunctionsCalled called; in TEST() local
71 FunctionsCalled called; in TEST() local
82 FunctionsCalled called; in TEST() local
99 FunctionsCalled called; in TEST() local
/external/libbrillo/brillo/dbus/
Ddbus_param_reader_test.cc23 bool called = false; in TEST() local
34 bool called = false; in TEST() local
52 bool called = false; in TEST() local
73 bool called = false; in TEST() local
93 bool called = false; in TEST() local
114 bool called = false; in TEST() local
132 bool called = false; in TEST() local
147 bool called = false; in TEST() local
163 bool called = false; in TEST() local
182 bool called = false; in TEST() local
[all …]
/external/tensorflow/tensorflow/core/data/service/
Ddata_transfer_test.cc27 explicit TestDataTransferServer(bool* called) : called_(called) {} in TestDataTransferServer()
39 bool called = false; in TEST() local
/external/libbrillo/brillo/message_loops/
Dmessage_loop_test.cc83 bool called = false; in TYPED_TEST() local
93 bool called = false; in TYPED_TEST() local
104 bool called = false; in TYPED_TEST() local
/external/tensorflow/tensorflow/core/util/
Dreffed_status_callback_test.cc32 bool called = false; in TEST() local
46 bool called = false; in TEST() local
66 int called = false; in TEST() local
/external/llvm-project/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.members/
Ddeallocate.pass.cpp49 int called = 0; in test() local
55 int called = 0; in test() local
/external/libcxx/test/std/thread/thread.mutex/thread.once/thread.once.callonce/
Dcall_once.pass.cpp73 static int called; member
78 int init1::called = 0; member in init1
89 static int called; member
94 int init2::called = 0; member in init2
/external/llvm-project/libcxx/test/std/thread/thread.mutex/thread.once/thread.once.callonce/
Dcall_once.pass.cpp73 static int called; member
78 int init1::called = 0; member in init1
89 static int called; member
94 int init2::called = 0; member in init2
/external/angle/third_party/abseil-cpp/absl/cleanup/
Dcleanup_test.cc192 bool called = false; in TYPED_TEST() local
215 bool called = false; in TYPED_TEST() local
230 bool called = false; in TYPED_TEST() local
247 bool called = false; in TYPED_TEST() local
/external/libcxx/test/libcxx/algorithms/
Ddebug_less.pass.cpp38 static int called; member
44 int CompareBase::called = 0; member in CompareBase
89 int& called = CompareBase::called; in test_passing() local
142 int& called = CompareBase::called; in test_failing() local
/external/libcxx/test/std/utilities/time/time.duration/time.duration.cons/
Dconvert_overflow.pass.cpp22 bool called = false; variable
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
D18-8.c44 static volatile sig_atomic_t called = 0; variable
D18-26.c44 static volatile sig_atomic_t called = 0; variable
D18-17.c44 static volatile sig_atomic_t called = 0; variable
D18-6.c44 static volatile sig_atomic_t called = 0; variable
D18-4.c44 static volatile sig_atomic_t called = 0; variable
D18-23.c44 static volatile sig_atomic_t called = 0; variable
D18-5.c44 static volatile sig_atomic_t called = 0; variable
D18-7.c44 static volatile sig_atomic_t called = 0; variable
D18-18.c44 static volatile sig_atomic_t called = 0; variable
D18-10.c44 static volatile sig_atomic_t called = 0; variable
D18-3.c44 static volatile sig_atomic_t called = 0; variable
D18-15.c44 static volatile sig_atomic_t called = 0; variable

123456789