/external/dbus/dbus/ |
dbus-pending-call.c | 467 * the pending call is finalized. The slot number 471 * @param slot the slot number 478 dbus_int32_t slot, 488 slot, data, free_data_func, 714 * The passed-in slot must be initialized to -1, and is filled in 715 * with the slot ID. If the passed-in slot is not -1, it's assumed 718 * The allocated slot is global, i.e. all DBusPendingCall objects will 719 * have a slot with the given integer ID reserved [all...] |
dbus-pending-call.h | 55 dbus_int32_t slot, 59 dbus_int32_t slot);
|
/external/webkit/JavaScriptCore/runtime/ |
JSObject.cpp | 86 bool JSObject::getOwnPropertySlot(ExecState* exec, unsigned propertyName, PropertySlot& slot) 88 return getOwnPropertySlot(exec, Identifier::from(exec, propertyName), slot); 97 void JSObject::put(ExecState* exec, const Identifier& propertyName, JSValue value, PutPropertySlot& slot) 126 putDirectInternal(exec->globalData(), propertyName, value, 0, true, slot); 163 putDirectInternal(exec->globalData(), propertyName, value, 0, true, slot); 169 PutPropertySlot slot; local 170 put(exec, Identifier::from(exec, propertyName), value, slot); 173 void JSObject::putWithAttributes(ExecState* exec, const Identifier& propertyName, JSValue value, unsigned attributes, bool checkReadOnly, PutPropertySlot& slot) 175 putDirectInternal(exec->globalData(), propertyName, value, attributes, checkReadOnly, slot); 190 PropertySlot slot; local 196 PropertySlot slot; local 223 PropertySlot slot; local 306 PutPropertySlot slot; local 333 PutPropertySlot slot; local [all...] |
JSStaticScopeObject.cpp | 72 inline bool JSStaticScopeObject::getOwnPropertySlot(ExecState*, const Identifier& propertyName, PropertySlot& slot) 74 return symbolTableGet(propertyName, slot);
|
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/ |
wpagui.cpp | 62 SLOT(startService())); 64 SLOT(stopService())); 71 SLOT(addInterface())); 84 SLOT(eventHistory())); 86 SLOT(saveConfig())); 87 connect(actionWPS, SIGNAL(triggered()), this, SLOT(wpsDialog())); 88 connect(fileExitAction, SIGNAL(triggered()), qApp, SLOT(quit())); 90 SLOT(addNetwork())); 92 SLOT(editSelectedNetwork())); 94 SLOT(removeSelectedNetwork())) [all...] |
/external/freetype/src/psaux/ |
t1decode.h | 48 FT_GlyphSlot slot,
|
/external/srec/config/en.us/grammars/ |
rootslot.grxml | 4 Root slot grammar, this is an empty grammar that can be used when
|
slot_test2.grxml | 4 hello $SLOT | hello
|
/external/srec/srec/Semproc/include/ |
SR_SemanticGraphImpl.h | 90 * Only Root slot supported for now. 100 * Free list of arcs for dynamic add word to slot. 109 /* slot addition */ 138 SREC_SEMPROC_API ESR_ReturnCode SR_SemanticGraph_AddWordToSlot(SR_SemanticGraph* self, const LCHAR* slot, const LCHAR* word, const LCHAR* tag, const ESR_BOOL maybeMultiMeaning);
|
/external/v8/src/arm/ |
virtual-frame-arm.h | 219 // Push a copy of the value of a local frame slot on top of the frame. 224 // Push the value of a local frame slot on top of the frame and invalidate 225 // the local slot. The slot should be written to before trying to read 231 // Store the top value on the virtual frame into a local frame slot. The 237 // Push the address of the receiver slot on the frame. 240 // The function frame slot. 246 // The context frame slot. 249 // Save the value of the esi register to the context frame slot. 253 // slot [all...] |
/external/v8/src/mips/ |
virtual-frame-mips.h | 217 // Push a copy of the value of a local frame slot on top of the frame. 222 // Push the value of a local frame slot on top of the frame and invalidate 223 // the local slot. The slot should be written to before trying to read 229 // Store the top value on the virtual frame into a local frame slot. The 235 // Push the address of the receiver slot on the frame. 238 // The function frame slot. 244 // The context frame slot. 247 // Save the value of the cp register to the context frame slot. 251 // slot [all...] |
/external/webkit/JavaScriptCore/debugger/ |
DebuggerActivation.cpp | 54 bool DebuggerActivation::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot) 56 return m_activation->getOwnPropertySlot(exec, propertyName, slot); 59 void DebuggerActivation::put(ExecState* exec, const Identifier& propertyName, JSValue value, PutPropertySlot& slot) 61 m_activation->put(exec, propertyName, value, slot);
|
/external/webkit/WebKitTools/QtLauncher/ |
main.cpp | 160 connect(page(), SIGNAL(loadStarted()), this, SLOT(loadStarted())); 161 connect(page(), SIGNAL(loadFinished(bool)), this, SLOT(loadFinished())); 163 this, SLOT(showLinkHover(const QString&, const QString&))); 168 connect(this, SIGNAL(destroyed()), inspector, SLOT(deleteLater())); 374 m_view, SLOT(print(QPrinter*))); 482 fileMenu->addAction("New Window", this, SLOT(newWindow()), QKeySequence::New); 483 fileMenu->addAction(tr("Open File..."), this, SLOT(openFile()), QKeySequence::Open); 484 fileMenu->addAction("Close Window", this, SLOT(close()), QKeySequence::Close); 486 fileMenu->addAction("Take Screen Shot...", this, SLOT(screenshot())); 487 fileMenu->addAction(tr("Print..."), this, SLOT(print()), QKeySequence::Print) [all...] |
/external/wpa_supplicant/wpa_gui-qt4/ |
main.cpp | 36 app.connect(&app, SIGNAL(lastWindowClosed()), &app, SLOT(quit()));
|
/frameworks/base/core/java/android/app/ |
StatusBarManager.java | 119 public IBinder addIcon(String slot, int iconId, int iconLevel) { 121 return mService.addIcon(slot, mContext.getPackageName(), iconId, iconLevel); 128 public void updateIcon(IBinder key, String slot, int iconId, int iconLevel) { 130 mService.updateIcon(key, slot, mContext.getPackageName(), iconId, iconLevel);
|
/external/freetype/src/cff/ |
cffdrivr.c | 132 /* A driver method used to load a glyph within a given glyph slot. */ 135 /* slot :: A handle to the target slot object where the glyph */ 159 CFF_GlyphSlot slot = (CFF_GlyphSlot)cffslot; local 163 if ( !slot ) 182 error = cff_slot_load( slot, size, glyph_index, load_flags ); 185 /* slot->outline.dropout_mode = 2; */ 200 FT_GlyphSlot slot = face->glyph; local 207 error = Load_Glyph( slot, face->size, start + nn, flags ); 212 ? slot->linearVertAdvanc [all...] |
/external/v8/src/ |
scopeinfo.h | 115 // the stack slot index for a given slot name if the slot is 121 // context slot index for a given slot name if the slot is present; otherwise 123 // If the slot is present and mode != NULL, sets *mode to the corresponding 133 // function context slot index if the function name is present (named 166 // Cache for mapping (code, property name) into context slot index. 168 // Slot index equals -1 means the property is absent [all...] |
/external/emma/core/java12/com/vladium/jcd/cls/ |
IConstantCollection.java | 35 * Returns the next entry slot index. 37 * @return int next valid slot index [always positive for a valid slot; 87 * an invalid slot index 89 * a slot outside of the valid range 159 * slot. 168 * an invalid slot index [see {@link #get(int)}] 170 * a slot outside of the valid range
|
/external/freetype/include/freetype/ |
ftsynth.h | 67 FT_GlyphSlot_Embolden( FT_GlyphSlot slot ); variable 71 FT_GlyphSlot_Oblique( FT_GlyphSlot slot ); variable
|
ftbitmap.h | 123 /* you should call @FT_GlyphSlot_Own_Bitmap on the slot first. */ 178 /* Make sure that a glyph slot owns `slot->bitmap'. */ 181 /* slot :: The glyph slot. */ 191 FT_GlyphSlot_Own_Bitmap( FT_GlyphSlot slot ); variable
|
/external/webkit/WebCore/bindings/js/ |
JSDataGridColumnListCustom.cpp | 46 JSValue JSDataGridColumnList::nameGetter(ExecState* exec, const Identifier& propertyName, const PropertySlot& slot) 48 JSDataGridColumnList* thisObj = static_cast<JSDataGridColumnList*>(asObject(slot.slotBase()));
|
JSNamedNodeMapCustom.cpp | 43 JSValue JSNamedNodeMap::nameGetter(ExecState* exec, const Identifier& propertyName, const PropertySlot& slot) 45 JSNamedNodeMap* thisObj = static_cast<JSNamedNodeMap*>(asObject(slot.slotBase()));
|
/external/webkit/WebCore/platform/graphics/ |
IntSizeHash.h | 41 static void constructDeletedValue(IntSize& slot) { new (&slot) IntSize(-1, -1); }
|
/external/webkit/WebKit/qt/docs/webkitsnippets/webpage/ |
main.cpp | 51 &app, SLOT(quit())); 61 this, SLOT(render()));
|
/build/tools/apriori/ |
prelinkmap.c | 89 size exceeds its slot as defined in the prelink map, the 123 fits in the slot provided by the prelink map. 138 off_t slot = me->next ? me->next->base : PRELINK_MAX; local 139 slot -= me->base; 140 FAILIF(fsize > slot, 144 me->names[0], me->base, fsize, fsize - slot,
|