HomeSort by relevance Sort by last modified time
    Searched refs:job (Results 101 - 125 of 149) sorted by null

1 2 3 45 6

  /external/clang/include/clang/AST/
RecursiveASTVisitor.h 429 EnqueueJob &job = Queue.back(); local
430 Stmt *CurrS = job.S;
437 if (job.StmtIt == Stmt::child_iterator()) {
444 job.StmtIt = CurrS->child_begin();
446 ++job.StmtIt;
449 if (job.StmtIt != CurrS->child_end())
450 Queue.push_back(*job.StmtIt);
    [all...]
  /ndk/sources/host-tools/make-3.81/
job.c 0 /* Job execution and handling for GNU Make.
23 #include "job.h"
831 /* If the job failed, and the -k flag was not given, die,
856 job, put a token back into the pipe for it. */
863 /* Write a job token back to the pipe. */
965 /* Start a job to run the commands specified in CHILD.
1870 struct child *job; local
    [all...]
  /external/chromium/net/url_request/
url_request_http_job.cc 95 explicit HttpFilterContext(URLRequestHttpJob* job);
115 URLRequestHttpJob::HttpFilterContext::HttpFilterContext(URLRequestHttpJob* job)
116 : job_(job) {
648 // If the transaction was destroyed, then the job was cancelled, and
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardBuilder.java 303 final RunInLocale<Void> job = new RunInLocale<Void>() { local
305 protected Void job(Resources res) {
313 job.runInLocale(mResources, locale);
    [all...]
  /external/chromium/net/socket/
socket_test_util.cc 1260 MockConnectJob* job = new MockConnectJob(socket, handle, callback); local
    [all...]
client_socket_pool_base_unittest.cc 130 void WaitForSignal(TestConnectJob* job) { waiting_jobs_.push_back(job); }
501 virtual void OnConnectJobComplete(int result, ConnectJob* job) {
503 scoped_ptr<ClientSocket> socket(job->ReleaseSocket());
506 delete job;
614 scoped_ptr<TestConnectJob> job(
622 EXPECT_EQ(OK, job->Connect());
635 TestConnectJob* job = local
643 ASSERT_EQ(ERR_IO_PENDING, job->Connect());
    [all...]
  /external/webkit/Source/WebCore/inspector/
InspectorDOMAgent.cpp 1347 MatchJob* job = m_pendingMatchJobs.takeFirst(); local
    [all...]
  /tools/motodev/src/plugins/emulator/src/com/motorola/studio/android/emulator/ui/view/
AbstractAndroidView.java 39 import org.eclipse.core.runtime.jobs.Job;
632 Job refreshViews = new Job("Refresh Emulator View")
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.preferences_3.3.0.v20100503.jar 
org.eclipse.equinox.p2.director_2.0.3.R36x_v20101117-1018.jar 
org.eclipse.equinox.p2.jarprocessor_1.0.200.v20100503a.jar 
org.eclipse.equinox.p2.ui.sdk.scheduler_1.0.0.v20100507-1815.jar 
org.eclipse.ecf.provider.filetransfer_3.1.0.v20100529-0735.jar 
org.eclipse.ecf_3.1.0.v20100529-0735.jar 
org.eclipse.core.runtime_3.6.0.v20100505.jar 
  /ndk/sources/host-tools/nawk-20071023/
FIXES 206 job on using OFMT for output from print and CONVFMT for other
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GraphicalEditorPart.java 110 import org.eclipse.core.runtime.jobs.Job;
860 CreateNewConfigJob job = new CreateNewConfigJob(this, mEditedFile, config); local
1575 Job job = new Job("Run Lint") { local
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java 434 final RunInLocale<SettingsValues> job = new RunInLocale<SettingsValues>() { local
436 protected SettingsValues job(Resources res) {
440 mCurrentSettings = job.runInLocale(mResources, mSubtypeSwitcher.getCurrentSubtypeLocale());
    [all...]
  /external/chromium/chrome/browser/resources/
print_preview.js 250 * @return {string} JSON string with print job settings.
341 * @param {string} jobTitle The print job title.
  /external/clang/lib/AST/
ExprConstant.cpp 4762 Job &job = Queue.back(); local
    [all...]
  /external/chromium/chrome/browser/resources/net_internals/
sourceentry.js 206 * or a hostname for a connect job, etc...
  /external/mksh/src/
exec.c 246 if (coproc.job && coproc.write >= 0)
262 coproc.job = NULL;
285 * job is actually created.
    [all...]
sh.h 830 void *job; /* 0 or job of co-process using input pipe */ member in struct:coproc
    [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.core.runtime_3.6.0.v20100505.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9-swt.jar 

Completed in 871 milliseconds

1 2 3 45 6