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

1 2 3 4 5 6 78 91011>>

  /external/v8/src/x64/
codegen-x64.h 55 enum Type { UNLOADED = -2, ILLEGAL = -1, SLOT = 0, NAMED = 1, KEYED = 2 };
76 return (type_ < SLOT) ? 0 : type_;
80 bool is_slot() const { return type_ == SLOT; }
94 // Like GetValue except that the slot is expected to be written to before
400 Operand SlotOperand(Slot* slot, Register tmp);
402 Operand ContextSlotOperandCheckExtensions(Slot* slot,
423 // Read a value from a slot and leave it on top of the expression stack.
424 void LoadFromSlot(Slot* slot, TypeofState typeof_state)
    [all...]
  /external/webkit/JavaScriptCore/runtime/
Lookup.cpp 67 void setUpStaticFunctionSlot(ExecState* exec, const HashEntry* entry, JSObject* thisObj, const Identifier& propertyName, PropertySlot& slot)
79 slot.setValueSlot(thisObj, location, thisObj->offsetForLocation(location));
ArrayPrototype.cpp 124 bool ArrayPrototype::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot)
126 return getStaticFunctionSlot<JSArray>(exec, ExecState::arrayTable(exec), this, propertyName, slot);
139 PropertySlot slot(obj);
140 if (!obj->getPropertySlot(exec, index, slot))
142 return slot.getValue(exec, index);
147 PutPropertySlot slot; local
148 obj->put(exec, propertyName, value, slot);
616 PropertySlot slot(thisObj);
618 if (!thisObj->getPropertySlot(exec, k, slot))
621 JSValue v = slot.getValue(exec, k)
    [all...]
  /external/webkit/WebCore/bindings/js/
JSHTMLFormElementCustom.cpp 47 JSValue JSHTMLFormElement::nameGetter(ExecState* exec, const Identifier& propertyName, const PropertySlot& slot)
49 JSHTMLElement* jsForm = static_cast<JSHTMLFormElement*>(asObject(slot.slotBase()));
JSHTMLFrameSetElementCustom.cpp 50 JSValue JSHTMLFrameSetElement::nameGetter(ExecState* exec, const Identifier& propertyName, const PropertySlot& slot)
52 JSHTMLElement* thisObj = static_cast<JSHTMLElement*>(asObject(slot.slotBase()));
JSNodeListCustom.cpp 59 JSValue JSNodeList::nameGetter(ExecState* exec, const Identifier& propertyName, const PropertySlot& slot)
61 JSNodeList* thisObj = static_cast<JSNodeList*>(asObject(slot.slotBase()));
JSStyleSheetListCustom.cpp 55 JSValue JSStyleSheetList::nameGetter(ExecState* exec, const Identifier& propertyName, const PropertySlot& slot)
57 JSStyleSheetList* thisObj = static_cast<JSStyleSheetList*>(asObject(slot.slotBase()));
  /external/webkit/WebKit/qt/tests/benchmarks/loading/
tst_loading.cpp 37 QObject::connect(obj, signal, &loop, SLOT(quit()));
41 QObject::connect(&timer, SIGNAL(timeout()), &loop, SLOT(quit()));
  /external/webkit/WebKit/qt/tests/benchmarks/painting/
tst_painting.cpp 37 QObject::connect(obj, signal, &loop, SLOT(quit()));
41 QObject::connect(&timer, SIGNAL(timeout()), &loop, SLOT(quit()));
  /external/webkit/WebKit/qt/tests/
util.h 40 QObject::connect(obj, signal, &loop, SLOT(quit()));
44 QObject::connect(&timer, SIGNAL(timeout()), &loop, SLOT(quit()));
  /external/webkit/WebKit/win/
WebKitCOMAPI.cpp 45 static void constructDeletedValue(CLSID& slot) { slot = CLSID_NULL; }
  /external/webkit/WebKitTools/DumpRenderTree/qt/
