Home
last modified time | relevance | path

Searched refs:take (Results 1 – 25 of 323) sorted by relevance

12345678910>>...13

/external/webkit/WebCore/platform/
DDeprecatedPtrList.h67 T *take(unsigned n) { return (T *)impl.take(n); } in take() function
68 T *take() { return (T *)impl.take(); } in take() function
DDeprecatedPtrListImpl.h64 void *take(unsigned n);
65 void *take();
DDeprecatedPtrListImpl.cpp326 void *DeprecatedPtrListImpl::take(unsigned n) in take() function in WebCore::DeprecatedPtrListImpl
333 void *DeprecatedPtrListImpl::take() in take() function in WebCore::DeprecatedPtrListImpl
/external/webkit/JavaScriptCore/runtime/
DWeakGCMap.h55 MappedType take(const KeyType& key);
86 MappedType WeakGCMap<KeyType, MappedType>::take(const KeyType& key) in take() function
88 MappedType result = m_map.take(key); in take()
/external/quake/quake/src/QW/progs/
Dcombat.qc113 local float take;
143 take = ceil(damage-save);
150 targ.dmg_take = targ.dmg_take + take;
210 targ.health = targ.health - take;
241 self.th_pain (attacker, take);
/external/webkit/WebCore/css/
DCSSVariablesDeclaration.cpp63 RefPtr<CSSValue> val = m_variablesMap.take(variableName); in removeVariable()
101 CSSValue* current = m_variablesMap.take(variableName).get(); in addParsedVariable()
/external/chromium/net/flip/
Dflip_framer_test.cc172 scoped_ptr<FlipFrame> control_frame(frame.take()); in TEST_F()
197 scoped_ptr<FlipFrame> control_frame(frame.take()); in TEST_F()
222 scoped_ptr<FlipFrame> control_frame(frame.take()); in TEST_F()
Dflip_framer.cc459 scoped_ptr<FlipFrame> syn_frame(frame.take()); in CreateSynStream()
476 return reinterpret_cast<FlipFinStreamControlFrame*>(frame.take()); in CreateFinStream()
506 scoped_ptr<FlipFrame> reply_frame(frame.take()); in CreateSynReply()
528 scoped_ptr<FlipFrame> data_frame(frame.take()); in CreateDataFrame()
540 return reinterpret_cast<FlipControlFrame*>(frame.take()); in CreateNopFrame()
Dflip_frame_builder.h47 FlipFrame* take() { in take() function
/external/chromium/base/
Dscoped_ptr_unittest.cc60 ConDecLogger* take = scoper.release(); in TEST() local
63 delete take; in TEST()
/external/e2fsprogs/lib/ss/
Dct_c.sed44 # Now we take care of some syntatic sugar.....
103 # Next take care of the command names
/external/webkit/JavaScriptCore/wtf/
DRefPtrHashMap.h109 MappedType take(const KeyType&); // efficient combination of get with remove
110 MappedType take(RawKeyType); // efficient combination of get with remove
312 HashMap<RefPtr<T>, U, V, W, MappedTraits>::take(const KeyType& key) in take() function
325 HashMap<RefPtr<T>, U, V, W, MappedTraits>::take(RawKeyType key) in take() function
/external/stlport/doc/
Dpointer_specialization.txt30 or hash containers has been specialized. Lets take the set container
49 that will take care of all the cast work. The underlying container
/external/webkit/WebCore/loader/archive/
DArchiveResourceCollection.cpp86 return m_subframes.take(frameName); in popSubframeArchive()
/external/webkit/WebCore/bindings/v8/
DV8GCController.cpp100 GlobalHandleInfo* info = globalHandleMap().take(*handle); in unregisterGlobalHandle()
176 v8::Persistent<v8::Object> wrapper(gcProtectedMap().take(domObject)); in gcUnprotect()
DDOMData.h56 void forgetDelayedObject(void* object) { m_delayedObjectMap.take(object); } in forgetDelayedObject()
/external/bluetooth/glib/
DHACKING13 To compile a CVS version of glib on your system, you will need to take
/external/webkit/WebCore/platform/graphics/openvg/
DEGLDisplayOpenVG.cpp307 EGLint surfaceConfigId = m_surfaceConfigIds.take(surface); // take = get and remove in destroySurface()
323 EGLContext context = m_contexts.take(surfaceConfigId); in destroySurface()
/external/clearsilver/cs/
Dtest_escape.cs36 The internal calls should take precedence
/external/webkit/WebCore/dom/
DNamedNodeMap.idl46 // FIXME: the implementation does take an exceptioncode parameter.
/external/iproute2/tc/
DREADME.last10 PSCHED_CLOCK_SOURCE can take three values:
/external/protobuf/examples/
DREADME.txt21 All of these programs simply take an address book file as their parameter.
/external/iproute2/
DREADME.lnstat78 You can specify the number of samples you want to take (e.g. 5):
/external/webkit/WebKitTools/android/flex-2.5.4a/
DCOPYING33 remove this notice or take advantage of the University's (or the flex
/external/webkit/WebCore/storage/
DStorageMap.cpp155 oldValue = m_map.take(key); in removeItem()

12345678910>>...13