/external/v8/test/mjsunit/compiler/ |
short-circuit.js | 65 // Slot assignment in value/test context. 69 // Slot assignment in test/value context.
|
/external/webkit/JavaScriptCore/runtime/ |
JSGlobalObject.cpp | 154 void JSGlobalObject::put(ExecState* exec, const Identifier& propertyName, JSValue value, PutPropertySlot& slot) 160 JSVariableObject::put(exec, propertyName, value, slot); 171 PutPropertySlot slot; local 172 JSVariableObject::put(exec, propertyName, value, slot); 182 PropertySlot slot; local 183 if (!symbolTableGet(propertyName, slot)) 189 PropertySlot slot; local 190 if (!symbolTableGet(propertyName, slot))
|
StructureTransitionTable.h | 66 static void constructDeletedValue(TraitType& slot) { FirstTraits::constructDeletedValue(slot.first); }
|
/external/webkit/JavaScriptGlue/ |
JSValueWrapper.cpp | 137 PutPropertySlot slot; local 138 objValue->put(exec, CFStringToIdentifier(propertyName, exec), value, slot);
|
/external/webkit/WebCore/bindings/js/ |
JSCSSStyleDeclarationCustom.cpp | 145 JSValue JSCSSStyleDeclaration::nameGetter(ExecState* exec, const Identifier& propertyName, const PropertySlot& slot) 147 JSCSSStyleDeclaration* thisObj = static_cast<JSCSSStyleDeclaration*>(asObject(slot.slotBase()));
|
JSHTMLAllCollectionCustom.cpp | 115 JSValue JSHTMLAllCollection::nameGetter(ExecState* exec, const Identifier& propertyName, const PropertySlot& slot) 117 JSHTMLAllCollection* thisObj = static_cast<JSHTMLAllCollection*>(asObject(slot.slotBase()));
|
JSHTMLCollectionCustom.cpp | 112 JSValue JSHTMLCollection::nameGetter(ExecState* exec, const Identifier& propertyName, const PropertySlot& slot) 114 JSHTMLCollection* thisObj = static_cast<JSHTMLCollection*>(asObject(slot.slotBase()));
|
JSHTMLDocumentCustom.cpp | 58 JSValue JSHTMLDocument::nameGetter(ExecState* exec, const Identifier& propertyName, const PropertySlot& slot) 60 JSHTMLDocument* thisObj = static_cast<JSHTMLDocument*>(asObject(slot.slotBase()));
|
JSWorkerContextCustom.cpp | 66 bool JSWorkerContext::getOwnPropertySlotDelegate(ExecState* exec, const Identifier& propertyName, PropertySlot& slot) 69 if (JSGlobalObject::getOwnPropertySlot(exec, propertyName, slot))
|
/external/webkit/WebCore/plugins/qt/ |
PluginContainerQt.cpp | 69 connect(this, SIGNAL(clientClosed()), this, SLOT(on_clientClosed())); 70 connect(this, SIGNAL(clientIsEmbedded()), this, SLOT(on_clientIsEmbedded()));
|
/external/webkit/WebKitTools/DumpRenderTree/qt/ |
main.cpp | 169 QObject::connect(&dumper, SIGNAL(ready()), &dumper, SLOT(readLine()), Qt::QueuedConnection); 170 QTimer::singleShot(0, &dumper, SLOT(readLine()));
|
/frameworks/base/core/java/android/speech/srec/ |
Recognizer.java | 197 * Add a word to a slot. 199 * @param slot slot name. 205 public void addWordToSlot(String slot, String word, String pron, int weight, String tag) { 206 SR_GrammarAddWordToSlot(mGrammar, slot, word, pron, weight, tag); 355 * in a grxml file, or in the <code>tag</code> slot of 664 private static native void SR_GrammarAddWordToSlot(int grammar, String slot, 667 // private static native void SR_GrammarAddNametagToSlot(int grammar, String slot,
|
/frameworks/base/core/jni/ |
CursorWindow.h | 135 * Allocate a row slot and its directory. The returned 149 uint32_t read_field_slot(int row, int column, field_slot_t * slot);
|
/frameworks/base/services/java/com/android/server/status/ |
StatusBarIcon.java | 167 Slog.w(StatusBarService.TAG, "No icon ID for slot " + data.slot);
|
StatusBarService.java | 387 public IBinder addIcon(String slot, String iconPackage, int iconId, int iconLevel) { 389 return addIcon(IconData.makeIcon(slot, iconPackage, iconId, iconLevel, 0), null); 393 String slot, String iconPackage, int iconId, int iconLevel) { 395 updateIcon(key, IconData.makeIcon(slot, iconPackage, iconId, iconLevel, 0), null); 419 int slot; local 420 // assert early-on if they using a slot that doesn't exist. 422 slot = getRightIconIndex(data.slot); 423 if (slot < 0) { 424 throw new SecurityException("invalid status bar icon slot: [all...] |
/dalvik/vm/ |
IndirectRefTable.h | 102 * per slot in the table. 106 u4 serial; /* slot serial */ 125 * we can quickly decide to do a trivial append or go slot-hunting. 134 * slot in the interpreted stack frame). When we call a native method or 153 * actual reference slot. Instead of getting a table and doing a lookup,
|
/external/freetype/include/freetype/ |
ftglyph.h | 201 /* As the outline is extracted from a glyph slot, its coordinates are */ 222 /* A function used to extract a glyph image from a slot. Note that */ 226 /* slot :: A handle to the source glyph slot. */ 235 FT_Get_Glyph( FT_GlyphSlot slot, [all...] |
freetype.h | 392 /* Use @FT_Done_Face to destroy it (along with its slot and sizes). */ 437 /* A handle to a given `glyph slot'. A slot is a container where it */ 442 /* @FT_Load_Char, the slot's content is erased by the new glyph data, */ [all...] |
/external/webkit/WebCore/platform/network/qt/ |
QNetworkReplyHandler.cpp | 456 this, SLOT(finish()), SIGNAL_CONN); 462 this, SLOT(sendResponseIfNeeded()), SIGNAL_CONN); 465 this, SLOT(forwardData()), SIGNAL_CONN); 469 this, SLOT(uploadProgress(qint64, qint64)), SIGNAL_CONN); 474 this, SLOT(sendQueuedItems()), SIGNAL_CONN);
|
/external/wpa_supplicant/wpa_gui-qt4/ |
networkconfig.cpp | 39 SLOT(authChanged(int))); 40 connect(cancelButton, SIGNAL(clicked()), this, SLOT(close())); 41 connect(addButton, SIGNAL(clicked()), this, SLOT(addNetwork())); 43 SLOT(encrChanged(const QString &))); 44 connect(removeButton, SIGNAL(clicked()), this, SLOT(removeNetwork()));
|
/external/freetype/src/cff/ |
cffobjs.c | 336 /* SLOT FUNCTIONS */ 341 cff_slot_done( FT_GlyphSlot slot ) 343 slot->internal->glyph_hints = 0; 348 cff_slot_init( FT_GlyphSlot slot ) 350 CFF_Face face = (CFF_Face)slot->face; 360 module = FT_Get_Module( slot->face->driver->root.library, 368 slot->internal->glyph_hints = (void*)funcs;
|
/external/kernel-headers/original/linux/ |
pci.h | 28 * devices. The slot/function address of each device is encoded 31 * 7:3 = slot 34 #define PCI_DEVFN(slot,func) ((((slot) & 0x1f) << 3) | ((func) & 0x07)) 306 /* Device driver can recover without slot reset */ 309 /* Device driver wants slot to be reset. */ 332 /* PCI slot has been reset */
|
/external/qemu/hw/ |
pci.c | 166 * Parse [[<domain>:]<bus>:]<slot>, return -1 on error 174 unsigned slot = 0; local 199 slot = val; 210 *slotp = slot; 387 /* the ROM slot has a specific enable bit */ 866 PCIDevice *pci_find_device(int bus_num, int slot, int function) 873 return bus->devices[PCI_DEVFN(slot, function)];
|
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/ |
networkconfig.cpp | 39 SLOT(authChanged(int))); 40 connect(cancelButton, SIGNAL(clicked()), this, SLOT(close())); 41 connect(addButton, SIGNAL(clicked()), this, SLOT(addNetwork())); 43 SLOT(encrChanged(const QString &))); 44 connect(removeButton, SIGNAL(clicked()), this, SLOT(removeNetwork())); 46 SLOT(eapChanged(int))); 47 connect(useWpsButton, SIGNAL(clicked()), this, SLOT(useWps()));
|
/frameworks/base/services/java/com/android/server/ |
AlarmManagerService.java | 192 // find the slot in the delivery-times array that we will use 210 for (int slot = 0; slot < mInexactDeliveryTimes.length; slot++) { 211 if (mInexactDeliveryTimes[slot] > 0) { 212 bucketTime = mInexactDeliveryTimes[slot]; 222 // alignment, we slide the start time around by min{interval, slot interval} [all...] |