HomeSort by relevance Sort by last modified time
    Searched full:kerror (Results 1 - 9 of 9) sorted by null

  /external/chromium/net/tools/tld_cleanup/
tld_cleanup.cc 96 kError,
102 // logs an error and returns kError if the rule is (almost) certainly invalid.
149 return kError;
199 if (new_result != kError) {
239 result = kError;
293 if (result == kError)
  /external/chromium/net/disk_cache/
stress_cache.cc 34 const int kError = -1;
48 return kError;
54 return kError;
202 return kError;
  /system/extras/tests/sdcard/
sysutil.cpp 42 const int kError = -1;
92 return kError;
131 return kError;
157 return kError;
188 return kError;
  /external/libpng/
pngtest.c 1544 int kerror; local
1611 int kerror; local
    [all...]
  /external/chromium/third_party/icu/source/test/cintltst/
crestst.c 41 const UChar kERROR[] = { 0x0045 /*E*/, 0x0052 /*'R'*/, 0x0052 /*'R'*/,
365 string= kERROR;
388 expected_string = (UChar*)malloc(sizeof(UChar)*(u_strlen(kERROR) + 1));
389 u_strcpy(expected_string,kERROR);
    [all...]
creststn.c 116 static const UChar kERROR[] = { 0x0045 /*E*/, 0x0052 /*'R'*/, 0x0052 /*'R'*/,
    [all...]
  /external/icu4c/test/cintltst/
crestst.c 41 const UChar kERROR[] = { 0x0045 /*E*/, 0x0052 /*'R'*/, 0x0052 /*'R'*/,
368 string= kERROR;
391 expected_string = (UChar*)malloc(sizeof(UChar)*(u_strlen(kERROR) + 1));
392 u_strcpy(expected_string,kERROR);
    [all...]
creststn.c 115 static const UChar kERROR[] = { 0x0045 /*E*/, 0x0052 /*'R'*/, 0x0052 /*'R'*/,
    [all...]
  /external/chromium/sdch/open-vcdiff/src/
gflags.cc 187 static const char kError[] = "ERROR: ";
750 *error_message = (string(kError) +
757 *error_message = (string(kError) +
763 *error_message = (string(kError) +
788 *msg += (string(kError) + "illegal value '" + value +
796 *msg += (string(kError) + "failed validation of new value "
    [all...]

Completed in 300 milliseconds