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

<<51525354555657585960>>

  /external/deqp/modules/gles3/functional/
es3fFboTestUtil.cpp 1046 const int error = int(deFloatCeil(255.0f * 2.0f \/ float(srcMaxValue))); local
    [all...]
  /external/deqp/modules/gles31/stress/
es31sVertexAttributeBindingTests.cpp 78 tcu::Surface error (image.getWidth(), image.getHeight());
97 error.setPixel(x, y, (pixelOk) ? (tcu::RGBA(0, 255, 0, 255)) : (tcu::RGBA(255, 0, 0, 255)));
106 << TestLog::Image("ErrorMask", "Error mask", error)
600 const deUint32 error = gl.glGetError(); local
602 if (error != GL_NO_ERROR)
603 m_testCtx.getLog() << tcu::TestLog::Message << "Got error: " << glu::getErrorStr(error) << ", ignoring..." << tcu::TestLog::EndMessage;
  /external/e2fsprogs/lib/ext2fs/
unix_io.c 575 int error; local
579 error = ioctl(data->dev, BLKROGET, &readonly);
580 if (!error && readonly) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
FingerPrintGraph.java 233 double error = configResults.getError(); local
234 boolean singleTest = Double.isNaN(error);
235 boolean isSignificant = singleTest || error < Utils.STANDARD_ERROR_THRESHOLD;
357 deltaTooltip = "This test has a bad reliability: error is "+NUMBER_FORMAT.format(error*100)+"% (> 3%)!";
581 double error = baselineBuildResults.getError();
582 if (!Double.isNaN(error)) value += Math.abs(error);
591 error = currentBuildResults.getError();
592 if (!Double.isNaN(error)) value += Math.abs(error)
    [all...]
  /external/eigen/Eigen/src/Core/
PlainObjectBase.h 43 bool error = (rows == 0 || cols == 0) ? false local
45 if (error)
    [all...]
  /external/elfutils/src/libdwfl/
linux-kernel-modules.c 423 /* We only get here in error cases. */
602 /* We only get here when finished or in error cases. */
725 int error = ENOENT; local
737 error = ENOENT;
766 error = f->fts_errno;
777 errno = error;
  /external/expat/lib/
