HomeSort by relevance Sort by last modified time
    Searched defs:error (Results 1051 - 1075 of 2948) sorted by null

<<41424344454647484950>>

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
api_params.c 73 VGErrorCode error = VG_NO_ERROR; local
123 error = VG_ILLEGAL_ARGUMENT_ERROR;
126 vg_set_error(ctx, error);
133 VGErrorCode error = VG_NO_ERROR; local
143 error = VG_ILLEGAL_ARGUMENT_ERROR;
150 error = VG_ILLEGAL_ARGUMENT_ERROR;
160 error = VG_ILLEGAL_ARGUMENT_ERROR;
167 error = VG_ILLEGAL_ARGUMENT_ERROR;
176 error = VG_ILLEGAL_ARGUMENT_ERROR;
192 error = VG_ILLEGAL_ARGUMENT_ERROR
266 VGErrorCode error = VG_NO_ERROR; local
517 VGErrorCode error = VG_NO_ERROR; local
579 VGErrorCode error = VG_NO_ERROR; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/tests/unit/
translate_test.c 67 const float error = 0.03125; local
91 printf("Error: CPU doesn't support SSE (test with qemu)\n");
103 printf("Error: CPU doesn't support SSE2 (test with qemu)\n");
114 printf("Error: CPU doesn't support SSE3 (test with qemu)\n");
124 printf("Error: CPU doesn't support SSE4.1 (test with qemu)\n");
281 if (d > error || d < -error)
u_format_test.c 42 float error = y - x; local
44 if (error < 0.0f)
45 error = -error;
47 if (error > FLT_EPSILON) {
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/
drisw_util.c 102 unsigned *error,
180 flags, error, shareCtx)) {
193 unsigned error; local
196 &error, data);
  /external/chromium_org/third_party/openssl/openssl/ssl/
s2_lib.c 327 # error "assertion failed"
505 if (!s->error)
507 s->error=3;
518 int i,error; local
526 error=s->error; /* number of bytes left to write */
527 s->error=0;
528 OPENSSL_assert(error >= 0 && error <= (int)sizeof(buf));
529 i=ssl2_write(s,&(buf[3-error]),error)
    [all...]
  /external/chromium_org/third_party/opus/src/celt/tests/
