Home
last modified time | relevance | path

Searched defs:Job (Results 1 – 25 of 516) sorted by relevance

12345678910>>...21

/aosp_15_r20/external/cronet/net/base/
H A Dprioritized_task_runner.h91 struct Job { struct
99 Job& operator=(const Job&) = delete; argument
103 Job& operator=(Job&& other); argument
123 // Add a Job to the heap. argument
/aosp_15_r20/external/perfetto/src/trace_processor/importers/ninja/
H A Dninja_log_parser.h55 struct Job { struct
56 Job(int64_t s, int64_t e, uint64_t h, const std::string& n) in Job() function
70 std::vector<Job> jobs_; argument
/aosp_15_r20/external/tensorflow/tensorflow/core/data/service/
H A Ddispatcher_state.h153 struct Job { struct
154 explicit Job(int64_t id, const std::string& dataset_id, in Job() function
178 int64_t num_split_providers, std::shared_ptr<Job> job) in Iteration() argument
/aosp_15_r20/external/pytorch/torch/csrc/api/include/torch/data/dataloader/
H A Dbase.h112 struct Job : Sequenced { struct
114 Job(QuitWorker q, size_t sqn) : Sequenced(sqn), quit(q) {} in Job() function
115 Job(BatchRequest&& i, size_t sqn) in Job() function
117 std::optional<QuitWorker> quit;
118 std::optional<BatchRequest> batch_request;
/aosp_15_r20/external/cronet/third_party/re2/src/re2/
H A Dbitstate.cc33 struct Job { struct
34 int id;
35 int rle; // run length encoding
36 const char* p;
/aosp_15_r20/external/regex-re2/re2/
H A Dbitstate.cc32 struct Job { struct
33 int id;
34 int arg;
35 const char* p;
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/re2/re2/
Dbitstate.cc33 struct Job { struct
34 int id;
35 int rle; // run length encoding
36 const char* p;
/aosp_15_r20/external/libvpx/vp9/decoder/
H A Dvp9_decoder.h89 typedef struct Job { struct
92 JobType job_type; argument
93 } Job; typedef
/aosp_15_r20/external/rust/cxx/tests/ui/
Dvec_opaque.rs4 type Job; typedef
11 type Job; typedef
22 type Job = crate::handle::Job; typedef
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxx-1.0.120/tests/ui/
H A Dvec_opaque.rs4 type Job; typedef
11 type Job; typedef
22 type Job = crate::handle::Job; typedef
/aosp_15_r20/external/pigweed/pw_trace/example/
H A Dsample_app.cc67 struct Job { struct in __anonff0862700111::ProcessingTask
68 uint32_t job_id;
69 uint8_t value;
/aosp_15_r20/external/cronet/net/proxy_resolution/
H A Dmock_proxy_resolver.cc30 MockAsyncProxyResolver::Job::Job(MockAsyncProxyResolver* resolver, in Job() function in net::MockAsyncProxyResolver::Job
121 class MockAsyncProxyResolverFactory::Job class in net::MockAsyncProxyResolverFactory
124 explicit Job( in Job() function in net::MockAsyncProxyResolverFactory::Job
H A Dmulti_threaded_proxy_resolver.cc162 class Job : public base::RefCountedThreadSafe<Job> { class
519 class MultiThreadedProxyResolverFactory::Job class in net::MultiThreadedProxyResolverFactory
523 Job(MultiThreadedProxyResolverFactory* factory, in Job() function in net::MultiThreadedProxyResolverFactory::Job
/aosp_15_r20/external/rust/android-crates-io/crates/libfuzzer-sys/libfuzzer/
DFuzzerFork.cpp137 auto Job = new FuzzJob; in CreateNewJob() local
297 auto Job = Qu.front(); in Pop() local
304 while (auto Job = FuzzQ->Pop()) { in WorkerThread() local
385 std::unique_ptr<FuzzJob> Job(MergeQ.Pop()); in FuzzWithFork() local
/aosp_15_r20/external/cronet/net/dns/
H A Daddress_sorter_win.cc47 class Job : public base::RefCountedThreadSafe<Job> { class in net::__anonc15f8af00111::AddressSorterWin
65 Job(const std::vector<IPEndPoint>& endpoints, CallbackType callback) in Job() function in net::__anonc15f8af00111::AddressSorterWin::Job
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
H A DJob.kt108 public interface Job : CoroutineContext.Element { interface
384 public fun Job(parent: Job? = null): CompletableJob = JobImpl(parent) in Job() method
/aosp_15_r20/external/rust/cxx/tests/ffi/
Dmodule.rs3 struct Job { struct
4 raw: u32,
/aosp_15_r20/external/cronet/net/cert/
H A Dcoalescing_cert_verifier.cc95 class CoalescingCertVerifier::Job { class in net::CoalescingCertVerifier
183 CoalescingCertVerifier::Job::Job(CoalescingCertVerifier* parent, in Job() function in net::CoalescingCertVerifier::Job
/aosp_15_r20/packages/apps/DocumentsUI/src/com/android/documentsui/services/
DJob.java74 abstract public class Job implements Runnable { class
129 Job(Context service, Listener listener, String id, in Job() method in Job
/aosp_15_r20/external/rust/android-crates-io/crates/rayon-core/src/
Djob.rs20 pub(super) trait Job { interface
44 pub(super) unsafe fn new<T>(data: *const T) -> JobRef in new()
/aosp_15_r20/external/cronet/net/quic/crypto/
H A Dproof_verifier_chromium.cc53 class ProofVerifierChromium::Job { class in net::ProofVerifierChromium
171 ProofVerifierChromium::Job::Job( in Job() function in net::ProofVerifierChromium::Job
/aosp_15_r20/external/google-cloud-java/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/
H A DJob.java30 public final class Job extends com.google.protobuf.GeneratedMessageV3 class
36 private Job(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Job() method in Job
40 private Job() { in Job() method in Job
/aosp_15_r20/external/google-cloud-java/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/
H A DJob.java30 public final class Job extends com.google.protobuf.GeneratedMessageV3 class
36 private Job(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Job() method in Job
40 private Job() { in Job() method in Job
/aosp_15_r20/frameworks/base/core/java/com/android/internal/infra/
H A DServiceConnector.java169 interface Job<II, R> { interface
478 void completeExceptionally(@NonNull Job<?, ?> job, @NonNull Throwable ex) { in completeExceptionally()
/aosp_15_r20/frameworks/libs/modules-utils/java/com/android/modules/utils/
DServiceConnector.java169 interface Job<II, R> { interface
478 void completeExceptionally(@NonNull Job<?, ?> job, @NonNull Throwable ex) { in completeExceptionally()

12345678910>>...21