/development/ide/emacs/ |
android-compile.el | 142 Use `android-compilation-jobs' to control the number of jobs used 149 (concat " -j " (number-to-string android-compilation-jobs))))
|
/external/chromium_org/chrome/browser/policy/cloud/ |
test_request_interceptor.cc | 33 // Helper callback for jobs that should fail with a network |error|. 40 // Helper callback for jobs that should fail with a 400 HTTP error. 98 // Helper callback for register jobs that should suceed. Validates the request
|
test_request_interceptor.h | 44 // Returns the number of pending callback jobs that haven't been used yet.
|
/external/chromium_org/third_party/libvpx/source/libvpx/build/make/ |
iosbuild.sh | 190 --jobs: Number of make jobs. 217 --jobs)
|
/external/mksh/ |
Makefrag.inc | 5 SRCS= lalloc.c eval.c exec.c expr.c funcs.c histrap.c jobs.c lex.c main.c misc.c shf.c syn.c tree.c var.c edit.c 6 SRCS_FP= ../src/lalloc.c ../src/eval.c ../src/exec.c ../src/expr.c ../src/funcs.c ../src/histrap.c ../src/jobs.c ../src/lex.c ../src/main.c ../src/misc.c ../src/shf.c ../src/syn.c ../src/tree.c ../src/var.c ../src/edit.c 7 OBJS_BP= lalloc.o eval.o exec.o expr.o funcs.o histrap.o jobs.o lex.o main.o misc.o shf.o syn.o tree.o var.o edit.o
|
/external/vixl/tools/ |
presubmit.py | 101 result.add_argument('--jobs', '-j', metavar='N', type=int, default=1, 102 help='Allow N jobs at once.') 128 (mode, args.simulator, args.jobs)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/ |
workstealing.h | 116 // How many jobs? 134 // No more threads than jobs, at least one thread. 179 // How many jobs per thread? last thread gets the rest.
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/ |
workstealing.h | 116 // How many jobs? 134 // No more threads than jobs, at least one thread. 179 // How many jobs per thread? last thread gets the rest.
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/ |
workstealing.h | 116 // How many jobs? 134 // No more threads than jobs, at least one thread. 179 // How many jobs per thread? last thread gets the rest.
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/ |
workstealing.h | 116 // How many jobs? 134 // No more threads than jobs, at least one thread. 179 // How many jobs per thread? last thread gets the rest.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
EclipseLintRunner.java | 29 import org.eclipse.core.runtime.jobs.Job; 177 /** Cancels the current lint jobs, if any, and optionally waits for them to finish */ 179 // Cancel any current running jobs first
|
/external/chromium_org/chrome/browser/resources/net_internals/ |
sockets_view.js | 9 * - For each pool with allocated sockets or connect jobs, shows all its
|
timeline_view.css | 58 #timeline-view-dns-jobs {
|
/external/chromium_org/chrome/common/cloud_print/ |
cloud_print_constants.cc | 43 const char kJobListValue[] = "jobs";
|
/external/chromium_org/chrome/installer/mac/ |
make_signers.sh | 9 # creates auxiliary files that these scripts need to do their jobs, such as
|
/external/chromium_org/media/base/android/ |
video_decoder_job.h | 16 // Class for managing video decoding jobs.
|
/external/chromium_org/net/dns/ |
serial_worker.h | 48 // Stop scheduling jobs.
|
/external/chromium_org/net/http/ |
http_stream_factory_impl_job.h | 94 // Called to indicate that this job succeeded, and some other jobs 117 // npn-spdy jobs in parallel. In order not to unnecessarily waste sockets, 121 // existing SpdySession. In that case, the http and npn-spdy jobs will race. 284 // proceed and then race the two Jobs.
|
/external/chromium_org/net/proxy/ |
proxy_resolver_v8_tracing.h | 76 // The number of outstanding (non-cancelled) jobs.
|
/external/chromium_org/net/url_request/ |
url_request_filter.h | 23 // A class to help filter URLRequest jobs based on the URL of the request
|
/external/chromium_org/remoting/host/installer/mac/Scripts/ |
remoting_preflight.sh | 18 # In case of errors, log the fact, but continue to unload launchd jobs as much
|
/external/chromium_org/v8/tools/testrunner/local/ |
execution.py | 199 def Run(self, jobs): 201 self._RunInternal(jobs) 207 def _RunInternal(self, jobs): 208 pool = Pool(jobs)
|
/external/compiler-rt/test/tsan/ |
test_output.sh | 57 for job in `jobs -p`; do
|
/external/fio/ |
client.h | 44 unsigned int jobs; member in struct:fio_client
|
gfio.h | 25 GtkWidget *jobs; member in struct:eta_widget
|