HomeSort by relevance Sort by last modified time
    Searched refs:slot (Results 126 - 150 of 1462) sorted by null

1 2 3 4 56 7 8 91011>>

  /system/update_engine/
boot_control_chromeos.h 38 // some critical failure such as we couldn't determine the slot that we
39 // booted from, the implementation will pretend that there's only one slot and
45 BootControlInterface::Slot GetCurrentSlot() const override;
47 BootControlInterface::Slot slot,
49 bool IsSlotBootable(BootControlInterface::Slot slot) const override;
50 bool MarkSlotUnbootable(BootControlInterface::Slot slot) override;
51 bool SetActiveBootSlot(BootControlInterface::Slot slot) override
    [all...]
  /frameworks/native/libs/gui/
BufferQueueConsumer.cpp 153 // Front buffer is still in mSlots, so mark the slot as free
201 int slot = BufferQueueCore::INVALID_BUFFER_SLOT; local
207 slot = mCore->mSharedBufferSlot;
211 outBuffer->mGraphicBuffer = mSlots[slot].mGraphicBuffer;
221 outBuffer->mSlot = slot;
222 outBuffer->mAcquireCalled = mSlots[slot].mAcquireCalled;
232 slot = front->mSlot;
236 ATRACE_BUFFER_INDEX(slot);
238 BQ_LOGV("acquireBuffer: acquiring { slot=%d/%" PRIu64 " buffer=%p }",
239 slot, outBuffer->mFrameNumber, outBuffer->mGraphicBuffer->handle)
364 auto slot = mCore->mFreeSlots.begin(); local
    [all...]
