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

1 2 3 45 6 7 8 91011>>

  /bionic/libc/bionic/
error.cpp 29 #include <error.h>
51 static void __error_tail(int status, int error) {
52 if (error != 0) {
53 fprintf(stderr, ": %s", strerror(error));
64 void error(int status, int error, const char* fmt, ...) { function
73 __error_tail(status, error);
76 void error_at_line(int status, int error, const char* file, unsigned int line, const char* fmt, ...) {
95 __error_tail(status, error);
  /bionic/libc/upstream-netbsd/lib/libc/gen/
nftw.c 47 int ftsflags, fnflag, error, postorder, sverrno; local
66 error = 0;
100 error = -1;
105 error = fn(cur->fts_path, cur->fts_statp, fnflag, &f);
106 if (error != 0)
113 return (error);
  /cts/tests/tests/opengl/libopengltest/
attach_shader_eleven.cpp 41 GLint error = glGetError(); local
42 Data data = {error, count, -1};
attach_shader_four.cpp 36 GLint error = glGetError(); local
37 Data data = {error, count, -1};
attach_shader_seven.cpp 34 GLint error = glGetError(); local
35 Data data = {error, -9 , -1};
attach_shader_six.cpp 34 GLint error = glGetError(); local
35 Data data = {error, -9 , -1};
attach_shader_ten.cpp 40 GLint error = glGetError(); local
41 Data data = {error, count, -1};
attach_shader_three.cpp 40 GLint error = glGetError(); local
41 Data data = {error, -9, -1};
attach_shader_two.cpp 42 GLint error = glGetError(); local
43 LOGI("Error %d\n", error);
44 Data data = {error, count, -1};
  /development/build/tools/
mk_sdk_repo_xml.sh 19 function error() { function
20 echo "*** ERROR: " $@
40 error "Missing tool: sha1sum (Linux: apt-get install coreutils; Mac: port install md5sha1sum)"
45 [[ -z "$OUT" ]] && error "Missing output.xml name."
50 [[ ! -f "$SCHEMA" ]] && error "Invalid XML schema name: $SCHEMA."
56 [[ -z "$XMLNS" ]] && error "Failed to find xmlns:sdk in $SCHEMA."
65 [[ -z "$ROOT" ]] && error "Failed to find root element in $SCHEMA."
332 [[ -z $TYPE ]] && error "Unknown archive type '$1'."
355 [[ ! -f "$SRC" ]] && error "Missing file for archive $TYPE/$OS: $SRC"
406 error "Failed to find source.properties or manifest.ini in $SRC
    [all...]
  /development/host/windows/usb/winusb/
adb_winusb_io_completion.cpp 70 ULONG error = GetLastError(); local
73 ((ERROR_IO_INCOMPLETE == error) || (ERROR_IO_PENDING == error))) {
81 error = GetLastError();
83 ((ERROR_IO_INCOMPLETE != error) && (ERROR_IO_PENDING != error))) {
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
DFA.pm 4 use Error qw( try finally );
63 # an exception upon error.
151 $self->error($nvae);
156 sub error { subroutine
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
dfa.rb 102 include Error
304 error( except )
308 def error( except ) method in class:ANTLR3
  /external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.noreturn/
p1.cpp 10 [[noreturn, noreturn]] void b() { throw 0; } // expected-error {{attribute 'noreturn' cannot appear multiple times in an attribute specifier}}
13 [[noreturn()]] void c(); // expected-error {{attribute 'noreturn' cannot have an argument list}}
15 void d() [[noreturn]]; // expected-error {{'noreturn' attribute cannot be applied to types}}
16 int d2 [[noreturn]]; // expected-error {{'noreturn' attribute only applies to functions}}
21 [[noreturn]] int f(); // expected-error {{function declared '[[noreturn]]' after its first declaration}}
30 template<typename T> void test_type(T) { T::error; } // expected-error {{has no members}} member in class:T
  /external/clang/test/SemaCXX/
vla.cpp 5 int (&f())[n]; // expected-error {{function declaration cannot have variably modified type}}
9 template<typename T> struct error { struct in namespace:PR18581
10 typename T::error e; // expected-error {{cannot be used prior to '::'}}
16 error<int> b[n]; // expected-note {{instantiation}}
17 incomplete c[n]; // expected-error {{incomplete}}
21 void pr23151(int (&)[*]) { // expected-error {{variable length array must be bound in function definition}}
  /external/deqp/scripts/src_util/
check_all.py 31 parser.add_argument("-e", "--only-errors", action="store_true", dest="onlyErrors", default=False, help="Print only on error")
41 error = not all([ variable
47 if error:
  /external/elfutils/src/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 45 Dwfl_Error error = __libdwfl_module_getebl (mod); local
46 if (error != DWFL_E_NOERROR)
48 __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 92 FT_Error error; local
95 error = func( face, gindex, 1, flags, padvance );
96 if ( !error )
99 if ( FT_ERR_NEQ( error, Unimplemented_Feature ) )
100 return error;
118 FT_Error error = FT_Err_Ok; local
138 error = func( face, start, count, flags, padvances );
139 if ( !error )
142 if ( FT_ERR_NEQ( error, Unimplemented_Feature ) )
143 return error;
    [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/cff/
cf2read.h 48 FT_Error* error; member in struct:CF2_BufferRec_
cf2stack.c 50 /* Note: This function returns NULL on error (does not set */
51 /* `error'). */
56 FT_Error error = FT_Err_Ok; /* for FT_QNEW */ local
65 stack->error = e;
100 CF2_SET_ERROR( stack->error, Stack_Overflow );
116 CF2_SET_ERROR( stack->error, Stack_Overflow );
132 CF2_SET_ERROR( stack->error, Stack_Underflow );
137 CF2_SET_ERROR( stack->error, Syntax_Error );
154 CF2_SET_ERROR( stack->error, Stack_Underflow );
182 CF2_SET_ERROR( stack->error, Stack_Overflow )
    [all...]
  /external/freetype/src/raster/
rastpic.c 57 FT_Error error = FT_Err_Ok; local
67 return error;
72 return error;
82 return error;

Completed in 544 milliseconds

1 2 3 45 6 7 8 91011>>