HomeSort by relevance Sort by last modified time
    Searched full:error (Results 251 - 275 of 27143) sorted by null

<<11121314151617181920>>

  /frameworks/compile/slang/tests/F_invoke_return/
stderr.txt.expect 1 invoke_return.rs:4:5: error: invokable non-static functions are required to return void
  /frameworks/compile/slang/tests/F_kernel_noattr/
stderr.txt.expect 1 kernel_noattr.rs:4:5: error: Compute kernel root() is required to return a void type
2 kernel_noattr.rs:4:5: error: Compute kernel root() must have at least one parameter for in or out
3 kernel_noattr.rs:11:5: error: invokable non-static functions are required to return void
4 kernel_noattr.rs:15:5: error: invokable non-static functions are required to return void
  /frameworks/compile/slang/tests/F_kernel_ptr_ret_val/
stderr.txt.expect 1 kernel_ptr_ret_val.rs:4:1: error: Compute kernel root() cannot return a pointer type: 'int *'
  /frameworks/compile/slang/tests/F_multidim_array/
stderr.txt.expect 1 multidim_array.rs:4:5: error: multidimensional arrays cannot be exported: 'arr'
  /frameworks/compile/slang/tests/F_no_version_pragma/
stderr.txt.expect 1 no_version_pragma.rs:7:1: error: missing pragma for version in source file
  /frameworks/compile/slang/tests/F_ptr_in_struct/
stderr.txt.expect 1 ptr_in_struct.rs:4:8: error: structures containing pointers cannot be exported: 's'
  /frameworks/compile/slang/tests/F_root_compute_non_const_usrData/
stderr.txt.expect 1 root_compute_non_const_usrData.rs:4:44: error: Unexpected kernel root() parameter 'usrData' of type 'void *'
  /frameworks/compile/slang/tests/F_root_compute_non_ptr_usrData/
stderr.txt.expect 1 root_compute_non_ptr_usrData.rs:4:48: error: Unexpected kernel root() parameter 'usrData' of type 'const int'
  /frameworks/compile/slang/tests/F_root_compute_non_uint32_t_xyzar/
stderr.txt.expect 1 root_compute_non_uint32_t_xyzar.rs:5:15: error: Unexpected kernel root() parameter 'x' of type 'int'
2 root_compute_non_uint32_t_xyzar.rs:5:24: error: Unexpected kernel root() parameter 'y' of type 'float'
3 root_compute_non_uint32_t_xyzar.rs:5:34: error: Unexpected kernel root() parameter 'z' of type 'double'
4 root_compute_non_uint32_t_xyzar.rs:5:43: error: Unexpected kernel root() parameter 'ar' of type 'uchar'
  /frameworks/compile/slang/tests/F_root_compute_non_void_ret/
stderr.txt.expect 1 root_compute_non_void_ret.rs:4:5: error: Compute kernel root() is required to return a void type
  /frameworks/compile/slang/tests/F_root_graphics/
stderr.txt.expect 1 root_graphics.rs:4:6: error: root() is required to return an int for graphics usage
  /frameworks/compile/slang/tests/F_rs_prefix/
stderr.txt.expect 1 rs_prefix.rs:4:6: error: invalid function name prefix, "rs" is reserved: 'rs_foo'
  /frameworks/compile/slang/tests/F_set_target_api_foo/
set_target_api_foo.rs 6 #error Invalid RS_VERSION
  /frameworks/compile/slang/tests/F_struct_array_copy/
stderr.txt.expect 1 struct_array_copy.rs:35:8: error: Arrays of RS object types within structures cannot be copied
  /frameworks/compile/slang/tests/F_struct_ptr/
stderr.txt.expect 1 struct_ptr.rs:4:8: error: struct is not defined in this module
  /external/chromium/chrome/browser/debugger/manual_tests/
highlight-source-line.html 1 <p>To test, open the DevTools and reload this page. Then open the Console and click the link for the markup error. You should see the line containing the error briefly highlighted in the source view.</p>
3 <p>This line contains a markup error</i>.</p>
  /external/chromium/chrome/browser/ui/cocoa/applescript/
error_applescript.h 13 // Error when default profile cannot be obtained.
15 // Error when bookmark model fails to load.
17 // Error when bookmark folder cannot be created.
19 // Error when bookmark item cannot be created.
21 // Error when URL entered is invalid.
23 // Error when printing cannot be initiated.
25 // Error when invalid tab save type is entered.
27 // Error when invalid browser mode is entered.
29 // Error when tab index is out of bounds.
31 // Error when mode is set after browser window is created
    [all...]
  /external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/
p8-0x.cpp 3 auto f() -> int[32]; // expected-error{{function cannot return array}}
4 auto g() -> int(int); // expected-error{{function cannot return function}}
5 auto h() -> auto() -> int; // expected-error{{function cannot return function}}
  /external/clang/test/Driver/
inhibit-downstream-commands.c 2 // CHECK: error: unknown type name 'invalid'
3 // CHECK-NOT: clang: error: assembler command failed
4 // CHECK-NOT: clang: error: linker command failed
  /external/clang/test/Parser/
cxx-member-initializers.cpp 4 x() : a(4) ; // expected-error {{expected '{'}}
9 y() : a(4) ; // expected-error {{expected '{'}}
14 z() : a {} // expected-error {{expected '('}}
objc-interfaces.m 3 // Test features and error recovery for objc interfaces.
6 - (int*) foo2 __attribute__((deprecated)) : (int) x1 __attribute__((deprecated)); // expected-error {{expected ';' after method prototype}} expected-error {{method type specifier must start with '-' or '+'}}
offsetof.c 5 int a = __builtin_offsetof(struct a, x; // expected-error{{expected ')'}} expected-note{{to match this '('}}
6 // FIXME: This actually shouldn't give an error
7 int b = __builtin_offsetof(struct a, x->b); // expected-error{{expected ')'}} expected-note{{to match this '('}}
  /external/clang/test/Preprocessor/
macro_expandloc.c 4 // The error message should be on the #include line, not the 1.
6 // expected-error@+1 {{expected "FILENAME" or <FILENAME>}}
11 // expected-error@+1 {{expected "FILENAME" or <FILENAME>}}
macro_paste_c_block_comment.c 3 // expected-error@9 {{EOF}}
5 COMM // expected-error {{pasting formed '/*', an invalid preprocessing token}}
9 #error EOF
non_fragile_feature.m 3 #error Should have __has_feature
7 #error Non-fragile ABI used for compilation but feature macro not set.
11 #error objc_weak_class should be enabled with nonfragile abi

Completed in 186 milliseconds

<<11121314151617181920>>