HomeSort by relevance Sort by last modified time
    Searched defs:error (Results 201 - 225 of 5380) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/deqp/scripts/src_util/
check_invalid_types.py 50 error = False
67 error = True
71 return not error
74 error = False
78 error = True
80 return not error
84 parser.add_argument("-e", "--only-errors", action="store_true", dest="onlyErrors", default=False, help="Print only on error")
94 error = not checkInvalidTypes(files) variable
96 if error:
  /external/elfutils/libdwfl/
dwfl_build_id_find_debuginfo.c 64 Dwfl_Error error = __libdw_open_file (&fd, &mod->alt_elf, local
66 if (error != DWFL_E_NOERROR)
67 __libdwfl_seterrno (error);
104 Dwfl_Error error = __libdw_open_file (&fd, &mod->debug.elf, true, false); local
105 if (error != DWFL_E_NOERROR)
106 __libdwfl_seterrno (error);
dwfl_module_getsrc.c 40 Dwfl_Error error = __libdwfl_addrcu (mod, addr, &cu); local
41 if (likely (error == DWFL_E_NOERROR))
42 error = __libdwfl_cu_getsrclines (cu);
43 if (likely (error == DWFL_E_NOERROR))
75 error = DWFL_E_ADDR_OUTOFRANGE;
78 __libdwfl_seterrno (error);
dwfl_module_register_names.c 44 Dwfl_Error error = __libdwfl_module_getebl (mod); local
45 if (error != DWFL_E_NOERROR)
47 __libdwfl_seterrno (error);
  /external/freetype/src/autofit/
afpic.c 81 FT_Error error = FT_Err_Ok; local
88 return error;
94 error = FT_Create_Class_af_services( library,
96 if ( error )
144 if ( error )
146 return error;
  /external/freetype/src/base/
ftadvanc.c 95 FT_Error error; local
98 error = func( face, gindex, 1, flags, padvance );
99 if ( !error )
102 if ( FT_ERR_NEQ( error, Unimplemented_Feature ) )
103 return error;
119 FT_Error error = FT_Err_Ok; local
144 error = func( face, start, count, flags, padvances );
145 if ( !error )
148 if ( FT_ERR_NEQ( error, Unimplemented_Feature ) )
149 return error;
    [all...]
ftcid.c 33 FT_Error error; local
39 error = FT_ERR( Invalid_Argument );
49 error = service->get_ros( face, &r, &o, &s );
61 return error;
69 FT_Error error = FT_ERR( Invalid_Argument ); local
81 error = service->get_is_cid( face, &ic);
87 return error;
96 FT_Error error = FT_ERR( Invalid_Argument ); local
108 error = service->get_cid_from_glyph_index( face, glyph_index, &c);
114 return error;
    [all...]
ftmm.c 42 FT_Error error; local
50 error = FT_ERR( Invalid_Argument );
59 error = FT_Err_Ok;
62 return error;
70 FT_Error error; local
78 error = FT_ERR( Invalid_Argument );
87 error = FT_Err_Ok;
90 return error;
100 FT_Error error; local
109 error = ft_face_get_mm_service( face, &service )
127 FT_Error error; local
174 FT_Error error; local
209 FT_Error error; local
257 FT_Error error; local
285 FT_Error error; local
336 FT_Error error; local
384 FT_Error error; local
415 FT_Error error; local
466 FT_Error error; local
    [all...]
ftsynth.c 94 FT_Error error; local
128 * about the cause of error.
136 error = FT_GlyphSlot_Own_Bitmap( slot );
137 if ( error )
140 error = FT_Bitmap_Embolden( library, &slot->bitmap, xstr, ystr );
141 if ( error )
  /external/freetype/src/pfr/
pfrdrivr.c 71 FT_Error error = FT_ERR( Invalid_Argument ); local
89 error = FT_Err_Ok;
94 return error;
  /external/freetype/src/psaux/
psread.h 48 FT_Error* error; member in struct:CF2_BufferRec_
  /external/freetype/src/smooth/
ftspic.c 58 FT_Error error = FT_Err_Ok; local
68 return error;
73 return error;
83 return error;
  /external/ipsec-tools/src/racoon/
dnssec.c 68 int error; local
84 error = getcertsbyname(name, &res);
85 if (error != 0) {
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
Parser.java 30 /** Called whenever an error occurs. */
33 * Report an error to the ErrorHandler.
35 * @param line number of the line where error occurred. The value of -1 represents line number
37 * @param lineContent text of the line with error
38 * @param fileName name of the file in which the error occurred
39 * @param errorMessage description of an error
41 void error(int line, String lineContent, String fileName, String errorMessage); method in interface:Parser.ErrorHandler
49 * @param errorHandler Error callback to be called on any error.
52 * handling include loops and error messages
    [all...]
  /external/junit/src/main/java/org/junit/internal/runners/statements/
Fail.java 6 private final Throwable error; field in class:Fail
9 error = e;
14 throw error;
  /external/libese/libese-cpp/include/esecpp/
EseInterface.h 54 virtual bool error() { return ese_error(mEse); } function in class:android::EseInterface
  /external/libmicrohttpd/src/microhttpd/
connection_https.c 41 * @return #MHD_YES on error or if the handshake is progressing
59 int error = SSL_get_error (connection->tls_session, ret); local
60 if ( (error == SSL_ERROR_WANT_READ) ||
61 (error == SSL_ERROR_WANT_WRITE) )
69 "Error: received handshake message out of context\n");
86 * Error message handling: all fatal level messages cause the
  /external/libpcap/tests/
can_set_rfmon_test.c 38 static void error(const char *, ...);
60 error("%s", ebuf);
64 error("%s: pcap_can_set_rfmon failed: %s", argv[1],
67 error("%s: pcap_can_set_rfmon failed: %s", argv[1],
77 error(const char *fmt, ...) function
  /external/libvpx/libvpx/vp9/encoder/arm/neon/
vp9_error_neon.c 18 int64x2_t error = vdupq_n_s64(0); local
34 error = vaddq_s64(error, err2);
40 return vgetq_lane_s64(error, 0) + vgetq_lane_s64(error, 1);
  /external/libxaac/decoder/drc_src/
impd_drc_bitbuffer.h 33 WORD32 error; member in struct:ia_bit_buf_struct
  /external/linux-kselftest/tools/testing/selftests/bpf/
test_dev_cgroup.c 27 int error = EXIT_FAILURE; local
86 error = 0;
92 return error;
  /external/linux-kselftest/tools/testing/selftests/efivarfs/
open-unlink.c 18 int error; local
26 error = errno;
28 errno = error;
38 error = errno;
40 errno = error;
49 int error; local
57 error = errno;
59 errno = error;
  /external/llvm/include/llvm/Support/
Regex.h 51 std::swap(error, regex.error);
56 error = regex.error;
61 /// isValid - returns the error encountered during regex compilation, or
63 bool isValid(std::string &Error);
86 /// \param Error If non-null, any errors in the substitution (invalid
90 std::string *Error = nullptr);
101 int error; member in class:llvm::Regex
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_unlink/
5-1.c 30 * It also FAILS if this error is returned, as it means we can create a semaphore
60 * where descr is a description of the error and ret is an int
61 * (error code for example)
93 int ret, error; local
129 error = errno;
136 output("Error was %d: %s\n", error,
137 strerror(error));
145 ("Creation of the semaphore failed with error %d: %s\n",
182 error = errno
    [all...]
  /external/mesa3d/src/gallium/state_trackers/clover/core/
error.hpp 51 /// Class that represents an error that can be converted to an
54 class error : public std::runtime_error { class in namespace:clover
56 error(cl_int code, std::string what = "") : function in class:clover::error
68 class invalid_build_options_error : public error {
71 error(CL_INVALID_BUILD_OPTIONS, what) {}
74 class build_error : public error {
77 error(CL_BUILD_PROGRAM_FAILURE, what) {}
84 class invalid_object_error<command_queue> : public error {
87 error(CL_INVALID_COMMAND_QUEUE, what) {}
91 class invalid_object_error<context> : public error {
    [all...]

Completed in 1470 milliseconds

1 2 3 4 5 6 7 891011>>