/external/chromium_org/components/policy/core/common/cloud/ |
D | external_policy_data_fetcher.cc | 29 ExternalPolicyDataFetcher::Job* job, in ForwardJobFinished() 50 void DoNothing(ExternalPolicyDataFetcher::Job* job) { in DoNothing() 98 Job* job = new Job( in StartJob() local 112 void ExternalPolicyDataFetcher::CancelJob(Job* job) { in CancelJob() 133 Job* job, in OnJobFinished() 171 ExternalPolicyDataFetcher::Job* job) { in StartJob() 186 ExternalPolicyDataFetcher::Job* job, in CancelJob() 239 ExternalPolicyDataFetcher::Job* job = it->second; in OnURLFetchComplete() local 258 ExternalPolicyDataFetcher::Job* job = it->second; in OnURLFetchDownloadProgress() local
|
D | external_policy_data_updater.cc | 319 FetchJob* job = job_map_[key]; in FetchExternalData() local 346 std::map<std::string, FetchJob*>::iterator job = job_map_.find(key); in CancelExternalDataFetch() local 358 FetchJob* job = job_queue_.front().get(); in StartNextJobs() local 370 void ExternalPolicyDataUpdater::ScheduleJob(FetchJob* job) { in ScheduleJob() 378 void ExternalPolicyDataUpdater::OnJobSucceeded(FetchJob* job) { in OnJobSucceeded() 389 void ExternalPolicyDataUpdater::OnJobFailed(FetchJob* job) { in OnJobFailed()
|
D | device_management_service.cc | 447 for (JobFetcherMap::iterator job(pending_jobs_.begin()); in Shutdown() local 464 void DeviceManagementService::StartJob(DeviceManagementRequestJobImpl* job) { in StartJob() 485 DeviceManagementRequestJobImpl* job = entry->second; in OnURLFetchComplete() local 501 void DeviceManagementService::AddJob(DeviceManagementRequestJobImpl* job) { in AddJob() 508 void DeviceManagementService::RemoveJob(DeviceManagementRequestJobImpl* job) { in RemoveJob()
|
/external/chromium_org/net/http/ |
D | http_stream_factory_impl_request.cc | 65 void HttpStreamFactoryImpl::Request::AttachJob(Job* job) { in AttachJob() 90 Job* job, in OnStreamReady() 103 Job* job, in OnWebSocketHandshakeStreamReady() 117 Job* job, in OnStreamFailed() 146 Job* job, in OnCertificateError() 159 Job* job, in OnNeedsProxyAuth() 173 Job* job, in OnNeedsClientAuth() 184 Job *job, in OnHttpsProxyTunnelResponse() 265 Job* job, in OnNewSpdySessionReady() 318 void HttpStreamFactoryImpl::Request::OrphanJobsExcept(Job* job) { in OrphanJobsExcept() [all …]
|
D | http_stream_factory_impl.cc | 130 Job* job = new Job(this, session_, request_info, priority, in RequestStreamInternal() local 160 Job* job = NULL; in PreconnectStreams() local 248 void HttpStreamFactoryImpl::OrphanJob(Job* job, const Request* request) { in OrphanJob() 302 void HttpStreamFactoryImpl::OnOrphanedJobComplete(const Job* job) { in OnOrphanedJobComplete() 307 void HttpStreamFactoryImpl::OnPreconnectsComplete(const Job* job) { in OnPreconnectsComplete()
|
/external/chromium_org/content/browser/service_worker/ |
D | service_worker_job_coordinator.cc | 22 scoped_ptr<ServiceWorkerRegisterJobBase> job) { in Push() 36 ServiceWorkerRegisterJobBase* job) { in Pop() 76 scoped_ptr<ServiceWorkerRegisterJobBase> job( in Register() local 87 scoped_ptr<ServiceWorkerRegisterJobBase> job( in Unregister() local 104 ServiceWorkerRegisterJobBase* job) { in FinishJob()
|
/external/chromium_org/sandbox/win/src/ |
D | job_unittest.cc | 18 Job job; in TEST() local 42 Job job; in TEST() local 74 Job job; in TEST() local 95 Job job; in TEST() local 117 Job job; in TEST() local 125 Job job; in TEST() local 160 Job job; in TEST() local
|
/external/chromium_org/v8/src/ |
D | optimizing-compiler-thread.cc | 91 OptimizedCompileJob* job = input_queue_[InputQueueIndex(0)]; in NextInput() local 100 OptimizedCompileJob* job = NextInput(); in CompileNext() local 116 static void DisposeOptimizedCompileJob(OptimizedCompileJob* job, in DisposeOptimizedCompileJob() 138 OptimizedCompileJob* job; in FlushInputQueue() local 152 OptimizedCompileJob* job; in FlushOutputQueue() local 223 OptimizedCompileJob* job; in InstallOptimizedFunctions() local 252 void OptimizingCompilerThread::QueueForOptimization(OptimizedCompileJob* job) { in QueueForOptimization() 333 void OptimizingCompilerThread::AddToOsrBuffer(OptimizedCompileJob* job) { in AddToOsrBuffer()
|
/external/chromium_org/net/base/ |
D | prioritized_dispatcher.cc | 27 Job* job, Priority priority) { in Add() 39 Job* job, Priority priority) { in AddAtHead() 58 Job* job = handle.value(); in EvictOldestLowest() local 75 Job* job = handle.value(); in ChangePriority() local 129 Job* job = handle.value(); in MaybeDispatchJob() local
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/ |
D | Dispatcher.java | 106 Job job = new Job(this, client, request, receiver); in enqueue() local 131 synchronized void finished(Job job) { in finished() 141 Job job = i.next(); in promoteJobs() local 154 private int runningJobsForHost(Job job) { in runningJobsForHost()
|
/external/chromium_org/net/url_request/ |
D | url_request_job_manager.cc | 77 URLRequestJob* job = (*i)->MaybeIntercept(request, network_delegate); in CreateJob() local 83 URLRequestJob* job = job_factory->MaybeCreateJobWithProtocolHandler( in CreateJob() local 91 URLRequestJob* job = (kBuiltinFactories[i].factory)( in CreateJob() local 125 URLRequestJob* job = (*i)->MaybeInterceptRedirect(request, in MaybeInterceptRedirect() local 152 URLRequestJob* job = (*i)->MaybeInterceptResponse(request, in MaybeInterceptResponse() local
|
D | url_request_http_job_unittest.cc | 66 scoped_refptr<TestURLRequestHttpJob> job(new TestURLRequestHttpJob(&req_)); in TEST_F() local 85 scoped_refptr<TestURLRequestHttpJob> job(new TestURLRequestHttpJob(&req_)); in TEST_F() local 99 scoped_refptr<TestURLRequestHttpJob> job(new TestURLRequestHttpJob(&req_)); in TEST_F() local 112 scoped_refptr<TestURLRequestHttpJob> job(new TestURLRequestHttpJob(&req_)); in TEST_F() local 261 scoped_refptr<TestURLRequestHttpJob> job(new TestURLRequestHttpJob(&req_)); in TEST_F() local 269 scoped_refptr<TestURLRequestHttpJob> job(new TestURLRequestHttpJob(&req_)); in TEST_F() local
|
/external/chromium_org/net/socket_stream/ |
D | socket_stream_job_manager.cc | 28 SocketStreamJob* job = new SocketStreamJob(); in CreateJob() local 39 SocketStreamJob* job = found->second(url, delegate, context, cookie_store); in CreateJob() local 43 SocketStreamJob* job = new SocketStreamJob(); in CreateJob() local
|
/external/chromium_org/chrome/browser/policy/cloud/ |
D | device_management_service_browsertest.cc | 132 scoped_ptr<DeviceManagementRequestJob> job( in PerformRegistration() local 193 scoped_ptr<DeviceManagementRequestJob> job(service_->CreateJob( in IN_PROC_BROWSER_TEST_P() local 215 scoped_ptr<DeviceManagementRequestJob> job( in IN_PROC_BROWSER_TEST_P() local 236 scoped_ptr<DeviceManagementRequestJob> job( in IN_PROC_BROWSER_TEST_P() local 252 scoped_ptr<DeviceManagementRequestJob> job( in IN_PROC_BROWSER_TEST_P() local
|
/external/mksh/src/ |
D | jobs.c | 77 struct job { struct 78 Job *next; /* next job in list */ argument 81 struct timeval systime; /* system time used by job */ argument 82 struct timeval usrtime; /* user time used by job */ argument 83 pid_t pgrp; /* process group of job */ argument 84 pid_t ppid; /* pid of process that forked job */ argument 85 int job; /* job number: %n */ member 87 volatile int state; /* job state */ argument 89 int32_t age; /* number of jobs started */ argument 92 mksh_ttyst ttystat; /* saved tty state for stopped jobs */ argument [all …]
|
/external/chromium_org/net/websockets/ |
D | websocket_throttle.cc | 42 bool WebSocketThrottle::PutInQueue(WebSocketJob* job) { in PutInQueue() 73 void WebSocketThrottle::RemoveFromQueue(WebSocketJob* job) { in RemoveFromQueue() 121 WebSocketJob* job = *iter; in WakeupSocketIfNecessary() local
|
/external/chromium_org/chrome/browser/printing/ |
D | print_job_manager.cc | 30 void PrintQueriesQueue::QueuePrinterQuery(PrinterQuery* job) { in QueuePrinterQuery() 53 scoped_refptr<PrinterQuery> job = new printing::PrinterQuery; in CreatePrinterQuery() local 108 for (PrintJobs::const_iterator job = to_stop.begin(); job != to_stop.end(); in StopJobs() local
|
/external/chromium_org/chrome/browser/component_updater/ |
D | background_downloader_win.cc | 140 HRESULT GetFilesInJob(IBackgroundCopyJob* job, in GetFilesInJob() 202 HRESULT GetJobByteCount(IBackgroundCopyJob* job, in GetJobByteCount() 226 HRESULT GetJobDescription(IBackgroundCopyJob* job, const base::string16* name) { in GetJobDescription() 234 HRESULT GetJobError(IBackgroundCopyJob* job, HRESULT* error_code_out) { in GetJobError() 291 bool JobCreationOlderThanDays::operator()(IBackgroundCopyJob* job, in operator ()() 313 bool JobFileUrlEqual::operator()(IBackgroundCopyJob* job, in operator ()() 341 void CleanupJobFiles(IBackgroundCopyJob* job) { in CleanupJobFiles() 685 ScopedComPtr<IBackgroundCopyJob> job; in CreateOrOpenJob() local
|
/external/chromium_org/cloud_print/gcp20/prototype/ |
D | print_job_handler.cc | 114 const LocalPrintJob& job, in SaveLocalPrintJob() 146 const LocalPrintJob& job, in CompleteLocalPrintJob() 200 std::map<std::string, LocalPrintJobExtended>::iterator job = jobs.find(id); in GetJobState() local 262 std::map<std::string, LocalPrintJobExtended>::iterator job = jobs.find(id); in SetJobState() local 285 const LocalPrintJob& job) { in CompleteDraft()
|
/external/chromium_org/tools/win/split_link/viz.js/ |
D | viz.js | 10814 function _arrow_gen($job, $emit_state, $p, $u, $arrowsize, $penwidth, $flag) { 10926 function _arrow_gen_type($agg_result, $job, $p, $u, $arrowsize, $penwidth, $flag) { 11019 function _arrow_type_normal($job, $p, $u, $arrowsize, $penwidth, $flag) { 11203 function _arrow_type_crow($job, $p, $u, $arrowsize, $penwidth, $flag) { 11468 function _arrow_type_tee($job, $p, $u, $arrowsize, $penwidth, $flag) { 11587 function _arrow_type_box($job, $p, $u, $arrowsize, $penwidth, $flag) { 11717 function _arrow_type_diamond($job, $p, $u, $arrowsize, $penwidth, $flag) { 11837 function _arrow_type_dot($job, $p, $u, $arrowsize, $penwidth, $flag) { 12110 function _push_obj_state($job) { 12207 function _initMapData($job, $lbl, $url, $tooltip, $target, $id, $gobj) { [all …]
|
/external/chromium_org/content/browser/download/ |
D | mhtml_generation_manager.cc | 179 Job* job = iter->second; in FileAvailable() local 202 Job* job = iter->second; in JobFinished() local 222 Job* job = new Job(); in NewJob() local 229 void MHTMLGenerationManager::RenderProcessExited(Job* job) { in RenderProcessExited()
|
/external/chromium_org/net/proxy/ |
D | multi_threaded_proxy_resolver.cc | 322 void MultiThreadedProxyResolver::Executor::StartJob(Job* job) { in StartJob() 335 void MultiThreadedProxyResolver::Executor::OnJobCompleted(Job* job) { in OnJobCompleted() 402 scoped_refptr<GetProxyForURLJob> job( in GetProxyForURL() local 438 Job* job = reinterpret_cast<Job*>(req); in CancelRequest() local 504 Job* job = executor->outstanding_job(); in CheckNoOutstandingUserRequests() local 557 scoped_refptr<Job> job = pending_jobs_.front(); in OnExecutorReady() local
|
/external/clang/test/SemaObjC/ |
D | error-outof-scope-property-use.m | 16 {
|
/external/chromium_org/tools/gyp/test/mac/ |
D | gyptest-postbuild-fail.py | 36 job = subprocess.Popen(['xcodebuild', '-version'], variable
|
D | gyptest-xctest.py | 20 job = subprocess.Popen(['xcodebuild', '-version'], variable
|