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

  /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);
  /prebuilts/misc/common/swig/include/2.0.11/d/
wrapperloader.swg 195 LPCSTR msgBuf;
203 cast(LPCSTR)&msgBuf,
207 string text = swigToDString(msgBuf);
208 LocalFree(cast(HLOCAL)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...]
  /libnativehelper/
JNIHelp.cpp 258 char msgBuf[512];
259 vsnprintf(msgBuf, sizeof(msgBuf), fmt, args);
260 return jniThrowException(env, className, msgBuf);
  /system/core/liblog/tests/
liblog_test.cpp 478 char msgBuf[1024];
483 &log_msg.entry_v1, &entry, NULL, msgBuf, sizeof(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/icu/icu4c/source/test/intltest/
itspoof.cpp 623 char msgBuf[100];
624 sprintf(msgBuf, "testNum = %d ", testNum);
636 TEST_ASSERT_MSG((expectedSet.size() > 1) == mixedNumberFailure, msgBuf);
638 TEST_ASSERT_MSG(expectedSet == *actualSet, msgBuf);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.jobs_3.5.1.R36x_v20100824.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.core.jobs_3.5.300.v20130429-1813.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.core.jobs_3.5.300.v20130429-1813.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.jobs_3.7.0.v20150330-2103.jar 

Completed in 2805 milliseconds