Searched defs:slot1 (Results 1 – 7 of 7) sorted by relevance
/external/webrtc/rtc_base/ |
D | sigslot_tester_unittest.cc | 23 SigslotTester1<int, int> slot1(&source1, &capture1); in TEST() local 58 SigslotTester1<const std::string&, std::string> slot1(&source1, &capture1); in TEST() local 68 SigslotTester1<const std::string*, const std::string*> slot1(&source1, in TEST() local 79 SigslotTester1<std::string* const, std::string*> slot1(&source1, &capture1); in TEST() local
|
/external/cronet/base/threading/ |
D | sequence_local_storage_slot_unittest.cc | 60 SequenceLocalStorageSlot<int> slot1; in TEST_F() local
|
/external/libchrome/base/threading/ |
D | sequence_local_storage_slot_unittest.cc | 59 SequenceLocalStorageSlot<int> slot1; in TEST_F() local
|
/external/rust/crates/futures/tests/ |
D | future_shared.rs | 85 let slot1 = Rc::new(RefCell::new(None)); in drop_in_poll() localVariable
|
/external/python/cpython2/Lib/test/ |
D | test_weakref.py | 880 def __new__(type, ob, callback, slot1, slot2): argument 882 def __init__(self, ob, callback, slot1, slot2): argument
|
/external/rust/crates/grpcio-sys/grpc/third_party/xxhash/tests/collisions/ |
D | main.c | 413 unsigned const slot1 = hash & 255; in Filter_insert() local 453 unsigned const slot1 = hash & 255; in Filter_check() local
|
/external/python/cpython3/Lib/test/ |
D | test_weakref.py | 1038 def __new__(type, ob, callback, slot1, slot2): argument 1040 def __init__(self, ob, callback, slot1, slot2): argument
|