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

<<21222324252627282930>>

  /external/chromium_org/sync/engine/
traffic_recorder_unittest.cc 34 sync_pb::ClientToServerResponse::Error* error = response.mutable_error(); local
36 error->set_error_description(error_description);
  /external/chromium_org/sync/test/accounts_client/
test_accounts_client.cc 47 int error = source->GetStatus().error(); variable
48 DVLOG(0) << "The request failed with error code " << error << "."
  /external/chromium_org/third_party/WebKit/Source/core/fileapi/
FileReader.h 74 PassRefPtr<FileError> error() { return m_error; } function in class:WebCore::FileReader
96 DEFINE_ATTRIBUTE_EVENT_LISTENER(error);
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InjectedScriptHost.cpp 89 ErrorString error; local
90 consoleAgent->clearMessages(&error);
InspectorAgent.cpp 101 ErrorString error; local
102 disable(&error);
PageDebuggerAgent.cpp 104 ErrorString error; local
105 resume(&error);
110 ErrorString error; local
111 stepOver(&error, 0);
PageRuntimeAgent.cpp 84 String error; local
85 enable(&error);
142 *errorString = "Internal error: main world execution context not found.";
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
FileWriter.h 66 FileError* error() const { return m_error.get(); } function in class:WebCore::FileWriter
84 DEFINE_ATTRIBUTE_EVENT_LISTENER(error);
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
UserMediaRequest.cpp 157 RefPtr<NavigatorUserMediaError> error = NavigatorUserMediaError::create(NavigatorUserMediaError::NamePermissionDenied, description, String()); local
158 m_errorCallback->handleEvent(error.get());
169 RefPtr<NavigatorUserMediaError> error = NavigatorUserMediaError::create(NavigatorUserMediaError::NameConstraintNotSatisfied, description, constraintName); local
170 m_errorCallback->handleEvent(error.get());
  /external/chromium_org/third_party/WebKit/Source/platform/image-encoders/skia/
JPEGImageEncoder.cpp 127 jpeg_error_mgr error; local
128 cinfo.err = jpeg_std_error(&error);
129 error.error_exit = handleError;
  /external/chromium_org/third_party/WebKit/Source/web/tests/
PageSerializerTest.cpp 115 WebURLError error; local
116 error.reason = 0xdead + statusCode;
117 error.domain = "PageSerializerTest";
124 Platform::current()->unitTestSupport()->registerMockedErrorURL(KURL(m_baseUrl, file), response, error); local
  /external/chromium_org/third_party/closure_linter/closure_linter/
