/external/chromium_org/net/url_request/ |
url_request.h | 85 // default job will be used. 128 // Called for every request made. Should return a new job to handle the 136 // job to replace the existing job if it should be intercepted, or NULL 137 // to allow the normal handling to continue. If a new job is provided, 139 // response produced by the intercept job will be returned. 148 // on dns or network errors. Can return a new job to replace the existing 149 // job if it should be intercepted, or NULL to allow the normal handling to 150 // continue. If a new job is provided, the delegate never sees the original 151 // response, instead the response produced by the intercept job will b [all...] |
/external/chromium_org/v8/test/mjsunit/compiler/ |
concurrent-proto-change.js | 50 // At this point, concurrent recompilation thread has not yet done its job.
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/ |
SubtypeLocaleUtils.java | 190 protected String job(final Resources res) { 248 protected String job(final Resources res) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
RenderPreview.java | 72 import org.eclipse.core.runtime.jobs.Job; 156 private @Nullable Job mJob; 488 * @param delay the delay to wait before starting the render job 491 Job job = mJob; local 492 if (job != null) { 493 job.cancel(); 496 job = new AsyncRenderJob(); 498 job = new RenderJob(); 500 job.schedule(delay) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/welcome/ |
AdtStartup.java | 37 import org.eclipse.core.runtime.jobs.Job; 286 Job pingJob = createPingUsageServerJob(); 288 pingJob.setPriority(Job.BUILD); 289 // Wait another 30 seconds before starting the ping job. This gives other 296 * Creates a job than can ping the usage server. 298 private Job createPingUsageServerJob() { 300 Job job = new Job("Android SDK Ping") { // Job name, visible in progress vie local [all...] |
/device/moto/shamu/camera/QCamera2/stack/mm-jpeg-interface/src/ |
mm_jpegdec.c | 66 * Destroy the job based paramenters 86 * Finalize the job 94 /*Destroy job related params*/ 97 /*remove the job*/ 105 /* wake up jobMgr thread to work on new job if there is any */ 113 * @data: job session 151 * @data: job session 192 * @p_session: job session 237 * @p_session: job session 282 * @p_session: job sessio [all...] |
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/buildbot/ |
bg.js | 166 // receiving all try job results. 196 // TODO(wittman): Remove once we revise the try job fetching code. 212 // loaded before updating the issue so we don't lose try job information
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.p2.operations_2.0.0.v20100510.jar | |
org.mortbay.jetty.util_6.1.23.v201004211559.jar | |
/libcore/luni/src/main/java/java/util/concurrent/ |
ForkJoinPool.java | 2516 ForkJoinTask<?> job; local 2546 ForkJoinTask<T> job = new ForkJoinTask.AdaptedCallable<T>(task); local 2557 ForkJoinTask<T> job = new ForkJoinTask.AdaptedRunnable<T>(task, result); local 2570 ForkJoinTask<?> job; local [all...] |
/external/chromium_org/content/browser/loader/ |
resource_dispatcher_host_unittest.cc | 338 // Finish starting a URL request whose job is an instance of 342 for (URLRequestTestDelayedStartJob* job = list_head_; 343 job; 344 job = job->next_) { 345 if (job->request() == request) { 346 job->net::URLRequestTestJob::Start(); 368 for (URLRequestTestDelayedStartJob** job = &list_head_; *job; 369 job = &(*job)->next_) [all...] |
/external/emma/core/java12/com/vladium/emma/instr/ |
InstrProcessorST.java | 234 // class def modified: write it to an array and submit a write job 262 // clone the array and submit an entry write job 486 // class def modified: write it to an array and submit a write job 499 // clone the array and submit a file write job 577 // in overwrite mode, flush the job queue before going to the next directory: 702 // reset job queue position: 939 final Job job = m_jobs [j]; local [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/ |
LayoutEditorDelegate.java | 62 import org.eclipse.core.runtime.jobs.Job; 461 public Job delegateRunLint() { 464 // nodes on that lint job, such that we can quickly look up error nodes 465 //Job job = super.delegateRunLint(); 467 Job job = null; local 477 job = EclipseLintRunner.startLint(mClient, resources, file, 481 if (job != null) { 484 job.addJobChangeListener(new LintJobListener(graphicalEditor)) [all...] |
/external/chromium_org/third_party/polymer/components-chromium/core-component-page/ |
core-component-page-extracted.js | [all...] |
/device/moto/shamu/camera/QCamera2/HAL3/ |
QCamera3Channel.cpp | 1377 qcamera_hal3_jpeg_data_t *job = obj->m_postprocessor.findJpegJobByJobId(jobId); local [all...] |
/external/chromium_org/v8/src/ |
compiler.h | 637 Timer(OptimizedCompileJob* job, base::TimeDelta* location) 638 : job_(job), location_(location) { 707 // Generate and return optimized code or start a concurrent optimization job. 716 // Generate and return code from previously queued optimization job. 718 static Handle<Code> GetConcurrentlyOptimizedCode(OptimizedCompileJob* job);
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/ |
RichInputConnectionAndTextRangeTests.java | 53 final RunInLocale<SpacingAndPunctuations> job = new RunInLocale<SpacingAndPunctuations>() { local 55 protected SpacingAndPunctuations job(final Resources res) { 60 mSpacingAndPunctuations = job.runInLocale(res, Locale.ENGLISH);
|
/external/chromium_org/base/message_loop/ |
message_loop.cc | 695 bool MessageLoopForIO::RegisterJobObject(HANDLE job, IOHandler* handler) { 696 return ToPumpIO(pump_.get())->RegisterJobObject(job, handler);
|
message_loop.h | 638 bool RegisterJobObject(HANDLE job, IOHandler* handler);
|
/external/chromium_org/chrome/browser/captive_portal/ |
captive_portal_browsertest.cc | 112 // A URL request job that hangs until FailJobs() is called. Started jobs 184 // The next job that had been started but not yet timed out. 250 URLRequestTimeoutOnDemandJob** job = &job_list_; local 251 while (*job) { 252 if (*job == this) { 253 *job = next_job_; 257 job = &next_job_; 260 // If the job wasn't in this list, |next_job_| should be NULL. 308 URLRequestTimeoutOnDemandJob* job = job_list_; local 309 // Since the error notification may result in the job's destruction, remov [all...] |
/external/chromium_org/cloud_print/gcp20/prototype/ |
cloud_print_requester.cc | 98 using cloud_print_response_parser::Job; 211 void CloudPrintRequester::RequestPrintJob(const Job& job) { 213 current_print_job_.reset(new Job(job)); 398 std::vector<Job> list;
|
/external/chromium_org/components/policy/core/common/cloud/ |
external_policy_data_fetcher_unittest.cc | 57 std::map<int, ExternalPolicyDataFetcher::Job*> jobs_; // Not owned. 95 std::map<int, ExternalPolicyDataFetcher::Job*>::iterator it = 98 ExternalPolicyDataFetcher::Job* job = it->second; local 100 fetcher_->CancelJob(job); 121 // Start a fetch job. 147 // Start a fetch job. 173 // Start a fetch job. 199 // Start a fetch job. 224 // Start a fetch job [all...] |
/external/fio/tools/ |
genfio | 68 -A cmd_to_run : System command to run after each job (exec_postrun in fio) 69 -B cmd_to_run : System command to run before each job (exec_prerun in fio)
|
/external/chromium_org/net/socket/ |
client_socket_pool_base_unittest.cc | 236 void WaitForSignal(TestConnectJob* job) { waiting_jobs_.push_back(job); } 240 void SignalJob(size_t job); 242 void SetJobLoadState(size_t job, LoadState load_state); 638 void MockClientSocketFactory::SignalJob(size_t job) { 639 ASSERT_LT(job, waiting_jobs_.size()); 640 waiting_jobs_[job]->Signal(); 641 waiting_jobs_.erase(waiting_jobs_.begin() + job); 644 void MockClientSocketFactory::SetJobLoadState(size_t job, 646 ASSERT_LT(job, waiting_jobs_.size()) 796 TestConnectJob* job = local [all...] |
/cts/tests/JobScheduler/src/android/jobscheduler/cts/ |
ConnectivityConstraintTest.java | 20 import android.app.job.JobInfo; 35 * Schedules jobs with the {@link android.app.job.JobScheduler} that have network connectivity 44 /** Unique identifier for the job scheduled by this suite of tests. */ 77 * Schedule a job that requires a WiFi connection, and assert that it executes when the device 94 assertTrue("Job with unmetered constraint did not fire on WiFi.", 99 * Schedule a job with a connectivity constraint, and ensure that it executes on WiFi. 115 assertTrue("Job with connectivity constraint did not fire on WiFi.", 120 * Schedule a job with a connectivity constraint, and ensure that it executes on on a mobile 136 assertTrue("Job with connectivity constraint did not fire on mobile.", 145 * Schedule a job that requires a WiFi connection, and assert that it fails when the device i [all...] |