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

  /external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
swr_assert.cpp 154 char msgBuf[MAX_MESSAGE_LEN];
156 sprintf_s(msgBuf, "%s(%d): ASSERT: %s\n", pFileName, lineNum, pExpression);
157 msgBuf[MAX_MESSAGE_LEN - 2] = '\n';
158 msgBuf[MAX_MESSAGE_LEN - 1] = 0;
159 OutputDebugStringA(msgBuf);
161 sprintf_s(msgBuf, "\t%s\n", pFunction);
162 msgBuf[MAX_MESSAGE_LEN - 2] = '\n';
163 msgBuf[MAX_MESSAGE_LEN - 1] = 0;
164 OutputDebugStringA(msgBuf);
173 msgBuf,
    [all...]
  /external/lzma/CPP/Windows/
ErrorMsg.cpp 20 LPVOID msgBuf;
26 NULL, errorCode, 0, (LPTSTR) &msgBuf, 0, NULL) == 0)
28 message = GetUnicodeString((LPCTSTR)msgBuf);
35 NULL, errorCode, 0, (LPWSTR) &msgBuf, 0, NULL) == 0)
37 message = (LPCWSTR)msgBuf;
39 ::LocalFree(msgBuf);
  /external/deqp/framework/delibs/deutil/
deProcess.c 74 char msgBuf[256];
76 deSprintf(msgBuf, sizeof(msgBuf), "%s, error %d: %s", message, lastErr, strerror(lastErr));
77 die(statusPipe, msgBuf);
202 char msgBuf[256];
204 deSprintf(msgBuf, sizeof(msgBuf), "%s, error %d: %s", message, lastErr, strerror(lastErr));
546 LPSTR msgBuf;
554 NULL, error, MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT), (LPSTR)&msgBuf, 0, DE_NULL) > 0)
556 deSprintf(errBuf, sizeof(errBuf), "%s, error %d: %s", msg, error, msgBuf);
    [all...]
  /external/deqp/execserver/
xsWin32TestProcess.cpp 54 LPSTR msgBuf;
61 NULL, error, MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT), (LPSTR)&msgBuf, 0, DE_NULL) > 0)
62 str << msg << ", error " << error << ": " << msgBuf;
  /external/dexmaker/dexmaker-mockito-inline/src/main/jni/dexmakerjvmtiagent/
agent.cc     [all...]
  /external/dexmaker/dexmaker-mockito-inline-extended/src/main/jni/staticjvmtiagent/
agent.cc 631 char msgBuf[512];
635 vsnprintf(msgBuf, sizeof(msgBuf), fmt, args);
639 env->ThrowNew(exceptionClass, msgBuf);
    [all...]
  /external/icu/icu4c/source/test/intltest/
itspoof.cpp 626 char msgBuf[100];
627 sprintf(msgBuf, "testNum = %d ", testNum);
639 TEST_ASSERT_MSG((expectedSet.size() > 1) == mixedNumberFailure, msgBuf);
641 TEST_ASSERT_MSG(expectedSet == *actualSet, msgBuf);
  /external/grpc-grpc-java/netty/src/main/java/io/grpc/netty/
NettyServerHandler.java 680 ByteBuf msgBuf = ByteBufUtil.writeUtf8(ctx.alloc(), msg);
681 encoder().writeData(ctx, streamId, msgBuf, 0, true, ctx.newPromise());
    [all...]
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.jobs_3.10.0.v20180427-1454.jar 
  /external/grpc-grpc-java/netty/shaded/
grpc-netty-shaded-1.14.0.jar 

Completed in 1002 milliseconds