/dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/ |
DTMDocumentImpl.java | 118 // each reference slot is addressed by a nodeHandle index value. 645 // // %TBD% may need to notice the last slot number and slot count to avoid 658 // // %TBD% reset slot 0 to indicate ChunkedIntArray reuse or wait for [all...] |
ExpandedNameTable.java | 100 * Each array member is a slot for a hash bucket.
|
/external/bison/lib/ |
quotearg.c | 563 /* Use storage slot N to return a quoted version of argument ARG. 577 /* Preallocate a slot 0 buffer, so that the caller can always quote 578 one small component of a "memory exhausted" message in slot 0. */
|
/external/kernel-headers/original/linux/ |
wanrouter.h | 209 unsigned PCI_slot_no; /* S514 PCI adapter slot number */ 210 char auto_pci_cfg; /* S515 PCI automatic slot detection */ 471 unsigned char S514_slot_no; /* PCI Slot Number */
|
/external/ppp/pppd/plugins/radius/etc/ |
dictionary.ascend | 104 ATTRIBUTE Ascend-PPP-VJ-Slot-Comp 210 integer 259 VALUE Ascend-PPP-VJ-Slot-Comp VJ-Slot-Comp-No 1
|
/external/qemu/ |
qemu-monitor.hx | 496 { "drive_add", "ss", drive_hot_add, "pci_addr=[[<domain>:]<bus>:]<slot>\n" 509 { "pci_add", "sss", pci_device_hot_add, "pci_addr=auto|[[<domain>:]<bus>:]<slot> nic|storage [[vlan=n][,macaddr=addr][,model=type]] [file=file][,if=type][,bus=nr]...", "hot-add PCI device" }, 517 { "pci_del", "s", pci_device_hot_remove, "pci_addr=[[<domain>:]<bus>:]<slot>", "hot remove PCI device" },
|
elf.h | 556 #define R_390_GOTPLT12 29 /* 12 bit offset to jump slot. */ 557 #define R_390_GOTPLT16 30 /* 16 bit offset to jump slot. */ 558 #define R_390_GOTPLT32 31 /* 32 bit offset to jump slot. */ 559 #define R_390_GOTPLT64 32 /* 64 bit offset to jump slot. */ 560 #define R_390_GOTPLTENT 33 /* 32 bit rel. offset to jump slot. */ [all...] |
/external/srec/portable/src/ |
pmemory.c | 185 /* found an empty slot, use it. */ 202 /* found a matching slot, return it */ 208 /* Look at next slot and wrap around. */
|
/external/srec/srec_jni/ |
android_speech_srec_Recognizer.cpp | 353 (JNIEnv *env, jclass clazz, jint grammar, jstring slot, jstring word, jstring pronunciation, jint weight, jstring tag) { 358 if ((sl = env->GetStringUTFChars(slot, 0)) && 367 if (sl) env->ReleaseStringUTFChars(slot, sl);
|
/external/webkit/WebCore/css/ |
CSSMutableStyleDeclaration.cpp | 544 void CSSMutableStyleDeclaration::setPropertyInternal(const CSSProperty& property, CSSProperty* slot) 549 CSSProperty* toReplace = slot ? slot : findPropertyWithId(property.id()); [all...] |
/packages/apps/Gallery3D/src/com/cooliris/media/ |
GridInputProcessor.java | 93 public void setCurrentSelectedSlot(int slot) { 94 mCurrentSelectedSlot = slot; 99 DisplayItem displayItem = layer.getDisplayItemForSlotId(slot); [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
function.h | 319 If stack grows down, this is the address of the last stack slot allocated. 320 If stack grows up, this is the address for the next slot. */ 346 /* The largest alignment of slot allocated on the stack. */
|
/system/core/sh/ |
init.c | 284 #define EMPTY -2 /* marks an unused slot in redirtab */ 576 #define EMPTY -2 /* marks an unused slot in redirtab */ 864 #define EMPTY -2 /* marks an unused slot in redirtab */
|
/dalvik/libcore/luni/src/test/java/tests/api/java/util/ |
VectorTest.java | 346 assertEquals("Added Element to wrong slot", "Added Element", ((String) v.elementAt(100)) 350 assertNull("Added null to wrong slot", v.elementAt(101)); 367 assertEquals("Added Element to wrong slot", "Added Element", ((String) v.elementAt(100)) 371 assertNull("Added null to wrong slot", v.elementAt(101)); [all...] |
/external/icu4c/test/intltest/ |
wbnf.cpp | 474 // ______________________ every slot has equal chance 480 // First, a slot is selected by rand(). Then we translate the slot to corresponding item. 486 // get the slot's index, 0 <= mark <= total; 489 // translate the slot to corresponding item [all...] |
/external/bluetooth/bluez/lib/ |
hci.c | 587 { "<3-slot packets>", LMP_3SLOT }, /* Bit 0 */ 588 { "<5-slot packets>", LMP_5SLOT }, /* Bit 1 */ 590 { "<slot offset>", LMP_SOFFSET }, /* Bit 3 */ 635 { "<3-slot EDR ACL>", LMP_EDR_3SLOT }, /* Bit 7 */ 639 { "<5-slot EDR ACL>", LMP_EDR_5SLOT }, /* Bit 0 */ 646 { "<3-slot EDR eSCO>", LMP_EDR_3S_ESCO }, /* Bit 7 */ [all...] |
/external/freetype/src/cff/ |
cffgload.c | 303 /* within the corresponding glyph slot. */ 372 /* slot :: The current glyph object. */ 382 CFF_GlyphSlot slot, 393 cff_builder_init( &decoder->builder, face, size, slot, hinting ); [all...] |
/external/webkit/WebKit/qt/Api/ |
qwebframe.cpp | 473 This function is marked as a slot and can be conveniently connected to 531 new URL, you should add them in a slot connected to the 555 new URL, you should add them in a slot connected to the 580 JSC::PutPropertySlot slot; local 581 window->put(exec, JSC::Identifier(exec, (const UChar *) name.constData(), name.length()), runtimeObject, slot); [all...] |
/dalvik/libdex/ |
DexFile.c | 357 * until we find an open slot. 371 * Find the first empty slot. We oversized the table, so this is 869 * Search until we find a matching entry or an empty slot. [all...] |
/external/freetype/src/psaux/ |
t1decode.c | [all...] |
/bionic/libc/unistd/ |
syslog.c | 290 * If the user closed the FD and opened another in the same slot,
|
/dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/ |
ElemCallTemplate.java | 146 // and set the index of the param slot.
|
/dalvik/libcore/xml/src/main/java/org/apache/xml/res/ |
XMLErrorResources.java | 176 "Offset bigger than slot"},
|
/dalvik/libcore/xml/src/main/java/org/apache/xpath/compiler/ |
OpCodes.java | 53 * Empty slot to indicate NULL.
|
/dalvik/vm/compiler/codegen/arm/ |
CodegenCommon.c | 361 /* Create the PC reconstruction slot if not already done */
|