Searched defs:cus (Results 1 - 20 of 20) sorted by last modified time

/external/elfutils/0.153/src/
H A Dreadelf.c6644 struct mac_culist *cus = (struct mac_culist *) alloca ((nculist + 1) local
6645 * sizeof (*cus));
6647 cus[nculist].offset = data->d_size;
6653 cus[cnt] = *culist;
6659 qsort (cus, nculist, sizeof (*cus), mac_compare);
6714 if (macoff >= cus[0].offset)
6716 while (macoff >= cus[1].offset)
6717 ++cus;
6719 if (cus[
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
H A Dpdebuild.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/build/ ...
/external/chromium_org/components/component_updater/
H A Ddefault_component_installer.cc43 void DefaultComponentInstaller::Register(ComponentUpdateService* cus) { argument
45 task_runner_ = cus->GetSequencedTaskRunner();
56 cus));
123 void DefaultComponentInstaller::StartRegistration(ComponentUpdateService* cus) { argument
197 cus));
206 ComponentUpdateService* cus) {
215 ComponentUpdateService::Status status = cus->RegisterComponent(crx);
205 FinishRegistration( ComponentUpdateService* cus) argument
/external/chromium_org/chrome/browser/net/
H A Dcrl_set_fetcher.cc36 void CRLSetFetcher::StartInitialLoad(ComponentUpdateService* cus, argument
42 cus_ = cus;
/external/chromium_org/chrome/browser/renderer_host/
H A Dchrome_resource_dispatcher_host_delegate.cc237 component_updater::ComponentUpdateService* cus = local
239 if (!cus)
256 component_updater::GetOnDemandResourceThrottle(cus, crx_id));
/external/chromium_org/chrome/browser/ui/webui/
H A Dcomponents_ui.cc142 component_updater::ComponentUpdateService* cus = local
144 cus->AddObserver(this);
148 component_updater::ComponentUpdateService* cus = local
150 if (cus)
151 cus->RemoveObserver(this);
156 component_updater::ComponentUpdateService* cus = local
158 cus->GetOnDemandUpdater().OnDemandUpdate(component_id);
163 component_updater::ComponentUpdateService* cus = local
166 component_ids = cus->GetComponentIDs();
172 if (cus
247 ComponentUpdateService* cus = g_browser_process->component_updater(); local
[all...]
/external/chromium_org/chrome/browser/
H A Dchrome_browser_main.cc394 component_updater::ComponentUpdateService* cus = local
397 // Registration can be before or after cus->Start() so it is ok to post
401 RegisterRecoveryComponent(cus, g_browser_process->local_state());
402 RegisterPepperFlashComponent(cus);
403 RegisterSwiftShaderComponent(cus);
404 RegisterWidevineCdmComponent(cus);
406 g_browser_process->pnacl_component_installer()->RegisterPnaclComponent(cus);
411 RegisterCldComponent(cus);
424 g_browser_process->crl_set_fetcher()->StartInitialLoad(cus, path);
431 RegisterEVWhitelistComponent(cus);
[all...]
/external/chromium_org/chrome/browser/chromeos/login/session/
H A Duser_session_manager.cc937 component_updater::ComponentUpdateService* cus = local
940 if (crl_set && cus)
941 crl_set->StartInitialLoad(cus, path);
/external/chromium_org/chrome/browser/component_updater/
H A Dcld_component_installer.cc108 void RegisterCldComponent(ComponentUpdateService* cus) { argument
124 // |cus| will take ownership of |installer| during installer->Register(cus).
127 installer->Register(cus);
H A Dcomponent_updater_resource_throttle.cc90 ComponentUpdateService* cus,
102 base::Unretained(cus),
89 GetOnDemandResourceThrottle( ComponentUpdateService* cus, const std::string& crx_id) argument
H A Dev_whitelist_component_installer.cc116 void RegisterEVWhitelistComponent(ComponentUpdateService* cus) { argument
121 // |cus| will take ownership of |installer| during installer->Register(cus).
124 installer->Register(cus);
H A Dpepper_flash_component_installer.cc438 void FinishPepperFlashUpdateRegistration(ComponentUpdateService* cus, argument
446 if (cus->RegisterComponent(pepflash) != ComponentUpdateService::kOk) {
451 void StartPepperFlashUpdateRegistration(ComponentUpdateService* cus) { argument
478 base::Bind(&FinishPepperFlashUpdateRegistration, cus, version));
503 void RegisterPepperFlashComponent(ComponentUpdateService* cus) { argument
512 base::Bind(&StartPepperFlashUpdateRegistration, cus));
H A Drecovery_component_installer.cc72 void RecoveryRegisterHelper(ComponentUpdateService* cus, PrefService* prefs) { argument
85 if (cus->RegisterComponent(recovery) != ComponentUpdateService::kOk) {
165 void RegisterRecoveryComponent(ComponentUpdateService* cus, argument
173 base::Bind(&RecoveryRegisterHelper, cus, prefs),
H A Dsw_reporter_installer_win.cc325 void RegisterSwReporterComponent(ComponentUpdateService* cus, argument
379 // |cus| will take ownership of |installer| during installer->Register(cus).
382 installer->Register(cus);
H A Dswiftshader_component_installer.cc164 void FinishSwiftShaderUpdateRegistration(ComponentUpdateService* cus, argument
173 if (cus->RegisterComponent(swiftshader) != ComponentUpdateService::kOk) {
180 explicit UpdateChecker(ComponentUpdateService* cus);
188 UpdateChecker::UpdateChecker(ComponentUpdateService* cus) : cus_(cus) { argument
215 void RegisterSwiftShaderPath(ComponentUpdateService* cus) { argument
232 UpdateChecker* update_checker = new UpdateChecker(cus);
250 void RegisterSwiftShaderComponent(ComponentUpdateService* cus) { argument
254 base::Bind(&RegisterSwiftShaderPath, cus));
H A Dwidevine_cdm_component_installer.cc363 void RegisterWidevineCdmComponent(ComponentUpdateService* cus) { argument
371 // |cus| will take ownership of |installer| during installer->Register(cus).
374 installer->Register(cus);
/external/chromium_org/chrome/browser/component_updater/pnacl/
H A Dpnacl_component_installer.cc305 pci->cus()->RegisterComponent(pnacl_component);
365 ComponentUpdateService* cus) {
366 cus_ = cus;
364 RegisterPnaclComponent( ComponentUpdateService* cus) argument
H A Dpnacl_component_installer.h53 void RegisterPnaclComponent(ComponentUpdateService* cus);
72 ComponentUpdateService* cus() const { return cus_; } function in class:component_updater::PnaclComponentInstaller
/external/chromium_org/chrome/browser/component_updater/test/
H A Dcomponent_updater_service_unittest.cc140 ComponentUpdateService* cus,
142 return cus->GetOnDemandUpdater().OnDemandUpdate(component_id);
1188 ComponentUpdateService* cus,
1198 content::ResourceThrottle* rt = GetOnDemandResourceThrottle(cus, crx_id);
1204 void RequestAndDeleteResourceThrottle(ComponentUpdateService* cus, argument
1218 delete RequestTestResourceThrottle(cus, &controller, crx_id);
139 OnDemand( ComponentUpdateService* cus, const std::string& component_id) argument
1187 RequestTestResourceThrottle( ComponentUpdateService* cus, TestResourceController* controller, const char* crx_id) argument

Completed in 179 milliseconds