Home
last modified time | relevance | path

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

123

/external/perfetto/src/trace_processor/importers/ninja/
Dninja_log_parser.h57 struct Job { struct
58 Job(int64_t s, int64_t e, uint64_t h, const std::string& n) in Job() function
72 std::vector<Job> jobs_; argument
/external/cronet/net/base/
Dprioritized_task_runner.h89 struct Job { struct
97 Job& operator=(const Job&) = delete; argument
101 Job& operator=(Job&& other); argument
111 bool operator()(const Job& left, const Job& right) { in operator() argument
Dprioritized_task_runner.cc15 PrioritizedTaskRunner::Job::Job(const base::Location& from_here, in Job() function in net::PrioritizedTaskRunner::Job
/external/rust/cxx/tests/ui/
Dvec_opaque.rs4 type Job; typedef
11 type Job; typedef
22 type Job = crate::handle::Job; typedef
/external/tensorflow/tensorflow/core/data/service/
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
/external/rust/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;
/external/libvpx/vp9/decoder/
Dvp9_decoder.h88 typedef struct Job { struct
91 JobType job_type; argument
92 } Job; typedef
/external/pigweed/pw_trace/example/
Dsample_app.cc67 struct Job { struct in __anone0d8a5df0111::ProcessingTask
68 uint32_t job_id;
69 uint8_t value;
/external/cronet/net/proxy_resolution/
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
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
/external/cronet/net/dns/
Daddress_sorter_win.cc47 class Job : public base::RefCountedThreadSafe<Job> { class in net::__anon8a1a269f0111::AddressSorterWin
65 Job(const std::vector<IPEndPoint>& endpoints, CallbackType callback) in Job() function in net::__anon8a1a269f0111::AddressSorterWin::Job
DREADME.md175 #### Job subsubsection
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DJob.kt112 public interface Job : CoroutineContext.Element { interface
394 public fun Job(parent: Job? = null): CompletableJob = JobImpl(parent) in getCancellationException() method
/external/rust/cxx/tests/ffi/
Dmodule.rs3 struct Job { struct
4 raw: u32,
/external/cronet/net/cert/
Dtrial_comparison_cert_verifier.h100 friend class Job; variable
Dcoalescing_cert_verifier.cc95 class CoalescingCertVerifier::Job { class in net::CoalescingCertVerifier
183 CoalescingCertVerifier::Job::Job(CoalescingCertVerifier* parent, in Job() function in net::CoalescingCertVerifier::Job
Dtrial_comparison_cert_verifier.cc49 class TrialComparisonCertVerifier::Job { class in net::TrialComparisonCertVerifier
160 TrialComparisonCertVerifier::Job::Job(const CertVerifier::Config& config, in Job() function in net::TrialComparisonCertVerifier::Job
/external/rust/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
/external/clang/include/clang/Driver/
DTool.h27 class Job; variable
/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/builder/
DRecursiveToStringStyleTest.java156 static class Job { class in RecursiveToStringStyleTest
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/jsontype/deftyping/
DTestDefaultWithCreators.java15 static abstract class Job class in TestDefaultWithCreators
/external/rust/crates/rayon-core/src/
Djob.rs20 pub(super) trait Job { interface
44 pub(super) unsafe fn new<T>(data: *const T) -> JobRef in new()
/external/autotest/tko/
Dtko.proto4 message Job { message
/external/clang/lib/Driver/
DCompilation.cpp173 for (const auto &Job : Jobs) { in ExecuteJobs() local
/external/gwp_asan/gwp_asan/tests/
Drecoverable.cpp144 unsigned NumIterations, unsigned Job, char *Ptr) { in singleAllocThrashTask()

123