xmlrole.c 123 error; variable
158 state->handler = error;
189 state->handler = error;
210 state->handler = error;
1295 error(PROLOG_STATE *state, function
1311 state->handler = error;
  /external/fio/
client.h 51 int error; member in struct:fio_client
  /external/freetype/src/cff/
cf2hints.h 73 FT_Error* error; member in struct:CF2_HintMaskRec_
cffobjs.c 160 FT_Error error = FT_Err_Ok; local
180 error = funcs->create( cffsize->face->memory, &priv,
182 if ( error )
191 error = funcs->create( cffsize->face->memory, &priv,
193 if ( error )
203 return error;
388 FT_Error error; local
394 FT_UNUSED( error );
489 FT_Error error; local
503 error = FT_THROW( Missing_Module )
    [all...]
  /external/freetype/src/psaux/
psobjs.c 66 /* FreeType error code. 0 means success. */
73 FT_Error error; local
91 if ( error )
94 return error;
121 FT_Error error; local
128 return error;
164 /* FreeType error code. 0 means success. An error is returned if a */
182 FT_Error error; local
199 error = reallocate_t1_table( table, new_size )
237 FT_Error error; local
338 FT_Error error = FT_ERR( Invalid_File_Format ); local
453 FT_Error error = FT_Err_Ok; local
516 FT_Error error = FT_Err_Ok; local
1031 FT_Error error; local
1299 FT_Error error = FT_Err_Ok; local
1379 FT_Error error = FT_Err_Ok; local
1631 FT_Error error; local
1647 FT_Error error; local
1683 FT_Error error = FT_ERR( Invalid_File_Format ); local
    [all...]
t1decode.c 182 /* FreeType error code. 0 means success. */
192 FT_Error error; local
265 error = FT_GlyphLoader_CheckSubGlyphs( loader, 2 );
266 if ( error )
301 error = t1_decoder_parse_glyph( decoder, (FT_UInt)bchar_index );
303 if ( error )
323 error = t1_decoder_parse_glyph( decoder, (FT_UInt)achar_index );
325 if ( error )
338 return error;
358 /* FreeType error code. 0 means success. *
365 FT_Error error; local
    [all...]
  /external/freetype/src/pshinter/
pshrec.c 67 FT_Error error = FT_Err_Ok; local
77 return error;
86 FT_Error error = FT_Err_Ok; local
96 error = ps_hint_table_ensure( table, count, memory );
97 if ( error )
110 return error;
142 FT_Error error = FT_Err_Ok; local
151 return error;
189 FT_Error error = FT_Err_Ok; local
195 error = ps_mask_ensure( mask, idx + 1, memory )
236 FT_Error error = FT_Err_Ok; local
256 FT_Error error = FT_Err_Ok; local
287 FT_Error error = FT_Err_Ok; local
316 FT_Error error; local
408 FT_Error error = FT_Err_Ok; local
504 FT_Error error = FT_Err_Ok; local
633 FT_Error error; local
658 FT_Error error = FT_Err_Ok; local
729 FT_Error error = FT_Err_Ok; local
866 FT_Error error; local
893 FT_Error error = FT_Err_Ok; local
955 FT_Error error = FT_Err_Ok; local
996 FT_Error error; local
1041 FT_Error error; local
1086 FT_Error error; local
    [all...]
  /external/glide/library/src/main/java/com/bumptech/glide/
GenericRequestBuilder.java 146 * {@link Transformation}s. However, {@link #placeholder(int)} and {@link #error(int)},
451 public GenericRequestBuilder<ModelType, DataType, ResourceType, TranscodeType> error( method in class:GenericRequestBuilder
464 public GenericRequestBuilder<ModelType, DataType, ResourceType, TranscodeType> error( method in class:GenericRequestBuilder
  /external/guava/guava-testlib/src/com/google/common/testing/
NullPointerTester.java 348 AssertionFailedError error = new AssertionFailedError( local
350 error.initCause(cause);
351 throw error;
  /external/harfbuzz_ng/util/
options.cc 89 GError **error G_GNUC_UNUSED)
120 GError **error)
123 option_group->pre_parse (error);
124 return *error == NULL;
131 GError **error)
134 option_group->post_parse (error);
135 return *error == NULL;
164 fail (true, "Option parse error");
173 GError **error G_GNUC_UNUSED)
183 g_set_error (error, G_OPTION_ERROR, G_OPTION_ERROR_BAD_VALUE
507 GError *error = NULL; local
526 GError *error = NULL; local
    [all...]
  /external/icu/icu4c/source/tools/toolutil/
xmlparser.cpp 206 // unexpected error opening Latin-1 converter
227 // unexpected error in conversion from Latin-1
301 break; // conversion error
375 error("Root Element expected", status);
431 error("Element start / end tag mismatch", status);
451 // It's an error.
452 error("Unrecognized markup", status);
458 error("Root element not closed.", status);
469 error("Extra content at the end of the document", status);
634 UXMLParser::error(const char *message, UErrorCode &status) function in class:UXMLParser
    [all...]
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/util/
BNF.java 82 if (msg.length() != 0) msg = "Error: Missing definitions for: " + msg;
89 error(msg);
101 error(msg);
140 void error(String msg) { method in class:BNF
148 if (type != Tokenizer.STRING) error("missing weight");
150 if (s.length() == 0 || s.charAt(0) != '$') error("missing $ in variable");
151 if (t.next() != '=') error("missing =");
154 if (rule == null) error("missing expression");
156 if (t.next() != ';') error("missing ;");
162 if (temp != null) error("duplicate variable")
    [all...]
  /external/iproute2/tc/
m_ipt.c 224 char *error; local
290 if ((error = dlerror()) != NULL) {
292 if ((error = dlerror()) != NULL) {
297 fputs(error, stderr);
432 printf(" %s error \n", m->name);
576 fprintf(stderr, " %s error \n", m->name);
  /external/ipsec-tools/src/racoon/
isakmp_inf.c 131 int error = -1;
276 error = 0;
282 error = -1;
286 error = 0;
293 error = isakmp_info_recv_n(iph1,
298 error = isakmp_info_recv_d(iph1,
310 error = 0;
316 if (error < 0)
324 return error;
584 int error = 0
130 int error = -1; local
583 int error = 0; local
629 int error = 0; local
702 int error = -1; local
783 int error = 0; local
842 int error = 0; local
897 int error = -1; local
1527 int error = 0; local
1621 int error = 0; local
    [all...]
sockmisc.c 984 int error; local
990 error = getaddrinfo(host, port, &hints, &res);
991 if (error != 0) {
995 gai_strerror(error));
  /external/jdiff/src/jdiff/
APIHandler.java 153 System.out.println("Error: unknown element type: " + localName);
266 System.out.println("Error: duplicate comment id: " + commentID);
342 public void error(SAXParseException e) { method in class:APIHandler
343 System.out.println("Error (" + e.getLineNumber() + "): parsing XML API file:" + e);
349 System.out.println("Fatal Error (" + e.getLineNumber() + "): parsing XML API file:" + e);
  /external/jetty/src/java/org/eclipse/jetty/server/
Dispatcher.java 110 public void error(ServletRequest request, ServletResponse response) throws ServletException, IOException method in class:Dispatcher
112 forward(request, response, DispatcherType.ERROR);
  /external/jsoncpp/src/lib_json/
json_reader.cpp 171 // Set error location to start of doc, ideally should be first token found in doc
222 return addError( "Syntax error: value, object or array expected.", token );
502 if ( !ok ) // error already set
546 if ( !ok ) // error already set
892 const ErrorInfo &error = *itError; local
893 formattedMessage += "* " + getLocationLineAndColumn( error.token_.start_ ) + "\n";
894 formattedMessage += " " + error.message_ + "\n";
895 if ( error.extra_ )
896 formattedMessage += "See " + getLocationLineAndColumn( error.extra_ ) + " for detail.\n";
909 "Error from reader: %s"
    [all...]
  /external/libcxx/src/
ios.cpp 65 return string("unspecified iostream_category error");
188 static long error; local
189 error = 0;
190 return error;
212 static void* error; local
213 error = 0;
214 return error;

Completed in 518 milliseconds

<<51525354555657585960>>