/external/nist-sip/java/gov/nist/core/ |
D | HostNameParser.java | 164 lexer.getPtr()); in ipv6Reference() 184 int startPtr = lexer.getPtr(); in host() 189 lexer.getBuffer().substring(startPtr, lexer.getPtr())) in host() 194 int startPtr = lexer.getPtr(); in host() 196 hostname = lexer.getBuffer().substring(startPtr, lexer.getPtr()); in host() 202 lexer.getPtr()); in host() 283 lexer.getPtr()); in hostPort() 308 lexer.getPtr() ); in hostPort()
|
D | LexerCore.java | 746 public int getPtr() { in getPtr() method in LexerCore
|
/external/webkit/WebCore/bindings/js/ |
D | JSSVGPathSegListCustom.cpp | 59 SVGPathSeg* obj = WTF::getPtr(list->initialize(newItem, ec)); in initialize() 81 SVGPathSeg* obj = WTF::getPtr(list->getItem(index, ec)); in getItem() 104 …JSValue result = toJS(exec, globalObject(), WTF::getPtr(list->insertItemBefore(newItem, index, ec)… in insertItemBefore() 126 …JSValue result = toJS(exec, globalObject(), WTF::getPtr(list->replaceItem(newItem, index, ec)), co… in replaceItem() 164 … JSValue result = toJS(exec, globalObject(), WTF::getPtr(list->appendItem(newItem, ec)), context); in appendItem()
|
D | JSElementCustom.cpp | 104 JSValue result = toJS(exec, globalObject(), WTF::getPtr(imp->setAttributeNode(newAttr, ec))); in setAttributeNode() 138 JSValue result = toJS(exec, globalObject(), WTF::getPtr(imp->setAttributeNodeNS(newAttr, ec))); in setAttributeNodeNS()
|
D | JSHTMLCanvasElementCustom.cpp | 81 return toJS(exec, globalObject(), WTF::getPtr(canvas->getContext(contextId, attrs.get()))); in getContext()
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
D | URLParser.java | 128 int startIdx = lexer.getPtr(); in paramNameOrValue() 149 return lexer.getBuffer().substring(startIdx, lexer.getPtr()); in paramNameOrValue() 760 int startIdx = lexer.getPtr(); in user() 770 return lexer.getBuffer().substring(startIdx, lexer.getPtr()); in user() 779 int startIdx = lexer.getPtr(); in password() 800 return lexer.getBuffer().substring(startIdx, lexer.getPtr()); in password()
|
D | StatusLineParser.java | 60 lexer.getPtr()); in statusCode()
|
D | Parser.java | 47 lexer.getPtr()); in createParseException()
|
D | ViaParser.java | 101 throw new ParseException("null branch Id", lexer.getPtr()); in parseVia()
|
/external/webkit/JavaScriptCore/wtf/ |
D | GetPtr.h | 26 template <typename T> inline T* getPtr(T* p) in getPtr() function
|
D | OwnArrayPtr.h | 66 template <typename T> inline T* getPtr(const OwnArrayPtr<T>& p) in getPtr() function
|
D | ListRefPtr.h | 61 template <typename T> inline T* getPtr(const ListRefPtr<T>& p) in getPtr() function
|
D | OwnPtr.h | 133 template <typename T> inline typename OwnPtr<T>::PtrType getPtr(const OwnPtr<T>& p) in getPtr() function
|
D | PassOwnPtr.h | 166 template <typename T> inline T* getPtr(const PassOwnPtr<T>& p) in getPtr() function
|
D | RefPtr.h | 209 template <typename T> inline T* getPtr(const RefPtr<T>& p) in getPtr() function
|
D | PassRefPtr.h | 254 template <typename T> inline T* getPtr(const PassRefPtr<T>& p) in getPtr() function
|
/external/webkit/JavaScriptCore/wtf/brew/ |
D | OwnPtrBrew.h | 124 template <typename T> inline typename OwnPtrBrew<T>::PtrType getPtr(const OwnPtrBrew<T>& p) in getPtr() function
|
/external/webkit/JavaScriptCore/runtime/ |
D | WeakGCPtr.h | 125 template <typename T> inline T* getPtr(const WeakGCPtr<T>& p) in getPtr() function
|
/external/webkit/JavaScriptCore/wtf/gtk/ |
D | GOwnPtr.h | 132 template <typename T> inline typename GOwnPtr<T>::PtrType getPtr(const GOwnPtr<T>& p) in getPtr() function
|
D | GRefPtr.h | 155 template <typename T> inline T* getPtr(const GRefPtr<T>& p) in getPtr() function
|
/external/webkit/JavaScriptCore/ |
D | ChangeLog-2007-10-14 | 7701 - add WTF::getPtr, a function template that makes it possible to write 7706 * wtf/ListRefPtr.h: (WTF::getPtr): Added. 7707 * wtf/OwnArrayPtr.h: (WTF::getPtr): Added. 7708 * wtf/OwnPtr.h: (WTF::getPtr): Added. 7709 * wtf/PassRefPtr.h: (WTF::getPtr): Added. 7710 * wtf/RefPtr.h: (WTF::getPtr): Added.
|
D | ChangeLog | 906 (WTF::getPtr): 4144 (JSC::getPtr): Added WeakGCPtr to the project. 4270 (WTF::getPtr): 6282 (WTF::getPtr):
|
D | ChangeLog-2009-06-16 | 1644 (WTF::getPtr): 29324 (WTF::getPtr):
|
/external/webkit/WebCore/ |
D | ChangeLog-2006-12-31 | 20804 and just using WTF::getPtr as Sam Weinig suggested. Also kill some 20805 places using get() where getPtr() is cleaner - not for m_impl.get(). 23585 (WTF::getPtr): 34732 the class name. Use WTF::getPtr to extract the pointer, and removed the
|
D | ChangeLog-2009-06-16 | 80444 (GetObjCTypeGetter): Add a case for EventListener and use WTF::getPtr.
|