| /external/perfetto/src/trace_processor/metrics/sql/android/startup/ |
| D | slice_functions.sql | 1 -- 2 -- Copyright 2022 The Android Open Source Project 3 -- 4 -- Licensed under the Apache License, Version 2.0 (the "License"); 5 -- you may not use this file except in compliance with the License. 6 -- You may obtain a copy of the License at 7 -- 8 -- https://www.apache.org/licenses/LICENSE-2.0 9 -- 10 -- Unless required by applicable law or agreed to in writing, software [all …]
|
| D | slow_start_reasons.sql | 1 -- 2 -- Copyright 2022 The Android Open Source Project 3 -- 4 -- Licensed under the Apache License, Version 2.0 (the "License"); 5 -- you may not use this file except in compliance with the License. 6 -- You may obtain a copy of the License at 7 -- 8 -- https://www.apache.org/licenses/LICENSE-2.0 9 -- 10 -- Unless required by applicable law or agreed to in writing, software [all …]
|
| /external/toolchain-utils/llvm_tools/ |
| D | auto_llvm_bisection.py | 3 # Use of this source code is governed by a BSD-style license that can be 21 # Used to re-try for 'llvm_bisection.py' to attempt to launch more tryjobs. 24 # Wait time to then poll each tryjob whose 'status' value is 'pending'. 27 # The number of attempts for 'llvm_bisection.py' to launch more tryjobs. 34 # The limit for updating all tryjobs whose 'status' is 'pending'. 64 # Calls 'cros buildresult' to get the status of the tryjob. 70 "--buildbucket-id", 72 "--report", 77 encoding="utf-8", 86 build_result = str(tryjob_content["%d" % buildbucket_id]["status"]) [all …]
|
| D | llvm_bisection.py | 3 # Use of this source code is governed by a BSD-style license that can be 38 # Create parser and add optional command-line arguments. 46 "--parallel", 55 "--start_rev", 63 "--end_rev", 72 "--last_tested", 79 "--src_path", 88 "--extra_change_lists", 97 "--options", 105 "--builder", required=True, help="builder to use for the tryjob testing" [all …]
|
| /external/tensorflow/tensorflow/core/kernels/ |
| D | gpu_prim_helpers.h | 7 http://www.apache.org/licenses/LICENSE-2.0 25 #include "tensorflow/core/lib/core/status.h" 41 Status RangeInit(const Eigen::GpuDevice& d, const T start, const T delta, in RangeInit() 54 Status GpuRadixSortImpl(OpKernelContext* context, int size, const Tkey* keys_in, 62 se::Stream* stream = context->op_device_context()->stream(); 68 if (!stream->ThenMemcpy(&dst, src, num_bytes).ok()) { 77 if (!stream->ThenMemcpy(&dst, src, num_bytes).ok()) { 83 context->eigen_device<Eigen::GpuDevice>(); 92 TF_RETURN_IF_ERROR(context->allocate_temp( 96 const Eigen::GpuDevice& device = context->eigen_device<Eigen::GpuDevice>(); [all …]
|
| D | diag_op_gpu.cu.cc | 7 http://www.apache.org/licenses/LICENSE-2.0 46 EIGEN_ALWAYS_INLINE Status operator()(OpKernelContext* context, in operator ()() 48 // Empty tensor couldn't launch the kernel. in operator ()() 50 return Status::OK(); in operator ()() 61 // Launch the GPU kernel. in operator ()() 62 const GPUDevice& device = context->eigen_device<GPUDevice>(); in operator ()() 69 return Status::OK(); in operator ()() 92 EIGEN_ALWAYS_INLINE Status operator()(OpKernelContext* context, in operator ()() 94 // Empty tensor couldn't launch the kernel. in operator ()() 96 return Status::OK(); in operator ()() [all …]
|
| /external/tensorflow/tensorflow/compiler/jit/ |
| D | encapsulate_xla_computations_pass.cc | 7 http://www.apache.org/licenses/LICENSE-2.0 48 for (Node* n : graph->nodes()) { in IsCpuGpuCompile() 51 if (!TryGetNodeAttr(n->attrs(), kXlaClusterIdAttr, &name)) continue; in IsCpuGpuCompile() 54 if (DeviceNameUtils::ParseFullName(n->requested_device(), &parsed)) { in IsCpuGpuCompile() 74 Status GetIndexAttr(const Node& n, int num_args, int* index) { in GetIndexAttr() 85 return edge->dst()->input_type(edge->dst_input()); in EdgeType() 91 if (edge->IsControlEdge()) { in AddControlInputs() 92 deps->insert(edge->src()); in AddControlInputs() 100 if (edge->IsControlEdge()) { in AddControlOutputs() 101 deps->insert(edge->dst()); in AddControlOutputs() [all …]
|
| D | encapsulate_xla_computations_pass_test.cc | 7 http://www.apache.org/licenses/LICENSE-2.0 40 TF_EXPECT_OK(scope.graph()->AddFunctionLibrary(flib_def.ToProto())); in MakeOuterGraph() 52 .Input(a.node()->name(), 0, DT_INT32) in MakeOuterGraph() 53 .Input(b.node()->name(), 0, DT_FLOAT) in MakeOuterGraph() 54 .Input(c.node()->name(), 0, DT_INT32) in MakeOuterGraph() 55 .Input(d.node()->name(), 0, DT_FLOAT) in MakeOuterGraph() 56 .Input(u.node()->name(), 0, DT_RESOURCE) in MakeOuterGraph() 57 .Input(v.node()->name(), 0, DT_RESOURCE) in MakeOuterGraph() 58 .Input(w.node()->name(), 0, DT_RESOURCE) in MakeOuterGraph() 64 Status status; in MakeOuterGraph() local [all …]
|
| /external/cronet/components/metrics/content/ |
| D | content_stability_metrics_provider_unittest.cc | 2 // Use of this source code is governed by a BSD-style license that can be 58 metrics::StabilityMetricsHelper::RegisterPrefs(prefs()->registry()); in ContentStabilityMetricsProviderTest() 84 abnormal_termination_info.status = in TEST_F() 123 crash_details.status = base::TERMINATION_STATUS_PROCESS_CRASHED; in TEST_F() 129 term_details.status = base::TERMINATION_STATUS_ABNORMAL_TERMINATION; in TEST_F() 136 kill_details.status = base::TERMINATION_STATUS_PROCESS_WAS_KILLED; in TEST_F() 141 // Failed launch increments failed launch count. in TEST_F() 143 failed_launch_details.status = base::TERMINATION_STATUS_LAUNCH_FAILED; in TEST_F() 194 extensions_helper->set_extension_host(extension_host); in TEST_F() 202 crash_details.status = base::TERMINATION_STATUS_PROCESS_CRASHED; in TEST_F() [all …]
|
| /external/aws-sdk-java-v2/services/mgn/src/main/resources/codegen-resources/ |
| D | service-2.json | 4 "apiVersion":"2020-02-26", 7 "protocol":"rest-json", 13 "uid":"mgn-2020-02-26" 150 "documentation":"<p>Creates a new Launch Configuration Template.</p>" 249 "documentation":"<p>Deletes a single Launch Configuration Template by ID.</p>", 347 …o limit which jobs are returned. The response is sorted by creationDataTime - latest date first. J… 363 …"documentation":"<p>Lists all Launch Configuration Templates, filtered by Launch Configuration Tem… 837 …es a Cutover Instance for specific Source Servers. This command starts a LAUNCH job whose initiate… 905 …nches a Test Instance for specific Source Servers. This command starts a LAUNCH job whose initiate… 1076 "documentation":"<p>Updates an existing Launch Configuration Template by ID.</p>" [all …]
|
| /external/aws-sdk-java-v2/services/launchwizard/src/main/resources/codegen-resources/ |
| D | service-2.json | 4 "apiVersion":"2018-05-10", 7 "protocol":"rest-json", 8 "serviceFullName":"AWS Launch Wizard", 9 "serviceId":"Launch Wizard", 12 "uid":"launch-wizard-2018-05-10" 30 …workload. Deployments created by this operation are not available in the Launch Wizard console to … 172 … href=\"https://docs.aws.amazon.com/launchwizard/latest/APIReference/launch-wizard-specifications.… 202 "status":{ object 204 "documentation":"<p>The status of the deployment.</p>" 208 "documentation":"<p>The reason for the deployment status.</p>" [all …]
|
| /external/OpenCL-CTS/test_conformance/pipes/ |
| D | test_pipe_readwrite_errors.cpp | 8 // http://www.apache.org/licenses/LICENSE-2.0 27 …d test_pipe_write_error(__global int *src, __write_only pipe int out_pipe, __global int *status)\n" 41 " *status = -1;\n" 45 …void test_pipe_read_error(__read_only pipe int in_pipe, __global int *dst, __global int *status)\n" 59 " *status = -1;\n" 77 cl_int status = 0; in test_pipe_readwrite_errors() local 102 test_error_ret(err, " clCreateBuffer failed", -1); in test_pipe_readwrite_errors() 108 test_error_ret(err, " clCreateBuffer failed", -1); in test_pipe_readwrite_errors() 110 buffers[2] = clCreateBuffer(context, CL_MEM_COPY_HOST_PTR, sizeof(int), &status, &err); in test_pipe_readwrite_errors() 111 test_error_ret(err, " clCreateBuffer failed", -1); in test_pipe_readwrite_errors() [all …]
|
| /external/aws-sdk-java-v2/services/evidently/src/main/resources/codegen-resources/ |
| D | service-2.json | 4 "apiVersion":"2021-02-01", 7 "protocol":"rest-json", 12 "uid":"evidently-2021-02-01" 30 …launch of the feature, the user might be assigned to a variation in the launch. The chance of this… 68 …"documentation":"<p>Creates an Evidently <i>feature</i> that you want to launch or test. You can d… 86 …launch</i> of a given feature. Before you create a launch, you must create the feature to use for … 120 …launch allows you to define different traffic splits for the different audience segments.</p> <p>F… 165 "requestUri":"/projects/{project}/launches/{launch}", 177 …umentation":"<p>Deletes an Evidently launch. The feature used for the launch is not deleted.</p> <… 215 …ent. You can't delete a segment that is being used in a launch or experiment, even if that launch … [all …]
|
| /external/googleapis/google/dataflow/v1beta3/ |
| D | templates.proto | 7 // http://www.apache.org/licenses/LICENSE-2.0 23 import "google/rpc/status.proto"; 37 "https://www.googleapis.com/auth/cloud-platform," 54 // Launch a template. 57 post: "/v1b3/projects/{project_id}/locations/{location}/templates:launch" 60 post: "/v1b3/projects/{project_id}/templates:launch" 81 "https://www.googleapis.com/auth/cloud-platform," 86 // Launch a job with a FlexTemplate. 89 post: "/v1b3/projects/{project_id}/locations/{location}/flexTemplates:launch" 95 // Response to the request to launch a job from Flex Template. [all …]
|
| /external/google-cloud-java/java-dataflow/proto-google-cloud-dataflow-v1beta3/src/main/proto/google/dataflow/v1beta3/ |
| D | templates.proto | 7 // http://www.apache.org/licenses/LICENSE-2.0 23 import "google/rpc/status.proto"; 37 "https://www.googleapis.com/auth/cloud-platform," 54 // Launch a template. 57 post: "/v1b3/projects/{project_id}/locations/{location}/templates:launch" 60 post: "/v1b3/projects/{project_id}/templates:launch" 81 "https://www.googleapis.com/auth/cloud-platform," 86 // Launch a job with a FlexTemplate. 89 post: "/v1b3/projects/{project_id}/locations/{location}/flexTemplates:launch" 95 // Response to the request to launch a job from Flex Template. [all …]
|
| /external/aws-sdk-java-v2/services/drs/src/main/resources/codegen-resources/ |
| D | service-2.json | 4 "apiVersion":"2020-02-26", 7 "protocol":"rest-json", 13 "uid":"drs-2020-02-26" 34 …ssociate a Source Network to an existing CloudFormation Stack and modify launch templates to use t… 73 "documentation":"<p>Creates a new Launch Configuration Template.</p>" 149 "documentation":"<p>Deletes a resource launch action.</p>" 167 "documentation":"<p>Deletes a single Launch Configuration Template by ID.</p>", 276 …o limit which jobs are returned. The response is sorted by creationDataTime - latest date first. J… 294 …"documentation":"<p>Lists all Launch Configuration Templates, filtered by Launch Configuration Tem… 541 "documentation":"<p>Lists resource launch actions.</p>" [all …]
|
| /external/pigweed/pw_grpc/ |
| D | integration_test.go | 7 // https://www.apache.org/licenses/LICENSE-2.0 34 "google.golang.org/grpc/status" 43 t.Errorf("Failed to launch %v", err) 59 if msg != "quiet" || status.Convert(err).Code() != codes.Canceled { 78 t.Errorf("Failed to launch %v", err) 104 if msg != "quiet" || status.Convert(err).Code() != codes.Canceled { 115 <-done 124 t.Errorf("Failed to launch %v", err) 159 t.Errorf("Failed to launch %v", err) 185 if msg != "quiet" || status.Convert(err).Code() != codes.Canceled { [all …]
|
| /external/aws-sdk-java-v2/services/ec2/src/main/resources/codegen-resources/ |
| D | examples-1.json | 10 "AllocationId": "eipalloc-64d5890a", 21 "id": "ec2-allocate-address-1", 22 "title": "To allocate an Elastic IP address for EC2-VPC" 35 …scription": "This example allocates an Elastic IP address to use with an instance in EC2-Classic.", 36 "id": "ec2-allocate-address-2", 37 "title": "To allocate an Elastic IP address for EC2-Classic" 43 "NetworkInterfaceId": "eni-e5aa89a3", 55 "id": "ec2-assign-private-ip-addresses-1", 60 "NetworkInterfaceId": "eni-e5aa89a3", 70 "id": "ec2-assign-private-ip-addresses-2", [all …]
|
| /external/perfetto/src/trace_processor/metrics/sql/android/ |
| D | android_startup.sql | 1 -- 2 -- Copyright 2019 The Android Open Source Project 3 -- 4 -- Licensed under the Apache License, Version 2.0 (the "License"); 5 -- you may not use this file except in compliance with the License. 6 -- You may obtain a copy of the License at 7 -- 8 -- https://www.apache.org/licenses/LICENSE-2.0 9 -- 10 -- Unless required by applicable law or agreed to in writing, software [all …]
|
| /external/aws-sdk-java-v2/services/nimble/src/main/resources/codegen-resources/ |
| D | service-2.json | 4 "apiVersion":"2020-08-01", 7 "protocol":"rest-json", 12 "uid":"nimble-2020-08-01" 19 "requestUri":"/2020-08-01/studios/{studioId}/eula-acceptances", 39 "requestUri":"/2020-08-01/studios/{studioId}/launch-profiles", 53 "documentation":"<p>Create a launch profile.</p>" 59 "requestUri":"/2020-08-01/studios/{studioId}/streaming-images", 79 "requestUri":"/2020-08-01/studios/{studioId}/streaming-sessions", 99 "requestUri":"/2020-08-01/studios/{studioId}/streaming-sessions/{sessionId}/streams", 120 "requestUri":"/2020-08-01/studios", [all …]
|
| /external/sandboxed-api/sandboxed_api/sandbox2/ |
| D | sandbox2.cc | 7 // https://www.apache.org/licenses/LICENSE-2.0 25 #include "absl/status/status.h" 26 #include "absl/status/statusor.h" 65 return monitor_->AwaitResultWithTimeout(timeout); in AwaitResultWithTimeout() 74 Launch(); in RunAsync() 77 if (monitor_->IsDone() && in RunAsync() 78 monitor_->result().final_status() == Result::SETUP_ERROR) { in RunAsync() 86 monitor_->Kill(); in Kill() 91 monitor_->DumpStackTrace(); in DumpStackTrace() 96 return monitor_->IsDone(); in IsTerminated() [all …]
|
| /external/google-breakpad/src/common/mac/ |
| D | launch_reporter.cc | 43 // Launch the reporter in LaunchReporter() 46 if (pid == -1) { in LaunchReporter() 58 "Failed to launch reporter process from path %s\n", in LaunchReporter() 60 unlink(config_file_path); // launch failed - get rid of config file in LaunchReporter() 70 while (timeout_count-- > 0) { in LaunchReporter() 71 int status; in LaunchReporter() local 72 pid_t result = waitpid(pid, &status, WNOHANG); in LaunchReporter() 77 } else if (result == -1) { in LaunchReporter()
|
| /external/rust/crates/grpcio-sys/grpc/third_party/upb/upbc/ |
| D | protoc-gen-upbdev.cc | 1 // Copyright (c) 2009-2022, Google LLC 37 upb_Status status; in main() local 38 upb_Status_Clear(&status); in main() 55 // Wrap the request inside a upbc_CodeGeneratorRequest and JSON-encode it. in main() 57 upbdev_ProcessInput(input.data(), input.size(), a, &status); in main() 58 if (!upb_Status_IsOk(&status)) { in main() 59 std::cerr << status.msg << std::endl; in main() 60 return -1; in main() 63 // Launch the subprocess. in main() 72 // Dump the JSON request to stderr if we can't launch the next plugin. in main() [all …]
|
| /external/tensorflow/tensorflow/core/tfrt/utils/ |
| D | tfrt_graph_execution_state_test.cc | 7 http://www.apache.org/licenses/LICENSE-2.0 99 Status LessThanTenCond(const Scope& scope, const std::vector<Output>& inputs, in LessThanTenCond() 102 return scope.status(); in LessThanTenCond() 105 Status AddOneBody(const Scope& scope, const std::vector<Output>& inputs, in AddOneBody() 107 outputs->push_back(ops::AddN(scope, {inputs[0], 1})); in AddOneBody() 108 return scope.status(); in AddOneBody() 299 const auto status = EliminateRefVariablesFromV1ControlFlow(graphdef); in TEST_F() local 300 EXPECT_FALSE(status.ok()); in TEST_F() 301 EXPECT_THAT(status.error_message(), in TEST_F() 350 TF_ASSERT_OK(scope.graph()->AddFunctionLibrary(fdef_lib)); in TEST_F() [all …]
|
| /external/openscreen/cast/protocol/castv2/ |
| D | README.md | 10 managing OFFER/ANSWER exchanges, getting status and capability information from 15 [JsonSchema](https://json-schema.org/) for the validation of control messaging 19 control messages, such as `LAUNCH` and `GET_APP_AVAILABILITY`. 28 which must be downloaded using the `tools/download-yajsv.py` script. 30 For example, if we modify the launch.json to not have a language field: 33 -> % ./validate_examples.sh … 43 /usr/local/src/openscreen/cast/protocol/castv2/receiver_examples/launch.json: fail: (root): Must va… 44 /usr/local/src/openscreen/cast/protocol/castv2/receiver_examples/launch.json: fail: (root): languag… 45 /usr/local/src/openscreen/cast/protocol/castv2/receiver_examples/launch.json: fail: (root): Must va… 47 /usr/local/src/openscreen/cast/protocol/castv2/receiver_examples/launch.json: fail: (root): Must va… [all …]
|