/external/llvm/utils/ |
D | llvm-compilers-check | 249 def __init__(self, work_queue, jobs, argument 254 self.jobs = jobs 389 llvm=dict(debug=["-j" + str(self.jobs)], 390 release=["-j" + str(self.jobs)], 391 paranoid=["-j" + str(self.jobs)]), 392 dragonegg=dict(debug=["-j" + str(self.jobs)], 393 release=["-j" + str(self.jobs)], 394 paranoid=["-j" + str(self.jobs)])) 553 jobs = options.jobs // options.threads variable 554 if jobs == 0: [all …]
|
/external/chromium/chrome/browser/sync/glue/ |
D | ui_model_worker_unittest.cc | 78 base::WaitableEvent** jobs, in FakeSyncapiShutdownTask() argument 80 : syncer_thread_(syncer_thread), worker_(worker), jobs_(jobs), in FakeSyncapiShutdownTask() 167 base::WaitableEvent* jobs[] = { &v_ran }; in TEST_F() local 176 new FakeSyncapiShutdownTask(syncer_thread(), bmw(), jobs, 1)); in TEST_F() 205 base::WaitableEvent* jobs[] = { &fox1_ran, &fox2_ran, &fox3_ran }; in TEST_F() local 216 new FakeSyncapiShutdownTask(syncer_thread(), bmw(), jobs, 3)); in TEST_F()
|
/external/chromium/net/socket/ |
D | client_socket_pool_base.cc | 476 if (group->jobs().size() && ReachedMaxSocketsLimit()) { in CancelRequest() 477 RemoveConnectJob(*group->jobs().begin(), group); in CancelRequest() 521 if (i < group.jobs().size()) { in GetLoadState() 523 for (ConnectJobSet::const_iterator job_it = group.jobs().begin(); in GetLoadState() 524 job_it != group.jobs().end(); ++job_it) { in GetLoadState() 581 std::set<ConnectJob*>::const_iterator job = group->jobs().begin(); in GetInfoAsValue() 582 for (job = group->jobs().begin(); job != group->jobs().end(); job++) { in GetInfoAsValue() 867 DCHECK(ContainsKey(group->jobs(), job)); in RemoveConnectJob() 872 if (group->jobs().empty()) in RemoveConnectJob() 945 connecting_socket_count_ -= group->jobs().size(); in CancelAllConnectJobs()
|
D | client_socket_pool_base.h | 276 return group_map_.find(group_name)->second->jobs().size(); in NumConnectJobsInGroup() 392 const std::set<ConnectJob*>& jobs() const { return jobs_; } in jobs() function
|
/external/chromium/net/base/ |
D | host_resolver_impl.cc | 1437 JobMap jobs; in CancelAllJobs() local 1438 jobs.swap(jobs_); in CancelAllJobs() 1439 for (JobMap::iterator it = jobs.begin(); it != jobs.end(); ++it) in CancelAllJobs() 1446 JobMap jobs; in AbortAllInProgressJobs() local 1447 jobs.swap(jobs_); in AbortAllInProgressJobs() 1448 for (JobMap::iterator it = jobs.begin(); it != jobs.end(); ++it) { in AbortAllInProgressJobs()
|
D | effective_tld_names.dat | 1530 // jobs : http://en.wikipedia.org/wiki/.jobs 1531 jobs 4301 jobs.tt
|
D | ssl_false_start_blacklist.txt | 1681 jobs.carlsonhotelsasiapacific.com 1682 jobs.cas.org 1683 jobs.sourcefire.com
|
D | effective_tld_names.gperf | 1700 jobs, 0 keyword 1701 jobs.tt, 0
|
/external/llvm/cmake/modules/ |
D | HandleLLVMOptions.cmake | 114 # On Win32 using MS tools, provide an option to set the number of parallel jobs 118 "Number of parallel compiler jobs. 0 means use all processors. Default is 0.") 128 message(STATUS "Number of parallel compiler jobs set to " ${LLVM_COMPILER_JOBS})
|
/external/libvpx/examples/includes/geshi/docs/ |
D | phpdoc.ini | 44 ;; output any parsing information? set to on for cron jobs
|
/external/valgrind/main/docs/internals/ |
D | BIG_APP_NOTES.txt | 82 # --with-max-jobs=2 --with-num-cpus=2 sounds good on paper, but often
|
/external/valgrind/main/ |
D | README_MISSING_SYSCALL_OR_IOCTL | 28 Syscall and ioctl wrappers have two jobs:
|
/external/chromium/third_party/libjingle/source/talk/ |
D | main.scons | 102 '/Fd${TARGET}.pdb', # pdb per object allows --jobs=
|
/external/llvm/docs/ |
D | CMake.rst | 420 Specifies the maximum number of parallell compiler jobs to use per project
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-GB/ |
D | en-GB_klex.pkb | 897 jewellery)9!MCI*jimmy)9!@#D@jobs)
|
/external/webkit/PerformanceTests/Parser/resources/ |
D | final-url-en | 38 http://166.20.120.3/IIF/jobs/jobDetail870.html 105 http://37179.jobs.com/ 127 http://53788.jobs.com/ 531 http://air.transportation.jobs.jobsearchsite.com/ 650 http://altoona.jobs.topusajobs.com/ 3131 http://chesterfield.jobs.topusajobs.com/ 3207 http://chronicle.com/jobs/id.php?id=317588 3314 http://claims.jobs.greatinsurancejobs.com/jobs/claims/Claims-Adjuster/gij_job_detail.asp?job_ID=399… 3315 http://claims.jobs.greatinsurancejobs.com/jobs/claims/Claims-Examiner/gij_job_detail.asp?job_ID=401… 3316 http://claims.jobs.greatinsurancejobs.com/jobs/claims/Claims-Manager/gij_job_detail.asp?job_ID=39568 [all …]
|
/external/chromium/chrome/browser/ |
D | app_controller_mac.mm | 254 // Give any print jobs in progress time to finish.
|
/external/openssh/ |
D | config.h.in | 1481 /* Define if you want IRIX kernel jobs */
|
D | ssh_config.0 | 65 This option is useful in scripts and other batch jobs where no
|
D | configure.ac | 610 [Define if you want IRIX kernel jobs])])
|
/external/webkit/Source/WebKit/qt/ |
D | ChangeLog-2011-02-16 | 25083 Fix bug in the implementation of synchronous network jobs. 25091 jobs before we started them. 25100 * Observation: We might just kill the code to handle sync jobs. 25766 …* Add a JobStatus to QWebNetworkJob and verify that the jobs are handled in the way we expect them… 25783 * Consistency: Always name the jobs job. 25797 …jobs to allow special handling of synchronous jobs. This makes us pass the fast/dom/xmlhttprequest… 26963 Added support for network jobs from Qt resources using the qrc protocol.
|
/external/e2fsprogs/ |
D | RELEASE-NOTES | 3809 make jobs. 5387 fsck is waiting for jobs to finish.
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-US/ |
D | en-US_lexpos.utf | 2654 N "jobs" :G2P
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-GB/ |
D | en-GB_lexpos.utf | 2991 N "jobs" :G2P
|
/external/webkit/Source/WebKit/win/ |
D | ChangeLog-2009-06-16 | 20512 … * WebView.cpp: Added MAXIMUM_DPI setting to limit the size of print jobs for performance reasons 21235 to avoid sending messages to jobs that get deleted partway.
|