DumpRenderTreeQt.cpp 95 this, SLOT(sslErrorsEncountered(QNetworkReply*, const QList<QSslError>&)));
141 this, SLOT(setViewGeometry(const QRect & )));
331 connect(m_controller, SIGNAL(showPage()), this, SLOT(showPage()));
332 connect(m_controller, SIGNAL(hidePage()), this, SLOT(hidePage()));
334 connect(m_controller, SIGNAL(done()), this, SLOT(dump()));
341 this, SLOT(connectFrame(QWebFrame *)));
345 m_controller, SLOT(maybeDump(bool)));
349 m_controller, SLOT(resetLoadFinished()));
350 connect(m_page, SIGNAL(windowCloseRequested()), this, SLOT(windowCloseRequested()));
353 SLOT(titleChanged(const QString&)))
    [all...]
  /external/webkit/WebKitTools/QtLauncher/
locationedit.cpp 35 connect(&m_clearTimer, SIGNAL(timeout()), this, SLOT(reset()));
78 QTimer::singleShot(0, this, SLOT(selectAll()));
  /frameworks/base/libs/rs/
rsProgramVertex.cpp 237 int32_t slot = sc->vtxUniformSlot(uidx); local
241 //LOGE("Uniform slot=%i, offset=%i, constant=%i, field=%i, uidx=%i", slot, offset, ct, field, uidx);
242 if (slot >= 0) {
246 glUniform1fv(slot, 1, fd);
250 glUniform2fv(slot, 1, fd);
254 glUniform3fv(slot, 1, fd);
258 glUniform4fv(slot, 1, fd);
  /frameworks/base/libs/rs/scriptc/
rs_graphics.rsh 24 extern void bindSampler(rs_program_fragment, int slot, rs_sampler);
25 extern void bindSampler(rs_program_fragment, int slot, rs_allocation);
  /external/quake/quake/src/QW/client/
cl_parse.c 573 // parse player slot, high bit means spectator
871 void CL_NewTranslation (int slot)
874 if (slot > MAX_CLIENTS)
875 Sys_Error ("CL_NewTranslation: slot > MAX_CLIENTS");
877 R_TranslatePlayerSkin(slot);
886 if (slot > MAX_CLIENTS)
887 Sys_Error ("CL_NewTranslation: slot > MAX_CLIENTS");
889 player = &cl.players[slot];
936 void CL_ProcessUserInfo (int slot, player_info_t *player)
950 CL_NewTranslation (slot);
960 int slot; local
981 int slot; local
1011 int slot; local
    [all...]
  /dalvik/vm/reflect/
Reflect.h 60 * Convert slot numbers back to objects.
62 Field* dvmSlotToField(ClassObject* clazz, int slot);
63 Method* dvmSlotToMethod(ClassObject* clazz, int slot);
228 * references in the "l" union slot.
  /external/bison/lib/
quote.c 28 allocated in slot N, suitable for diagnostics. */
  /external/icu4c/test/perf/unisetperf/draft/
bitset.cpp 55 // Unused slot.
60 // Found a slot with this key.
63 // Used slot with a different key, move to another slot.
  /external/kernel-headers/original/asm-x86/
hw_irq_32.h 55 int IO_APIC_get_PCI_irq_vector(int bus, int slot, int fn);
  /external/qemu/hw/
pcmcia.h 21 PCMCIASocket *slot; member in struct:PCMCIACardState
  /external/skia/src/core/
SkPtrRecorder.cpp 44 // p->fIndex is base-1, so we need to subtract to find its slot
  /external/srec/srec/Grammar/src/
SR_Grammar.c 38 ESR_ReturnCode SR_GrammarAddWordToSlot(SR_Grammar* self, const LCHAR* slot, const LCHAR* word,
47 return self->addWordToSlot(self, slot, word, pronunciation, weight, tag);
61 ESR_ReturnCode SR_GrammarAddNametagToSlot(SR_Grammar* self, const LCHAR* slot,
69 return self->addNametagToSlot(self, slot, nametag, weight, tag);
  /external/srec/srec/Semproc/include/
SR_SymbolTable.h 70 * Pointer to the next available symbol slot for storing a symbol in the array
130 * @param slot pointer to the slot given (NULL if none available)
132 SREC_SEMPROC_API ESR_ReturnCode ST_getSymbolSlot(SymbolTable* self, Symbol** slot);
  /external/srec/srec/include/
srec_context.h 78 * srec_fsm_exit_point_t holds information about a particular slot within
89 #define IMPORTED_RULES_DELIM '.' /* SLOT MARKER */
125 on the same slot */
195 const char* slot,

Completed in 130 milliseconds

1 2 3 4 5 6 78 91011>>