Home
last modified time | relevance | path

Searched +full:job +full:- +full:name (Results 1 – 25 of 1269) sorted by relevance

12345678910>>...51

/external/libcups/examples/
Dipp-1.1.test4 # Copyright © 2007-2017 by Apple Inc.
5 # Copyright © 2001-2006 by Easy Software Products. All rights reserved.
12 # ./ipptool -f filename [-d document-uri=SOMEURI] -t printer-uri ipp-1.1.test
13 # ./ipptool -f filename -d NOPRINT=1 -t printer-uri ipp-1.1.test
20 # HTTP_URI_SCHEME - Matches strings beginning with http:// or https://
21 # IPP_URI_SCHEME - Matches strings beginning with ipp:// or ipps://
26 # Test that a request-id value of 0 is not accepted.
30 NAME "RFC 8011 section 4.1.1: Bad request-id value 0"
31 REQUEST-ID 0
32 OPERATION Get-Printer-Attributes
[all …]
Dset-attrs-hold.test1 # Test print-job and later job-hold-until attribute
3 # The name of the test...
4 NAME "Disable printer..."
10 OPERATION pause-printer
14 ATTR charset attributes-charset utf-8
15 ATTR language attributes-natural-language en
16 ATTR uri printer-uri $uri
17 ATTR name requesting-user-name $user
20 STATUS successful-ok
21 STATUS successful-ok-ignored-or-substituted-attributes
[all …]
Dipp-everywhere.test4 # Copyright © 2007-2018 by Apple Inc.
5 # Copyright © 2001-2006 by Easy Software Products. All rights reserved.
12 # ./ipptool -V 2.0 -tf filename.ext printer-uri ipp-everywhere.test
16 INCLUDE "ipp-2.0.test"
23 NAME "PWG 5100.14 section 5.1/5.2 - Required Operations and Attributes"
24 OPERATION Get-Printer-Attributes
25 GROUP operation-attributes-tag
26 ATTR charset attributes-charset utf-8
27 ATTR naturalLanguage attributes-natural-language en
28 ATTR uri printer-uri $uri
[all …]
Dget-jobs.test1 # Get list of not-completed jobs.
5 # ./ipptool printer-uri get-jobs.test
7 # The name of the test...
8 NAME "Get pending jobs"
11 OPERATION Get-Jobs
14 GROUP operation-attributes-tag
15 ATTR charset attributes-charset utf-8
16 ATTR language attributes-natural-language en
17 ATTR uri printer-uri $uri
18 ATTR keyword requested-attributes
[all …]
/external/libcups/test/
D4.3-job-ops.test2 # Verify that the IPP job operations work.
4 # Copyright © 2007-2019 by Apple Inc.
5 # Copyright © 2001-2006 by Easy Software Products. All rights reserved.
11 # The name of the test...
12 NAME "Print PostScript Job with bad job-sheets value to Test1"
15 OPERATION print-job
20 ATTR charset attributes-charset utf-8
21 ATTR language attributes-natural-language en
22 ATTR uri printer-uri $method://$hostname:$port/printers/Test1
23 ATTR name requesting-user-name $user
[all …]
/external/sdv/vsomeip/third_party/boost/spirit/.github/workflows/
Dci.yml1 name: GitHub Actions CI
7 - master
8 - develop
9 - githubactions*
10 - feature/**
11 - fix/**
12 - pr/**
20 fail-fast: false
23 - name: "STD=14 JOB=test/x3 Job 0"
25 packages: "clang-10 libc++-10-dev libc++abi-10-dev jq ccache"
[all …]
/external/google-cloud-java/java-scheduler/google-cloud-scheduler/src/main/java/com/google/cloud/scheduler/v1beta1/
DCloudSchedulerClient.java8 * https://www.apache.org/licenses/LICENSE-2.0
42 // AUTO-GENERATED DOCUMENTATION AND CLASS.
53 * // - It may require correct/in-range values for request initialization.
54 * // - It may require specifying regional endpoints when creating the service client as shown in
57 * JobName name = JobName.of("[PROJECT]", "[LOCATION]", "[JOB]");
58 * Job response = cloudSchedulerClient.getJob(name);
63 * as threads. In the example above, try-with-resources is used, which automatically calls close().
82 * these names, this class includes a format method for each type of name, and additionally a parse
93 * // - It may require correct/in-range values for request initialization.
94 * // - It may require specifying regional endpoints when creating the service client as shown in
[all …]
/external/google-cloud-java/java-scheduler/google-cloud-scheduler/src/main/java/com/google/cloud/scheduler/v1/
DCloudSchedulerClient.java8 * https://www.apache.org/licenses/LICENSE-2.0
41 // AUTO-GENERATED DOCUMENTATION AND CLASS.
52 * // - It may require correct/in-range values for request initialization.
53 * // - It may require specifying regional endpoints when creating the service client as shown in
56 * JobName name = JobName.of("[PROJECT]", "[LOCATION]", "[JOB]");
57 * Job response = cloudSchedulerClient.getJob(name);
62 * as threads. In the example above, try-with-resources is used, which automatically calls close().
81 * these names, this class includes a format method for each type of name, and additionally a parse
92 * // - It may require correct/in-range values for request initialization.
93 * // - It may require specifying regional endpoints when creating the service client as shown in
[all …]
/external/googleapis/google/cloud/scheduler/v1/
Dcloudscheduler.proto7 // http://www.apache.org/licenses/LICENSE-2.0
23 import "google/cloud/scheduler/v1/job.proto";
38 "https://www.googleapis.com/auth/cloud-platform";
48 // Gets a job.
49 rpc GetJob(GetJobRequest) returns (Job) {
51 get: "/v1/{name=projects/*/locations/*/jobs/*}"
53 option (google.api.method_signature) = "name";
56 // Creates a job.
57 rpc CreateJob(CreateJobRequest) returns (Job) {
60 body: "job"
[all …]
/external/google-cloud-java/java-scheduler/proto-google-cloud-scheduler-v1/src/main/proto/google/cloud/scheduler/v1/
Dcloudscheduler.proto7 // http://www.apache.org/licenses/LICENSE-2.0
23 import "google/cloud/scheduler/v1/job.proto";
38 "https://www.googleapis.com/auth/cloud-platform";
48 // Gets a job.
49 rpc GetJob(GetJobRequest) returns (Job) {
51 get: "/v1/{name=projects/*/locations/*/jobs/*}"
53 option (google.api.method_signature) = "name";
56 // Creates a job.
57 rpc CreateJob(CreateJobRequest) returns (Job) {
60 body: "job"
[all …]
/external/googleapis/google/cloud/scheduler/v1beta1/
Dcloudscheduler.proto7 // http://www.apache.org/licenses/LICENSE-2.0
23 import "google/cloud/scheduler/v1beta1/job.proto";
38 "https://www.googleapis.com/auth/cloud-platform";
48 // Gets a job.
49 rpc GetJob(GetJobRequest) returns (Job) {
51 get: "/v1beta1/{name=projects/*/locations/*/jobs/*}"
53 option (google.api.method_signature) = "name";
56 // Creates a job.
57 rpc CreateJob(CreateJobRequest) returns (Job) {
60 body: "job"
[all …]
/external/google-cloud-java/java-scheduler/proto-google-cloud-scheduler-v1beta1/src/main/proto/google/cloud/scheduler/v1beta1/
Dcloudscheduler.proto7 // http://www.apache.org/licenses/LICENSE-2.0
23 import "google/cloud/scheduler/v1beta1/job.proto";
38 "https://www.googleapis.com/auth/cloud-platform";
48 // Gets a job.
49 rpc GetJob(GetJobRequest) returns (Job) {
51 get: "/v1beta1/{name=projects/*/locations/*/jobs/*}"
53 option (google.api.method_signature) = "name";
56 // Creates a job.
57 rpc CreateJob(CreateJobRequest) returns (Job) {
60 body: "job"
[all …]
/external/mesa3d/bin/ci/
Dci_run_n_monitor.py2 # Copyright © 2020 - 2022 Collabora Ltd.
8 # SPDX-License-Identifier: MIT
12 and show the job(s) logs.
68 job: gitlab.v4.objects.ProjectPipelineJob,
71 ) -> None:
72 """It prints a nice, colored job status with a link to the job."""
73 if job.status in {"canceled", "canceling"}:
76 if new_status and job.status == "created":
79 job_name_field_pad = len(job.name) if job_name_field_pad < 1 else job_name_field_pad
81 duration = job_duration(job)
[all …]
/external/libcups/man/
Dcupsd.conf.54 .\" Copyright © 2007-2021 by Apple Inc.
5 .\" Copyright © 1997-2006 by Easy Software Products.
11 .SH NAME
12 cupsd.conf \- server configuration file for cups
22 Configuration directives typically consist of a name and zero or more values separated by whitespac…
23 The configuration directive name and values are case-insensitive.
25 .SS TOP-LEVEL DIRECTIVES
26 The following top-level directives are understood by
46 Specifies whether to purge job history data automatically when it is no longer required for quotas.
51 Specifies a list of Bonjour sub-types to advertise for each shared printer.
[all …]
/external/libcups/scheduler/
Dipp.c4 * Copyright © 2007-2021 by Apple Inc.
5 * Copyright © 1997-2007 by Easy Software Products, all rights reserved.
19 #include <cups/ppd-private.h>
25 extern int mbr_user_name_to_uuid(const char* name, uuid_t uu);
26 extern int mbr_group_name_to_uuid(const char* name, uuid_t uu);
37 static int add_file(cupsd_client_t *con, cupsd_job_t *job,
41 static void add_job_subscriptions(cupsd_client_t *con, cupsd_job_t *job);
42 static void add_job_uuid(cupsd_job_t *job);
48 cupsd_job_t *job);
59 static int copy_banner(cupsd_client_t *con, cupsd_job_t *job,
[all …]
/external/curl/scripts/
Dcijobs.pl22 # SPDX-License-Identifier: curl
33 my %job = %$jref;
35 printf "\n##### job %u \n", $jobid++;
36 for my $k (sort keys %job) {
37 printf "%s: %s\n", $k, $job{$k} if($job{$k});
44 my @files= `git ls-tree -r --name-only $tag .github/workflows 2>/dev/null`;
48 my $m = -1;
53 undef %job;
54 $job{'file'} = $f;
55 $job{'service'} = "gha";
[all …]
/external/pytorch/.github/scripts/
Dgql_mocks.json.gz ... checkRuns": { 66 "nodes": [ 67 { 68 "name": "Meta Internal-Only Changes Check", 69 "conclusion ...
/external/google-cloud-java/java-scheduler/google-cloud-scheduler/src/test/java/com/google/cloud/scheduler/v1/
DCloudSchedulerClientTest.java8 * https://www.apache.org/licenses/LICENSE-2.0
55 @Generated("by gapic-generator-java")
98 Job responsesElement = Job.newBuilder().build(); in listJobsTest()
110 List<Job> resources = Lists.newArrayList(pagedListResponse.iterateAll()); in listJobsTest()
142 Job responsesElement = Job.newBuilder().build(); in listJobsTest2()
150 String parent = "parent-995424086"; in listJobsTest2()
154 List<Job> resources = Lists.newArrayList(pagedListResponse.iterateAll()); in listJobsTest2()
176 String parent = "parent-995424086"; in listJobsExceptionTest2()
186 Job expectedResponse = in getJobTest()
187 Job.newBuilder() in getJobTest()
[all …]
/external/libcups/cups/
Dutil.c4 * Copyright © 2007-2018 by Apple Inc.
5 * Copyright © 1997-2006 by Easy Software Products.
15 #include "cups-private.h"
16 #include "debug-internal.h"
27 * 'cupsCancelJob()' - Cancel a print job on the default server.
30 * to cancel the current job on the named destination.
38 int /* O - 1 on success, 0 on failure */
39 cupsCancelJob(const char *name, /* I - Name of printer or class */ in cupsCancelJob() argument
40 …int job_id) /* I - Job ID, @code CUPS_JOBID_CURRENT@ for the current job, or @code CUPS_JOB… in cupsCancelJob()
42 return (cupsCancelJob2(CUPS_HTTP_DEFAULT, name, job_id, 0) in cupsCancelJob()
[all …]
/external/tensorflow/tensorflow/compiler/jit/tests/
Dkeras_imagenet_main.pbtxt2 name: "metrics_2/sparse_categorical_accuracy/Const"
4 device: "/job:localhost/replica:0/task:0/device:GPU:0"
27 name: "metrics_2/sparse_categorical_accuracy/ArgMax/dimension"
29 device: "/job:localhost/replica:0/task:0/device:GPU:0"
43 int_val: -1
49 name: "fc1000_biasadd_readvariableop_resource"
51 device: "/job:localhost/replica:0/task:0/device:GPU:0"
86 name: "fc1000_matmul_readvariableop_resource"
88 device: "/job:localhost/replica:0/task:0/device:GPU:0"
126 name: "avg_pool_1/Mean/reduction_indices"
[all …]
/external/google-cloud-java/java-scheduler/proto-google-cloud-scheduler-v1beta1/src/main/java/com/google/cloud/scheduler/v1beta1/
DCreateJobRequestOrBuilder.java8 * https://www.apache.org/licenses/LICENSE-2.0
30 * Required. The location name. For example:
45 * Required. The location name. For example:
61 * Required. The job to add. The user can optionally specify a name for the
62 * job in [name][google.cloud.scheduler.v1beta1.Job.name].
63 * [name][google.cloud.scheduler.v1beta1.Job.name] cannot be the same as an
64 * existing job. If a name is not specified then the system will
65 * generate a random unique name that will be returned
66 * ([name][google.cloud.scheduler.v1beta1.Job.name]) in the response.
69 * <code>.google.cloud.scheduler.v1beta1.Job job = 2 [(.google.api.field_behavior) = REQUIRED];
[all …]
/external/google-cloud-java/java-scheduler/proto-google-cloud-scheduler-v1/src/main/java/com/google/cloud/scheduler/v1/
DCreateJobRequestOrBuilder.java8 * https://www.apache.org/licenses/LICENSE-2.0
30 * Required. The location name. For example:
45 * Required. The location name. For example:
61 * Required. The job to add. The user can optionally specify a name for the
62 * job in [name][google.cloud.scheduler.v1.Job.name].
63 * [name][google.cloud.scheduler.v1.Job.name] cannot be the same as an
64 * existing job. If a name is not specified then the system will
65 * generate a random unique name that will be returned
66 * ([name][google.cloud.scheduler.v1.Job.name]) in the response.
69 * <code>.google.cloud.scheduler.v1.Job job = 2 [(.google.api.field_behavior) = REQUIRED];</code>
[all …]
/external/google-cloud-java/java-dataflow/proto-google-cloud-dataflow-v1beta3/src/main/proto/google/dataflow/v1beta3/
Djobs.proto7 // http://www.apache.org/licenses/LICENSE-2.0
36 // A Job is a multi-stage computation graph run by the Cloud Dataflow service.
40 "https://www.googleapis.com/auth/cloud-platform,"
45 // Creates a Cloud Dataflow job.
47 // To create a job, we recommend using `projects.locations.jobs.create` with a
49 // (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints). Using
50 // `projects.jobs.create` is not recommended, as your job will always start
51 // in `us-central1`.
52 rpc CreateJob(CreateJobRequest) returns (Job) {
55 body: "job"
[all …]
/external/googleapis/google/dataflow/v1beta3/
Djobs.proto7 // http://www.apache.org/licenses/LICENSE-2.0
36 // A Job is a multi-stage computation graph run by the Cloud Dataflow service.
40 "https://www.googleapis.com/auth/cloud-platform,"
45 // Creates a Cloud Dataflow job.
47 // To create a job, we recommend using `projects.locations.jobs.create` with a
49 // (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints). Using
50 // `projects.jobs.create` is not recommended, as your job will always start
51 // in `us-central1`.
52 rpc CreateJob(CreateJobRequest) returns (Job) {
55 body: "job"
[all …]
/external/google-cloud-java/java-scheduler/google-cloud-scheduler/src/test/java/com/google/cloud/scheduler/v1beta1/
DCloudSchedulerClientTest.java8 * https://www.apache.org/licenses/LICENSE-2.0
55 @Generated("by gapic-generator-java")
98 Job responsesElement = Job.newBuilder().build(); in listJobsTest()
110 List<Job> resources = Lists.newArrayList(pagedListResponse.iterateAll()); in listJobsTest()
142 Job responsesElement = Job.newBuilder().build(); in listJobsTest2()
150 String parent = "parent-995424086"; in listJobsTest2()
154 List<Job> resources = Lists.newArrayList(pagedListResponse.iterateAll()); in listJobsTest2()
176 String parent = "parent-995424086"; in listJobsExceptionTest2()
186 Job expectedResponse = in getJobTest()
187 Job.newBuilder() in getJobTest()
[all …]

12345678910>>...51