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

<<41424344454647484950>>

  /external/opencv/cvaux/src/
cvcorrespond.cpp 330 CvStatus error; local
354 error = icvDynamicCorrespond( &(first[currFirst]),
361 if( error != CV_NO_ERR )
362 return error;
  /external/openssh/
log.c 99 { "ERROR", SYSLOG_LEVEL_ERROR },
155 /* Error messages that should be logged. */
158 error(const char *fmt,...) function
406 txt = "error";
428 txt = "internal error";
  /external/owasp/sanitizer/src/main/org/owasp/html/
HtmlStreamRenderer.java 111 private final void error(String message, CharSequence identifier) { method in class:HtmlStreamRenderer
154 error("Invalid element name", elementName);
158 error("Tag content cannot appear inside CDATA element", elementName);
180 error("Invalid attr name", name);
227 error("Invalid element name", elementName);
233 error("Tag content cannot appear inside CDATA element", elementName);
243 error(
  /external/pcre/dist/
pcrecpp.h 526 // If RE could not be created properly, returns an error string.
528 const string& error() const { return *error_; } function in class:pcrecpp::RE
705 const string* error_; // Error indicator (or points to empty string)
  /external/pdfium/core/src/fpdfapi/fpdf_font/
ttgsubtable.cpp 432 int error = FXFT_Load_Sfnt_Table(pFont->m_Face, FT_MAKE_TAG('G', 'S', 'U', 'B'), 0, NULL, &length); local
433 if (!error) {
440 int error = FXFT_Load_Sfnt_Table(pFont->m_Face, FT_MAKE_TAG('G', 'S', 'U', 'B'), 0, pFont->m_pGsubData, NULL); local
441 if (!error && pFont->m_pGsubData) {
  /external/pdfium/core/src/fxge/ge/
fx_ge_font.cpp 164 int error = FXFT_New_Memory_Face(library, pData, size, 0, &face); local
165 if (error) {
168 error = FXFT_Set_Pixel_Sizes(face, 64, 64);
169 if (error) {
213 int error = FXFT_Set_Char_Size(m_Face, 0, 1000 * 64, 72, 72); local
214 if (error) {
217 error = FXFT_Load_Glyph(m_Face, glyph_index, FXFT_LOAD_IGNORE_GLOBAL_ADVANCE_WIDTH);
218 if (error) {
223 error = FXFT_Get_Glyph(((FXFT_Face)m_Face)->glyph, &glyph);
224 if (error) {
    [all...]
  /external/pdfium/fpdfsdk/src/javascript/
JS_Context.cpp 68 FXJSErr error ={NULL,NULL, 0}; local
75 nRet = JS_Execute(*m_pRuntime, this, script.c_str(), script.GetLength(), &error);
79 nRet = JS_Parse(*m_pRuntime, this, script.c_str(), script.GetLength(), &error);
86 sLine.Format(L"[ Line: %05d { %s } ] : %s",error.linnum-1,error.srcline,error.message);
88 // TRACE(L"/* -------------- JS Error -------------- */\n");
91 //CFX_ByteString sTemp = CFX_ByteString::FromUnicode(error.message);
  /external/pdfium/third_party/freetype/src/base/
ftbitmap.c 49 FT_Error error = FT_Err_Ok; local
101 if ( !error )
132 return error;
145 FT_Error error; local
220 return error;
264 FT_Error error; local
299 error = FT_Bitmap_Convert( library, bitmap, &tmp, 1 );
300 if ( error )
301 return error;
326 error = ft_bitmap_assure_buffer( library->memory, bitmap, xstr, ystr )
471 FT_Error error = FT_Err_Ok; local
756 FT_Error error; local
    [all...]
ftoutln.c 66 FT_Error error; local
142 error = func_interface->move_to( &v_start, user );
143 if ( error )
164 error = func_interface->line_to( &vec, user );
165 if ( error )
194 error = func_interface->conic_to( &v_control, &vec, user );
195 if ( error )
210 error = func_interface->conic_to( &v_control, &v_middle, user );
211 if ( error )
222 error = func_interface->conic_to( &v_control, &v_start, user )
303 FT_Error error; local
614 FT_Error error; local
    [all...]
ftrfork.c 57 FT_Error error; local
66 error = FT_Stream_Seek( stream, rfork_offset );
67 if ( error )
68 return error;
70 error = FT_Stream_Read( stream, (FT_Byte *)head, 16 );
71 if ( error )
72 return error;
92 error = FT_Stream_Seek( stream, map_pos );
93 if ( error )
94 return error;
159 FT_Error error; local
493 FT_Error error; local
525 FT_Error error; local
561 FT_Error error; local
648 FT_Error error; local
679 FT_Error error; local
711 FT_Error error; local
777 FT_Error error; local
804 FT_Error error = FT_Err_Ok; local
    [all...]
  /external/pdfium/third_party/freetype/src/cff/
cf2glue.h 134 FT_Error* error; member in struct:CF2_OutlineCallbacksRec_
cffdrivr.c 94 /* FreeType error code. 0 means success. */
151 /* FreeType error code. 0 means success. */
159 FT_Error error; local
185 error = cff_slot_load( slot, size, glyph_index, load_flags );
190 return error;
202 FT_Error error = FT_Err_Ok; local
210 error = cff_glyph_load( slot, face->size, start + nn, flags );
211 if ( error )
219 return error;
237 FT_Error error; local
329 FT_Error error = FT_Err_Ok; local
414 FT_Error error = FT_Err_Ok; local
456 FT_Error error = FT_Err_Ok; local
511 FT_Error error = FT_Err_Ok; local
535 FT_Error error = FT_Err_Ok; local
587 FT_Error error = FT_Err_Ok; local
657 FT_Error error = FT_Err_Ok; local
    [all...]
cffparse.c 514 FT_Error error = FT_ERR( Stack_Underflow ); local
522 error = FT_Err_Ok;
574 return error;
584 FT_Error error; local
587 error = FT_ERR( Stack_Underflow );
595 error = FT_Err_Ok;
604 return error;
613 FT_Error error; local
616 error = FT_ERR( Stack_Underflow );
625 error = FT_Err_Ok
637 FT_Error error; local
795 FT_Error error; local
934 FT_Error error = FT_Err_Ok; local
    [all...]
  /external/pdfium/third_party/freetype/src/cid/
cidload.c 74 FT_Error error; local
85 error = parser->root.error;
117 error = FT_THROW( Syntax_Error );
139 error = cid_parser_load_field_table( &loader->parser, keyword,
142 error = cid_parser_load_field( &loader->parser,
145 return error;
220 FT_Error error = FT_Err_Ok; local
248 return error;
300 parser->root.error = FT_Err_Ok
406 FT_Error error; local
554 FT_Error error; local
652 FT_Error error; local
    [all...]
  /external/pdfium/third_party/freetype/src/pshinter/
pshglob.c 650 FT_Error error; local
749 return error;
pshrec.h 134 FT_Error error; member in struct:PS_HintsRec_
  /external/pdfium/third_party/freetype/src/psnames/
psmodule.c 307 FT_Error error; local
372 if ( !error )
373 error = FT_THROW( No_Unicode_Glyph_Name );
381 error = FT_Err_Ok;
393 return error;
  /external/pdfium/third_party/freetype/src/sfnt/
ttload.c 123 /* FreeType error code. 0 means success. */
132 FT_Error error; local
145 error = FT_THROW( Table_Missing );
148 return error;
172 FT_Error error; local
244 error = FT_THROW( Table_Missing );
270 error = FT_THROW( Unknown_File_Format );
277 error = FT_Err_Ok;
288 error = FT_THROW( Table_Missing );
292 return error;
323 FT_Error error; local
476 FT_Error error; local
540 FT_Error error; local
629 FT_Error error; local
746 FT_Error error; local
921 FT_Error error; local
957 FT_Error error; local
1117 FT_Error error; local
1201 FT_Error error; local
1238 FT_Error error; local
    [all...]
  /external/pdfium/third_party/freetype/src/truetype/
ttobjs.c 113 /* FreeType error code. 0 means success. */
121 FT_Error error; local
141 return error;
192 FT_Error error; local
467 FT_Error error; local
471 error = FT_Get_Glyph_Name( ttface, glyph_index, buf, 8 );
472 if ( !error &&
503 /* FreeType error code. 0 means success. */
512 FT_Error error; local
526 error = FT_THROW( Missing_Module )
751 FT_Error error; local
845 FT_Error error; local
967 FT_Error error; local
1053 FT_Error error = FT_Err_Ok; local
1117 FT_Error error = FT_Err_Ok; local
1173 FT_Error error = FT_Err_Ok; local
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
importer_unittest.cc 115 // Return the collected error text
116 string error() const { return error_collector_.text_; } function in class:google::protobuf::compiler::__anon17772::ImporterTest
178 // Error: Parsing a file that doesn't exist.
186 // Error: Importing a file that doesn't exist.
199 // Error: Recursive import.
259 EXPECT_SUBSTRING("only allowed for repeated fields", error());
271 EXPECT_SUBSTRING("only allowed for fields with a message type", error());
283 EXPECT_SUBSTRING("not defined", error());
298 EXPECT_SUBSTRING("Could not find field", error());
313 EXPECT_SUBSTRING("must not name a repeated field", error());
    [all...]
  /external/regex-re2/util/
pcre.h 237 // If PCRE could not be created properly, returns an error string.
239 const string& error() const { return *error_; } function in class:re2::PCRE
425 // operations won't LOG(ERROR) or fail because of a bad rewrite
428 // @param error An error message is recorded here, iff we return false.
431 bool CheckRewriteString(const StringPiece& rewrite, string* error) const;
508 const string* error_; // Error indicator (or empty string)
509 bool report_errors_; // Silences error logging if false
546 // If the regular expression is malformed, an error message will be printed
  /external/replicaisland/src/com/replica/replicaisland/
TextureLibrary.java 106 int error = gl.glGetError(); local
107 if (error != GL10.GL_NO_ERROR) {
108 DebugLog.d("Texture Delete", "GLError: " + error + " (" + GLU.gluErrorString(error) + "): " + mTextureHash[x].resource);
111 assert error == GL10.GL_NO_ERROR;
134 int error = gl.glGetError(); local
135 if (error != GL10.GL_NO_ERROR) {
136 DebugLog.d("Texture Load 1", "GLError: " + error + " (" + GLU.gluErrorString(error) + "): " + texture.resource);
139 assert error == GL10.GL_NO_ERROR
    [all...]
  /external/selinux/policycoreutils/gui/
booleansPage.py 140 def error(self, message): member in class:booleansPage
179 return self.error(out)
182 self.error(e.args[0])
229 self.error(out)
system-config-selinux.py 99 self.error(e.message)
110 def error(self, message): member in class:childWindow
  /external/skia/src/utils/
SkTextureCompressor_LATC.cpp 151 uint8_t error = abs_diff(pixels[i], palette[j]); local
152 if (error < bestError) {
153 bestError = error;
206 uint8_t error = abs_diff(pixels[i], palette[j]); local
207 if (error < bestError) {
208 bestError = error;
481 #error "Must choose either fast or slow LATC compression"

Completed in 823 milliseconds

<<41424344454647484950>>