Home
last modified time | relevance | path

Searched defs:taskType (Results 1 – 25 of 297) sorted by relevance

12345678910>>...12

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/background_sync/
H A DBackgroundSyncBackgroundTaskScheduler.java31 void oneOffTaskScheduledFor(@BackgroundSyncTask int taskType, long delay); in oneOffTaskScheduledFor()
32 void oneOffTaskCanceledFor(@BackgroundSyncTask int taskType); in oneOffTaskCanceledFor()
88 public static int getAppropriateTaskId(@BackgroundSyncTask int taskType) { in getAppropriateTaskId()
118 protected void cancelOneOffTask(@BackgroundSyncTask int taskType) { in cancelOneOffTask()
137 protected boolean scheduleOneOffTask(@BackgroundSyncTask int taskType, long minDelayMs) { in scheduleOneOffTask()
174 public void reschedule(@BackgroundSyncTask int taskType) { in reschedule()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/download/service/
H A DDownloadTaskScheduler.java34 private static void scheduleTask(@DownloadTaskType int taskType, in scheduleTask()
57 private static void cancelTask(@DownloadTaskType int taskType) { in cancelTask()
77 private static int getTaskId(@DownloadTaskType int taskType) { in getTaskId()
92 private static int getRequiredNetworkType( in getRequiredNetworkType()
H A DDownloadBackgroundTask.java85 int taskType = taskParameters.getExtras().getInt(DownloadTaskScheduler.EXTRA_TASK_TYPE); in onStopTaskWithNative() local
98 void startBackgroundTask(DownloadBackgroundTask caller, ProfileKey key, int taskType, in startBackgroundTask()
100 boolean stopBackgroundTask(DownloadBackgroundTask caller, ProfileKey key, int taskType); in stopBackgroundTask()
/dports/devel/hadoop/hadoop-1.2.1/src/mapred/org/apache/hadoop/mapreduce/server/jobtracker/
H A DTaskTracker.java82 public int getAvailableSlots(TaskType taskType) { in getAvailableSlots()
108 public JobInProgress getJobForFallowSlot(TaskType taskType) { in getJobForFallowSlot()
120 public void reserveSlots(TaskType taskType, JobInProgress job, int numSlots) { in reserveSlots()
157 public void unreserveSlots(TaskType taskType, JobInProgress job) { in unreserveSlots()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/feed/core/java/src/org/chromium/chrome/browser/feed/library/common/concurrent/
H A DTaskQueue.java207 public void execute(@Task int task, @TaskType int taskType, Runnable runnable) { in execute()
212 public void execute(@Task int task, @TaskType int taskType, Runnable runnable, in execute()
291 private void scheduleTask(TaskWrapper taskWrapper, @TaskType int taskType) { in scheduleTask()
301 private TaskWrapper getTaskWrapper(@Task int task, @TaskType int taskType, Runnable runnable) { in getTaskWrapper()
311 private void queueTask(TaskWrapper taskWrapper, @TaskType int taskType) { in queueTask()
348 private void countTask(@TaskType int taskType) { in countTask()
424 TaskWrapper(@Task int task, @TaskType int taskType, Runnable runnable) { in TaskWrapper()
490 HeadResetTaskWrapper(@Task int task, @TaskType int taskType, Runnable runnable) { in HeadResetTaskWrapper()
509 HeadInvalidateTaskWrapper(@Task int task, @TaskType int taskType, Runnable runnable) { in HeadInvalidateTaskWrapper()
537 TimeoutTaskWrapper(@Task int task, @TaskType int taskType, Runnable taskRunnable, in TimeoutTaskWrapper()
[all …]
/dports/devel/hadoop/hadoop-1.2.1/src/contrib/capacity-scheduler/src/java/org/apache/hadoop/mapred/
H A DMemoryMatcher.java60 TaskTrackerStatus taskTracker, TaskType taskType, int availableSlots) { in getMemReservedForTasks()
95 TaskType taskType, int availableSlots) { in currentlyScheduled()
116 boolean matchesMemoryRequirements(JobInProgress job,TaskType taskType, in matchesMemoryRequirements()
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/Resource/Processing/
H A DTaskTypeRegistry.php44 protected function getClassForTaskType($taskType)
56 …public function getTaskForType($taskType, ProcessedFile $processedFile, array $processingConfigura…
/dports/net/gerbera/gerbera-1.9.2/src/database/sqlite3/
H A Dsqlite_database.h103 std::string_view taskType() const override { return "InitTask"; } in taskType() function
122 std::string_view taskType() const override { return "SelectTask"; } in taskType() function
140 std::string_view taskType() const override { return "ExecTask"; } in taskType() function
157 std::string_view taskType() const override { return "BackupTask"; } in taskType() function
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/jobhistory/
H A DNormalizedResourceEvent.java32 private TaskType taskType; field in NormalizedResourceEvent
39 public NormalizedResourceEvent(TaskType taskType, int memory) { in NormalizedResourceEvent()
H A DTaskFailedEvent.java41 private TaskType taskType; field in TaskFailedEvent
60 TaskType taskType, String error, String status, in TaskFailedEvent()
72 TaskType taskType, String error, String status, in TaskFailedEvent()
H A DTaskAttemptUnsuccessfulCompletionEvent.java44 private TaskType taskType; field in TaskAttemptUnsuccessfulCompletionEvent
76 (TaskAttemptID id, TaskType taskType, in TaskAttemptUnsuccessfulCompletionEvent()
115 (TaskAttemptID id, TaskType taskType, in TaskAttemptUnsuccessfulCompletionEvent()
123 (TaskAttemptID id, TaskType taskType, in TaskAttemptUnsuccessfulCompletionEvent()
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/Resource/Processing/
H A DTaskTypeRegistry.php46 protected function getClassForTaskType($taskType)
58 …public function getTaskForType($taskType, ProcessedFile $processedFile, array $processingConfigura…
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/Resource/Processing/
H A DTaskTypeRegistry.php46 protected function getClassForTaskType($taskType)
58 …public function getTaskForType($taskType, ProcessedFile $processedFile, array $processingConfigura…
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Dataflow/
H A DStreamingComputationTask.php25 public $taskType; variable in Google_Service_Dataflow_StreamingComputationTask
55 public function setTaskType($taskType)
/dports/devel/hadoop/hadoop-1.2.1/src/tools/org/apache/hadoop/tools/rumen/
H A DTaskStartedEvent.java32 private TaskType taskType; field in TaskStartedEvent
42 TaskType taskType, String splitLocations) { in TaskStartedEvent()
H A DTaskFinishedEvent.java34 private TaskType taskType; field in TaskFinishedEvent
46 TaskType taskType, in TaskFinishedEvent()
H A DTaskFailedEvent.java33 private TaskType taskType; field in TaskFailedEvent
47 TaskType taskType, String error, String status, in TaskFailedEvent()
H A DJobStory.java86 public TaskInfo getTaskInfo(TaskType taskType, int taskNumber); in getTaskInfo()
96 public TaskAttemptInfo getTaskAttemptInfo(TaskType taskType, in getTaskAttemptInfo()
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dataflow/
H A DStreamingComputationTask.php25 public $taskType; variable in Google_Service_Dataflow_StreamingComputationTask
55 public function setTaskType($taskType)
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-tools/hadoop-rumen/src/main/java/org/apache/hadoop/tools/rumen/
H A DZombieJob.java155 Pre21JobHistoryConstants.Values taskType = mapTask.getTaskType(); in getInputSplits() local
306 TaskType taskType = taskId.getTaskType(); in maskTaskID() local
319 TaskType taskType = attemptId.getTaskType(); in maskAttemptID() local
421 public TaskAttemptInfo getTaskAttemptInfo(TaskType taskType, int taskNumber, in getTaskAttemptInfo()
454 public TaskInfo getTaskInfo(TaskType taskType, int taskNumber) { in getTaskInfo()
472 TaskType taskType = TaskType.MAP; in getMapTaskAttemptInfoAdjusted() local
698 private TaskAttemptID makeTaskAttemptID(TaskType taskType, int taskNumber, in makeTaskAttemptID()
704 private TaskAttemptInfo makeUpTaskAttemptInfo(TaskType taskType, TaskInfo taskInfo, in makeUpTaskAttemptInfo()
920 private TaskID getMaskedTaskID(TaskType taskType, int taskNumber) { in getMaskedTaskID()
924 private LoggedTask getLoggedTask(TaskType taskType, int taskNumber) { in getLoggedTask()
[all …]
H A DJobStory.java86 public TaskInfo getTaskInfo(TaskType taskType, int taskNumber); in getTaskInfo()
96 public TaskAttemptInfo getTaskAttemptInfo(TaskType taskType, in getTaskAttemptInfo()
/dports/devel/hadoop/hadoop-1.2.1/src/contrib/fairscheduler/src/java/org/apache/hadoop/mapred/
H A DJobSchedulable.java30 protected TaskType taskType; field in JobSchedulable
34 TaskType taskType) { in JobSchedulable()
46 TaskType taskType) { in init()
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/Resource/Event/
H A DBeforeFileProcessingEvent.php49 private $taskType; variable in TYPO3\\CMS\\Core\\Resource\\Event\\BeforeFileProcessingEvent
56 …terface $driver, ProcessedFile $processedFile, FileInterface $file, string $taskType, array $confi…
H A DAfterFileProcessingEvent.php49 private $taskType; variable in TYPO3\\CMS\\Core\\Resource\\Event\\AfterFileProcessingEvent
56 …terface $driver, ProcessedFile $processedFile, FileInterface $file, string $taskType, array $confi…
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/Resource/Event/
H A DAfterFileProcessingEvent.php49 private $taskType; variable in TYPO3\\CMS\\Core\\Resource\\Event\\AfterFileProcessingEvent
56 …terface $driver, ProcessedFile $processedFile, FileInterface $file, string $taskType, array $confi…

12345678910>>...12