/external/srec/portable/include/ |
ArrayListImpl.h | 42 * empty slot.
|
/external/webkit/JavaScriptCore/wtf/ |
ThreadIdentifierDataPthreads.h | 60 // and re-sets itself into the thread-specific slot to make Pthreads to call it again later.
|
/external/webkit/WebCore/bridge/qt/ |
qt_instance.cpp | 140 bool QtInstance::getOwnPropertySlot(JSObject* object, ExecState* exec, const Identifier& propertyName, PropertySlot& slot) 142 return object->JSObject::getOwnPropertySlot(exec, propertyName, slot); 145 void QtInstance::put(JSObject* object, ExecState* exec, const Identifier& propertyName, JSValue value, PutPropertySlot& slot) 147 object->JSObject::put(exec, propertyName, value, slot);
|
/external/webkit/WebCore/platform/network/qt/ |
DnsPrefetchHelper.h | 55 QHostInfo::lookupHost(hostname, this, SLOT(lookedUp(QHostInfo)));
|
/external/webkit/WebKit/qt/tests/qgraphicswebview/ |
tst_qgraphicswebview.cpp | 86 connect(page->mainFrame(), SIGNAL(initialLayoutCompleted()), page, SLOT(aborting()));
|
/external/wpa_supplicant/wpa_gui-qt4/ |
eventhistory.cpp | 86 connect(closeButton, SIGNAL(clicked()), this, SLOT(close()));
|
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/ |
eventhistory.cpp | 87 connect(closeButton, SIGNAL(clicked()), this, SLOT(close()));
|
/ndk/build/platforms/android-3/arch-arm/usr/include/linux/sunrpc/ |
xprt.h | 117 struct rpc_rqst * slot; member in struct:rpc_xprt
|
/ndk/build/platforms/android-4/arch-arm/usr/include/linux/sunrpc/ |
xprt.h | 117 struct rpc_rqst * slot; member in struct:rpc_xprt
|
/ndk/build/platforms/android-5/arch-arm/usr/include/linux/sunrpc/ |
xprt.h | 117 struct rpc_rqst * slot; member in struct:rpc_xprt
|
/ndk/build/platforms/android-5/arch-x86/usr/include/linux/sunrpc/ |
xprt.h | 117 struct rpc_rqst * slot; member in struct:rpc_xprt
|
/ndk/build/platforms/android-8/arch-arm/usr/include/linux/sunrpc/ |
xprt.h | 117 struct rpc_rqst * slot; member in struct:rpc_xprt
|
/ndk/build/platforms/android-8/arch-x86/usr/include/linux/sunrpc/ |
xprt.h | 117 struct rpc_rqst * slot; member in struct:rpc_xprt
|
/external/srec/tools/grxmlcompile/ |
grxmlcompile.cpp | 439 /* this pushes the slot labels forward which gives an opportunity for 440 multiple instances of the slot to be merged, eg. lookup NAME 478 std::cout << "Error: FstPushSlotLikeOLabels() failing, there could be confusion between the slot (hack-pron) and a real-pron, the slot olabel may have been pushed by earlier fst operations!" << std::endl; 516 /* gets the range of slot numbers, myMin inclusive, myMax is exclusive */ 535 in the Cfst, meaning that the slot marker must be unchanged after 537 used, and put the slot marker arcs in parallel. This also causes the 538 models before the slot to assume silence to the right, and the models after 539 the slot to assume silence to the left, both of which are reasonable */ 680 cout << "SLOT>> " << phrase << endl [all...] |
/external/srec/doc/logs/uapi/ |
run_voicetags1.log | 133 G2Listener: Finish adding voicetags to grammar slot 211 G2Listener: Finish adding voicetags to grammar slot 288 G2Listener: Finish adding voicetags to grammar slot 366 G2Listener: Finish adding voicetags to grammar slot 444 G2Listener: Finish adding voicetags to grammar slot 523 G2Listener: Finish adding voicetags to grammar slot 600 G2Listener: Finish adding voicetags to grammar slot 678 G2Listener: Finish adding voicetags to grammar slot 756 G2Listener: Finish adding voicetags to grammar slot 834 G2Listener: Finish adding voicetags to grammar slot [all...] |
/bootable/recovery/minzip/ |
Hash.h | 42 * value for "data" indicates an empty slot, and HASH_TOMBSTONE indicates 43 * a no-longer-used slot that must be stepped over during probing.
|
/dalvik/vm/ |
Hash.h | 54 * value for "data" indicates an empty slot, and HASH_TOMBSTONE indicates 55 * a no-longer-used slot that must be stepped over during probing.
|
/dalvik/vm/alloc/ |
HeapTable.c | 71 /* Make sure that a table with a free slot is 78 /* Find an empty slot for this reference.
|
/dalvik/vm/compiler/codegen/arm/ |
Ralloc.h | 43 * Get the "real" sreg number associated with an sReg slot. In general, 45 * dataflow analysis and refer to slot numbers in the cUnit->regLocation
|
/external/dbus/dbus/ |
dbus-message.h | 207 dbus_int32_t slot, 211 dbus_int32_t slot);
|
/external/iproute2/ |
README.iproute2+tc | 91 # Add to 6th slot of hash table rule to select tcp/telnet to 193.233.7.75 100 # Add to 1th slot of hash table rule to select icmp to 193.233.7.75
|
/external/qemu/ |
sysemu.h | 198 void qemu_system_device_hot_add(int pcibus, int slot, int state); 213 void pci_device_hot_remove_success(int pcibus, int slot);
|
/external/quake/quake/src/WinQuake/ |
cl_parse.cpp | 630 void CL_NewTranslation (int slot) 636 if (slot > cl.maxclients) 637 Sys_Error ("CL_NewTranslation: slot > cl.maxclients"); 638 dest = cl.scores[slot].translations; 640 memcpy (dest, vid.colormap, sizeof(cl.scores[slot].translations)); 641 top = cl.scores[slot].colors & 0xf0; 642 bottom = (cl.scores[slot].colors &15)<<4; 644 R_TranslatePlayerSkin (slot);
|
/external/srec/srec/Grammar/include/ |
SR_GrammarImpl.h | 142 SREC_GRAMMAR_API ESR_ReturnCode SR_Grammar_AddWordToSlot(SR_Grammar* self, const LCHAR* slot, 152 SREC_GRAMMAR_API ESR_ReturnCode SR_Grammar_AddNametagToSlot(SR_Grammar* self, const LCHAR* slot,
|
/external/v8/src/ |
variables.cc | 134 Slot* Variable::slot() const { function in class:v8::internal::Variable
|