Home
last modified time | relevance | path

Searched refs:slot2 (Results 1 – 12 of 12) sorted by relevance

/external/libchrome/base/threading/
Dsequence_local_storage_slot_unittest.cc60 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/
Dsigslot_tester_unittest.cc39 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/
Ddisassemble.c173 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()
Dbi_print.c373 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()
Dbi_pack.c217 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()
Dbi_pack_helpers.h61 else if (regs->slot[2] == reg && regs->slot23.slot2 == BIFROST_OP_READ) in bi_get_src_reg_slot()
Dbifrost.h374 enum bifrost_reg_op slot2; member
/external/rust/crates/futures/tests/
Dshared.rs95 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/
Dcheck-unused-fortran-array-size-param-offloaded-to-kernel.ll92 %slot2 = getelementptr double, double* %memory2, i64 %idx2
93 %val = load double, double* %slot2, align 8
/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
884 self.slot2 = slot2
886 return self.slot1 + self.slot2
890 self.assertEqual(r.slot2, "def")
/external/python/cpython3/Lib/test/
Dtest_weakref.py990 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/
Dmeizu-pro-6s.log233 ro.mtk.c2k.slot2.support=1