OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:newImpl
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/Source/wtf/text/
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
...]
StringImpl.cpp
545
RefPtr<StringImpl>
newImpl
= createUninitialized(length, data8);
551
return
newImpl
.release();
558
return
newImpl
.release();
576
RefPtr<StringImpl>
newImpl
= createUninitialized(m_length, data16);
582
return
newImpl
.release();
587
RefPtr<StringImpl>
newImpl
= createUninitialized(m_length, data16);
592
return
newImpl
.release();
594
newImpl
= createUninitialized(realLength, data16);
598
return
newImpl
.release();
612
RefPtr<StringImpl>
newImpl
= createUninitialized(m_length, data8)
[
all
...]
/libcore/luni/src/main/java/java/net/
PlainSocketImpl.java
89
protected void accept(SocketImpl
newImpl
) throws IOException {
91
((PlainSocketImpl)
newImpl
).socksBind();
92
((PlainSocketImpl)
newImpl
).socksAccept();
100
// TODO: we can't just set
newImpl
.fd to clientFd because a nio SocketChannel may
102
newImpl
.fd.setInt$(clientFd.getInt$());
104
newImpl
.address = peerAddress.getAddress();
105
newImpl
.port = peerAddress.getPort();
114
newImpl
.setOption(SocketOptions.SO_TIMEOUT, Integer.valueOf(0));
116
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 59 milliseconds