Home
last modified time | relevance | path

Searched defs:slot1 (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/rtc_base/
Dsigslot_tester_unittest.cc23 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/
Dsequence_local_storage_slot_unittest.cc60 SequenceLocalStorageSlot<int> slot1; in TEST_F() local
/external/libchrome/base/threading/
Dsequence_local_storage_slot_unittest.cc59 SequenceLocalStorageSlot<int> slot1; in TEST_F() local
/external/rust/crates/futures/tests/
Dfuture_shared.rs85 let slot1 = Rc::new(RefCell::new(None)); in drop_in_poll() localVariable
/external/python/cpython2/Lib/test/
Dtest_weakref.py880 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/
Dmain.c413 unsigned const slot1 = hash & 255; in Filter_insert() local
453 unsigned const slot1 = hash & 255; in Filter_check() local
/external/python/cpython3/Lib/test/
Dtest_weakref.py1038 def __new__(type, ob, callback, slot1, slot2): argument
1040 def __init__(self, ob, callback, slot1, slot2): argument