checkerbase.py 31 from closure_linter.common import error namespace
39 'Whether to show error exceptions.')
129 """Prints out the given error message including a line number.
132 code: The error code.
133 message: The error to print.
134 token: The token where the error occurred, or None if it was a file-wide
136 position: The position of the error, defaults to None.
137 fix_data: Metadata used for fixing the error.
141 error.Error(code, message, token, position, fix_data)
    [all...]
javascriptlintrules.py 36 from closure_linter.common import error namespace
40 Error = error.Error
393 # Don't report an error before a start bracket - it will be reported
423 """Reports missing provide statements to the error handler.
428 token: The token where the error was detected (also where the new provides
443 """Reports missing require statements to the error handler.
448 token: The token where the error was detected (also where the new requires
468 # Report an error for any declared private member that was never used
    [all...]
  /external/chromium_org/third_party/freetype/include/freetype/internal/
ftvalid.h 59 /* return an error later when trying to load the glyph). */
93 FT_Error error; /* error returned. 0 means success */ member in struct:FT_ValidatorRec_
117 /* Sets the error field in a validator, then calls `longjmp' to return */
119 /* error checks within the validation routines. */
123 FT_Error error );
  /external/chromium_org/third_party/freetype/src/autofit/
afglobal.c 58 FT_Error error; local
71 error = FT_Select_Charmap( face, FT_ENCODING_UNICODE );
72 if ( error )
75 * Ignore this error; we simply use the fallback script.
78 error = FT_Err_Ok;
154 return error;
163 FT_Error error; local
179 error = af_face_globals_compute_script_coverage( globals );
180 if ( error )
190 return error;
240 FT_Error error = FT_Err_Ok; local
    [all...]
  /external/chromium_org/third_party/freetype/src/base/
ftbbox.c 626 FT_Error error; local
636 error = FT_Outline_Decompose( outline, &bbox_interface, &user );
637 if ( error )
638 return error;
ftgloadr.c 74 FT_Error error; local
82 return error;
168 FT_Error error; local
180 return error;
206 FT_Error error = FT_Err_Ok; local
268 return error;
281 FT_Error error = FT_Err_Ok; local
302 return error;
364 FT_Error error; local
369 error = FT_GlyphLoader_CheckPoints( target, num_points, num_contours )
    [all...]
ftglyph.c 64 FT_Error error = FT_Err_Ok; local
70 error = FT_THROW( Invalid_Glyph_Format );
86 error = FT_Bitmap_Copy( library, &slot->bitmap, &glyph->bitmap );
90 return error;
162 FT_Error error = FT_Err_Ok; local
171 error = FT_THROW( Invalid_Glyph_Format );
176 error = FT_Outline_New( library, source->n_points, source->n_contours,
178 if ( error )
184 return error;
204 FT_Error error; local
286 FT_Error error; local
312 FT_Error error; local
359 FT_Error error; local
428 FT_Error error = FT_Err_Ok; local
514 FT_Error error = FT_Err_Ok; local
    [all...]
ftpatent.c 32 FT_Error error; local
106 FT_UNUSED( error );
117 FT_Error error = FT_Err_Ok; local
130 for ( i = 0; !error && tag_i != tag ; i++ )
131 error = service->table_info( face, i,
134 if ( error ||
151 FT_Error error; local
ftutil.c 54 FT_Error error; local
55 FT_Pointer block = ft_mem_qalloc( memory, size, &error );
57 if ( !error && size > 0 )
60 *p_error = error;
70 FT_Error error = FT_Err_Ok; local
78 error = FT_THROW( Out_Of_Memory );
83 error = FT_THROW( Invalid_Argument );
86 *p_error = error;
99 FT_Error error = FT_Err_Ok; local
103 cur_count, new_count, block, &error );
121 FT_Error error = FT_Err_Ok; local
182 FT_Error error; local
365 FT_Error error = FT_Err_Ok; local
    [all...]
  /external/chromium_org/third_party/freetype/src/cff/
cf2font.h 58 FT_Error error; /* shared error for this instance */ member in struct:CF2_FontRec_
  /external/chromium_org/third_party/freetype/src/sfnt/
pngshim.c 120 /* Use error callback to avoid png writing to stderr. */
125 FT_Error* error = png_get_error_ptr( png ); local
130 *error = FT_THROW( Out_Of_Memory );
155 FT_Error error; local
187 FT_Error error = FT_Err_Ok; local
203 error = FT_THROW( Invalid_Argument );
210 &error,
215 error = FT_THROW( Out_Of_Memory );
222 error = FT_THROW( Out_Of_Memory );
229 error = FT_THROW( Invalid_File_Format )
    [all...]
ttbdf.c 67 FT_Error error; local
72 error = tt_face_goto_table( face, TTAG_BDF, stream, &length );
73 if ( error ||
77 error = FT_THROW( Invalid_Table );
129 return error;
134 error = FT_THROW( Invalid_Table );
146 FT_Error error = FT_Err_Ok; local
157 error = tt_face_load_bdf_props( face, FT_FACE( face )->stream );
158 if ( error )
166 error = FT_ERR( Invalid_Argument )
    [all...]
ttpost.c 161 FT_Error error; local
181 error = FT_THROW( Invalid_File_Format );
303 return error;
313 FT_Error error; local
328 error = FT_THROW( Invalid_File_Format );
348 error = FT_THROW( Invalid_File_Format );
369 return error;
377 FT_Error error; local
387 error = face->goto_table( face, TTAG_post, stream, &post_len );
388 if ( error )
481 FT_Error error; local
    [all...]
  /external/chromium_org/third_party/freetype/src/truetype/
ttpload.c 59 /* FreeType error code. 0 means success. */
65 FT_Error error; local
71 error = face->goto_table( face, TTAG_glyf, stream, &face->glyf_len );
75 if ( FT_ERR_EQ( error, Table_Missing ) )
77 else if ( error )
81 error = face->goto_table( face, TTAG_loca, stream, &table_len );
82 if ( error )
84 error = FT_THROW( Locations_Missing );
95 error = FT_THROW( Invalid_Table );
107 error = FT_THROW( Invalid_Table )
285 FT_Error error; local
366 FT_Error error; local
428 FT_Error error; local
487 FT_Error error; local
    [all...]

Completed in 1656 milliseconds

<<21222324252627282930>>