Searched refs:error (Results 401 - 425 of 9144) sorted by relevance

<<11121314151617181920>>

/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dftcid.c32 FT_Error error; local
38 error = FT_ERR( Invalid_Argument );
48 error = service->get_ros( face, &r, &o, &s );
60 return error;
68 FT_Error error = FT_ERR( Invalid_Argument ); local
80 error = service->get_is_cid( face, &ic);
86 return error;
95 FT_Error error = FT_ERR( Invalid_Argument ); local
107 error = service->get_cid_from_glyph_index( face, glyph_index, &c);
113 return error;
[all...]
H A Dftotval.c38 FT_Error error; local
43 error = FT_THROW( Invalid_Face_Handle );
53 error = FT_THROW( Invalid_Argument );
60 error = service->validate( face,
68 error = FT_THROW( Unimplemented_Feature );
71 return error;
/external/chromium_org/chrome/browser/chromeos/drive/sync/
H A Dentry_revert_performer.cc31 FileError error = GDataToFileError(status); local
32 switch (error) {
44 return error;
48 error = metadata->GetFilePath(local_id, &original_path);
49 if (error != FILE_ERROR_OK)
50 return error;
53 error = metadata->RemoveEntry(local_id);
54 if (error != FILE_ERROR_OK)
55 return error;
64 error
121 RevertEntryAfterPrepare( const ClientContext& context, const FileOperationCallback& callback, scoped_ptr<ResourceEntry> entry, FileError error) argument
168 RevertEntryAfterFinishRevert( const FileOperationCallback& callback, const FileChange* changed_files, FileError error) argument
[all...]
/external/chromium_org/chrome/browser/extensions/api/content_settings/
H A Dcontent_settings_unittest.cc26 std::string error; local
28 kTestPatterns[i].extension_pattern, &error).ToString();
30 << "Unexpected error parsing " << kTestPatterns[i].extension_pattern
31 << ": " << error;
43 std::string error; local
45 kInvalidTestPatterns[i].extension_pattern, &error);
47 EXPECT_EQ(kInvalidTestPatterns[i].expected_error, error)
48 << "Unexpected error parsing "
/external/chromium_org/google_apis/drive/
H A Ddrive_common_callbacks.h21 typedef base::Callback<void(GDataErrorCode error,
26 typedef base::Callback<void(GDataErrorCode error,
31 typedef base::Callback<void(GDataErrorCode error,
36 typedef base::Callback<void(GDataErrorCode error,
40 typedef base::Callback<void(GDataErrorCode error,
45 typedef base::Callback<void(GDataErrorCode error,
H A Dgdata_errorcode.cc12 std::string GDataErrorCodeToString(GDataErrorCode error) { argument
13 switch (error) {
90 return "UNKNOWN_ERROR_" + base::IntToString(error);
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/public/
H A DRTCSessionDescriptionDelegate.h43 error:(NSError *)error;
47 didSetSessionDescriptionWithError:(NSError *)error;
/external/clang/test/Headers/
H A Dcxx11.cpp9 #error alignas should not be defined in C++
13 #error alignof should not be defined in C++
23 #error SIZE_MAX should be defined in C++
/external/elfutils/0.153/libasm/
H A Dasm_error.c59 /* Return the appropriate message for the error. */
62 [ASM_E_NOERROR] = N_("no error"),
70 [ASM_E_IOERROR] = N_("error during output of data"),
75 asm_errmsg (error)
76 int error;
80 if (error < -1)
81 return _("unknown error");
82 if (error == 0 && last_error == 0)
83 /* No error. */
86 if (error !
[all...]
/external/elfutils/0.153/libdwfl/
H A Ddwfl_nextcu.c69 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);
H A Ddwfl_module_return_value_location.c64 Dwfl_Error error = __libdwfl_module_getebl (mod); local
65 if (error != DWFL_E_NOERROR)
67 __libdwfl_seterrno (error);
/external/libpcap/tests/
H A Dreactivatetest.c35 static void error(const char *, ...);
48 error("Neither lo0 nor lo could be opened: %s",
56 error("pcap_activate() of opened pcap_t succeeded");
58 error("pcap_activate() of opened pcap_t failed with %s, not PCAP_ERROR_ACTIVATED",
61 error("pcap_activate() of opened pcap_t failed with %s, not PCAP_ERROR_ACTIVATED",
69 error(const char *fmt, ...) function
/external/llvm/test/MC/SystemZ/
H A Dinsn-bad-z196.s5 #CHECK: error: invalid operand
7 #CHECK: error: invalid operand
9 #CHECK: error: invalid operand
16 #CHECK: error: invalid operand
18 #CHECK: error: invalid operand
20 #CHECK: error: invalid operand
27 #CHECK: error: invalid operand
29 #CHECK: error: invalid operand
35 #CHECK: error: invalid operand
37 #CHECK: error
[all...]
H A Dregs-bad.s6 #CHECK: error: invalid operand for instruction
8 #CHECK: error: invalid operand for instruction
10 #CHECK: error: invalid operand for instruction
12 #CHECK: error: invalid operand for instruction
14 #CHECK: error: invalid operand for instruction
16 #CHECK: error: invalid operand for instruction
28 #CHECK: error: invalid operand for instruction
30 #CHECK: error: invalid operand for instruction
32 #CHECK: error: invalid operand for instruction
34 #CHECK: error
[all...]
/external/chromium_org/base/i18n/
H A Dstring_compare.cc19 UErrorCode error = U_ZERO_ERROR; local
23 error);
24 DCHECK(U_SUCCESS(error));
/external/chromium_org/chrome/browser/extensions/api/declarative_content/
H A Dcontent_condition_unittest.cc28 std::string error; local
37 &error);
38 EXPECT_THAT(error, HasSubstr("Unknown condition attribute"));
46 std::string error; local
55 &error);
56 EXPECT_THAT(error, HasSubstr("invalid type"));
64 std::string error; local
73 &error);
74 EXPECT_THAT(error, HasSubstr("invalid type"));
83 std::string error; local
[all...]
/external/chromium_org/extensions/common/features/
H A Dapi_feature.cc20 std::string error = SimpleFeature::Parse(value); local
21 if (!error.empty())
22 return error;
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/fusefs/
H A Dfuse_fs_factory.cc20 Error error = fs->Init(args_copy); local
21 if (error)
22 return error;
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dtyped_fs_factory.h18 Error error = fs->Init(args); local
19 if (error)
20 return error;
/external/chromium_org/third_party/freetype/include/freetype/
H A Dftadvanc.h27 #error "freetype.h of FreeType 1 has been loaded!"
28 #error "Please fix the directory search order for header files"
29 #error "so that freetype.h of FreeType 2 is found first."
106 /* FreeType error code. 0 means success. */
156 /* FreeType error code. 0 means success. */
H A Dftcid.h25 #error "freetype.h of FreeType 1 has been loaded!"
26 #error "Please fix the directory search order for header files"
27 #error "so that freetype.h of FreeType 2 is found first."
76 * FreeType error code. 0~means success.
79 * This function only works with CID faces, returning an error
111 * FreeType error code. 0~means success.
115 * returning an error otherwise.
145 * FreeType error code. 0~means success.
149 * returning an error otherwise.
/external/clang/test/Preprocessor/
H A Dwarning_tests.c3 #error Should have __has_warning
14 // expected-error@+2 {{expected string literal in '__has_warning'}}
15 // expected-error@+1 {{expected value in expression}}
25 // expected-error@+2 {{builtin warning check macro requires a parenthesized string}}
26 // expected-error@+1 {{invalid token}}
36 // expected-error@+1 2{{expected}}
38 #error Alias expansion not allowed
45 #error Expansion should have occurred
/external/compiler-rt/SDKs/darwin/usr/include/
H A Dstring.h38 # error "unrecognized architecture for targeting OS X"
44 # error "unrecognized architecture for targeting iOS"
47 # error "unrecognized architecture for targeting Darwin"
/external/compiler-rt/SDKs/darwin/usr/include/sys/
H A Dfcntl.h29 # error "unrecognized architecture for targeting OS X"
37 # error "unrecognized architecture for targeting iOS"
40 # error "unrecognized architecture for targeting Darwin"
/external/elfutils/0.153/libdw/
H A Ddwarf_cfi_addrframe.c62 /* Maybe there was a previous error. */
70 int error = __libdw_frame_at_address (cache, fde, address, frame); local
71 if (error != DWARF_E_NOERROR)
73 __libdw_seterrno (error);

Completed in 642 milliseconds

<<11121314151617181920>>