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

1 2 3 4 5 6 7 8 91011>>

  /external/freetype/src/cff/
cffgload.h 49 /* glyph :: The current glyph slot. */
166 CFF_GlyphSlot slot,
  /external/webkit/JavaScriptCore/profiler/
CallIdentifier.h 85 static void constructDeletedValue(JSC::CallIdentifier& slot)
87 new (&slot) JSC::CallIdentifier(JSC::UString(), JSC::UString(), std::numeric_limits<unsigned>::max());
  /external/webkit/JavaScriptCore/runtime/
NumberConstructor.cpp 66 bool NumberConstructor::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot)
68 return getStaticValueSlot<NumberConstructor, InternalFunction>(exec, ExecState::numberTable(exec), this, propertyName, slot);
  /external/webkit/WebCore/bindings/scripts/
CodeGeneratorJS.pm 290 push(@getOwnPropertySlotImpl, " slot.setCustom(this, entry->propertyGetter());\n");
312 push(@getOwnPropertySlotImpl, " slot.setValue(getByIndex(exec, index));\n");
314 push(@getOwnPropertySlotImpl, " slot.setCustomIndex(this, index, indexGetter);\n");
322 push(@getOwnPropertySlotImpl, " slot.setCustom(this, nameGetter);\n");
337 push(@getOwnPropertySlotImpl, " if (getOwnPropertySlotDelegate(exec, propertyName, slot))\n");
344 push(@getOwnPropertySlotImpl, " return ${namespaceMaybe}getStaticValueSlot<$className, Base>(exec, s_info.staticPropHashTable, this, propertyName, slot);\n");
346 push(@getOwnPropertySlotImpl, " return ${namespaceMaybe}getStaticValueSlot<$className, Base>(exec, " . hashTableAccessor($dataNode->extendedAttributes->{"NoStaticTables"}, $className) . ", this, propertyName, slot);\n");
349 push(@getOwnPropertySlotImpl, " return Base::getOwnPropertySlot(exec, propertyName, slot);\n");
382 push(@getOwnPropertyDescriptorImpl, " PropertySlot slot;\n");
383 push(@getOwnPropertyDescriptorImpl, " slot.setCustom(this, entry->propertyGetter());\n")
    [all...]
  /external/webkit/WebCore/svg/
SVGAnimatedTemplate.h 91 static void constructDeletedValue(SVGAnimatedTypeWrapperKey& slot)
93 new (&slot) SVGAnimatedTypeWrapperKey(WTF::HashTableDeletedValue);
  /external/webkit/WebKitTools/QtLauncher/
webview.cpp 66 connect(updateTimer, SIGNAL(timeout()), this, SLOT(updateFrameRate()));
103 QAction* newTabAction = menu->addAction("Open in Default &Browser", webPage, SLOT(openUrlInDefaultBrowser()));
  /external/bison/src/
location.c 32 Warning: it uses quotearg's slot 3. */
  /external/dbus/dbus/
dbus-pending-call-internal.h 60 dbus_int32_t slot,
  /external/e2fsprogs/e2fsck/
argv_parse.h 12 * word placed into its own slot in the argv. This function handles
  /external/freetype/src/truetype/
ttobjs.h 59 /* A handle to a TrueType glyph slot object. */
63 /* specific about the TrueType glyph slot. */
420 /* Slot functions */
423 tt_slot_init( FT_GlyphSlot slot ); variable
  /external/kernel-headers/original/linux/sunrpc/
xprt.h 144 struct rpc_wait_queue backlog; /* waiting for slot */
146 struct rpc_rqst * slot; /* slot table storage */ member in struct:rpc_xprt
187 spinlock_t reserve_lock; /* lock slot table */
  /external/v8/test/mjsunit/regress/
regress-540.js 28 // Test context slot declarations in the arguments object.
  /external/webkit/WebCore/platform/network/qt/
NetworkStateNotifierQt.cpp 37 connect(m_configurationManager, SIGNAL(onlineStateChanged(bool)), this, SLOT(onlineStateChanged(bool)));
  /external/webkit/WebCore/platform/text/
StringHash.h 260 static void constructDeletedValue(WebCore::String& slot) { new (&slot) WebCore::String(HashTableDeletedValue); }
261 static bool isDeletedValue(const WebCore::String& slot) { return slot.isHashTableDeletedValue(); }
  /external/wpa_supplicant/wpa_gui/
scanresults.ui.h 31 connect(timer, SIGNAL(timeout()), SLOT(getResults()));
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui/
scanresults.ui.h 31 connect(timer, SIGNAL(timeout()), SLOT(getResults()));
  /frameworks/base/libs/rs/
rsSampler.h 46 void bindToContext(SamplerState *, uint32_t slot);
rsVertexArray.h 61 void logAttrib(uint32_t idx, uint32_t slot) const;
  /dalvik/libcore/luni/src/main/java/java/io/
EmulatedFieldsForDumping.java 198 EmulatedFields.ObjectSlot slot = slots[i]; local
199 Object fieldValue = slot.getFieldValue();
200 Class<?> type = slot.getField().getType();
  /external/bison/lib/
quotearg.h 107 /* Use storage slot N to return a quoted version of the string ARG.
117 /* Use style S and storage slot N to return a quoted version of the string ARG.
122 /* Use style S and storage slot N to return a quoted version of the
  /external/qemu/hw/
pci.h 15 #define PCI_DEVFN(slot, func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))
193 PCIDevice *pci_find_device(int bus_num, int slot, int function);
  /external/srec/srec/Semproc/include/
SR_SemanticGraph.h 81 * Adds a word to the semantic graph at the specified slot. Tag may be defined or NULL.
84 * @param slot Where to insert in graph (only ROOT supported right now)
89 ESR_ReturnCode(*addWordToSlot)(struct SR_SemanticGraph_t* self, const LCHAR* slot, const LCHAR* word, const LCHAR* tag, const ESR_BOOL maybeMultiMeaning);
  /external/v8/src/
variables.h 204 Slot* slot() const;
226 // rewrite_ is usually a Slot or a Property, but may be any expression.
  /external/v8/src/ia32/
codegen-ia32.cc 214 Slot* slot = par->slot(); local
215 if (slot != NULL && slot->type() == Slot::CONTEXT) {
217 // because the slot is guaranteed to be a context slot.
229 __ mov(SlotOperand(slot, context.reg()), value.reg());
230 int offset = FixedArray::kHeaderSize + slot->index() * kPointerSize
2729 Slot* slot = var->slot(); local
4742 Slot* slot = var->slot(); local
5911 Slot* slot = variable->slot(); local
7047 Slot* slot = expression_->AsVariableProxy()->AsVariable()->slot(); local
7094 Slot* slot = expression_->AsVariableProxy()->AsVariable()->slot(); local
7127 Slot* slot = expression_->AsVariableProxy()->AsVariable()->slot(); local
    [all...]
  /external/webkit/WebCore/bridge/qt/
qt_runtime.cpp 866 PutPropertySlot slot local
1406 PropertySlot slot; local
1413 PropertySlot slot; local
1420 PropertySlot slot; local
1629 PropertySlot slot; local
1764 PutPropertySlot slot; local
    [all...]

Completed in 3719 milliseconds

1 2 3 4 5 6 7 8 91011>>