/external/apache-http/src/org/apache/commons/logging/impl/ |
NoOpLog.java | 48 public void info(Object message) { } method in class:NoOpLog 50 public void info(Object message, Throwable t) { } method in class:NoOpLog 86 * Info is never enabled.
|
/external/bluetooth/bluedroid/bta/include/ |
bta_fs_ci.h | 77 UINT8 info; member in struct:__anon397 195 ** info - the stored BTA specific information (like last active operation). 205 UINT32 timeout, UINT32 offset, UINT8 ssn, UINT8 info,
|
/external/chromium/chrome/browser/extensions/ |
extension_info_map.cc | 116 Map::const_iterator info; local 120 info = extension_info_.find(id); 124 info = extension_info_.begin(); 125 while (info != extension_info_.end() && 126 !info->second->web_extent().ContainsURL(url)) 127 ++info; 130 if (info == extension_info_.end()) 133 return info->second->api_permissions().count(permission_name) != 0;
|
/external/chromium/chrome/browser/history/ |
download_database.cc | 96 DownloadCreateInfo info; local 97 info.db_handle = statement.ColumnInt64(0); 99 info.path = ColumnFilePath(statement, 1); 100 info.url_chain.push_back(GURL(statement.ColumnString(2))); 101 info.start_time = base::Time::FromTimeT(statement.ColumnInt64(3)); 102 info.received_bytes = statement.ColumnInt64(4); 103 info.total_bytes = statement.ColumnInt64(5); 104 info.state = statement.ColumnInt(6); 105 results->push_back(info); 148 int64 DownloadDatabase::CreateDownload(const DownloadCreateInfo& info) { [all...] |
/external/chromium/chrome/browser/net/ |
sqlite_persistent_cookie_store_unittest.cc | 120 base::PlatformFileInfo info; local 121 ASSERT_TRUE(file_util::GetFileInfo(path, &info)); 122 int64 base_size = info.size; 143 ASSERT_TRUE(file_util::GetFileInfo(path, &info)); 144 ASSERT_GT(info.size, base_size);
|
/external/chromium/chrome/browser/ssl/ |
ssl_client_auth_handler.cc | 86 ResourceDispatcherHostRequestInfo* info = local 88 if (info) 89 info->set_ssl_client_auth_handler(NULL);
|
ssl_error_handler.cc | 27 ResourceDispatcherHostRequestInfo* info = local 29 request_id_.child_id = info->child_id(); 30 request_id_.request_id = info->request_id();
|
/external/chromium/net/base/ |
upload_data_stream.cc | 95 base::PlatformFileInfo info; local 96 if (file_util::GetFileInfo(element.file_path(), &info) && 98 info.last_modified.ToTimeT()) {
|
/external/chromium/net/socket/ |
nss_ssl_util.cc | 51 SSLCipherSuiteInfo info; local 52 if (SSL_GetCipherSuiteInfo(pSSL_ImplementedCiphers[i], &info, 53 sizeof(info)) == SECSuccess) { 55 (info.effectiveKeyBits >= 80));
|
/external/chromium/third_party/libjingle/source/talk/p2p/client/ |
socketmonitor.cc | 124 ConnectionInfo info; local 125 info.best_connection = p2p_channel->best_connection() == connection; 126 info.readable = 128 info.writable = 130 info.timeout = 132 info.new_connection = !connection->reported(); 134 info.rtt = connection->rtt(); 135 info.sent_total_bytes = connection->sent_total_bytes(); 136 info.sent_bytes_second = connection->sent_bytes_second(); 137 info.recv_total_bytes = connection->recv_total_bytes() [all...] |
/external/chromium_org/base/debug/ |
debugger_posix.cc | 94 // Initialize mib, which tells sysctl what info we want. In this case, 109 struct kinfo_proc info; local 110 size_t info_size = sizeof(info); 119 int sysctl_result = sysctl(mib, arraysize(mib), &info, &info_size, NULL, 0); 130 being_debugged = (info.ki_flag & P_TRACED) != 0; 132 being_debugged = (info.p_flag & P_TRACED) != 0; 134 being_debugged = (info.kp_proc.p_flag & P_TRACED) != 0;
|
/external/chromium_org/base/files/ |
file_enumerator_posix.cc | 135 FileInfo info; local 136 info.filename_ = FilePath(dent->d_name); 141 ret = lstat(full_name.value().c_str(), &info.stat_); 143 ret = stat(full_name.value().c_str(), &info.stat_); 151 memset(&info.stat_, 0, sizeof(info.stat_)); 153 entries->push_back(info);
|
/external/chromium_org/base/test/ |
test_process_killer_win.cc | 64 PROCESS_BASIC_INFORMATION info = { 0 }; local 69 &info, 70 sizeof(info), 75 BYTE* peb = reinterpret_cast<BYTE*>(info.PebBaseAddress);
|
/external/chromium_org/base/win/ |
windows_version.cc | 25 static OSInfo* info; local 26 if (!info) { 29 reinterpret_cast<PVOID*>(&info), new_info, NULL)) { 33 return info;
|
/external/chromium_org/cc/test/ |
skia_common.cc | 15 TestPixelRef::TestPixelRef(const SkImageInfo& info) 16 : SkPixelRef(info), pixels_(new char[4 * info.fWidth * info.fHeight]) {} 34 TestLazyPixelRef::TestLazyPixelRef(const SkImageInfo& info) 35 : skia::LazyPixelRef(info), 36 pixels_(new char[4 * info.fWidth * info.fHeight]) {} 76 SkImageInfo info = { local 84 skia::AdoptRef(new TestLazyPixelRef(info)); [all...] |
/external/chromium_org/chrome/browser/browsing_data/ |
browsing_data_quota_helper_impl.cc | 174 QuotaInfo* info = &itr->second; local 176 if (info->temporary_usage <= 0 && 177 info->persistent_usage <= 0 && 178 info->syncable_usage <= 0) 181 info->host = itr->first; 182 result.push_back(*info);
|
/external/chromium_org/chrome/browser/chromeos/login/ |
wallpaper_manager_unittest.cc | 106 // Saves wallpaper info to local state for user |kTestUser1|. 107 WallpaperInfo info = { local 113 WallpaperManager::Get()->SetUserWallpaperInfo(kTestUser1, info, true);
|
/external/chromium_org/chrome/browser/content_settings/ |
content_settings_internal_extension_provider.cc | 110 const UnloadedExtensionInfo& info = local 112 if (extensions::PluginInfo::HasPlugins(info.extension)) 113 SetContentSettingForExtension(info.extension, CONTENT_SETTING_DEFAULT);
|
/external/chromium_org/chrome/browser/diagnostics/ |
diagnostics_controller_unittest.cc | 102 const DiagnosticsModel::TestInfo& info(results.GetTest(i)); 103 EXPECT_EQ(DiagnosticsModel::TEST_OK, info.GetResult()) << "Test: " 104 << info.GetName(); 117 const DiagnosticsModel::TestInfo& info(results.GetTest(i)); 118 EXPECT_EQ(DiagnosticsModel::RECOVERY_OK, info.GetResult()) 119 << "Test: " << info.GetName(); 135 const DiagnosticsModel::TestInfo* info = NULL; local 137 results.GetTestInfo(DIAGNOSTICS_SQLITE_INTEGRITY_NSS_CERT_TEST, &info)); 138 EXPECT_EQ(DiagnosticsModel::TEST_FAIL_CONTINUE, info->GetResult()); 139 EXPECT_EQ(DIAG_SQLITE_ERROR_HANDLER_CALLED, info->GetOutcomeCode()) 157 const DiagnosticsModel::TestInfo* info = NULL; local [all...] |
/external/chromium_org/chrome/browser/extensions/api/image_writer_private/ |
image_writer_utils.cc | 118 base::PlatformFileInfo info; local 119 if (base::GetPlatformFileInfo(file_, &info)) { 120 return info.size;
|
/external/chromium_org/chrome/browser/extensions/api/web_request/ |
web_request_permissions.cc | 85 const ResourceRequestInfo* info = ResourceRequestInfo::ForRequest(request); local 86 if (info) { 87 int process_id = info->GetChildID(); 88 int route_id = info->GetRouteID();
|
/external/chromium_org/chrome/browser/guestview/webview/ |
plugin_permission_helper.cc | 63 base::DictionaryValue info; 64 info.SetString(std::string(kPluginName), name); 65 info.SetString(std::string(kPluginIdentifier), identifier); 68 info, local
|
/external/chromium_org/chrome/browser/metrics/ |
time_ticks_experiment_win.cc | 48 base::win::OSInfo* info = base::win::OSInfo::GetInstance(); local 49 UMA_HISTOGRAM_ENUMERATION("WinTimeTicks.VersionTotal", info->version(), 90 info->version(), base::win::VERSION_WIN_LAST); 95 UMA_HISTOGRAM_ENUMERATION("WinTimeTicks.TickedBackwards", info->version(), 108 info->version(), base::win::VERSION_WIN_LAST);
|
/external/chromium_org/chrome/browser/net/ |
chrome_fraudulent_certificate_reporter_unittest.cc | 37 SSLInfo info; local 39 info.cert = net::ImportCertFromFile(net::GetTestCertsDirectory(), 41 info.cert_status = net::CERT_STATUS_DATE_INVALID; 42 info.is_issued_by_known_root = false; 44 return info; 54 SSLInfo info; local 56 info.cert = net::ImportCertFromFile(net::GetTestCertsDirectory(), 58 info.is_issued_by_known_root = true; 60 return info; 63 // Checks that |info| is good as required by the SSL checks performed i 162 SSLInfo info = GetGoodSSLInfo(); local 170 SSLInfo info = GetBadSSLInfo(); local 178 SSLInfo info = GetGoodSSLInfo(); local [all...] |
/external/chromium_org/chrome/browser/renderer_host/ |
safe_browsing_resource_throttle.cc | 108 const content::ResourceRequestInfo* info = local 113 info->GetChildID(), 114 info->GetRouteID(), 133 const content::ResourceRequestInfo* info = local 143 info->GetChildID(), 144 info->GetRouteID());
|