HomeSort by relevance Sort by last modified time
    Searched refs:newImpl (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/WebKit/Source/wtf/text/
StringImpl.cpp 522 RefPtr<StringImpl> newImpl = createUninitialized(length, data8);
528 return newImpl.release();
535 return newImpl.release();
553 RefPtr<StringImpl> newImpl = createUninitialized(m_length, data16);
559 return newImpl.release();
564 RefPtr<StringImpl> newImpl = createUninitialized(m_length, data16);
569 return newImpl.release();
571 newImpl = createUninitialized(realLength, data16);
575 return newImpl.release();
589 RefPtr<StringImpl> newImpl = createUninitialized(m_length, data8)
    [all...]
WTFString.cpp 99 RefPtr<StringImpl> newImpl = StringImpl::createUninitialized(m_impl->length() + string.length(), data);
102 m_impl = newImpl.release();
108 RefPtr<StringImpl> newImpl = StringImpl::createUninitialized(m_impl->length() + string.length(), data);
120 m_impl = newImpl.release();
137 RefPtr<StringImpl> newImpl = StringImpl::createUninitialized(m_impl->length() + 1, data);
143 m_impl = newImpl.release();
196 RefPtr<StringImpl> newImpl = StringImpl::createUninitialized(strLength + lengthToAppend, data);
199 m_impl = newImpl.release();
205 RefPtr<StringImpl> newImpl = StringImpl::createUninitialized(length() + lengthToAppend, data);
208 m_impl = newImpl.release()
    [all...]
AtomicString.cpp 453 RefPtr<StringImpl> newImpl = impl->lower();
454 if (LIKELY(newImpl == impl))
456 return AtomicString(newImpl.release());
  /libcore/luni/src/main/java/java/net/
PlainSocketImpl.java 80 protected void accept(SocketImpl newImpl) throws IOException {
82 ((PlainSocketImpl) newImpl).socksBind();
83 ((PlainSocketImpl) newImpl).socksAccept();
91 // TODO: we can't just set newImpl.fd to clientFd because a nio SocketChannel may
93 newImpl.fd.setInt$(clientFd.getInt$());
95 newImpl.address = peerAddress.getAddress();
96 newImpl.port = peerAddress.getPort();
105 newImpl.setOption(SocketOptions.SO_TIMEOUT, Integer.valueOf(0));
107 newImpl.localport = IoBridge.getSocketLocalPort(newImpl.fd)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources.compatibility_3.4.0.v20090505.jar 
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 

Completed in 116 milliseconds