OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:wbufsize
(Results
1 - 7
of
7
) sorted by null
/external/stlport/src/c_locale_glibc/
c_locale_glibc2.c
12
static wchar_t* _ToWChar(const char* buf, wchar_t *wbuf, size_t
wbufSize
) {
14
wchar_t *wend = wbuf +
wbufSize
- 1;
/ndk/sources/cxx-stl/stlport/src/c_locale_glibc/
c_locale_glibc2.c
12
static wchar_t* _ToWChar(const char* buf, wchar_t *wbuf, size_t
wbufSize
) {
14
wchar_t *wend = wbuf +
wbufSize
- 1;
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
SocketServer.py
683
wbufsize
= 0
variable in class:StreamRequestHandler
689
# Use only when
wbufsize
!= 0, to avoid small packets.
700
self.wfile = self.connection.makefile('wb', self.
wbufsize
)
SimpleXMLRPCServer.py
440
wbufsize
= -1
variable in class:SimpleXMLRPCRequestHandler
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
SocketServer.py
683
wbufsize
= 0
variable in class:StreamRequestHandler
689
# Use only when
wbufsize
!= 0, to avoid small packets.
700
self.wfile = self.connection.makefile('wb', self.
wbufsize
)
SimpleXMLRPCServer.py
440
wbufsize
= -1
variable in class:SimpleXMLRPCRequestHandler
/external/chromium_org/tools/telemetry/docs/
telemetry.core.memory_cache_http_server.html
348
<dl><dt><strong>
wbufsize
</strong> = 0</dl>
[
all
...]
Completed in 580 milliseconds