/external/bison/build-aux/ |
mdate-sh | 62 error () function 118 test $# -gt 0 || error "failed parsing '$ls_command /' output" 138 test -n "$month" || error "failed parsing '$ls_command /' output"
|
/external/llvm/test/MC/ARM/ |
thumb-diagnostics.s | 10 @ CHECK-ERRORS: error: invalid instruction 17 @ CHECK-ERRORS: error: instruction variant requires Thumb2 20 @ CHECK-ERRORS-V5: error: instruction variant requires ARMv6 or later 27 @ CHECK-ERRORS: error: invalid operand for instruction 34 error: invalid operand for instruction label 37 error: invalid operand for instruction label 45 @ CHECK-ERRORS: error: registers must be in range r0-r7 48 @ CHECK-ERRORS: error: writeback operator '!' expected 51 @ CHECK-ERRORS: error: writeback operator '!' not allowed when base register in register list 59 @ CHECK-ERRORS: error: registers must be in range r0-r7 or p [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/tests/ |
rdtmain.asm | 29 jb error ; cause error if < 1 parameters 44 error: label 45 mov eax,2 ; return 2 on error
|
/external/clang/test/Misc/ |
diag-presumed.c | 6 X(int n = error); 8 // PRESUMED: diag-presumed.c:101:11: error: use of undeclared identifier 'error' 10 // SPELLING: diag-presumed.c:6:11: error: use of undeclared identifier 'error' 14 // PRESUMED: diag-presumed.c:108:1: error: extra ';' outside of a functio 15 // SPELLING: diag-presumed.c:13:1: error: extra ';' outside of a functio 26 another error; variable 30 // PRESUMED: systemheader.h:7:1: error: unknown type name 'another' 33 // SPELLING: diag-presumed.c:26:1: error: unknown type name 'another [all...] |
/external/oprofile/libutil/tests/ |
string_tests.c | 17 void error(char const * str) function 27 error("\"\" is not a prefix of \"\""); 29 error("\"\" is not a prefix of a"); 31 error("a is not a prefix of a"); 33 error("a is not a prefix of aa"); 35 error("b is a prefix of a"); 38 error("skip_ws of \"\" is not \"\""); 40 error("skip_ws of \\na is not a"); 42 error("skip_ws of \\n\\na is not a"); 44 error("skip_ws of \\n a is not a") [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
error.h | 1 /* Specializations for error functions. 21 # error "Never include <bits/error.h> directly; use <error.h> instead." 27 error) 31 error) 38 error (int __status, int __errnum, __const char *__format, ...) function
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
error.h | 1 /* Specializations for error functions. 21 # error "Never include <bits/error.h> directly; use <error.h> instead." 27 error) 31 error) 38 error (int __status, int __errnum, __const char *__format, ...) function
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
error.h | 1 /* Specializations for error functions. 21 # error "Never include <bits/error.h> directly; use <error.h> instead." 27 error) 31 error) 38 error (int __status, int __errnum, __const char *__format, ...) function
|
/external/chromium/chrome/browser/extensions/ |
convert_user_script_unittest.cc | 23 std::string error; local 25 test_file, GURL("http://www.google.com/foo"), &error)); 28 EXPECT_EQ("", error); 63 std::string error; local 65 test_file, GURL("http://www.google.com/foo/bar.user.js?monkey"), &error)); 68 EXPECT_EQ("", error); 103 std::string error; local 105 test_file, GURL("http://www.google.com/foo/bar.user.js?monkey"), &error)); 108 EXPECT_EQ("User script must be UTF8 encoded.", error);
|
/external/chromium_org/chrome/browser/speech/ |
tts_platform.cc | 13 std::string TtsPlatformImpl::error() { function in class:TtsPlatformImpl 21 void TtsPlatformImpl::set_error(const std::string& error) { 22 error_ = error;
|
/external/chromium_org/chrome/common/json_schema/ |
json_schema_validator_unittest.cc | 56 std::string error; local 57 EXPECT_FALSE(JSONSchemaValidator::IsValidSchema("", &error)); 58 EXPECT_FALSE(JSONSchemaValidator::IsValidSchema("\0", &error)); 59 EXPECT_FALSE(JSONSchemaValidator::IsValidSchema("string", &error)); 60 EXPECT_FALSE(JSONSchemaValidator::IsValidSchema("\"string\"", &error)); 61 EXPECT_FALSE(JSONSchemaValidator::IsValidSchema("[]", &error)); 62 EXPECT_FALSE(JSONSchemaValidator::IsValidSchema("{}", &error)); 64 "{ \"type\": 123 }", &error)); 66 "{ \"type\": \"invalid\" }", &error)); 71 "}", &error)); [all...] |
/external/chromium_org/courgette/ |
analyze_stress_test | 11 error() { function 12 echo "error: ${@}" >&2 39 error "\"${log}\" not found"
|
run_stress_test | 9 error() { function 10 echo "error: ${@}" >&2 43 error "\"${dir1}\" not found" 49 error "\"${dir2}\" not found" 55 error "\"${out_dir}\" already exists"
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/ |
V8ErrorEventCustom.cpp | 50 v8::Handle<v8::Value> error = info.Holder()->GetHiddenValue(V8HiddenPropertyName::error()); local 52 if (!error.IsEmpty()) { 53 v8SetReturnValue(info, error);
|
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/ |
DOMWindowWebDatabase.cpp | 51 DatabaseError error = DatabaseError::None; local 53 database = dbManager.openDatabase(window->document(), name, version, displayName, estimatedSize, creationCallback, error); 54 ASSERT(database || error != DatabaseError::None); 55 if (error != DatabaseError::None) 56 es.throwDOMException(DatabaseManager::exceptionCodeForDatabaseError(error));
|
/external/chromium_org/third_party/freetype/src/base/ |
ftpic.c | 32 FT_Error error = FT_Err_Ok; local 36 error = ft_base_pic_init( library ); 37 if(error) 38 return error;
|
fttype1.c | 31 FT_Error error = FT_Err_Invalid_Argument;
local 42 error = service->ps_get_font_info( face, afont_info );
45 return error;
76 FT_Error error = FT_Err_Invalid_Argument;
local 87 error = service->ps_get_font_private( face, afont_private );
90 return error;
|
ftwinfnt.c | 32 FT_Error error; local 35 error = FT_Err_Invalid_Argument; 43 error = service->get_header( face, header ); 47 return error;
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objctests/ |
RTCSessionDescriptionSyncObserver.h | 39 // Error string. May be nil. 40 @property(atomic, copy) NSString *error; variable
|
/external/chromium_org/ui/gl/ |
egl_util.cc | 18 // Returns the last EGL error as a string. 20 EGLint error = eglGetError(); local 21 switch (error) {
|
/external/clang/test/CodeGenCXX/ |
constructor-convert.cpp | 9 static void error(const Twine &Message) {} function 14 error("cl::location(x) specified more than once!");
|
/external/clang/test/Sema/ |
variadic-incomplete-arg-type.c | 10 CFErrorRef error; local 11 junk(1, *error, (void)0); // expected-error {{argument type 'struct __CFError' is incomplete}} \ 12 // expected-error {{argument type 'void' is incomplete}}
|
/external/elfutils/bionic-fixup/ |
error.h | 26 error(int status, int errnum, const char *fmt, ...) function 31 fprintf(stderr, "error %d: %s\n", errnum, strerror(errno));
|
/external/elfutils/libdwfl/ |
dwfl_getsrclines.c | 59 Dwfl_Error error = __libdwfl_cu_getsrclines (cu); local 60 if (error != DWFL_E_NOERROR) 62 __libdwfl_seterrno (error);
|
dwfl_module_addrdie.c | 59 Dwfl_Error error = __libdwfl_addrcu (mod, addr, &cu); local 60 if (likely (error == DWFL_E_NOERROR)) 63 __libdwfl_seterrno (error);
|