test_unit_mathops.c 157 float error = fabs((1.442695040888963387*log(x))-celt_log2(x)); local
158 if (error>0.0009)
160 fprintf (stderr, "celt_log2 failed: fabs((1.442695040888963387*log(x))-celt_log2(x))>0.001 (x = %f, error = %f)\n", x,error);
171 float error = fabs(x-(1.442695040888963387*log(celt_exp2(x)))); local
172 if (error>0.0002)
174 fprintf (stderr, "celt_exp2 failed: fabs(x-(1.442695040888963387*log(celt_exp2(x))))>0.0005 (x = %f, error = %f)\n", x,error);
185 float error = fabs(x-(celt_log2(celt_exp2(x)))); local
186 if (error>0.001
199 float error = fabs((1.442695040888963387*log(x\/16384.0))-celt_log2(x)\/1024.0); local
228 float error = fabs(x-0.25*celt_exp2(celt_log2(x)))\/16384; local
    [all...]
  /external/chromium_org/third_party/ots/test/
side-by-side.cc 91 return 1; // error
106 return 1; // error.
126 FT_Error error = FT_Set_Char_Size(face, pt * (1 << 6), 0, kDpi, 0); local
127 if (error) {
134 error = FT_Load_Char(face, c, flags);
135 if (error) return -1; // no such glyf in the font.
152 if (ret) return ret; // 1: error, -1: no such glyph
163 if (ret) return 1; // -1 should be treated as error.
175 FT_Error error local
177 if (error) {
253 FT_Error error = FT_Init_FreeType(&library); local
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
gzip_stream.cc 103 int error = internalInflateInit2(&zcontext_, format_); local
104 if (error != Z_OK) {
105 return error;
112 int error = inflate(&zcontext_, flush); local
113 return error;
245 int error = Z_OK; local
258 error = deflate(&zcontext_, flush);
259 } while (error == Z_OK && zcontext_.avail_out == 0);
267 return error;
  /external/chromium_org/third_party/re2/re2/testing/
tester.h 58 bool error() { return error_; } function in class:re2::TestInstance
78 bool error_; // error during constructor?
96 bool error() { return error_; } function in class:re2::Tester
  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
nm-pdb.c 125 printf("Error: SymGetModuleInfo64() failed. Error code: %u\n",
184 DWORD error; local
211 error = GetLastError();
212 fprintf(stderr, "SymInitialize returned error : %d\n", error);
225 error = GetLastError();
226 fprintf(stderr, "SymGetSearchPath returned error : %d\n", error);
227 rv = 1; /* An error, but not a fatal one *
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
nm-pdb.c 125 printf("Error: SymGetModuleInfo64() failed. Error code: %u\n",
188 DWORD error; local
218 error = GetLastError();
219 fprintf(stderr, "SymInitialize returned error : %d\n", error);
232 error = GetLastError();
233 fprintf(stderr, "SymGetSearchPath returned error : %d\n", error);
234 rv = 1; /* An error, but not a fatal one *
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
bytecode.c 276 /* If we got an error somewhere along the line, clear out any calc len */
311 int error = 0; local
341 error = bc->callback->tobytes(bc, &destbuf, bufstart, d, output_value,
344 if (!error && ((unsigned long)(destbuf - origbuf) != bc->len))
  /external/chromium_org/third_party/zlib/contrib/minizip/
iowin32.c 39 int error; member in struct:__anon14576
77 w32fiow.error = 0;
162 ((WIN32FILE_IOWIN*)stream) -> error=(int)dwErr;
184 ((WIN32FILE_IOWIN*)stream) -> error=(int)dwErr;
203 ((WIN32FILE_IOWIN*)stream) -> error=(int)dwErr;
227 ((WIN32FILE_IOWIN*)stream) -> error=(int)dwErr;
265 ((WIN32FILE_IOWIN*)stream) -> error=(int)dwErr;
304 ((WIN32FILE_IOWIN*)stream) -> error=(int)dwErr;
336 ret = ((WIN32FILE_IOWIN*)stream) -> error;
  /external/chromium_org/tools/cr/cr/
context.py 78 def error(self, message): member in class:_ArgumentParser
81 super(_ArgumentParser, self).error(message)
  /external/chromium_org/tools/perf/page_sets/endure/
indexeddb_app_worker.js 17 self.postMessage({type: 'ERROR', error: { name: e.target.error.name },
22 self.postMessage({type: 'ABORT', error: { name: e.target.error.name },
30 function error(message) { function
31 self.postMessage({type: 'ERROR', message: message});
88 throw new Error("Unexpected message: " + event.data.type);
136 error('DB version incorrect');
167 error('DB version incorrect')
    [all...]
  /external/chromium_org/tools/win/split_link/
split_link.cc 17 #error SPLIT_LINK_SCRIPT_PATH must be defined as the path to "split_link.py".
21 #error PYTHON_PATH must be defined to be the path to the python binary.
32 // to confusing error output.
34 wprintf(L"split_link fatal error: %s\n", msg);
49 return L"unknown error";
147 wstring error = ErrorMessageToString(GetLastError()); local
148 Fatal(error.c_str());
  /external/chromium_org/webkit/browser/blob/
local_file_stream_reader_unittest.cc 138 base::PlatformFileError error = base::PLATFORM_FILE_OK; local
142 NULL, &error);
143 ASSERT_EQ(base::PLATFORM_FILE_OK, error);
  /external/chromium_org/webkit/browser/fileapi/
async_file_util_adapter.cc 95 PlatformFileError error = file_util->GetFileInfo( local
97 if (error != base::PLATFORM_FILE_OK) {
98 error_ = error;
local_file_util.cc 87 PlatformFileError error = GetLocalFilePath(context, url, &file_path); local
88 if (error != base::PLATFORM_FILE_OK)
89 return error;
107 PlatformFileError error = GetLocalFilePath(context, url, &file_path); local
108 if (error != base::PLATFORM_FILE_OK)
109 return error;
119 PlatformFileError error = GetLocalFilePath(context, url, &file_path); local
120 if (error != base::PLATFORM_FILE_OK)
121 return error;
131 PlatformFileError error = GetLocalFilePath(context, url, &file_path) local
179 PlatformFileError error = GetLocalFilePath(context, url, &file_path); local
190 PlatformFileError error = GetLocalFilePath(context, url, &file_path); local
203 PlatformFileError error = GetLocalFilePath(context, src_url, &src_file_path); local
225 PlatformFileError error = local
239 PlatformFileError error = GetLocalFilePath(context, url, &file_path); local
249 PlatformFileError error = GetLocalFilePath(context, url, &file_path); local
    [all...]
native_file_util.cc 130 // If its parent does not exist, should return NOT_FOUND error.
151 // If its parent does not exist, should return NOT_FOUND error.
192 // an error from the function as the failure of copying. Just log it.
261 base::PlatformFileError error = NativeFileUtil::GetFileInfo(src_path, &info); local
262 if (error != base::PLATFORM_FILE_OK)
263 return error;
268 error = NativeFileUtil::GetFileInfo(dest_path, &info);
269 if (error != base::PLATFORM_FILE_OK &&
270 error != base::PLATFORM_FILE_ERROR_NOT_FOUND)
271 return error;
    [all...]
sandbox_prioritized_origin_database.cc 27 base::PlatformFileError error = base::PLATFORM_FILE_ERROR_FAILED; local
33 &created, &error);
35 if (error != base::PLATFORM_FILE_OK ||
  /external/chromium_org/webkit/browser/fileapi/quota/
quota_backend_impl_unittest.cc 24 base::PlatformFileError error) {
26 *error_out = error;
111 base::PlatformFileError error = base::PLATFORM_FILE_ERROR_FAILED; local
113 origin, type_string, true /* create */, &error);
114 ASSERT_EQ(base::PLATFORM_FILE_OK, error);
126 base::PlatformFileError error = local
128 EXPECT_EQ(base::PLATFORM_FILE_OK, error);
150 base::PlatformFileError error = base::PLATFORM_FILE_ERROR_FAILED; local
152 base::Bind(&DidReserveQuota, true, &error));
153 EXPECT_EQ(base::PLATFORM_FILE_OK, error);
172 base::PlatformFileError error = base::PLATFORM_FILE_ERROR_FAILED; local
187 base::PlatformFileError error = base::PLATFORM_FILE_ERROR_FAILED; local
    [all...]
  /external/clang/test/CodeGenCXX/
temp-order.cpp 1 // Output file should have no calls to error() with folding.
151 extern "C" void error();
163 error();
168 error();
173 error();
178 error();
183 error();
188 error();
193 error();
198 error();
213 extern "C" void error() { function
    [all...]
  /external/doclava/src/com/google/doclava/
AttrTagInfo.java 56 Errors.error(Errors.BAD_ATTR_TAG, position, "Bad @attr tag: " + text);
67 Errors.error(Errors.BAD_ATTR_TAG, position, "Unresolved @attr ref: " + ref);
71 Errors.error(Errors.BAD_ATTR_TAG, position, "@attr must be a field: " + ref);
79 Errors.error(Errors.BAD_ATTR_TAG, position, "Bad @attr name tag: " + more);
88 Errors.error(Errors.BAD_ATTR_TAG, position, "Bad @attr command: " + command);
119 String msg = "ERROR: unlinked attr: " + t.mRefField.name();
SinceTagger.java 69 Errors.error(Errors.BROKEN_SINCE_FILE, null, "Failed to parse " + xmlFile
241 Errors.error(Errors.NO_SINCE_DATA, claz.position(), "XML missing class "
246 Errors.error(Errors.NO_SINCE_DATA, field.position(), "XML missing field "
251 Errors.error(Errors.NO_SINCE_DATA, constructor.position(), "XML missing constructor "
256 Errors.error(Errors.NO_SINCE_DATA, method.position(), "XML missing method "

Completed in 282 milliseconds

<<41424344454647484950>>