/external/google-cloud-java/java-dataproc/proto-google-cloud-dataproc-v1/src/main/java/com/google/cloud/dataproc/v1/ |
D | TemplateParameterOrBuilder.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 34 * The name must contain only capital letters (A-Z), numbers (0-9), and 52 * The name must contain only capital letters (A-Z), numbers (0-9), and 80 * * jobs['step-id'].labels['key'] 81 * * Jobs in the jobs list can be referenced by step-id: 82 * * jobs['step-id'].hadoopJob.mainJarFileUri 83 * * jobs['step-id'].hiveJob.queryFileUri 84 * * jobs['step-id'].pySparkJob.mainPythonFileUri 85 * * jobs['step-id'].hadoopJob.jarFileUris[0] 86 * * jobs['step-id'].hadoopJob.archiveUris[0] [all …]
|
D | TemplateParameter.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 27 * - Labels 28 * - File uris 29 * - Job properties 30 * - Job arguments 31 * - Script variables 32 * - Main class (in HadoopJob and SparkJob) 33 * - Zone (in ClusterSelector) 92 * The name must contain only capital letters (A-Z), numbers (0-9), and 121 * The name must contain only capital letters (A-Z), numbers (0-9), and [all …]
|
/external/autotest/tko/migrations/ |
D | 003_add_test_timestamps.py | 30 jobs.tag AS job_tag, 31 jobs.label AS job_label, 32 jobs.username AS job_username, 33 jobs.queued_time AS job_queued_time, 34 jobs.started_time AS job_started_time, 35 jobs.finished_time AS job_finished_time, 44 INNER JOIN jobs ON jobs.job_idx = tests.job_idx 45 INNER JOIN machines ON machines.machine_idx = jobs.machine_idx 49 -- perf_view (to make life easier for people trying to mine performance data) 60 jobs.tag AS job_tag, [all …]
|
D | 004_add_test_started.py | 31 jobs.tag AS job_tag, 32 jobs.label AS job_label, 33 jobs.username AS job_username, 34 jobs.queued_time AS job_queued_time, 35 jobs.started_time AS job_started_time, 36 jobs.finished_time AS job_finished_time, 45 INNER JOIN jobs ON jobs.job_idx = tests.job_idx 46 INNER JOIN machines ON machines.machine_idx = jobs.machine_idx 50 -- perf_view (to make life easier for people trying to mine performance data) 62 jobs.tag AS job_tag, [all …]
|
D | 002_add_job_timestamps.py | 12 ALTER TABLE jobs ADD COLUMN queued_time datetime NULL; 13 ALTER TABLE jobs ADD COLUMN started_time datetime NULL; 14 ALTER TABLE jobs ADD COLUMN finished_time datetime NULL; 19 ALTER TABLE jobs DROP queued_time, DROP started_time, DROP finished_time; 33 jobs.tag AS job_tag, 34 jobs.label AS job_label, 35 jobs.username AS job_username, 36 jobs.queued_time AS job_queued_time, 37 jobs.started_time AS job_started_time, 38 jobs.finished_time AS job_finished_time, [all …]
|
D | 030_add_afe_job_id_to_jobs.py | 2 ALTER TABLE jobs 5 UPDATE jobs 6 SET afe_job_id = SUBSTRING_INDEX(tag, '-', 1) 7 WHERE tag REGEXP '^[0-9]+-.+/.+$'; 10 ON jobs(afe_job_id); 23 jobs.tag AS job_tag, 24 jobs.label AS job_name, 25 jobs.username AS job_owner, 26 jobs.queued_time AS job_queued_time, 27 jobs.started_time AS job_started_time, [all …]
|
/external/rust/android-crates-io/crates/zerocopy/ci/ |
D | check_job_dependencies.sh | 5 # Licensed under a BSD-style license <LICENSE-BSD>, Apache License, Version 2.0 6 # <LICENSE-APACHE or https://www.apache.org/licenses/LICENSE-2.0>, or the MIT 7 # license <LICENSE-MIT or https://opensource.org/licenses/MIT>, at your option. 11 set -eo pipefail 13 jobs=$(for i in $(find .github -iname '*.yaml' -or -iname '*.yml') 15 # Select jobs that are triggered by pull request. 16 if yq -e '.on | has("pull_request")' "$i" 2>/dev/null >/dev/null 18 # This gets the list of jobs that all-jobs-succeed does not depend on. 19 comm -23 \ 20 <(yq -r '.jobs | keys | .[]' "$i" | sort | uniq) \ [all …]
|
/external/aws-sdk-java-v2/services/iotjobsdataplane/src/main/resources/codegen-resources/ |
D | endpoint-tests.json | 4 "documentation": "For region ap-east-1 with FIPS disabled and DualStack disabled", 7 "url": "https://data.jobs.iot.ap-east-1.amazonaws.com" 11 "Region": "ap-east-1", 17 "documentation": "For region ap-northeast-1 with FIPS disabled and DualStack disabled", 20 "url": "https://data.jobs.iot.ap-northeast-1.amazonaws.com" 24 "Region": "ap-northeast-1", 30 "documentation": "For region ap-northeast-2 with FIPS disabled and DualStack disabled", 33 "url": "https://data.jobs.iot.ap-northeast-2.amazonaws.com" 37 "Region": "ap-northeast-2", 43 "documentation": "For region ap-south-1 with FIPS disabled and DualStack disabled", [all …]
|
/external/google-cloud-java/java-talent/proto-google-cloud-talent-v4/src/main/java/com/google/cloud/talent/v4/ |
D | JobQueryOrBuilder.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 60 * example, "en-US". This field helps to better interpret the query. 63 * Language code should be in BCP-47 format, such as "en-US" or "sr-Latn". 78 * example, "en-US". This field helps to better interpret the query. 81 * Language code should be in BCP-47 format, such as "en-US" or "sr-Latn". 97 * If a value isn't specified, jobs are searched for against all 99 * If multiple values are specified, jobs are searched against the 117 * If a value isn't specified, jobs are searched for against all 119 * If multiple values are specified, jobs are searched against the 137 * If a value isn't specified, jobs are searched for against all [all …]
|
/external/google-cloud-java/java-talent/proto-google-cloud-talent-v4beta1/src/main/java/com/google/cloud/talent/v4beta1/ |
D | JobQueryOrBuilder.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 60 * For example, "en-US". This field helps to better interpret the query. 63 * Language code should be in BCP-47 format, such as "en-US" or "sr-Latn". 78 * For example, "en-US". This field helps to better interpret the query. 81 * Language code should be in BCP-47 format, such as "en-US" or "sr-Latn". 97 * If a value isn't specified, jobs are searched for against all 99 * If multiple values are specified, jobs are searched against the 119 * If a value isn't specified, jobs are searched for against all 121 * If multiple values are specified, jobs are searched against the 141 * If a value isn't specified, jobs are searched for against all [all …]
|
/external/libcups/conf/ |
D | cupsd.conf.in | 6 # Log general information in error_log - change "@CUPS_LOG_LEVEL@" to "debug" 57 # Job-related operations must be done by the owner or an administrator... 58 <Limit Create-Job Print-Job Print-URI Validate-Job> 62 …-Document Send-URI Hold-Job Release-Job Restart-Job Purge-Jobs Set-Job-Attributes Create-Job-Subsc… 68 …<Limit CUPS-Add-Modify-Printer CUPS-Delete-Printer CUPS-Add-Modify-Class CUPS-Delete-Class CUPS-Se… 75 …-Printer Resume-Printer Enable-Printer Disable-Printer Pause-Printer-After-Current-Job Hold-New-Jo… 82 <Limit Cancel-Job CUPS-Authenticate-Job> 100 # Job-related operations must be done by the owner or an administrator... 101 <Limit Create-Job Print-Job Print-URI Validate-Job> 106 …-Document Send-URI Hold-Job Release-Job Restart-Job Purge-Jobs Set-Job-Attributes Create-Job-Subsc… [all …]
|
/external/googleapis/google/cloud/talent/v4/ |
D | job_service.proto | 7 // http://www.apache.org/licenses/LICENSE-2.0 41 option (google.api.default_host) = "jobs.googleapis.com"; 43 "https://www.googleapis.com/auth/cloud-platform," 44 "https://www.googleapis.com/auth/jobs"; 52 post: "/v4/{parent=projects/*/tenants/*}/jobs" 58 // Begins executing a batch create jobs operation. 62 post: "/v4/{parent=projects/*/tenants/*}/jobs:batchCreate" 65 option (google.api.method_signature) = "parent,jobs"; 76 get: "/v4/{name=projects/*/tenants/*/jobs/*}" 87 patch: "/v4/{job.name=projects/*/tenants/*/jobs/*}" [all …]
|
D | filters.proto | 7 // http://www.apache.org/licenses/LICENSE-2.0 40 // example, "en-US". This field helps to better interpret the query. 45 // Language code should be in BCP-47 format, such as "en-US" or "sr-Latn". 52 // If a value isn't specified, jobs are searched for against all 55 // If multiple values are specified, jobs are searched against the 65 // The location filter specifies geo-regions containing the jobs to 69 // If a location value isn't specified, jobs fitting the other search 72 // If multiple values are specified, jobs are retrieved from any of the 80 // The category filter specifies the categories of jobs to search against. 83 // If a value isn't specified, jobs from any category are searched against. [all …]
|
/external/google-cloud-java/java-talent/proto-google-cloud-talent-v4beta1/src/main/proto/google/cloud/talent/v4beta1/ |
D | job_service.proto | 7 // http://www.apache.org/licenses/LICENSE-2.0 41 option (google.api.default_host) = "jobs.googleapis.com"; 43 "https://www.googleapis.com/auth/cloud-platform," 44 "https://www.googleapis.com/auth/jobs"; 52 post: "/v4beta1/{parent=projects/*/tenants/*}/jobs" 55 post: "/v4beta1/{parent=projects/*}/jobs" 62 // Begins executing a batch create jobs operation. 66 post: "/v4beta1/{parent=projects/*/tenants/*}/jobs:batchCreate" 69 post: "/v4beta1/{parent=projects/*}/jobs:batchCreate" 73 option (google.api.method_signature) = "parent,jobs"; [all …]
|
/external/googleapis/google/cloud/talent/v4beta1/ |
D | job_service.proto | 7 // http://www.apache.org/licenses/LICENSE-2.0 41 option (google.api.default_host) = "jobs.googleapis.com"; 43 "https://www.googleapis.com/auth/cloud-platform," 44 "https://www.googleapis.com/auth/jobs"; 52 post: "/v4beta1/{parent=projects/*/tenants/*}/jobs" 55 post: "/v4beta1/{parent=projects/*}/jobs" 62 // Begins executing a batch create jobs operation. 66 post: "/v4beta1/{parent=projects/*/tenants/*}/jobs:batchCreate" 69 post: "/v4beta1/{parent=projects/*}/jobs:batchCreate" 73 option (google.api.method_signature) = "parent,jobs"; [all …]
|
D | filters.proto | 7 // http://www.apache.org/licenses/LICENSE-2.0 40 // For example, "en-US". This field helps to better interpret the query. 45 // Language code should be in BCP-47 format, such as "en-US" or "sr-Latn". 52 // If a value isn't specified, jobs are searched for against all 55 // If multiple values are specified, jobs are searched against the 68 // The location filter specifies geo-regions containing the jobs to 73 // If a location value isn't specified, jobs fitting the other search 76 // If multiple values are specified, jobs are retrieved from any of the 84 // The category filter specifies the categories of jobs to search against. 88 // If a value isn't specified, jobs from any category are searched against. [all …]
|
/external/google-cloud-java/java-talent/proto-google-cloud-talent-v4/src/main/proto/google/cloud/talent/v4/ |
D | job_service.proto | 7 // http://www.apache.org/licenses/LICENSE-2.0 41 option (google.api.default_host) = "jobs.googleapis.com"; 43 "https://www.googleapis.com/auth/cloud-platform," 44 "https://www.googleapis.com/auth/jobs"; 52 post: "/v4/{parent=projects/*/tenants/*}/jobs" 58 // Begins executing a batch create jobs operation. 62 post: "/v4/{parent=projects/*/tenants/*}/jobs:batchCreate" 65 option (google.api.method_signature) = "parent,jobs"; 76 get: "/v4/{name=projects/*/tenants/*/jobs/*}" 87 patch: "/v4/{job.name=projects/*/tenants/*/jobs/*}" [all …]
|
D | filters.proto | 7 // http://www.apache.org/licenses/LICENSE-2.0 40 // example, "en-US". This field helps to better interpret the query. 45 // Language code should be in BCP-47 format, such as "en-US" or "sr-Latn". 52 // If a value isn't specified, jobs are searched for against all 55 // If multiple values are specified, jobs are searched against the 65 // The location filter specifies geo-regions containing the jobs to 69 // If a location value isn't specified, jobs fitting the other search 72 // If multiple values are specified, jobs are retrieved from any of the 80 // The category filter specifies the categories of jobs to search against. 83 // If a value isn't specified, jobs from any category are searched against. [all …]
|
/external/cronet/stable/net/base/ |
D | prioritized_dispatcher.h | 2 // Use of this source code is governed by a BSD-style license that can be 17 // A priority-based dispatcher of jobs. Dispatch order is by priority (highest 19 // jobs. It never revokes a job once started. The job must call OnJobFinished 20 // once it finishes in order to dispatch further jobs. 22 // This class is NOT thread-safe which is enforced by the underlying 23 // non-thread-safe PriorityQueue. All operations are O(p) time for p priority 32 // Describes the limits for the number of jobs started by the dispatcher. 34 // for at most 30 running jobs in total. Jobs at priority 0 can't use slots 36 // If there are already 24 jobs running, then only 6 more jobs can start. No 37 // jobs at priority 1 or below can start. After one more job starts, no jobs [all …]
|
/external/cronet/tot/net/base/ |
D | prioritized_dispatcher.h | 2 // Use of this source code is governed by a BSD-style license that can be 17 // A priority-based dispatcher of jobs. Dispatch order is by priority (highest 19 // jobs. It never revokes a job once started. The job must call OnJobFinished 20 // once it finishes in order to dispatch further jobs. 22 // This class is NOT thread-safe which is enforced by the underlying 23 // non-thread-safe PriorityQueue. All operations are O(p) time for p priority 32 // Describes the limits for the number of jobs started by the dispatcher. 34 // for at most 30 running jobs in total. Jobs at priority 0 can't use slots 36 // If there are already 24 jobs running, then only 6 more jobs can start. No 37 // jobs at priority 1 or below can start. After one more job starts, no jobs [all …]
|
/external/pytorch/.github/scripts/ |
D | rockset_mocks.json.gz |
|
/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/ |
D | jobs.v4.json | 5 "https://www.googleapis.com/auth/cloud-platform": { 8 "https://www.googleapis.com/auth/jobs": { 15 "baseUrl": "https://jobs.googleapis.com/", 18 …ility to create, read, update, and delete job postings, as well as search jobs based on keywords a… 20 "documentationLink": "https://cloud.google.com/talent-solution/job-search/docs/", 23 "x16": "http://www.google.com/images/icons/product/search-16.gif", 24 "x32": "http://www.google.com/images/icons/product/search-32.gif" 26 "id": "jobs:v4", 28 "mtlsRootUrl": "https://jobs.mtls.googleapis.com/", 29 "name": "jobs", [all …]
|
D | jobs.v3.json | 5 "https://www.googleapis.com/auth/cloud-platform": { 8 "https://www.googleapis.com/auth/jobs": { 15 "baseUrl": "https://jobs.googleapis.com/", 18 …ility to create, read, update, and delete job postings, as well as search jobs based on keywords a… 20 "documentationLink": "https://cloud.google.com/talent-solution/job-search/docs/", 23 "x16": "http://www.google.com/images/icons/product/search-16.gif", 24 "x32": "http://www.google.com/images/icons/product/search-32.gif" 26 "id": "jobs:v3", 28 "mtlsRootUrl": "https://jobs.mtls.googleapis.com/", 29 "name": "jobs", [all …]
|
/external/mesa3d/src/panfrost/lib/ |
D | pan_jc.h | 2 * Copyright (C) 2019-2020 Collabora Ltd. 4 * Copyright (C) 2014-2017 Broadcom 38 /* The number of jobs in the chain, essentially */ 41 /* A CPU-side pointer to the previous job for next_job linking */ 44 /* A CPU-side pointer to the first tiler job for dep updates when 50 /* The dependency for tiler jobs (i.e. the index of the last emitted 60 * There are various types of Mali jobs: 62 * - WRITE_VALUE: generic write primitive, used to zero tiler field 63 * - VERTEX: runs a vertex shader 64 * - TILER: runs tiling and sets up a fragment shader [all …]
|
/external/pytorch/torch/csrc/api/include/torch/data/detail/ |
D | data_shuttle.h | 16 /// Encapsulates the full life cycle of DataLoader jobs. 18 /// When a new job is enqueued to the `DataShuttle`, a counter for in-flight 19 /// jobs is bumped. This job is said to be "in-flight" until its result is 20 /// popped. Worker threads dequeue jobs as soon as they are available. When a 22 /// dequeues a result is the count of in-flight jobs decremented. When the main 23 /// thread attempts to dequeue a job but no jobs are in-flight, that means the 45 /// Returns the result of a job, or nullopt if all jobs were exhausted. Called 51 --in_flight_jobs_; 57 /// Discards any jobs that are not yet in flight, and waits for all in-flight 58 /// jobs to finish, discarding their result. [all …]
|