Searched refs:stat (Results 1 – 9 of 9) sorted by relevance
/sdk/emulator/opengl/shared/OpenglCodecCommon/ |
D | SocketStream.cpp | 99 ssize_t stat = ::send(m_sock, (const char *)buffer + (size - res), res, 0); in writeFully() local 100 if (stat < 0) { in writeFully() 102 retval = stat; in writeFully() 107 res -= stat; in writeFully() 122 ssize_t stat = ::recv(m_sock, (char *)(buf) + len - res, res, 0); in readFully() local 123 if (stat > 0) { in readFully() 124 res -= stat; in readFully() 127 if (stat == 0 || errno != EINTR) { // client shutdown or error in readFully()
|
D | UnixStream.cpp | 59 struct stat st; in make_unix_path()
|
/sdk/emulator/opengl/tests/ut_renderer/ |
D | ReadBuffer.cpp | 41 int stat = m_stream->recv(m_buf + m_validData, m_size - m_validData); in getData() local 42 if (stat > 0) { in getData() 43 m_validData += (size_t) stat; in getData() 45 return stat; in getData()
|
D | RenderingThread.cpp | 331 int stat = readBuf.getData(); in thread() local 332 if (stat == 0) { in thread() 335 } else if (stat < 0) { in thread()
|
/sdk/emulator/opengl/tests/emulator_test_renderer/ |
D | main.cpp | 154 bool stat = destroyOpenGLSubwindow(); in WinMain() local 155 printf("destroy subwin returned %d\n", stat); in WinMain() 156 stat = createOpenGLSubwindow(windowId, in WinMain() 161 printf("create subwin returned %d\n", stat); in WinMain() 167 bool stat = destroyOpenGLSubwindow(); in WinMain() local 168 printf("destroy subwin returned %d\n", stat); in WinMain() 169 stat = createOpenGLSubwindow(windowId, in WinMain() 174 printf("create subwin returned %d\n", stat); in WinMain()
|
/sdk/emulator/opengl/host/libs/libOpenglRender/ |
D | RenderThread.cpp | 86 int stat = readBuf.getData(); in Main() local 87 if (stat <= 0) { in Main() 107 int skip = readBuf.validData() - stat; in Main()
|
/sdk/emulator/opengl/host/include/libOpenglRender/ |
D | IOStream.h | 75 int stat = commitBuffer(m_bufsize - m_free); in flush() local 78 return stat; in flush()
|
/sdk/emulator/qtools/ |
D | trace_reader.cpp | 315 struct stat stat_buf; in Open() 322 int rval = stat(fname, &stat_buf); in Open() 566 struct stat stat_buf; in Open() 574 int rval = stat(fname, &stat_buf); in Open() 845 struct stat stat_buf; in ParseDexList() 866 int rval = stat(fname, &stat_buf); in ParseDexList()
|
/sdk/eclipse/ |
D | dictionary.txt | 279 stat
|