HomeSort by relevance Sort by last modified time
    Searched full:errmsg (Results 101 - 125 of 227) sorted by null

1 2 3 45 6 7 8 910

  /external/llvm/lib/Support/Windows/
Signals.inc 244 bool sys::RemoveFileOnSignal(StringRef Filename, std::string* ErrMsg) {
248 if (ErrMsg)
249 *ErrMsg = "Process terminating -- cannot register for removal";
  /external/icu4c/test/intltest/
tzfmttst.cpp     [all...]
  /external/chromium_org/third_party/icu/source/tools/genrb/
genrb.vcxproj 241 <ClCompile Include="errmsg.c" />
254 <ClInclude Include="errmsg.h" />
  /external/grub/netboot/
etherboot.h 362 char errmsg[TFTP_DEFAULTSIZE_PACKET]; member in struct:tftp_t::__anon20209::__anon20212
395 char errmsg[512-2]; member in struct:tftpreq_t::__anon20214::__anon20216
fsys_tftp.c 108 tr->u.err.errmsg);
164 len = (grub_sprintf ((char *) tp.u.err.errmsg,
  /external/icu4c/tools/genrb/
genrb.vcxproj 241 <ClCompile Include="errmsg.c" />
254 <ClInclude Include="errmsg.h" />
  /external/libffi/testsuite/lib/
libffi-dg.exp 276 if { [ catch { eval saved-dg-test $args } errmsg ] } {
280 error $errmsg $saved_info
  /external/llvm/unittests/Analysis/
CFGTest.cpp 40 std::string errMsg;
41 raw_string_ostream os(errMsg);
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11video.c 216 { char errmsg[1024]; local
217 XGetErrorText(d, e->error_code, errmsg, sizeof(errmsg));
218 printf("VidMode error: %s\n", errmsg);
231 { char errmsg[1024]; local
232 XGetErrorText(d, e->error_code, errmsg, sizeof(errmsg));
233 printf("DGA error: %s\n", errmsg);
    [all...]
  /external/webrtc/src/modules/audio_processing/test/
apmtest.m 141 [status, errMsg] = mkdir(outpathtest);
143 error(errMsg);
  /system/core/sh/
redir.c 245 error("cannot create %s: %s", fname, errmsg(errno, E_CREAT));
247 error("cannot open %s: %s", fname, errmsg(errno, E_OPEN));
  /bootable/recovery/edify/
expr.h 45 char* errmsg; member in struct:__anon782
  /external/llvm/include/llvm/ExecutionEngine/
SectionMemoryManager.h 74 virtual bool finalizeMemory(std::string *ErrMsg = 0);
  /external/llvm/include/llvm-c/
ExecutionEngine.h 193 LLVMBool (*FinalizeMemory)(void *Opaque, char **ErrMsg),
  /frameworks/base/core/tests/coretests/src/android/content/pm/
AppCacheTest.java 102 void failStr(String errMsg) {
103 Log.w(TAG, "errMsg="+errMsg);
104 fail(errMsg);
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Kernel/Platforms/Generic/
CMcKMod.cpp 549 char *errmsg; local
550 if (!checkVersionOkMCDRVMODULEAPI(version, &errmsg)) {
551 LOG_E("%s", errmsg);
554 LOG_I("%s", errmsg);
  /external/chromium_org/third_party/libxml/src/
parser.c 283 const char *errmsg; local
290 errmsg = "CharRef: invalid hexadecimal value\n";
293 errmsg = "CharRef: invalid decimal value\n";
296 errmsg = "CharRef: invalid value\n";
299 errmsg = "internal error";
302 errmsg = "PEReference at end of document\n";
305 errmsg = "PEReference in prolog\n";
308 errmsg = "PEReference in epilog\n";
311 errmsg = "PEReference: no name\n";
314 errmsg = "PEReference: expecting ';'\n"
    [all...]
  /external/libxml2/
parser.c 287 const char *errmsg; local
294 errmsg = "CharRef: invalid hexadecimal value\n";
297 errmsg = "CharRef: invalid decimal value\n";
300 errmsg = "CharRef: invalid value\n";
303 errmsg = "internal error";
306 errmsg = "PEReference at end of document\n";
309 errmsg = "PEReference in prolog\n";
312 errmsg = "PEReference in epilog\n";
315 errmsg = "PEReference: no name\n";
318 errmsg = "PEReference: expecting ';'\n"
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
context.c     [all...]
  /external/mesa3d/src/mesa/main/
context.c     [all...]
  /external/openssh/
clientloop.c 740 char errmsg[256]; local
761 snprintf(errmsg, sizeof(errmsg),
764 snprintf(errmsg, sizeof(errmsg),
770 fatal("%s", errmsg);
776 buffer_append(&c->extended, errmsg,
777 strlen(errmsg));
779 error("%s", errmsg);
    [all...]
sftp-client.c 213 char *handle, errmsg[256]; local
219 vsnprintf(errmsg, sizeof(errmsg), errfmt, args);
229 errfmt == NULL ? __func__ : errmsg, id, expected_id);
233 error("%s: %s", errmsg, fx2txt(status));
238 errfmt == NULL ? __func__ : errmsg, SSH2_FXP_HANDLE, type);
    [all...]
  /external/qemu/
ppc-dis.c 195 of the instruction. If the ERRMSG argument is not NULL, then if
196 the operand value is illegal, *ERRMSG will be set to a warning
198 operand value is legal, *ERRMSG will be unchanged (most operands
201 (unsigned long instruction, long op, int dialect, const char **errmsg);
    [all...]
  /external/ppp/pppd/
ipxcp.c 1318 static char errmsg[] = "Could not determine local IPX node address"; local
1320 error(errmsg);
1321 ipxcp_close(f->unit, errmsg);
1330 static char errmsg[] = "Can not determine network number"; local
1332 error(errmsg);
1333 ipxcp_close (unit, errmsg);
    [all...]
  /cts/tests/SignatureTest/tests/src/android/tests/sigtest/tests/
JDiffClassDescriptionTest.java 31 public void notifyFailure(SignatureTestActivity.FAILURE_TYPE type, String name, String errmsg) {
44 public void notifyFailure(SignatureTestActivity.FAILURE_TYPE type, String name, String errMsg) {

Completed in 1266 milliseconds

1 2 3 45 6 7 8 910