HomeSort by relevance Sort by last modified time
    Searched defs:error (Results 1 - 25 of 1636) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
delayed-permission-denied.js 12 var error; variable
18 error = e;
19 shouldBe('error.code', 'error.PERMISSION_DENIED');
20 shouldBe('error.message', '"User denied Geolocation"');
24 testFailed('Error callback invoked unexpectedly');
delayed-permission-denied-for-multiple-requests.js 14 var error; variable
21 error = e;
22 shouldBe('error.code', 'error.PERMISSION_DENIED');
23 shouldBe('error.message', '"User denied Geolocation"');
28 testFailed('Error callback invoked unexpectedly');
37 error = e;
38 shouldBe('error.code', 'error.PERMISSION_DENIED');
39 shouldBe('error.message', '"User denied Geolocation"')
    [all...]
disconnected-frame.js 1 description("Tests that when a request is made on a Geolocation object and its Frame is disconnected before a callback is made, the error callback is invoked with the correct error message.");
13 var error; variable
19 error = e;
20 shouldBe('error.code', '2');
21 shouldBe('error.message', '"Geolocation cannot be used in frameless documents"');
  /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/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/dbus/bus/
activation-helper-bin.c 36 convert_error_to_exit_code (DBusError *error)
38 if (dbus_error_has_name (error, DBUS_ERROR_NO_MEMORY))
41 if (dbus_error_has_name (error, DBUS_ERROR_SPAWN_CONFIG_INVALID))
44 if (dbus_error_has_name (error, DBUS_ERROR_SPAWN_SETUP_FAILED))
47 if (dbus_error_has_name (error, DBUS_ERROR_SPAWN_SERVICE_INVALID))
50 if (dbus_error_has_name (error, DBUS_ERROR_SPAWN_PERMISSIONS_INVALID))
53 if (dbus_error_has_name (error, DBUS_ERROR_SPAWN_FILE_INVALID))
56 if (dbus_error_has_name (error, DBUS_ERROR_SPAWN_EXEC_FAILED))
59 if (dbus_error_has_name (error, DBUS_ERROR_INVALID_ARGS))
62 if (dbus_error_has_name (error, DBUS_ERROR_SPAWN_CHILD_SIGNALED)
74 DBusError error; local
    [all...]
  /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);
dwfl_module_nextcu.c 59 Dwfl_Error error = __libdwfl_nextcu (mod, (struct dwfl_cu *) lastcu, &cu); local
60 if (likely (error == DWFL_E_NOERROR))
63 __libdwfl_seterrno (error);
dwfl_module_return_value_location.c 64 Dwfl_Error error = __libdwfl_module_getebl (mod); local
65 if (error != DWFL_E_NOERROR)
67 __libdwfl_seterrno (error);
dwfl_nextcu.c 69 Dwfl_Error error; local
72 error = __libdwfl_nextcu (mod, cu, &cu);
73 if (error != DWFL_E_NOERROR)
96 error = mod->dwerr;
98 while (error == DWFL_E_NOERROR);
100 __libdwfl_seterrno (error);
dwfl_onesrcline.c 62 Dwfl_Error error = __libdwfl_cu_getsrclines (cu); local
63 if (error != DWFL_E_NOERROR)
65 __libdwfl_seterrno (error);
  /external/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/icu4c/samples/layout/
GnomeGUISupport.cpp 26 GtkWidget *error; local
29 error = gnome_error_dialog(s);
30 gtk_widget_show(error);
  /external/valgrind/main/cachegrind/tests/
dlclose.c 17 char *error; local
26 if ((error = dlerror()) != NULL) {
27 fprintf (stderr, "%s\n", error);
  /external/webkit/Source/WebKit2/Shared/API/c/cf/
WKErrorCF.cpp 37 RefPtr<WebError> error = WebError::create(ResourceError(cfError)); local
38 return toAPI(error.release().releaseRef());
41 CFErrorRef WKErrorCopyCFError(CFAllocatorRef alloc, WKErrorRef error)
43 RetainPtr<CFErrorRef> cfError = toImpl(error)->platformError().cfError();

Completed in 527 milliseconds

1 2 3 4 5 6 7 8 91011>>