HomeSort by relevance Sort by last modified time
    Searched defs:info (Results 276 - 300 of 1775) sorted by null

<<11121314151617181920>>

  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
GLES20Activity.java 51 ConfigurationInfo info = am.getDeviceConfigurationInfo(); local
52 return (info.reqGlEsVersion >= 0x20000);
  /development/samples/ApiDemos/src/com/example/android/apis/view/
SearchViewActionBar.java 84 SearchableInfo info = searchManager.getSearchableInfo(getComponentName()); local
88 info = inf;
91 mSearchView.setSearchableInfo(info);
  /development/samples/HelloEffects/src/com/example/android/mediafx/
GLToolbox.java 31 String info = GLES20.glGetShaderInfoLog(shader); local
35 shaderType + ":" + info);
63 String info = GLES20.glGetProgramInfoLog(program); local
66 throw new RuntimeException("Could not link program: " + info);
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/tsp/
TSTInfoTest.java 60 TSTInfo info = new TSTInfo(1, policy, msgImprint, BigInteger.TEN, local
63 byte[] encoding = TSTInfo.ASN1.encode(info);
66 assertEquals("Decoded version is incorrect", info.getVersion(), decoded
  /external/bison/lib/
wait-process.c 208 siginfo_t info; local
214 if (waitid (P_PID, child, &info, WEXITED | (slave_process ? WNOWAIT : 0))
227 /* info.si_code is set to one of CLD_EXITED, CLD_KILLED, CLD_DUMPED,
230 if (info.si_code == CLD_EXITED
231 || info.si_code == CLD_KILLED || info.si_code == CLD_DUMPED)
247 if (waitid (P_PID, child, &info, WEXITED) < 0)
262 switch (info.si_code)
267 *termsigp = info.si_status; /* TODO: or info.si_signo? *
    [all...]
  /external/chromium/chrome/browser/autocomplete/
extension_app_provider.cc 164 history::URLRow info; local
165 url_db->GetRowForURL(url, &info);
167 400 * (1.0 - (std::pow(static_cast<double>(2), -info.typed_count())));
  /external/chromium/chrome/browser/
browsing_data_appcache_helper.cc 68 // Filter out appache info entries for extensions. Extension state is not
133 appcache::AppCacheInfo info; local
134 info.manifest_url = manifest_url;
135 appcache_infos_.push_back(info);
browsing_data_local_storage_helper_browsertest.cc 83 BrowsingDataLocalStorageHelper::LocalStorageInfo info = local
85 ASSERT_EQ("http", info.protocol);
86 if (info.host == kTestHosts[i]) {
memory_details_mac.cc 136 ProcessMemoryInformation info; local
137 info.pid = *it;
138 info.type = ChildProcessInfo::UNKNOWN_PROCESS;
146 if (process_info.GetProcInfo(info.pid, &proc_info)) {
157 info.product_name = version_info->product_name();
158 info.version = version_info->product_version();
160 info.product_name = process_data_[index].name;
161 info.version = string16();
164 // Memory info.
165 process_info.GetCommittedKBytesOfPID(info.pid, &info.committed)
196 ProcessMemoryInformation info; local
    [all...]
memory_details_win.cc 107 ProcessMemoryInformation info; local
108 info.pid = pid;
109 if (info.pid == GetCurrentProcessId())
110 info.type = ChildProcessInfo::BROWSER_PROCESS;
112 info.type = ChildProcessInfo::UNKNOWN_PROCESS;
116 metrics->GetCommittedKBytes(&info.committed);
117 metrics->GetWorkingSetKBytes(&info.working_set);
124 info.version = ASCIIToWide(version_info.Version());
128 if (child_info[child].pid != info.pid)
130 info.titles = child_info[child].titles
    [all...]
  /external/chromium/chrome/browser/chromeos/
gview_request_interceptor_unittest.cc 70 webkit::npapi::WebPluginInfo info; local
71 info.path = pdf_path_;
72 info.enabled = webkit::npapi::WebPluginInfo::USER_ENABLED_POLICY_UNMANAGED;
73 webkit::npapi::PluginList::Singleton()->RegisterInternalPlugin(info);
83 webkit::npapi::WebPluginInfo info; local
86 pdf_path_, &info);
90 pdf_path_, &info);
97 pdf_path_, &info);
100 *out_is_enabled = webkit::npapi::IsPluginEnabled(info);
plugin_selection_policy_unittest.cc 259 webkit::npapi::WebPluginInfo info; local
262 info.path = FilePath("/usr/local/bin/no_policy.so");
263 info_vector.push_back(info);
264 info.path = FilePath("/usr/local/bin/allow_foo.so");
265 info_vector.push_back(info);
266 info.path = FilePath("/usr/local/bin/allow_baz_bim1.so");
267 info_vector.push_back(info);
268 info.path = FilePath("/usr/local/bin/allow_baz_bim2.so");
269 info_vector.push_back(info);
281 info.path = FilePath("/usr/local/bin/allow_foo.so")
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_disabled_infobar_delegate.cc 164 UnloadedExtensionInfo* info = Details<UnloadedExtensionInfo>(details).ptr(); local
165 extension = (info->reason == UnloadedExtensionInfo::DISABLE) ?
166 info->extension : NULL;
extension_protocols.cc 84 const ResourceDispatcherHostRequestInfo* info = local
87 // We have seen crashes where info is NULL: crbug.com/52374.
88 if (!info) {
99 info->resource_type() == ResourceType::MAIN_FRAME &&
  /external/chromium/chrome/browser/history/
url_database_unittest.cc 92 URLRow info; local
93 EXPECT_TRUE(GetRowForURL(url1, &info));
94 EXPECT_TRUE(IsURLRowEqual(url_info1, info));
95 URLID id2 = GetRowForURL(url2, &info);
97 EXPECT_TRUE(IsURLRowEqual(url_info2, info));
113 EXPECT_EQ(0, GetRowForURL(GURL("http://news.google.com/"), &info));
  /external/chromium/chrome/browser/net/
passive_log_collector_unittest.cc 240 PassiveLogCollector::SourceInfo info = local
242 EXPECT_EQ(0, info.reference_count);
243 EXPECT_EQ(0u, info.dependencies.size());
247 PassiveLogCollector::SourceInfo info = local
249 EXPECT_EQ(0, info.reference_count);
250 EXPECT_EQ(0u, info.dependencies.size());
264 PassiveLogCollector::SourceInfo info = local
266 EXPECT_EQ(0, info.reference_count);
267 EXPECT_EQ(1u, info.dependencies.size());
268 EXPECT_EQ(stream_job_source.id, info.dependencies[0].id)
272 PassiveLogCollector::SourceInfo info = local
298 PassiveLogCollector::SourceInfo info = local
307 PassiveLogCollector::SourceInfo info = local
327 PassiveLogCollector::SourceInfo info = local
397 PassiveLogCollector::SourceInfo info = local
405 PassiveLogCollector::SourceInfo info = local
    [all...]
url_request_mock_http_job.cc 79 void URLRequestMockHTTPJob::GetResponseInfo(net::HttpResponseInfo* info) {
81 GetResponseInfoConst(info);
93 net::HttpResponseInfo* info) const {
105 info->headers = new net::HttpResponseHeaders(raw_headers);
109 net::HttpResponseInfo info; local
110 GetResponseInfoConst(&info);
111 return info.headers && info.headers->GetMimeType(mime_type);
115 net::HttpResponseInfo info; local
116 GetResponseInfo(&info);
    [all...]
url_request_slow_download_job.cc 144 void URLRequestSlowDownloadJob::GetResponseInfo(net::HttpResponseInfo* info) {
146 GetResponseInfoConst(info);
153 net::HttpResponseInfo* info) const {
175 info->headers = new net::HttpResponseHeaders(raw_headers);
179 net::HttpResponseInfo info; local
180 GetResponseInfoConst(&info);
181 return info.headers && info.headers->GetMimeType(mime_type);
  /external/chromium/chrome/browser/renderer_host/
download_resource_handler.cc 82 DownloadCreateInfo* info = new DownloadCreateInfo; local
83 info->url_chain = request_->url_chain();
84 info->referrer_url = GURL(request_->referrer());
85 info->start_time = base::Time::Now();
86 info->received_bytes = 0;
87 info->total_bytes = content_length_;
88 info->state = DownloadItem::IN_PROGRESS;
89 info->download_id = download_id_;
90 info->has_user_gesture = request_info->has_user_gesture();
91 info->child_id = global_id_.child_id
    [all...]
  /external/chromium/chrome/browser/ssl/
ssl_manager.cc 34 ResourceDispatcherHostRequestInfo* info = local
36 DCHECK(info);
44 info->resource_type(),
212 scoped_refptr<SSLRequestInfo> info(new SSLRequestInfo(
220 policy()->OnRequestStarted(info.get());
224 scoped_refptr<SSLRequestInfo> info(new SSLRequestInfo(
234 policy()->OnRequestStarted(info.get());
  /external/chromium/net/base/
directory_lister.h 34 file_util::FileEnumerator::FindInfo info; member in struct:net::DirectoryLister::DirectoryListerData
  /external/chromium/testing/gtest/test/
gtest_stress_test.cc 91 GTEST_LOG_(INFO) << "Thread #" << id << " running...";
119 const TestInfo* const info = UnitTest::GetInstance()->current_test_info(); local
120 const TestResult* const result = info->result();
145 const TestInfo* const info = UnitTest::GetInstance()->current_test_info(); local
146 const TestResult* const result = info->result();
  /external/chromium/third_party/libjingle/source/talk/base/
win32.cc 148 OSVERSIONINFO info = {0}; local
149 info.dwOSVersionInfoSize = sizeof(info);
150 if (GetVersionEx(&info)) {
151 if (major) *major = info.dwMajorVersion;
152 if (minor) *minor = info.dwMinorVersion;
153 if (build) *build = info.dwBuildNumber;
  /external/chromium/webkit/glue/
webfileutilities_impl.cc 62 base::PlatformFileInfo info; local
63 if (!file_util::GetFileInfo(WebStringToFilePath(path), &info))
65 result = info.last_modified.ToDoubleT();
  /external/compiler-rt/lib/asan/
asan_win.cc 139 IMAGEHLP_LINE64 info; local
140 info.SizeOfStruct = sizeof(IMAGEHLP_LINE64);
142 (DWORD64)addr, &unused, &info);
145 // FIXME: it might be useful to print out 'obj' or 'obj+offset' info too.
149 info.FileName, info.LineNumber);

Completed in 794 milliseconds

<<11121314151617181920>>