Home
last modified time | relevance | path

Searched defs:slot (Results 1 – 25 of 203) sorted by relevance

123456789

/external/chromium/base/threading/
Dthread_local_win.cc16 void ThreadLocalPlatform::AllocateSlot(SlotType& slot) { in AllocateSlot()
22 void ThreadLocalPlatform::FreeSlot(SlotType& slot) { in FreeSlot()
29 void* ThreadLocalPlatform::GetValueFromSlot(SlotType& slot) { in GetValueFromSlot()
34 void ThreadLocalPlatform::SetValueInSlot(SlotType& slot, void* value) { in SetValueInSlot()
Dthread_local_posix.cc16 void ThreadLocalPlatform::AllocateSlot(SlotType& slot) { in AllocateSlot()
22 void ThreadLocalPlatform::FreeSlot(SlotType& slot) { in FreeSlot()
28 void* ThreadLocalPlatform::GetValueFromSlot(SlotType& slot) { in GetValueFromSlot()
33 void ThreadLocalPlatform::SetValueInSlot(SlotType& slot, void* value) { in SetValueInSlot()
/external/webkit/Source/JavaScriptCore/runtime/
DWeakGCMap.h108 HandleSlot slot = iter.m_iterator->second; in remove() local
128 HandleSlot slot = globalData.allocateGlobalHandle(); in add() local
139 HandleSlot slot = iter.m_iterator->second; in set() local
148 HandleSlot slot = iter.first->second; in set() local
160 HandleSlot slot = m_map.take(key); in take() local
181 …HandleSlot slot = m_map.take(FinalizerCallback::keyForFinalizer(context, HandleTypes<MappedType>::… in finalize() local
DStructureTransitionTable.h119 HandleSlot slot() const in slot() function
129 if (HandleSlot slot = this->slot()) in setMap() local
141 if (HandleSlot slot = this->slot()) { in singleTransition() local
151 if (HandleSlot slot = this->slot()) in clearSingleTransition() local
158 HandleSlot slot = this->slot(); in setSingleTransition() local
DRegExpMatchesArray.h33 …irtual bool getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot) in getOwnPropertySlot()
40 virtual bool getOwnPropertySlot(ExecState* exec, unsigned propertyName, PropertySlot& slot) in getOwnPropertySlot()
54 …virtual void put(ExecState* exec, const Identifier& propertyName, JSValue v, PutPropertySlot& slot) in put()
DJSObject.h481 …ject::inlineGetOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot) in inlineGetOwnPropertySlot()
503 …l JSObject::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot) in getOwnPropertySlot()
508 …JSCell::fastGetOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot) in fastGetOwnPropertySlot()
517 …bool JSObject::getPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot) in getPropertySlot()
530 …S_INLINE bool JSObject::getPropertySlot(ExecState* exec, unsigned propertyName, PropertySlot& slot) in getPropertySlot()
561 …ertyName, JSValue value, unsigned attributes, bool checkReadOnly, PutPropertySlot& slot, JSCell* s… in putDirectInternal()
672 …ifier& propertyName, JSValue value, unsigned attributes, bool checkReadOnly, PutPropertySlot& slot) in putDirectInternal()
682 PutPropertySlot slot; in putDirectInternal() local
686 …ifier& propertyName, JSValue value, unsigned attributes, bool checkReadOnly, PutPropertySlot& slot) in putDirect()
696 PutPropertySlot slot; in putDirect() local
[all …]
DStringObject.cpp53 …ringObject::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot) in getOwnPropertySlot()
60 bool StringObject::getOwnPropertySlot(ExecState* exec, unsigned propertyName, PropertySlot& slot) in getOwnPropertySlot()
74 …gObject::put(ExecState* exec, const Identifier& propertyName, JSValue value, PutPropertySlot& slot) in put()
DJSActivation.cpp76 inline bool JSActivation::symbolTableGet(const Identifier& propertyName, PropertySlot& slot) in symbolTableGet()
135 …Activation::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot) in getOwnPropertySlot()
157 …ivation::put(ExecState* exec, const Identifier& propertyName, JSValue value, PutPropertySlot& slot) in put()
183 PutPropertySlot slot; in putWithAttributes() local
DJSByteArray.cpp58 …SByteArray::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot) in getOwnPropertySlot()
80 bool JSByteArray::getOwnPropertySlot(ExecState* exec, unsigned propertyName, PropertySlot& slot) in getOwnPropertySlot()
89 …teArray::put(ExecState* exec, const Identifier& propertyName, JSValue value, PutPropertySlot& slot) in put()
DJSFunction.cpp181 …JSFunction::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot) in getOwnPropertySlot()
234 PropertySlot slot; in getOwnPropertyDescriptor() local
267 PropertySlot slot; in getOwnPropertyNames() local
278 …unction::put(ExecState* exec, const Identifier& propertyName, JSValue value, PutPropertySlot& slot) in put()
287 PropertySlot slot; in put() local
/external/jmonkeyengine/engine/src/test/jme3test/app/
DTestIDList.java83 static void enable(int slot){ in enable()
91 static void disable(int slot){ in disable()
99 static void setSlot(int slot, Object val){ in setSlot()
135 int slot = list.oldList[i]; in clearSlots() local
/external/webkit/Source/JavaScriptCore/heap/
DHandle.h63 HandleBase(HandleSlot slot) in HandleBase()
70 HandleSlot slot() const { return m_slot; } in slot() function
71 void setSlot(HandleSlot slot) in setSlot()
DMarkStack.h205 inline void MarkStack::append(JSValue* slot, size_t count) in append()
212 template <typename T> inline void MarkStack::append(WriteBarrierBase<T>* slot) in append()
268 inline void HeapRootMarker::mark(JSValue* slot) in mark()
273 inline void HeapRootMarker::mark(JSValue* slot, size_t count) in mark()
278 inline void HeapRootMarker::mark(JSString** slot) in mark()
283 inline void HeapRootMarker::mark(JSCell** slot) in mark()
/external/webkit/Source/WebCore/bridge/
Druntime_array.cpp78 …ntimeArray::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot) in getOwnPropertySlot()
100 PropertySlot slot; in getOwnPropertyDescriptor() local
110 PropertySlot slot; in getOwnPropertyDescriptor() local
120 bool RuntimeArray::getOwnPropertySlot(ExecState *exec, unsigned index, PropertySlot& slot) in getOwnPropertySlot()
130 …meArray::put(ExecState* exec, const Identifier& propertyName, JSValue value, PutPropertySlot& slot) in put()
/external/freetype/src/smooth/
Dftsmooth.c60 FT_GlyphSlot slot, in ft_smooth_transform()
87 FT_GlyphSlot slot, in ft_smooth_get_cbox()
100 FT_GlyphSlot slot, in ft_smooth_render_generic()
376 FT_GlyphSlot slot, in ft_smooth_render()
391 FT_GlyphSlot slot, in ft_smooth_render_lcd()
409 FT_GlyphSlot slot, in ft_smooth_render_lcd_v()
/external/freetype/src/base/
Dftsynth.c47 FT_GlyphSlot_Oblique( FT_GlyphSlot slot ) in FT_GlyphSlot_Oblique()
84 FT_GlyphSlot_Embolden( FT_GlyphSlot slot ) in FT_GlyphSlot_Embolden()
/external/freetype/src/raster/
Dftrend1.c60 FT_GlyphSlot slot, in ft_raster1_transform()
87 FT_GlyphSlot slot, in ft_raster1_get_cbox()
100 FT_GlyphSlot slot, in ft_raster1_render()
/external/chromium/crypto/
Dsymmetric_key_nss.cc26 ScopedPK11Slot slot(PK11_GetBestSlot(CKM_AES_KEY_GEN, NULL)); in GenerateRandomKey() local
71 ScopedPK11Slot slot(PK11_GetBestSlot(SEC_OID_PKCS5_PBKDF2, NULL)); in DeriveKeyFromPassword() local
95 ScopedPK11Slot slot(PK11_GetBestSlot(cipher, NULL)); in Import() local
/external/skia/src/utils/
DSkJSON.cpp200 Slot* slot = fHead; in ~Object() local
211 for (const Slot* slot = fHead; slot; slot = slot->fNext) { in count() local
217 SkJSON::Object::Slot* SkJSON::Object::addSlot(Slot* slot) { in addSlot()
259 for (const Slot* slot = fHead; slot; slot = slot->fNext) { in findSlot() local
272 const Slot* slot = this->findSlot(name, kObject); in findObject() local
283 const Slot* slot = this->findSlot(name, kArray); in findArray() local
294 const Slot* slot = this->findSlot(name, kString); in findString() local
305 const Slot* slot = this->findSlot(name, kInt); in findInt() local
316 const Slot* slot = this->findSlot(name, kFloat); in findFloat() local
327 const Slot* slot = this->findSlot(name, kBool); in findBool() local
[all …]
/external/skia/legacy/src/utils/
DSkJSON.cpp200 Slot* slot = fHead; in ~Object() local
211 for (const Slot* slot = fHead; slot; slot = slot->fNext) { in count() local
217 SkJSON::Object::Slot* SkJSON::Object::addSlot(Slot* slot) { in addSlot()
259 for (const Slot* slot = fHead; slot; slot = slot->fNext) { in findSlot() local
272 const Slot* slot = this->findSlot(name, kObject); in findObject() local
283 const Slot* slot = this->findSlot(name, kArray); in findArray() local
294 const Slot* slot = this->findSlot(name, kString); in findString() local
305 const Slot* slot = this->findSlot(name, kInt); in findInt() local
316 const Slot* slot = this->findSlot(name, kFloat); in findFloat() local
327 const Slot* slot = this->findSlot(name, kBool); in findBool() local
[all …]
/external/v8/src/
Dincremental-marking-inl.h38 Object** slot, in BaseRecordWrite()
56 Object** slot, in RecordWrite()
65 Object** slot, in RecordWriteOfCodeEntry()
/external/webkit/Source/WebCore/bindings/js/
DJSHTMLAppletElementCustom.cpp36 …nt::getOwnPropertySlotDelegate(ExecState* exec, const Identifier& propertyName, PropertySlot& slot) in getOwnPropertySlotDelegate()
46 …:putDelegate(ExecState* exec, const Identifier& propertyName, JSValue value, PutPropertySlot& slot) in putDelegate()
DJSHTMLEmbedElementCustom.cpp36 …nt::getOwnPropertySlotDelegate(ExecState* exec, const Identifier& propertyName, PropertySlot& slot) in getOwnPropertySlotDelegate()
46 …:putDelegate(ExecState* exec, const Identifier& propertyName, JSValue value, PutPropertySlot& slot) in putDelegate()
DJSHTMLObjectElementCustom.cpp36 …nt::getOwnPropertySlotDelegate(ExecState* exec, const Identifier& propertyName, PropertySlot& slot) in getOwnPropertySlotDelegate()
46 …:putDelegate(ExecState* exec, const Identifier& propertyName, JSValue value, PutPropertySlot& slot) in putDelegate()
/external/webkit/Source/JavaScriptCore/dfg/
DDFGOperations.cpp94 PropertySlot slot(base); in operationGetByVal() local
107 PropertySlot slot(baseValue); in operationGetById() local
156 PutPropertySlot slot(strict); in operationPutByValInternal() local
173 PutPropertySlot slot(true); in operationPutByIdStrict() local
179 PutPropertySlot slot(false); in operationPutByIdNonStrict() local
185 PutPropertySlot slot(true); in operationPutByIdDirectStrict() local
191 PutPropertySlot slot(false); in operationPutByIdDirectNonStrict() local

123456789