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

1 2 3 4 5 67 8 91011>>

  /external/v8/src/mips/
full-codegen-mips.cc 56 void FullCodeGenerator::Apply(Expression::Context context, Slot* slot) {
89 MemOperand FullCodeGenerator::EmitSlotSearch(Slot* slot, Register scratch) {
95 void FullCodeGenerator::Move(Register destination, Slot* source) {
100 void FullCodeGenerator::Move(Slot* dst,
  /external/webkit/WebKit/qt/QGVLauncher/
main.cpp 141 connect(fpsTimer, SIGNAL(timeout()), this, SLOT(printFps()));
306 connect(scene->webView(), SIGNAL(loadFinished(bool)), this, SLOT(loadFinished(bool)));
307 connect(scene->webView(), SIGNAL(titleChanged(const QString&)), this, SLOT(setWindowTitle(const QString&)));
308 connect(scene->webView()->page(), SIGNAL(windowCloseRequested()), this, SLOT(close()));
447 connect(urlEdit, SIGNAL(returnPressed()), SLOT(changeLocation()));
457 fileMenu->addAction("New Window", this, SLOT(newWindow()), QKeySequence::New);
458 fileMenu->addAction("Open File...", this, SLOT(openFile()), QKeySequence::Open);
459 fileMenu->addAction("Clone Window", this, SLOT(clone()));
460 fileMenu->addAction("Close Window", this, SLOT(close()), QKeySequence::Close);
462 fileMenu->addAction("Quit", QApplication::instance(), SLOT(closeAllWindows()), QKeySequence(Qt::CTRL | Qt::Key_Q))
    [all...]
  /external/grub/stage2/
jfs.h 273 * entry segment/slot
275 * an entry consists of type dependent head/only segment/slot and
280 * directory page slot
327 u8 slot; /* 1: slot within leaf page of entry */ member in struct:dir_table_slot
352 dtslot_t slot[9]; member in union:__anon1987
358 * entry slot array of 32 byte slot
360 * sorted entry slot index table (stbl):
361 * contiguous slots at slot specified by stblindex
395 dtslot_t slot[128]; member in union:__anon1989
    [all...]
fsys_fat.c 306 int slot = -2; local
396 slot = id;
397 filename[slot * 13] = 0;
401 if (id != slot || slot == 0
408 slot--;
409 offset = slot * 13;
419 if (alias_checksum != -1 && slot == 0)
424 slot = -2;
  /external/v8/src/ia32/
virtual-frame-ia32.h 240 // Push a copy of the value of a local frame slot on top of the frame.
245 // Push the value of a local frame slot on top of the frame and invalidate
246 // the local slot. The slot should be written to before trying to read
252 // Store the top value on the virtual frame into a local frame slot. The
258 // Push the address of the receiver slot on the frame.
266 // Save the value of the esi register to the context frame slot.
270 // slot.
280 // Push a copy of the value of a parameter frame slot on top of the frame.
285 // Push the value of a paramter frame slot on top of the frame an
    [all...]
  /external/v8/src/x64/
virtual-frame-x64.h 241 // Push a copy of the value of a local frame slot on top of the frame.
246 // Push the value of a local frame slot on top of the frame and invalidate
247 // the local slot. The slot should be written to before trying to read
253 // Store the top value on the virtual frame into a local frame slot. The
259 // Push the address of the receiver slot on the frame.
265 // Save the value of the esi register to the context frame slot.
269 // slot.
279 // Push a copy of the value of a parameter frame slot on top of the frame.
284 // Push the value of a paramter frame slot on top of the frame an
    [all...]
  /external/srec/srec/Grammar/include/
SR_Grammar.h 45 * MY_RULE = "My name is $name" where "name" is a slot
76 * MY_RULE = "My name is $name" where "name" is a slot
118 * Adds word to rule slot.
121 * @param slot Slot name
122 * @param word Word to be added to the slot
130 ESR_ReturnCode(*addWordToSlot)(struct SR_Grammar_t* self, const LCHAR* slot, const LCHAR* word,
142 * Adds nametag to rule slot.
145 * @param slot Slot nam
    [all...]
  /external/wpa_supplicant/wpa_gui-qt4/
wpagui.cpp 36 connect(helpIndexAction, SIGNAL(activated()), this, SLOT(helpIndex()));
38 SLOT(helpContents()));
39 connect(helpAboutAction, SIGNAL(activated()), this, SLOT(helpAbout()));
40 connect(fileExitAction, SIGNAL(activated()), this, SLOT(close()));
41 connect(disconnectButton, SIGNAL(clicked()), this, SLOT(disconnect()));
42 connect(scanButton, SIGNAL(clicked()), this, SLOT(scan()));
43 connect(connectButton, SIGNAL(clicked()), this, SLOT(connectB()));
45 SLOT(eventHistory()));
47 SLOT(selectNetwork(const QString&)));
49 SLOT(editNetwork()))
    [all...]
  /external/freetype/src/truetype/
ttdriver.c 264 /* A driver method used to load a glyph within a given glyph slot. */
267 /* slot :: A handle to the target slot object where the glyph */
290 TT_GlyphSlot slot = (TT_GlyphSlot)ttslot; local
296 if ( !slot )
334 error = TT_Load_Glyph( size, slot, glyph_index, load_flags );
337 /* slot->outline.dropout_mode = 2; */
  /external/kernel-headers/original/linux/
dm-ioctl.h 56 * slot, it will be moved to the active slot, then the old table
57 * from the active slot will be _destroyed_. Finally the device
61 * Retrieves the status for the table in the 'active' slot.
66 * targets of the table in the 'active' slot, or a table change.
69 * Load a table into the 'inactive' slot for the device. The
73 * Destroy any table in the 'inactive' slot (ie. abort).
  /external/v8/src/
contexts.cc 128 // slot found
130 PrintF("=> found local in context slot %d (mode = %d)\n",
155 // slot found.
175 // slot found
177 PrintF("=> found intermediate function in context slot %d\n",
197 // slot not found
199 PrintF("=> no property/slot found\n");
contexts.h 124 // context slot access).
133 // stored in the extension slot of a 'with' context.
154 // the moment we also use it in generated code for context slot accesses -
169 // The default context slot layout; indices are FixedArray slot indices.
224 // Direct slot access.
290 // Lookup the the slot called name, starting with the current context.
295 // context slot index, and the slot exists.
codegen.cc 303 Slot* slot = var->slot(); local
308 if ((slot != NULL && slot->type() == Slot::LOOKUP) || !var->is_global()) {
324 Slot* slot = var->slot(); local
326 if ((slot != NULL && slot->type() == Slot::LOOKUP) || !var->is_global())
    [all...]
full-codegen.h 243 int SlotOffset(Slot* slot);
245 // Emit code to convert a pure value (in a register, slot, as a literal,
250 // Slot cannot have type Slot::LOOKUP.
251 void Apply(Expression::Context context, Slot* slot);
272 void Move(Slot* dst, Register source, Register scratch1, Register scratch2);
273 void Move(Register dst, Slot* source);
275 // Return an operand used to read/write to a known (ie, non-LOOKUP) slot
    [all...]
  /frameworks/base/graphics/java/android/renderscript/
RenderScript.java 73 native void nContextBindSampler(int sampler, int slot);
136 native void nScriptBindAllocation(int script, int alloc, int slot);
141 native void nScriptSetType(int type, boolean writable, String name, int slot);
143 native void nScriptSetInvokable(String name, int slot);
144 native void nScriptInvoke(int id, int slot);
168 native void nProgramBindConstants(int pv, int slot, int mID);
169 native void nProgramBindTexture(int vpf, int slot, int a);
170 native void nProgramBindSampler(int vpf, int slot, int s);
186 native void nSimpleMeshBindVertex(int id, int alloc, int slot);
  /bionic/linker/
ba.c 68 /* find a slots buddy Buddy# = Slot# ^ (1 << order)
110 * if you find a free slot of the correct order use it
111 * otherwise, use the best fit (smallest with size > order) slot
135 * split the slot into 2 buddies of order - 1
136 * repeat until the slot is of the correct order
  /external/dbus/dbus/
dbus-server.c 1000 * The slot must be initialized with -1. If a nonnegative
1001 * slot is passed in, the refcount is incremented on that
1002 * slot, rather than creating a new slot.
1004 * The allocated slot is global, i.e. all DBusServer objects will have
1005 * a slot with the given integer ID reserved.
1007 * @param slot_p address of global variable storing the slot ID
1021 * may no longer be used with this slot.
1025 * if someone else reallocates the slot).
1027 * @param slot_p address of the slot to deallocat
    [all...]
dbus-server.h 80 int slot,
84 int slot);
  /external/webkit/WebCore/platform/network/qt/
SocketStreamHandleQt.cpp 59 connect(m_socket, SIGNAL(connected()), this, SLOT(socketConnected()));
60 connect(m_socket, SIGNAL(readyRead()), this, SLOT(socketReadyRead()));
61 connect(m_socket, SIGNAL(disconnected()), this, SLOT(socketClosed()));
62 connect(m_socket, SIGNAL(error(QAbstractSocket::SocketError)), this, SLOT(socketError(QAbstractSocket::SocketError)));
64 connect(m_socket, SIGNAL(sslErrors(const QList<QSslError>&)), this, SLOT(socketSslErrors(const QList<QSslError>&)));
  /external/webkit/JavaScriptCore/jit/
JITStubs.cpp 783 NEVER_INLINE void JITThunks::tryCachePutByID(CallFrame* callFrame, CodeBlock* codeBlock, ReturnAddressPtr returnAddress, JSValue baseValue, const PutPropertySlot& slot, StructureStubInfo* stubInfo)
791 if (!slot.isCacheable()) {
805 if (baseCell != slot.base()) {
813 if (slot.type() == PutPropertySlot::NewProperty) {
824 JIT::compilePutByIdTransition(callFrame->scopeChain()->globalData, codeBlock, stubInfo, structure->previousID(), structure, slot.cachedOffset(), prototypeChain, returnAddress);
830 JIT::patchPutByIdReplace(codeBlock, stubInfo, structure, slot.cachedOffset(), returnAddress);
833 NEVER_INLINE void JITThunks::tryCacheGetByID(CallFrame* callFrame, CodeBlock* codeBlock, ReturnAddressPtr returnAddress, JSValue baseValue, const Identifier& propertyName, const PropertySlot& slot, StructureStubInfo* stubInfo)
859 if (!slot.isCacheable()) {
874 if (slot.slotBase() == baseValue) {
878 JIT::patchGetByIdSelf(codeBlock, stubInfo, structure, slot.cachedOffset(), returnAddress)
1200 PutPropertySlot slot; local
1228 PutPropertySlot slot; local
1248 PutPropertySlot slot; local
2087 PutPropertySlot slot; local
2130 PutPropertySlot slot; local
    [all...]
  /external/webkit/JavaScriptCore/runtime/
JSONObject.cpp 532 PropertySlot slot(m_object);
533 if (!m_object->getOwnPropertySlot(exec, index, slot))
534 slot.setUndefined();
537 value = slot.getValue(exec, index);
549 PropertySlot slot(m_object);
551 if (!m_object->getOwnPropertySlot(exec, propertyName, slot))
553 JSValue value = slot.getValue(exec, propertyName);
608 bool JSONObject::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot)
610 return getStaticFunctionSlot<JSObject>(exec, ExecState::jsonTable(exec), this, propertyName, slot);
706 PropertySlot slot; local
772 PropertySlot slot; local
792 PutPropertySlot slot; local
829 PutPropertySlot slot; local
    [all...]
  /bionic/libc/private/
bionic_tls.h 43 ** pre-allocated slot directly for performance reason).
49 /* note that slot 0, called TLS_SLOT_SELF must point to itself.
63 /* this slot is only used to pass information from the dynamic linker to
  /frameworks/base/libs/rs/
rsSimpleMesh.cpp 145 void rsi_SimpleMeshBindVertex(Context *rsc, RsSimpleMesh mv, RsAllocation va, uint32_t slot)
148 rsAssert(slot < sm->mVertexTypeCount);
150 sm->mVertexBuffers[slot].set((Allocation *)va);
  /external/freetype/include/freetype/internal/
ftdriver.h 49 (*FT_Slot_InitFunc)( FT_GlyphSlot slot );
52 (*FT_Slot_DoneFunc)( FT_GlyphSlot slot );
80 (*FT_Slot_LoadFunc)( FT_GlyphSlot slot,
141 /* init_slot :: The format-specific slot constructor. */
143 /* done_slot :: The format-specific slot destructor. */
146 /* load_glyph :: A function handle to load a glyph to a slot. */
  /external/webkit/JavaScriptGlue/
UserObjectImp.cpp 115 JSValue UserObjectImp::userObjectGetter(ExecState*, const Identifier& propertyName, const PropertySlot& slot)
117 UserObjectImp *thisObj = static_cast<UserObjectImp *>(asObject(slot.slotBase()));
130 bool UserObjectImp::getOwnPropertySlot(ExecState *exec, const Identifier& propertyName, PropertySlot& slot)
139 slot.setCustom(this, userObjectGetter);
146 if (kjsObject->getPropertySlot(exec, propertyName, slot))
150 return JSObject::getOwnPropertySlot(exec, propertyName, slot);

Completed in 691 milliseconds

1 2 3 4 5 67 8 91011>>