OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:werr
(Results
1 - 5
of
5
) sorted by null
/external/stlport/src/
iostream.cpp
234
auto_ptr<wfilebuf>
werr
(_Stl_create_wfilebuf(stderr, ios_base::out));
240
wostream* ptr_wcerr = new(&wcerr) wostream(
werr
.get());
werr
.release();
/ndk/sources/cxx-stl/stlport/src/
iostream.cpp
234
auto_ptr<wfilebuf>
werr
(_Stl_create_wfilebuf(stderr, ios_base::out));
240
wostream* ptr_wcerr = new(&wcerr) wostream(
werr
.get());
werr
.release();
/external/qemu/
sockets.c
130
const WinsockError*
werr
= _winsock_errors;
local
135
for ( ;
werr
->string != NULL;
werr
++ ) {
136
if (
werr
->winsock == winsock_error) {
137
unix =
werr
->unix;
157
const WinsockError*
werr
= _winsock_errors;
local
160
for ( ;
werr
->string;
werr
++ ) {
161
if (
werr
->winsock == winsock_error) {
162
result =
werr
->string
[
all
...]
/sdk/emulator/opengl/tests/event_injector/
sockets.c
137
const WinsockError*
werr
= _winsock_errors;
local
142
for ( ;
werr
->string != NULL;
werr
++ ) {
143
if (
werr
->winsock == winsock_error) {
144
unix =
werr
->unix;
164
const WinsockError*
werr
= _winsock_errors;
local
167
for ( ;
werr
->string;
werr
++ ) {
168
if (
werr
->winsock == winsock_error) {
169
result =
werr
->string
[
all
...]
/ndk/sources/host-tools/make-3.81/
job.c
624
int
werr
;
655
werr
= process_last_err(hPID);
660
if (
werr
)
620
int
werr
;
local
[
all
...]
Completed in 217 milliseconds