ConsumerBase.cpp 202 status_t ConsumerBase::detachBuffer(int slot) {
211 status_t result = mConsumer->detachBuffer(slot);
217 freeBufferLocked(slot);
365 CB_LOGV("acquireBufferLocked: -> slot=%d/%" PRIu64,
371 status_t ConsumerBase::addReleaseFence(int slot,
374 return addReleaseFenceLocked(slot, graphicBuffer, fence);
377 status_t ConsumerBase::addReleaseFenceLocked(int slot,
379 CB_LOGV("addReleaseFenceLocked: slot=%d", slot);
383 if (!stillTracking(slot, graphicBuffer))
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
pa_avx.cpp 37 bool PaTriList0(PA_STATE_OPT& pa, uint32_t slot, simdvector verts[]);
38 bool PaTriList1(PA_STATE_OPT& pa, uint32_t slot, simdvector verts[]);
39 bool PaTriList2(PA_STATE_OPT& pa, uint32_t slot, simdvector verts[]);
40 void PaTriListSingle0(PA_STATE_OPT& pa, uint32_t slot, uint32_t primIndex, __m128 verts[]);
42 bool PaTriStrip0(PA_STATE_OPT& pa, uint32_t slot, simdvector verts[]);
43 bool PaTriStrip1(PA_STATE_OPT& pa, uint32_t slot, simdvector verts[]);
44 void PaTriStripSingle0(PA_STATE_OPT& pa, uint32_t slot, uint32_t primIndex, __m128 verts[]);
46 bool PaTriFan0(PA_STATE_OPT& pa, uint32_t slot, simdvector verts[]);
47 bool PaTriFan1(PA_STATE_OPT& pa, uint32_t slot, simdvector verts[]);
48 void PaTriFanSingle0(PA_STATE_OPT& pa, uint32_t slot, uint32_t primIndex, __m128 verts[])
    [all...]
  /frameworks/base/services/core/java/com/android/server/connectivity/
KeepaliveTracker.java 79 * All information about this keepalive is known at construction time except the slot number,
90 /** Keepalive slot. A small integer that identifies this keepalive among the ones handled
139 void notifyMessenger(int slot, int err) {
140 KeepaliveTracker.this.notifyMessenger(mMessenger, slot, err);
187 void start(int slot) {
190 mSlot = slot;
192 mNai.asyncChannel.sendMessage(CMD_START_PACKET_KEEPALIVE, slot, mInterval, mPacket);
217 void notifyMessenger(Messenger messenger, int slot, int err) {
220 message.arg1 = slot;
237 // Find the lowest-numbered free slot. Slot numbers start from 1, because that's what tw
239 int slot; local
251 int slot = findFirstFreeSlot(nai); local
303 int slot = message.arg1; local
    [all...]
  /frameworks/rs/driver/
rsdBcc.cpp 70 uint32_t slot,
78 rsdScriptInvokeForEachMulti(rsc, s, slot, nullptr, 0, aout, usr, usrLen,
83 rsdScriptInvokeForEachMulti(rsc, s, slot, ains, 1, aout, usr, usrLen,
90 uint32_t slot,
99 cs->invokeForEach(slot, ains, inLen, aout, usr, usrLen, sc);
119 uint32_t slot,
123 cs->invokeFunction(slot, params, paramLength);
127 uint32_t slot,
132 cs->invokeReduce(slot, ains, inLen, aout, sc);
136 uint32_t slot, void *data, size_t dataLength)
    [all...]
  /external/elfutils/libdwfl/
dwfl_module_dwarf_cfi.c 34 __libdwfl_set_cfi (Dwfl_Module *mod, Dwarf_CFI **slot, Dwarf_CFI *cfi)
43 if (slot == &mod->eh_cfi)
50 return *slot = cfi;
  /external/freetype/src/pfr/
pfrobjs.h 78 pfr_slot_init( FT_GlyphSlot slot ); /* PFR_Slot */ variable
81 pfr_slot_done( FT_GlyphSlot slot ); /* PFR_Slot */ variable
85 pfr_slot_load( FT_GlyphSlot slot, /* PFR_Slot */
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
StatusBarIconController.java 55 * in that slot and not added as a sub slot.
61 public void setExternalIcon(String slot);
62 public void setIcon(String slot, int resourceId, CharSequence contentDescription);
63 public void setIcon(String slot, StatusBarIcon icon);
64 public void setSignalIcon(String slot, WifiIconState state);
65 public void setMobileIcons(String slot, List<MobileIconState> states);
66 public void setIconVisibility(String slot, boolean b);
68 * If you don't know what to pass for `tag`, either remove all icons for slot, or use
69 * TAG_PRIMARY to refer to the first icon at a given slot
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_interpolation_map.c 46 unsigned slot = vue_map->varying_to_slot[location + k]; local
47 if (slot != -1 && prog_data->interp_mode[slot] == INTERP_MODE_NONE) {
48 prog_data->interp_mode[slot] = interp;
50 if (prog_data->interp_mode[slot] == INTERP_MODE_FLAT) {
52 } else if (prog_data->interp_mode[slot] == INTERP_MODE_NOPERSPECTIVE) {
  /frameworks/rs/cpp/
Script.cpp 24 void Script::invoke(uint32_t slot, const void *v, size_t len) const {
25 tryDispatch(mRS, RS::dispatch->ScriptInvokeV(mRS->getContext(), getID(), slot, v, len));
28 void Script::forEach(uint32_t slot, const sp<const Allocation>& ain, const sp<const Allocation>& aout,
35 tryDispatch(mRS, RS::dispatch->ScriptForEach(mRS->getContext(), getID(), slot, in_id, out_id, usr, usrLen, nullptr, 0));
42 void Script::bindAllocation(const sp<Allocation>& va, uint32_t slot) const {
43 tryDispatch(mRS, RS::dispatch->ScriptBindAllocation(mRS->getContext(), getID(), BaseObj::getObjID(va), slot));
  /frameworks/rs/cpu_ref/
rsd_cpu.h 54 virtual void invokeFunction(uint32_t slot, const void *params, size_t paramLength) = 0;
57 virtual void invokeForEach(uint32_t slot,
65 virtual void invokeReduce(uint32_t slot,
73 virtual void setGlobalVar(uint32_t slot, const void *data, size_t dataLength) = 0;
74 virtual void getGlobalVar(uint32_t slot, void *data, size_t dataLength) = 0;
75 virtual void setGlobalVarWithElemDims(uint32_t slot, const void *data, size_t dataLength,
77 virtual void setGlobalBind(uint32_t slot, Allocation *data) = 0;
78 virtual void setGlobalObj(uint32_t slot, ObjectBase *obj) = 0;
  /system/extras/tests/bootloader/
bootloadertest.py 82 val = self.fastboot.getvar("slot-count")
86 self.fail("slot-count (%s) is not an integer" % val)
115 if "slot-count" in var_all:
117 slotcount = int(var_all["slot-count"])
119 self.fail("slot-count (%s) is not an integer" % var_all["slot-count"])
123 self.exists_validvals("current-slot", var_all, slots)
125 # test for slot metadata
126 for slot in slots:
127 self.exists_yes_no("slot-unbootable:"+slot, var_all
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/iq2000/
noyield.s 2 # (e.g. SLEEP) does NOT appear in the branch delay slot.
6 # nop in the branch delay slot.
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
branch-section.s 8 # Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
18 # Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
micromips-size-0.l 10 .*:58: Warning: wrong size instruction in a 32-bit branch delay slot
11 .*:66: Warning: wrong size instruction in a 16-bit branch delay slot
13 .*:74: Warning: wrong size instruction in a 16-bit branch delay slot
15 .*:77: Warning: wrong size instruction in a 16-bit branch delay slot
16 .*:78: Warning: wrong size instruction in a 16-bit branch delay slot
17 .*:80: Warning: wrong size instruction in a 32-bit branch delay slot
18 .*:82: Warning: wrong size instruction in a 32-bit branch delay slot
21 .*:95: Warning: macro instruction expanded into a wrong size instruction in a 16-bit branch delay slot
22 .*:95: Warning: macro instruction expanded into multiple instructions in a branch delay slot
23 .*:98: Warning: wrong size instruction in a 32-bit branch delay slot
    [all...]
mips16-pcrel-addend-0.s 14 # Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
23 # Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
mips16-pcrel-addend-1.s 10 # Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
23 # Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
mips16-pcrel-addend-2.s 15 # Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
24 # Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
mips16-pcrel-reloc-0.s 14 # Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
23 # Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
mips16-pcrel-reloc-1.s 10 # Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
23 # Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
mips16-pcrel-reloc-2.s 15 # Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
24 # Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
mips16-pcrel-reloc-4.s 14 # Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
23 # Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
mips16-pcrel-reloc-5.s 10 # Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
23 # Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
mips16-pcrel-reloc-6.s 15 # Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
24 # Force some (non-delay-slot) zero bytes, to make 'objdump' print ...

Completed in 329 milliseconds

1 2 3 4 56 7 8 91011>>