/external/fio/ |
backend.c | 1300 * Entry point for the thread based jobs. The process based jobs end up 1320 dprint(FD_PROCESS, "jobs pid=%d started\n", (int) td->pid); [all...] |
/external/llvm/docs/ |
BuildingLLVMWithAutotools.rst | 36 * ``make [-j]`` --- The ``-j`` specifies the number of jobs (commands) to run
|
/external/mksh/src/ |
sh.h | 922 /* For "You have stopped jobs" message */ 987 int njobs; /* number of live jobs using output pipe */ 993 /* used in jobs.c and by coprocess stuff in exec.c and select() calls */ [all...] |
/frameworks/base/docs/html/about/versions/ |
android-4.4.jd | 195 <p>Android now includes a complete framework that allows users to print any document using a printer connected over Wi-Fi, Bluetooth, or other services. The system handles the transaction between an app that wants to print a document and the services that deliver print jobs to a printer. The {@link android.print} framework provides all the APIs necessary to specify a print document and deliver it to the system for printing. Which APIs you actually need for a given print job depends on your content.</p> 203 <p>Once you've defined your implementation for {@link android.print.PrintDocumentAdapter}, you can execute print jobs upon the user's request using the {@link android.print.PrintManager} method, {@link android.print.PrintManager#print print()}, which takes the {@link android.print.PrintDocumentAdapter} as one of its arguments.</p> 211 <p>As a printer OEM, you can use the {@link android.printservice} framework to provide interoperability with your printers from Android devices. You can build and distribute print services as APKs, which users can install on their devices . A print service app operates primarily as a headless service by subclassing the {@link android.printservice.PrintService} class, which receives print jobs from the system and communicates the jobs to its printers using the appropriate protocols.</p> [all...] |
/frameworks/base/tests/Camera2Tests/CameraToo/src/com/example/android/camera2/cameratoo/ |
CameraTooActivity.java | 155 // Cancel any stale preview jobs
|
/ndk/sources/host-tools/make-3.81/ |
configure.in | 241 [enable remote jobs via Customs--see README.customs]),
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/ |
AdtPlugin.java | 71 import org.eclipse.core.runtime.jobs.Job; 298 // This is deferred in separate jobs to avoid blocking the bundle start. [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/ |
BaseBuilder.java | 51 import org.eclipse.core.runtime.jobs.Job;
|
ResourceManagerBuilder.java | 46 import org.eclipse.core.runtime.jobs.Job;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/common/ |
CommonXmlEditor.java | 40 import org.eclipse.core.runtime.jobs.Job;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
CustomViewFinder.java | 36 import org.eclipse.core.runtime.jobs.Job;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
ExportHelper.java | 50 import org.eclipse.core.runtime.jobs.Job;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/ |
FrameSummaryViewPage.java | 27 import org.eclipse.core.runtime.jobs.Job;
|
/device/moto/shamu/camera/QCamera2/stack/mm-jpeg-interface/src/ |
mm_jpegdec.c | 903 CDBG("%s:%d] abort todo jobs", __func__, __LINE__); 911 CDBG("%s:%d] abort ongoing jobs", __func__, __LINE__); [all...] |
/external/fio/t/ |
btrace2fio.c | 1024 log_err("\t-r\tIgnore jobs with less than this KB/sec rate\n"); 1027 log_err("\t-c\tCollapse \"identical\" jobs (def=%u)\n", collapse_entries);
|
/hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/src/ |
mm_jpegdec.c | 894 CDBG("%s:%d] abort todo jobs", __func__, __LINE__); 902 CDBG("%s:%d] abort ongoing jobs", __func__, __LINE__);
|
mm_jpeg.c | [all...] |
/external/clang/lib/Driver/ |
Driver.cpp | 416 // Don't try to generate diagnostics for link or dsymutil jobs. 570 if (JobList *Jobs = dyn_cast<JobList>(&J)) { 571 for (auto &Job : *Jobs) [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.core.runtime_3.6.0.v20100505.jar | |
/prebuilts/tools/common/eclipse/ |
org.eclipse.core.runtime_3.6.0.v20100505.jar | |
/ndk/sources/host-tools/make-3.81/doc/ |
make.texi | [all...] |
/external/libavc/encoder/ |
ih264e_process.c | 619 /* allow threads to dequeue entropy jobs */ [all...] |
ih264e_utils.c | [all...] |
/external/libxml2/result/HTML/ |
wired.html | 389 <!-- Wired News is <a href="http://www.wired.com/news/jobs.html">hiring</a><br><br> --> [all...] |
/external/libxml2/test/HTML/ |
wired.html | 334 <!-- Wired News is <a href="http://www.wired.com/news/jobs.html">hiring</a><br><br> --> [all...] |