HomeSort by relevance Sort by last modified time
    Searched refs:slot_id (Results 1 - 16 of 16) sorted by null

  /external/valgrind/memcheck/tests/solaris/
pkcs11.c 36 CK_SLOT_ID slot_id = slots[i]; local
39 ret = C_GetMechanismList(slot_id, NULL, &mech_count);
51 ret = C_GetMechanismList(slot_id, mechs, &mech_count);
  /external/dbus/dbus/
dbus-dataslot.c 93 _dbus_assert (allocator->allocated_slots[slot].slot_id == slot);
107 if (allocator->allocated_slots[slot].slot_id < 0)
109 allocator->allocated_slots[slot].slot_id = slot;
133 allocator->allocated_slots[slot].slot_id = slot;
140 _dbus_assert (allocator->allocated_slots[slot].slot_id == slot);
171 _dbus_assert (allocator->allocated_slots[*slot_id_p].slot_id == *slot_id_p);
186 allocator->allocated_slots[*slot_id_p].slot_id = -1;
252 _dbus_assert (allocator->allocated_slots[slot].slot_id == slot);
310 _dbus_assert (allocator->allocated_slots[slot].slot_id == slot);
dbus-dataslot.h 48 dbus_int32_t slot_id; /**< ID of this slot */ member in struct:DBusAllocatedSlot
  /toolchain/binutils/binutils-2.25/bfd/
xtensa-isa.c 605 int slot_id;
610 slot_id = intisa->formats[fmt].slot_id[slot];
611 return xtensa_opcode_lookup (isa, intisa->slots[slot_id].nop_name);
620 int slot_id;
625 slot_id = intisa->formats[fmt].slot_id[slot];
626 (*intisa->slots[slot_id].get_fn) (insn, slotbuf);
636 int slot_id;
641 slot_id = intisa->formats[fmt].slot_id[slot]
602 int slot_id; local
617 int slot_id; local
633 int slot_id; local
696 int slot_id; local
719 int slot_id; local
955 int slot_id; local
992 int slot_id; local
1040 int slot_id; local
    [all...]
  /packages/apps/Stk/src/com/android/stk/
StkCmdReceiver.java 56 int slot_id = intent.getIntExtra(StkAppService.SLOT_ID, 0); local
59 args.putInt(StkAppService.SLOT_ID, slot_id);
83 "args: " + args + ", slot id: " + slot_id);
  /external/libchrome/crypto/
nss_util_internal.h 83 // Use TPM slot |slot_id| for user. InitializeNSSForChromeOSUser must have been
87 CK_SLOT_ID slot_id);
nss_util.cc 480 CK_SLOT_ID slot_id) {
488 PK11SlotInfo* slot = SECMOD_LookupSlot(chaps_module->moduleID, slot_id);
490 LOG(ERROR) << "TPM slot " << slot_id << " not found.";
529 CK_SLOT_ID slot_id) {
545 slot_id,
    [all...]
  /toolchain/binutils/binutils-2.25/include/
xtensa-isa-internal.h 62 int *slot_id; /* Array[num_slots] of slot IDs. */ member in struct:xtensa_format_internal_struct
117 xtensa_opcode_encode_fn *encode_fns; /* Array[slot_id]. */
  /external/autotest/client/bin/input/
input_device.py 313 slot_id = self._convert_slot_index_to_slot_id(slot_index)
314 self.mt_slots[slot_index][c].value = values[slot_id]
586 slot_id = self._convert_slot_index_to_slot_id(slot_index)
587 slot_dict[slot_id] = slot
592 for slot_id, slot in slot_dict.items():
593 print 'slot #%d' % slot_id
  /external/v8/src/compiler/
instruction-selector-impl.h 255 int slot_id = secondary_location.AsCalleeFrameSlot(); local
256 return UnallocatedOperand(reg_id, slot_id, virtual_register);
bytecode-graph-builder.h 48 VectorSlotPair CreateVectorSlotPair(int slot_id);
instruction.h 212 UnallocatedOperand(int reg_id, int slot_id, int virtual_register)
215 value_ |= SecondaryStorageField::encode(slot_id);
    [all...]
bytecode-graph-builder.cc 500 VectorSlotPair BytecodeGraphBuilder::CreateVectorSlotPair(int slot_id) {
502 if (slot_id >= TypeFeedbackVector::kReservedIndexCount) {
503 slot = feedback_vector()->ToSlot(slot_id);
    [all...]
register-allocator.cc 2312 int slot_id = preassigned.second; local
    [all...]
  /external/autotest/client/site_tests/firmware_TouchMTB/
validators.py     [all...]
  /external/curl/lib/vtls/
nss.c 360 const int slot_id = (cacert) ? 0 : 1; local
361 char *slot_name = aprintf("PEM Token #%d", slot_id);
    [all...]

Completed in 2254 milliseconds