/external/libchrome/base/threading/ |
D | sequence_local_storage_slot_unittest.cc | 60 SequenceLocalStorageSlot<int> slot2; in TEST_F() local 64 slot2.Set(2); in TEST_F() 68 EXPECT_EQ(slot2.Get(), 2); in TEST_F() 72 slot2.Set(5); in TEST_F() 76 EXPECT_EQ(slot2.Get(), 5); in TEST_F()
|
/external/webrtc/rtc_base/ |
D | sigslot_tester_unittest.cc | 39 SigslotTester2<int, char, int, char> slot2(&source2, &capture1, &capture2); in TEST() local 40 EXPECT_EQ(0, slot2.callback_count()); in TEST() 43 EXPECT_EQ(1, slot2.callback_count()); in TEST() 48 EXPECT_EQ(2, slot2.callback_count()); in TEST()
|
/external/mesa3d/src/panfrost/bifrost/ |
D | disassemble.c | 173 if (ctrl.slot23.slot2 == BIFROST_OP_WRITE) in dump_regs() 175 else if (ctrl.slot23.slot2 == BIFROST_OP_WRITE_LO) in dump_regs() 177 else if (ctrl.slot23.slot2 == BIFROST_OP_WRITE_HI) in dump_regs() 179 else if (ctrl.slot23.slot2 == BIFROST_OP_READ) in dump_regs() 212 if (ctrl.slot23.slot2 >= BIFROST_OP_WRITE) { in bi_disasm_dest_fma() 214 bi_disasm_dest_mask(fp, ctrl.slot23.slot2); in bi_disasm_dest_fma()
|
D | bi_print.c | 373 if (regs->slot23.slot2) { in bi_print_slots() 375 bi_reg_op_name(regs->slot23.slot2), in bi_print_slots() 376 regs->slot23.slot2 >= BIFROST_OP_WRITE ? in bi_print_slots()
|
D | bi_pack.c | 217 if (regs->slot[2] == reg && regs->slot23.slot2 == BIFROST_OP_READ) in bi_assign_slot_read() 232 regs->slot23.slot2 = BIFROST_OP_READ; in bi_assign_slot_read() 278 assert(!now->regs.slot23.slot2); in bi_assign_slots() 280 now->regs.slot23.slot2 = BIFROST_OP_WRITE; in bi_assign_slots() 295 if (r.first_instruction && !(r.slot23.slot2 | r.slot23.slot3)) in bi_pack_register_mode() 333 if (!(regs.slot23.slot2 && regs.slot23.slot3)) in bi_pack_registers() 377 assert(regs.slot[3] == regs.slot[2] || !(regs.slot23.slot2 && regs.slot23.slot3)); in bi_pack_registers() 379 if (regs.slot23.slot2) in bi_pack_registers()
|
D | bi_pack_helpers.h | 61 else if (regs->slot[2] == reg && regs->slot23.slot2 == BIFROST_OP_READ) in bi_get_src_reg_slot()
|
D | bifrost.h | 374 enum bifrost_reg_op slot2; member
|
/external/rust/crates/futures/tests/ |
D | shared.rs | 95 let slot2 = slot1.clone(); in drop_in_poll() localVariable 98 slot2.replace(None); // Drop future in drop_in_poll()
|
/external/llvm-project/polly/test/GPGPU/ |
D | check-unused-fortran-array-size-param-offloaded-to-kernel.ll | 92 %slot2 = getelementptr double, double* %memory2, i64 %idx2 93 %val = load double, double* %slot2, align 8
|
/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 884 self.slot2 = slot2 886 return self.slot1 + self.slot2 890 self.assertEqual(r.slot2, "def")
|
/external/python/cpython3/Lib/test/ |
D | test_weakref.py | 990 def __new__(type, ob, callback, slot1, slot2): argument 992 def __init__(self, ob, callback, slot1, slot2): argument 994 self.slot2 = slot2 996 return self.slot1 + self.slot2 1000 self.assertEqual(r.slot2, "def")
|
/external/cpuinfo/test/build.prop/ |
D | meizu-pro-6s.log | 233 ro.mtk.c2k.slot2.support=1
|