HomeSort by relevance Sort by last modified time
    Searched full:slot (Results 351 - 375 of 856) sorted by null

<<11121314151617181920>>

  /frameworks/base/core/java/android/database/
CursorJoiner.java 196 * array and saves them in values beginning at startingIndex, skipping a slot
202 * @param startingIndex the slot in which to start storing values, and must be either 0 or 1.
DatabaseUtils.java     [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_yuv_mmx.c 97 "pushl $0\n" // save a slot on the stack.
100 "movl %%ebx,4(%%esp)\n" // put the thing in the stack slot.
230 "addl $4,%%esp\n" // get rid of the stack slot we reserved.
258 "pushl $0\n" // save a slot on the stack.
261 "movl %%ebx, 4(%%esp)\n" // put the thing in the stack slot.
414 "addl $4, %%esp\n" // get rid of the stack slot we reserved.
  /external/qemu/tcg/hppa/
tcg-target.c 422 tcg_out_mov(s, r0, addr_reg); /* delay slot */
428 tcg_out_mov(s, r0, addr_reg); /* delay slot */
436 tcg_out_nop(s); /* delay slot */
595 tcg_out_mov(s, r0, addr_reg); /* delay slot */
601 tcg_out_mov(s, r0, addr_reg); /* delay slot */
609 tcg_out_nop(s); /* delay slot */
  /external/webkit/WebCore/bindings/js/
SerializedScriptValue.cpp 534 PropertySlot slot(object);
535 if (object->getOwnPropertySlot(m_exec, propertyName, slot)) {
537 return slot.getValue(m_exec, propertyName);
545 PropertySlot slot(object);
546 if (object->getOwnPropertySlot(m_exec, propertyName, slot))
547 return slot.getValue(m_exec, propertyName);
  /external/dbus/dbus/
dbus-message.c 364 * the slot list, the malloc for the header string and body string,
558 /* Find empty slot */
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
tree-flow-inline.h 110 hti->slot = table->entries;
111 hti->limit = hti->slot + htab_size (table);
114 PTR x = *(hti->slot);
117 } while (++(hti->slot) < hti->limit);
119 if (hti->slot < hti->limit)
120 return *(hti->slot);
124 /* Return current non-empty/deleted slot of the hashtable pointed to by HTI,
130 if (hti->slot >= hti->limit)
141 while (++(hti->slot) < hti->limit)
143 PTR x = *(hti->slot);
    [all...]
  /external/bison/lib/
hash.c 90 function, or just `hasher' for short) into a number (or `slot') between 0
91 and the current table size. At each slot position in the hash table,
93 slot. A bucket is the collection of all entries hashing to the same slot.
97 entries divided by the table size. Finding the slot for a data is usually
523 slot number for that entry which should be in the range 0..TABLE_SIZE-1.
524 This slot number is then returned.
  /external/bluetooth/hcidump/parser/
lmp.c 621 printf("use 1-slot packets\n");
624 printf("use 3-slot packets\n");
627 printf("use 5-slot packets\n");
654 printf("use 1-slot packets\n");
657 printf("use 3-slot packets\n");
660 printf("use 5-slot packets\n");
918 printf("slot offset %d\n", offset);
  /external/qemu/tcg/sparc/
tcg-target.c 611 /* mov (delay slot) */
624 // delay slot
671 /* nop (delay slot */
823 /* mov (delay slot) */
839 // delay slot
852 /* nop (delay slot) */
972 // delay slot
    [all...]
  /external/v8/src/
ast.h 78 V(Slot) \
129 virtual Slot* AsSlot() { return NULL; }
989 class Slot: public Expression {
992 // A slot in the parameter section on the stack. index() is
996 // A slot in the local section on the stack. index() is
1000 // An indexed slot in a heap context. index() is the
1006 // A named slot in a heap context. var()->name() is the
1013 Slot(Variable* var, Type type, int index)
1021 virtual Slot* AsSlot() { return this; }
    [all...]
  /external/freetype/src/truetype/
ttobjs.c     [all...]
  /external/webkit/JavaScriptCore/runtime/
JSString.h 493 ALWAYS_INLINE bool JSString::getStringPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot)
496 slot.setValue(jsNumber(exec, m_stringLength));
503 slot.setValue(jsSingleCharacterSubstring(exec, value(exec), i));
510 ALWAYS_INLINE bool JSString::getStringPropertySlot(ExecState* exec, unsigned propertyName, PropertySlot& slot)
513 slot.setValue(jsSingleCharacterSubstring(exec, value(exec), propertyName));
  /hardware/broadcom/wlan/bcm4329/src/bcmsdio/sys/
bcmsdstd.c 60 uint sd_power = 1; /* Default to SD Slot powered ON */
62 uint sd_pci_slot = 0xFFFFffff; /* Used to force selection of a particular PCI slot */
564 sd_err(("set SD Slot power failed!\n"));
567 sd_err(("SD Slot Powered ON.\n"));
574 sd_err(("SD Slot Powered OFF.\n"));
1300 int slot, first_bar = 0; local
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
systemConfig.c 450 TRACE2(pSiteMgr->hReport, REPORT_SEVERITY_INFORMATION, ": Capabilities, Slot Time Bit = %d (capabilities = %d)\n", (pPrimarySite->capabilities >> CAP_SLOT_TIME_SHIFT) & 1, pPrimarySite->capabilities);
459 TRACE1(pSiteMgr->hReport, REPORT_SEVERITY_INFORMATION, ": 11b Mode, Slot Time = %d\n", (TI_UINT8)slotTime);
469 TRACE1(pSiteMgr->hReport, REPORT_SEVERITY_INFORMATION, ": 11g Mode, Slot Time = %d (desired)\n", (TI_UINT8)slotTime);
475 TRACE1(pSiteMgr->hReport, REPORT_SEVERITY_INFORMATION, ": 11g Mode, Slot Time = %d\n", (TI_UINT8) slotTime);
488 TRACE1(pSiteMgr->hReport, REPORT_SEVERITY_INFORMATION, ": 11a Mode, Slot Time = %d\n", (TI_UINT8)slotTime);
  /system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
systemConfig.c 444 TRACE2(pSiteMgr->hReport, REPORT_SEVERITY_INFORMATION, ": Capabilities, Slot Time Bit = %d (capabilities = %d)\n", (pPrimarySite->capabilities >> CAP_SLOT_TIME_SHIFT) & 1, pPrimarySite->capabilities);
453 TRACE1(pSiteMgr->hReport, REPORT_SEVERITY_INFORMATION, ": 11b Mode, Slot Time = %d\n", (TI_UINT8)slotTime);
463 TRACE1(pSiteMgr->hReport, REPORT_SEVERITY_INFORMATION, ": 11g Mode, Slot Time = %d (desired)\n", (TI_UINT8)slotTime);
469 TRACE1(pSiteMgr->hReport, REPORT_SEVERITY_INFORMATION, ": 11g Mode, Slot Time = %d\n", (TI_UINT8) slotTime);
482 TRACE1(pSiteMgr->hReport, REPORT_SEVERITY_INFORMATION, ": 11a Mode, Slot Time = %d\n", (TI_UINT8)slotTime);
  /external/freetype/include/freetype/internal/
psaux.h 484 FT_GlyphSlot slot,
524 /* glyph :: The current glyph slot. */
641 FT_GlyphSlot slot,
    [all...]
  /external/jpeg/
jdinput.c 203 * the same Q-table slot number, but change table definitions between scans
211 * slot between scans of a component using that slot. If the encoder does so
  /external/kernel-headers/original/asm-x86/
voyager.h 325 #define MAX_PROCESSOR_BOARDS 4 /* 4 processor slot system */
337 * will be zero except for slot */
342 __u8 Slot; /* Processor slots 1 - 4 */
  /external/webkit/WebKit/qt/Api/
qwebview.cpp 265 This function is marked as a slot and can be conveniently connected to
395 this, SLOT(updateMicroFocus()));
397 this, SLOT(_q_pageDestroyed()));
828 Convenience slot that stops loading the document.
843 Convenience slot that loads the previous document in the list of documents
859 Convenience slot that loads the next document in the list of documents
  /bionic/libc/include/sys/
cdefs.h 350 * This points to the first slot in the link set.
353 * This points to the (non-existent) slot after the last
  /development/simulator/wrapsim/
FakeDev.c 136 * We mark the fd slot as "used" in the bitmap, but don't add it to the
226 * If we assigned a file descriptor slot, free it up.
  /external/freetype/include/freetype/
ftoutln.h 341 /* if ( face->slot->format == FT_GLYPH_FORMAT_OUTLINE ) */
342 /* FT_Outline_Embolden( &face->slot->outline, strength ); */
  /external/icu4c/common/
ucase.h 346 UCASE_EXC_ALL_SLOTS /* one past the last slot */
349 /* each slot is 2 uint16_t instead of 1 */
  /external/opencore/protocols/systems/3g-324m_pvterminal/h223/src/
muxtbl.cpp 234 TPVMuxDescriptorSlot slot; local
235 if (!(*iOutgoingDescriptors)[desc_num]->FindLcn((uint16)sdu_data.lcn->GetLogicalChannelNumber(), (uint16)(sdu_data.lcn->IsSegmentable() ? 0 : sdu_data.size), slot))

Completed in 597 milliseconds

<<11121314151617181920>>