/external/openssl/ |
check-all-builds.sh | 178 --jobs=*) 179 NUM_JOBS=${OPT##--jobs=} 238 --jobs=<count> Run <count> parallel build jobs [$NUM_JOBS]. 239 -j<count> Same as --jobs=<count>. 627 dump "Building libraries with $NUM_JOBS jobs"
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
LintViewPart.java | 34 import org.eclipse.core.runtime.jobs.IJobChangeEvent; 35 import org.eclipse.core.runtime.jobs.IJobChangeListener; 36 import org.eclipse.core.runtime.jobs.Job; 180 // If there are currently running jobs, listen for them such that we can update the 469 Job[] jobs = LintJob.getCurrentJobs(); local 470 if (jobs.length > 0) {
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.ecf_3.1.0.v20100529-0735.jar | |
org.eclipse.equinox.p2.ui.sdk_1.0.100.v20100513.jar | |
org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar | |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/ |
org.eclipse.ecf_3.2.0.v20130604-1622.jar | |
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/ |
org.eclipse.ecf_3.2.0.v20130604-1622.jar | |
/frameworks/base/services/print/java/com/android/server/print/ |
UserState.java | 222 // Note that the print spooler is not storing print jobs that 224 // the spooler state for when to forget print jobs in terminal state. 225 // Therefore, we fuse the cached print jobs for running apps (some 226 // jobs are in a terminal state) with the ones that the print 227 // spooler knows about (some jobs are being processed). 231 // Add the cached print jobs for running apps. 536 // Fail all print jobs. 620 pw.append(prefix).append(tab).append("cached print jobs:").println(); [all...] |
/external/chromium_org/base/test/launcher/ |
test_launcher.cc | 269 // on Windows versions prior to Windows 8 (which supports nested jobs). 771 int jobs = -1; local 773 switches::kTestLauncherJobs), &jobs) || 774 jobs < 0) { 779 parallel_jobs_ = jobs; 781 // Do not run jobs in parallel by default if we are running a subset of 786 fprintf(stdout, "Using %" PRIuS " parallel jobs.\n", parallel_jobs_); [all...] |
/ndk/sources/host-tools/make-3.81/po/ |
he.po | 567 msgid "*** Waiting for unfinished jobs...." 635 msgid "read jobs pipe" 636 msgstr "read jobs pipe" 763 " -j [N], --jobs[=N] Allow N jobs at once; infinite jobs with no " 776 " Don't start multiple jobs unless load is below " 942 msgid "Parallel jobs (-j) are not supported on this platform." 973 msgid "creating jobs pipe" 974 msgstr "creating jobs pipe [all...] |
/ndk/tests/ |
run-tests.sh | 58 JOBS=$BUILD_NUM_CPUS 115 JOBS=`expr "$opt" : '-j\(.*\)'` 118 --jobs=*) 119 JOBS="$optarg" 167 echo " -j<N> --jobs=<N> Launch parallel builds [$JOBS]" 486 run $WINE cmd /c Z:$NDK/ndk-build.cmd -j$JOBS "$@" APP_LDFLAGS="$APP_LDFLAGS" APP_CFLAGS="$APP_CFLAGS" 494 run $NDK/ndk-build -j$JOBS "$@" APP_LDFLAGS="$APP_LDFLAGS" APP_CFLAGS="$APP_CFLAGS" 743 (cd "$DIR" && run ./build.sh -j$JOBS $NDK_BUILD_FLAGS) [all...] |
/external/chromium_org/media/base/android/ |
media_source_player.cc | 139 // Since decoder jobs have their own thread, decoding is not fully paused 140 // until all the decoder jobs call MediaDecoderCallback(). It is possible 340 // to preroll media decoder jobs. Currently |start_presentation_timestamp_| 368 // Wait for all the decoding jobs to finish before processing pending tasks. 673 // Release() won the race, we should no longer have decoder jobs.
|
/external/chromium_org/net/socket/ |
client_socket_pool_base.h | 138 // Timer to abort jobs that take too long. 285 return group_map_.find(group_name)->second->jobs().size(); 451 const std::set<ConnectJob*>& jobs() const { return jobs_; } function in class:net::internal::ClientSocketPoolBaseHelper::Group 472 // Since jobs use late binding to requests, which ConnectJobs have or have 631 // TODO(vandebo) Remove when backup jobs move to TransportClientSocketPool [all...] |
/external/fio/ |
fio.1 | 86 .BI \-\-max\-jobs \fR=\fPnr 87 Set the maximum allowed number of jobs (threads/processes) to support. 96 Instead of running the jobs locally, send and run them on the given host. 112 The global section contains default parameters for jobs specified in the 176 number. If you want to share files between threads in a job or several jobs, 189 If sharing multiple files between jobs, it is usually necessary to have 208 To have dependent jobs share a set of files, this option can be set to 652 there are several jobs which are intended to operate on a file in parallel in [all...] |
/external/chromium_org/chrome/browser/captive_portal/ |
captive_portal_browsertest.cc | 112 // A URL request job that hangs until FailJobs() is called. Started jobs 139 // Operation to perform on jobs when removing them from |job_list_|. 158 // Checks if there are at least |num_jobs_to_wait_for_| jobs in 166 // Number of jobs currently being waited for, or 0 if not currently 167 // waiting for jobs. 170 // The last number of jobs that were waited for. When FailJobs or 174 // Number of jobs that have been started, but not yet waited for. If jobs 180 // Head of linked list of jobs that have been started and are now waiting to 203 // Checks if there are at least |num_jobs_to_wait_for_| jobs i [all...] |
/external/chromium_org/components/policy/core/common/cloud/ |
external_policy_data_fetcher_unittest.cc | 343 // Start two fetch jobs. 396 // Start two fetch jobs. 449 // Start two fetch jobs.
|
/external/chromium_org/net/base/ |
prioritized_dispatcher_unittest.cc | 33 // This is intended to confirm the execution order of a sequence of jobs added 34 // to the dispatcher. Note that finishing order of jobs does not matter. 451 // Reduce limits to just allow one job at a time. Running jobs should not
|
/external/llvm/cmake/modules/ |
HandleLLVMOptions.cmake | 196 # On Win32 using MS tools, provide an option to set the number of parallel jobs 200 "Number of parallel compiler jobs. 0 means use all processors. Default is 0.") 205 message(STATUS "Number of parallel compiler jobs set to " ${LLVM_COMPILER_JOBS})
|
/frameworks/base/services/core/java/com/android/server/job/ |
JobServiceContext.java | 47 * Handles client binding and lifecycle of a job. Jobs execute one at a time on an instance of this 67 /** Define the maximum # of jobs allowed to run on a service at once. */ 90 /** Run through list and start any ready jobs.*/
|
/device/moto/shamu/camera/QCamera2/stack/mm-jpeg-interface/inc/ |
mm_jpeg.h | 65 /* define max num of supported concurrent jpeg jobs by OMX engine. 375 mm_jpeg_queue_t ongoing_job_q; /* queue for ongoing jobs */
|
/docs/source.android.com/src/source/ |
report-bugs.jd | 138 !ENTRY org.eclipse.core.jobs 4 2 2008-01-01 13:04:15.825 164 at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
|
/external/chromium_org/content/browser/download/ |
save_file_manager.h | 56 // jobs. 223 // A map of all saving jobs by using save id.
|
/external/chromium_org/v8/tools/testrunner/ |
README | 100 test jobs to network peers instead of running them locally. 107 Implementation of the daemon that accepts and runs test execution jobs from
|
/external/chromium_org/v8/tools/testrunner/network/ |
network_execution.py | 114 def Run(self, jobs): 166 self._RunInternal(jobs)
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowPatterns.java | 25 + "|(jobs|j[emop])" 57 + "|(?:jobs|j[emop])"
|