HomeSort by relevance Sort by last modified time
    Searched full:slots (Results 151 - 175 of 1326) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/native/include/gui/
BufferQueue.h 44 // When in async mode we reserve two slots in order to guarantee that the
74 // BufferQueue manages a pool of gralloc memory slots to be used by
BufferQueueProducer.h 42 // setBufferCount updates the number of available buffer slots. If this
43 // method succeeds, buffer slots will be both unallocated and owned by
92 // must discard cached GraphicBuffer references for all slots.
181 // block if there are no available slots and we are not in non-blocking
  /hardware/intel/img/psb_video/src/
tng_hostcode.h 362 // Source slots
363 IMG_FRAME *apsSourceSlotBuff[MAX_SOURCE_SLOTS_SL]; // Source slots
364 IMG_UINT32 aui32SourceSlotPOC[MAX_SOURCE_SLOTS_SL]; // POCs of frames in slots
366 IMG_UINT8 ui8SlotsInUse; // Number of source slots used
367 IMG_UINT8 ui8SlotsCoded; // Number of coded slots used
371 // Coded slots
372 //IMG_CODED_BUFFER * apsCodedSlotBuff[MAX_CODED_BUFFERS]; // Coded slots
374 //IMG_CODED_BUFFER * apsInternalCoded[MAX_CODED_BUFFERS]; // Frames placed in slots when using internal coded frame allocation
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
ThreadLocalTest.java 71 // container method. But assigning to object slots in the container
122 // But assigning to object slots in the container method is ok.
  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
Constant.java 28 * meaning it takes up two slots in the constant pool, or
  /dalvik/dx/src/com/android/dx/rop/cst/
Constant.java 28 * meaning it takes up two slots in the constant pool, or
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d9/shaders/compiled/
flipyvs.h 24 // approximately 2 instruction slots used
passthroughps.h 24 // approximately 2 instruction slots used (1 texture, 1 arithmetic)
standardvs.h 24 // approximately 2 instruction slots used
  /external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
FormatInterpreter.java 114 List<Integer> slots = new ArrayList<Integer>(); local
119 slots.add(i);
132 // Puts reordered fields in slots.
134 fieldOrder.set(slots.get(j), union.get(j));
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
R600Schedule.td 11 // slots ALU.X, ALU.Y, ALU.Z, ALU.W, and TRANS. For cayman cards, the TRANS
  /external/chromium_org/third_party/skia/debugger/QT/
SkSettingsWidget.h 81 private slots:
  /external/chromium_org/v8/test/mjsunit/compiler/
inline-context-slots.js 28 // Test inlining of functions with context slots.
  /external/dexmaker/src/dx/java/com/android/dx/rop/cst/
Constant.java 28 * meaning it takes up two slots in the constant pool, or
  /external/llvm/lib/Target/Sparc/
README.txt 57 * Fill delay slots
  /external/llvm/test/CodeGen/SystemZ/Large/
spill-01.py 1 # Test cases where MVC is used for spill slots that end up being out of range.
  /external/mesa3d/src/gallium/drivers/radeon/
R600Schedule.td 11 // slots ALU.X, ALU.Y, ALU.Z, ALU.W, and TRANS. For cayman cards, the TRANS
  /external/skia/debugger/QT/
SkSettingsWidget.h 81 private slots:
  /external/srec/config/en.us/grammars/
slot_test1.grxml 3 Test grammar, stacked slots
  /ndk/sources/host-tools/make-3.81/
hash.h 46 unsigned long ht_size; /* total number of slots (power of 2) */
47 unsigned long ht_capacity; /* usable slots, limited by loading-factor */
49 unsigned long ht_empty_slots; /* empty slots not including deleted slots */
  /external/chromium_org/base/threading/
thread_local_storage.h 42 // that to support a much larger number of Chromium slots (independent of the
56 // will then call all registered destructors for slots in Chromium
60 // thread, as other destructors may re-set slots that were previously
  /external/chromium_org/third_party/sqlite/src/src/
table.c 32 int nAlloc; /* Slots allocated for azResult[] */
35 int nData; /* Slots used in azResult[]. (nRow+1)*nColumn */
46 int need; /* Slots needed in p->azResult[] */
  /external/chromium_org/tools/relocation_packer/
README.TXT 90 Requires two free slots in the .dynamic section. Uses these to add data that
92 if insufficient free slots exist (use gold --spare-dynamic-slots to increase
  /external/libselinux/src/
avc.c 33 struct avc_node *slots[AVC_CACHE_SLOTS]; member in struct:avc_cache
139 avc_cache.slots[i] = 0;
227 node = avc_cache.slots[i];
260 cur = avc_cache.slots[hvalue];
281 avc_cache.slots[hvalue] = cur->next;
319 new->next = avc_cache.slots[hvalue];
320 avc_cache.slots[hvalue] = new;
336 cur = avc_cache.slots[hvalue];
463 node = avc_cache.slots[i];
472 avc_cache.slots[i] = 0
    [all...]
  /external/llvm/lib/Transforms/Scalar/
Reg2Mem.cpp 64 INITIALIZE_PASS_BEGIN(RegToMem, "reg2mem", "Demote all values to stack slots",
67 INITIALIZE_PASS_END(RegToMem, "reg2mem", "Demote all values to stack slots",
90 // Find the escaped instructions. But don't create stack slots for

Completed in 1295 milliseconds

1 2 3 4 5 67 8 91011>>