/external/chromium/base/threading/ |
D | thread_local_win.cc | 16 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()
|
D | thread_local_posix.cc | 16 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/ |
D | WeakGCMap.h | 108 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
|
D | StructureTransitionTable.h | 119 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
|
D | RegExpMatchesArray.h | 33 …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()
|
D | JSObject.h | 481 …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 …]
|
D | StringObject.cpp | 53 …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()
|
D | JSActivation.cpp | 76 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
|
D | JSByteArray.cpp | 58 …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()
|
D | JSFunction.cpp | 181 …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/ |
D | TestIDList.java | 83 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/ |
D | Handle.h | 63 HandleBase(HandleSlot slot) in HandleBase() 70 HandleSlot slot() const { return m_slot; } in slot() function 71 void setSlot(HandleSlot slot) in setSlot()
|
D | MarkStack.h | 205 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/ |
D | runtime_array.cpp | 78 …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/ |
D | ftsmooth.c | 60 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/ |
D | ftsynth.c | 47 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/ |
D | ftrend1.c | 60 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/ |
D | symmetric_key_nss.cc | 26 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/ |
D | SkJSON.cpp | 200 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/ |
D | SkJSON.cpp | 200 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/ |
D | incremental-marking-inl.h | 38 Object** slot, in BaseRecordWrite() 56 Object** slot, in RecordWrite() 65 Object** slot, in RecordWriteOfCodeEntry()
|
/external/webkit/Source/WebCore/bindings/js/ |
D | JSHTMLAppletElementCustom.cpp | 36 …nt::getOwnPropertySlotDelegate(ExecState* exec, const Identifier& propertyName, PropertySlot& slot) in getOwnPropertySlotDelegate() 46 …:putDelegate(ExecState* exec, const Identifier& propertyName, JSValue value, PutPropertySlot& slot) in putDelegate()
|
D | JSHTMLEmbedElementCustom.cpp | 36 …nt::getOwnPropertySlotDelegate(ExecState* exec, const Identifier& propertyName, PropertySlot& slot) in getOwnPropertySlotDelegate() 46 …:putDelegate(ExecState* exec, const Identifier& propertyName, JSValue value, PutPropertySlot& slot) in putDelegate()
|
D | JSHTMLObjectElementCustom.cpp | 36 …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/ |
D | DFGOperations.cpp | 94 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
|