HomeSort by relevance Sort by last modified time
    Searched full:slots (Results 76 - 100 of 1337) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/base/core/java/com/android/internal/statusbar/
StatusBarIconList.java 90 public void defineSlots(String[] slots) {
91 final int N = slots.length;
94 s[i] = slots[i];
  /external/chromium_org/third_party/tcmalloc/vendor/doc/
cpuprofile-fileformat.html 40 <p>The binary data is expressed in terms of "slots." These are words
68 <td>header slots after this one (3; must be &gt;= 3)</td>
101 <td>32-bit or 64-bit (slots)</td>
126 <p>The contents are shown in terms of slots, and in terms of 4-byte
178 This example shows the slots contained in a sample profile record.
199 <p>The binary trailer consists of three slots of data with fixed
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_linkage.h 46 /* efficient_slots is the number of slots such that hardware performance is
47 * the same for using that amount, with holes, or less slots but with less
  /external/mesa3d/src/gallium/auxiliary/util/
u_linkage.h 46 /* efficient_slots is the number of slots such that hardware performance is
47 * the same for using that amount, with holes, or less slots but with less
  /external/srec/shared/include/
Int8ArrayListImpl.h 42 * Virtual number of allocated element slots.
46 * Actual number of allocated element slots.
IntArrayListImpl.h 42 * Virtual number of allocated element slots.
46 * Actual number of allocated element slots.
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
wpagui.h 41 public slots:
86 protected slots:
  /packages/apps/QuickSearchBox/res/values-xlarge/
config.xml 18 <!-- Number of suggestions slots that are visible above
19 the onscreen keyboard. These slots will be shared among
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/dvb/
ca.h 56 unsigned int slot_num; /* total number of CA card and module slots */
58 unsigned int descr_num; /* total number of descrambler slots (keys) */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/dvb/
ca.h 56 unsigned int slot_num; /* total number of CA card and module slots */
58 unsigned int descr_num; /* total number of descrambler slots (keys) */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/dvb/
ca.h 56 unsigned int slot_num; /* total number of CA card and module slots */
58 unsigned int descr_num; /* total number of descrambler slots (keys) */
  /external/qemu/
kvm-all.c 57 KVMSlot slots[32]; member in struct:KVMState
74 for (i = 0; i < ARRAY_SIZE(s->slots); i++) {
75 /* KVM private memory slots */
78 if (s->slots[i].memory_size == 0)
79 return &s->slots[i];
92 for (i = 0; i < ARRAY_SIZE(s->slots); i++) {
93 KVMSlot *mem = &s->slots[i];
114 for (i = 0; i < ARRAY_SIZE(s->slots); i++) {
115 KVMSlot *mem = &s->slots[i];
274 for (i = 0; i < ARRAY_SIZE(s->slots); i++)
    [all...]
  /external/aac/libSBRdec/src/
sbr_dec.cpp 173 /* assign qmf time slots */
272 The spectral data is organized in so-called slots, each slot
273 containing 64 bands of complex data. The number of slots per frame is
274 dependend on the frame size. For mp3PRO, there are 18 slots per frame
275 and 6 slots per #OverlapBuffer. It is not necessary to have the slots
282 1.) Input time domain signal is located in #timeIn, the last slots
293 3.) LPP-Transposition in lppTransposer() is processed on 24 slots. During the
301 of a slot of 64 complex spectral values at a time. The first 6 slots
302 in #timeOut are filled from the results of spectral slots 0..5 in th
    [all...]
  /bionic/libc/kernel/common/linux/
efs_dir.h 39 unsigned char slots; member in struct:efs_dir
  /device/google/accessory/demokit/hardware/fab/m256c/
README 27 NOTE: Board contains 3 plated slots, each slot is marked at the two ends
  /external/llvm/lib/Target/X86/
X86CallingConv.td 235 // Integer/FP values get stored in stack slots that are 8 bytes in size and
239 // Long doubles get stack slots whose size and alignment depends on the
243 // Vectors get 16-byte stack slots that are 16-byte aligned.
246 // 256-bit vectors get 32-byte stack slots that are 32-byte aligned.
250 // 512-bit vectors get 64-byte stack slots that are 64-byte aligned.
297 // Integer/FP values get stored in stack slots that are 8 bytes in size and
301 // Long doubles get stack slots whose size and alignment depends on the
327 // Integer/FP values get stored in stack slots that are 8 bytes in size and
354 // Integer/Float values get stored in stack slots that are 4 bytes in
358 // Doubles get 8-byte slots that are 4-byte aligned
    [all...]
  /frameworks/base/core/res/res/values-mcc219/
config.xml 23 <!-- Do not translate. Defines the slots is Two Digit Number for dialing normally not USSD -->
  /frameworks/base/core/res/res/values-mcc220/
config.xml 23 <!-- Do not translate. Defines the slots is Two Digit Number for dialing normally not USSD -->
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
FrameSlotSource.java 30 // as getSignature() is typically called before a FrameManager and its slots are setup.
FrameSlotTarget.java 30 // as getSignature() is typically called before a FrameManager and its slots are setup.
  /frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/dataclass/
ClassWithNative.java 37 // 2 slots in the stack/locals maps.
OuterClass.java 33 // 2 slots in the stack/locals maps.
  /libcore/luni/src/main/java/java/util/concurrent/
RejectedExecutionHandler.java 20 * task. This may occur when no more threads or queue slots are
  /external/aac/libFDK/include/
qmf.h 165 int no_col; /*!< Number of time slots */
181 FIXP_QMF **qmfReal, /*!< Pointer to real subband slots */
182 FIXP_QMF **qmfImag, /*!< Pointer to imag subband slots */
191 FIXP_QMF **QmfBufferReal, /*!< Pointer to real subband slots */
192 FIXP_QMF **QmfBufferImag, /*!< Pointer to imag subband slots */
203 int noCols, /*!< Number of time slots */
221 int noCols, /*!< Number of time slots */
  /cts/tests/src/android/widget/cts/util/
ListItemFactory.java 85 * separating the thirds), filled with buttons into some slots.
88 * @param slots Which slots to fill with buttons.
91 public static View horizontalButtonSlots(Context context, int desiredHeight, Slot... slots) {
104 for (Slot slot : slots) {

Completed in 2175 milliseconds

1 2 34 5 6 7 8 91011>>