HomeSort by relevance Sort by last modified time
    Searched refs:ERROR (Results 276 - 300 of 1186) sorted by null

<<11121314151617181920>>

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
weight.h 128 LOG(ERROR) << "NaturalLess: Weight type is not idempotent and "
  /frameworks/ex/common/java/com/android/common/speech/
LoggingEvents.java 109 public static final int ERROR = 13;
  /hardware/ti/omap4xxx/domx/mm_osal/inc/
timm_osal_types.h 109 #define ERROR 1
  /external/chromium/crypto/
nss_util.cc 66 result = StringPrintf("NSS error code: %d", PR_GetError());
75 LOG(ERROR) << "Failed to get home directory.";
80 LOG(ERROR) << "Failed to create ~/.pki/nssdb directory.";
128 DLOG(ERROR) << "PK11 password requested with NULL arg";
211 LOG(ERROR) << "PR_Cleanup failed; was NSPR initialized on wrong thread?";
272 LOG(ERROR) << "SECMOD_CloseUserDB failed: " << PORT_GetError();
346 LOG(ERROR) << "NSS_VersionCheck(\"3.12.3\") failed. "
347 "We depend on NSS >= 3.12.3, and this error is not fatal "
351 "still get this error, contact your distribution "
366 LOG(ERROR) << "Error initializing NSS without a persistent
    [all...]
  /system/core/init/
property_service.c 325 ERROR("Unable to write persistent property to temp file %s errno: %d\n", tempPath, errno);
334 ERROR("Unable to rename persistent property file %s to %s\n", tempPath, path);
421 ERROR("Unable to receive socket options\n");
427 ERROR("sys_prop: mis-match msg size received: %d expected: %d errno: %d\n",
447 ERROR("sys_prop: Unable to %s service ctl [%s] uid:%d gid:%d pid:%d\n",
454 ERROR("sys_prop: permission denied uid:%d name:%s\n",
539 ERROR("Unable to open persistent property file \"%s\" errno: %d\n",
544 ERROR("fstat on property file \"%s\" failed errno: %d\n", entry->d_name, errno);
555 ERROR("skipping insecure property file %s (uid=%lu gid=%lu nlink=%d mode=%o)\n",
566 ERROR("Unable to read persistent property file %s errno: %d\n"
    [all...]
  /external/chromium/chrome/browser/extensions/
app_background_page_apitest.cc 28 LOG(ERROR) << "Unable to create a temporary directory.";
36 LOG(ERROR) << "Unable to write complete manifest to file. Return code="
  /external/chromium/chrome/browser/net/
proxy_service_factory.cc 64 LOG(ERROR) << "Cannot use V8 Proxy resolver in single process mode.";
80 LOG(ERROR) << "Invalid switch for number of PAC threads: " << s;
  /external/chromium/net/test/
test_server.cc 117 LOG(ERROR) << "Failed to get DIR_SOURCE_ROOT";
199 LOG(ERROR) << "Failed to resolve hostname: " << host_port_pair_.host();
282 LOG(ERROR) << "Failed to get DIR_SOURCE_ROOT";
317 LOG(ERROR) << "Could not parse server data: "
324 LOG(ERROR) << "Could not find port value";
328 LOG(ERROR) << "Invalid port value: " << port;
362 LOG(ERROR) << "Certificate path " << certificate_path.value()
375 LOG(ERROR) << "Client authority path " << it->value()
  /external/openfst/src/bin/
fstshortestdistance.cc 73 LOG(ERROR) << "Unknown or unsupported queue type: " << FLAGS_queue_type;
78 LOG(ERROR) << "Specifying a non-default queue with reverse not supported.";
  /external/tcpdump/
print-tftp.c 53 { ERROR, "ERROR" }, /* error code */
58 /* error code to string mapping */
140 case ERROR:
141 /* Print error code string */
145 /* Print error message string */
  /external/valgrind/main/drd/tests/
annotate_smart_pointer2.stderr.exp 13 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
hg03_inherit.stderr.exp 16 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
hold_lock_2.stderr.exp 17 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
pth_barrier_race.stderr.exp 14 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
rwlock_race.stderr.exp 16 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
tc10_rec_lock.stderr.exp 19 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
tc16_byterace.stderr.exp 13 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
tc18_semabuse.stderr.exp 17 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
  /external/valgrind/main/helgrind/tests/
tc14_laog_dinphils.stderr.exp 24 ERROR SUMMARY: 1000 errors from 1 contexts (suppressed: 0 from 0)
tc18_semabuse.stderr.exp 9 with error code 22 (EINVAL: Invalid argument)
24 with error code 22 (EINVAL: Invalid argument)
30 ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0)
tc22_exit_w_lock.stderr.exp 39 ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0)
  /external/valgrind/main/memcheck/tests/
describe-block.stderr.exp 15 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
regexp.h 65 ERROR(val) Used for abnormal return from `compile'. `val' is the
66 error number. The error codes are:
127 ERROR (50);
170 /* Oh well, we have to translate POSIX error codes. */
181 /* There is no matching error code. */
197 ERROR (50);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
regexp.h 65 ERROR(val) Used for abnormal return from `compile'. `val' is the
66 error number. The error codes are:
127 ERROR (50);
170 /* Oh well, we have to translate POSIX error codes. */
181 /* There is no matching error code. */
197 ERROR (50);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
regexp.h 65 ERROR(val) Used for abnormal return from `compile'. `val' is the
66 error number. The error codes are:
127 ERROR (50);
170 /* Oh well, we have to translate POSIX error codes. */
181 /* There is no matching error code. */
197 ERROR (50);

Completed in 1246 milliseconds

<<11121314151617181920>>