HomeSort by relevance Sort by last modified time
    Searched defs:error (Results 126 - 150 of 2888) sorted by null

1 2 3 4 56 7 8 91011>>

  /cts/tests/tests/opengl/libopengltest/
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."
292 [[ -z $TYPE ]] && error "Unknown archive type '$1'."
315 [[ ! -f "$SRC" ]] && error "Missing file for archive $TYPE/$OS: $SRC"
366 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/chromium/third_party/libjingle/source/talk/base/
nethelpers.h 54 int error() const { return error_; } function in class:talk_base::AsyncResolver
55 void set_error(int error) { error_ = error; }
win32socketinit.cc 54 int error() { function in class:talk_base::WinsockInitializer
  /external/chromium_org/chrome/browser/chromeos/app_mode/
kiosk_app_launch_error.cc 17 // Key under "kiosk" dictionary to store last launch error.
23 std::string KioskAppLaunchError::GetErrorMessage(Error error) {
24 switch (error) {
46 NOTREACHED() << "Unknown kiosk app launch error, error=" << error;
51 void KioskAppLaunchError::Save(KioskAppLaunchError::Error error) {
55 dict_update->SetInteger(kKeyLaunchError, error);
64 int error; local
    [all...]
  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
create_directory_operation_unittest.cc 19 FileError error = GetLocalResourceEntry(path, &entry); local
20 if (error == FILE_ERROR_OK && !entry.file_info().is_directory())
21 error = FILE_ERROR_NOT_A_DIRECTORY;
22 return error;
44 FileError error = FILE_ERROR_FAILED; local
49 google_apis::test_util::CreateCopyResultCallback(&error));
51 EXPECT_EQ(FILE_ERROR_OK, error);
63 google_apis::test_util::CreateCopyResultCallback(&error));
65 EXPECT_EQ(FILE_ERROR_NOT_FOUND, error);
72 google_apis::test_util::CreateCopyResultCallback(&error));
    [all...]
move_operation_unittest.cc 35 FileError error = FILE_ERROR_FAILED; local
38 google_apis::test_util::CreateCopyResultCallback(&error));
40 EXPECT_EQ(FILE_ERROR_OK, error);
60 FileError error = FILE_ERROR_FAILED; local
63 google_apis::test_util::CreateCopyResultCallback(&error));
65 EXPECT_EQ(FILE_ERROR_OK, error);
86 FileError error = FILE_ERROR_FAILED; local
89 google_apis::test_util::CreateCopyResultCallback(&error));
91 EXPECT_EQ(FILE_ERROR_OK, error);
113 FileError error = FILE_ERROR_FAILED local
140 FileError error = FILE_ERROR_FAILED; local
160 FileError error = FILE_ERROR_OK; local
176 FileError error = FILE_ERROR_OK; local
195 FileError error = FILE_ERROR_OK; local
    [all...]
touch_operation_unittest.cc 35 FileError error = FILE_ERROR_FAILED; local
40 google_apis::test_util::CreateCopyResultCallback(&error));
42 EXPECT_EQ(FILE_ERROR_OK, error);
  /external/chromium_org/chrome/browser/component_updater/test/
component_installers_unittest.cc 74 std::string error; local
76 serializer.Deserialize(NULL, &error)));
component_patcher_unittest.cc 39 ComponentUnpacker::Error MockComponentPatcher::Patch(
44 int* error) {
45 *error = 0;
53 *error = exit_code + kCourgetteErrorOffset;
60 *error = exit_code + kBsdiffErrorOffset;
77 int error = 0; local
79 ComponentUnpacker::Error result = op->Run(command_args.get(),
84 &error);
87 EXPECT_EQ(0, error);
105 int error = 0 local
137 int error = 0; local
168 int error = 0; local
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/content_settings/
content_settings_unittest.cc 26 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/chrome/browser/extensions/
extension_installer.cc 31 string16 error; local
33 ->UserMayLoad(extension_.get(), &error);
34 DCHECK(allowed || !error.empty());
35 return error;
startup_helper_browsertest.cc 50 std::string error; local
52 bool result = helper.ValidateCrx(command_line, &error);
59 EXPECT_FALSE(error.empty()) << "Error message wasn't set for "
  /external/chromium_org/chrome/browser/sync/glue/
password_model_worker.cc 32 syncer::SyncerError error = syncer::UNSET; local
35 this, work, work_done_or_stopped(), &error))) {
38 error = syncer::CANNOT_DO_WORK;
40 return error;
52 syncer::SyncerError *error) {
53 *error = work.Run();
  /external/chromium_org/chrome/browser/ui/global_error/
global_error_service_browsertest.cc 17 // An error that has a bubble view.
66 // Test that showing a error with a bubble view works.
69 BubbleViewError* error = new BubbleViewError; local
73 service->AddGlobalError(error);
75 EXPECT_EQ(error, service->GetFirstGlobalErrorWithBubbleView());
76 EXPECT_FALSE(error->HasShownBubbleView());
77 EXPECT_EQ(0, error->bubble_view_close_count());
82 EXPECT_TRUE(error->HasShownBubbleView());
83 EXPECT_EQ(0, error->bubble_view_close_count());
90 BubbleViewError* error = new BubbleViewError local
    [all...]
  /external/chromium_org/chrome/browser/value_store/
value_store.cc 16 ValueStore::ReadResultType::ReadResultType(const std::string& error)
17 : error_(error) {
18 DCHECK(!error.empty());
32 const std::string& ValueStore::ReadResultType::error() const { function in class:ValueStore::ReadResultType
44 ValueStore::WriteResultType::WriteResultType(const std::string& error)
45 : error_(error) {
46 DCHECK(!error.empty());
60 const std::string& ValueStore::WriteResultType::error() const { function in class:ValueStore::WriteResultType
  /external/chromium_org/chrome/common/extensions/api/extension_action/
browser_action_manifest_unittest.cc 105 string16 error = ErrorUtils::FormatErrorMessageUTF16( local
  /external/chromium_org/chrome/common/extensions/features/
manifest_feature.cc 38 std::string error = SimpleFeature::Parse(value); local
39 if (!error.empty())
40 return error;
permission_feature.cc 37 std::string error = SimpleFeature::Parse(value); local
38 if (!error.empty())
39 return error;

Completed in 326 milliseconds

1 2 3 4 56 7 8 91011>>