Home
last modified time | relevance | path

Searched +full:d3 +full:- +full:path (Results 1 – 25 of 190) sorted by relevance

12345678

/external/perfetto/infra/perfetto.dev/
Dpnpm-lock.yaml25 fs-extra:
34 node-watch:
43 /@braintree/sanitize-url@6.0.4:
44 …resolution: {integrity: sha512-s3jaWicZd0pkP0jf5ysyHUI/RE7MHos6qlToFcGWXVp+ykHOy77OUMrfbgJ9it2C5bo…
48 …resolution: {integrity: sha512-j+gKExEuLmKwvz3OgROXtrJ2UG2x8Ch2YZUxahh+s1F2HZ+wAceUNLkvy6zKCPVRkU+…
52 …resolution: {integrity: sha512-AZkcAA5vnN/v4PDqKyMR5lx7hZttPDgClv83E//FMNhR2TMcLUhfRUBHCmSl0oi9zMg…
56 …resolution: {integrity: sha512-YyFaikqM5sH0ziFZCN3xDC7zeGaB/d0IUb9CATugHWbd1FRFwWwt4ld4OYMPWu5a3Xe…
60 …resolution: {integrity: sha512-j9ednRT81vYJ9OfVuXG6ERSTdEL1xVsNgqpkxMsbIabzSo3goCjDIveeGv5d03om39M…
64 …resolution: {integrity: sha512-lljVXpqXebpsijW71PZaCYeIcE5on1w5DlQy5WH6GLbFryLUrBD4932W/E2BSpfRJWs…
71 …resolution: {integrity: sha512-Ddb+kVXlXst9d+R9PfTIxh1EdNkgoRe5tOX6t01f1lYWOvJnSPDBlG241QLzcyPdoNT…
[all …]
/external/tensorflow/tensorflow/lite/tools/
Dvisualize.py8 # http://www.apache.org/licenses/LICENSE-2.0
29 # pylint: disable=g-import-not-at-top
30 if not os.path.splitext(__file__)[0].endswith(
31 os.path.join("tflite_runtime", "visualize")):
43 body {font-family: sans-serif; background-color: #fa0;}
44 table {background-color: #eca;}
45 th {background-color: black; color: white;}
47 background-color: ffaa00;
55 border-style: solid;
56 border-color: black;
[all …]
/external/eigen/bench/perf_monitoring/resources/
Ds2.js1d3&&(d3=require("d3")),a.dispatch=d3.dispatch("render_start","render_end"),Function.prototype.bind…
/external/aws-sdk-java-v2/test/codegen-generated-classes-test/src/test/resources/rules/test-cases/
Dparse-url.json2 "service": "parse-url",
8 "Endpoint": "https://authority.com/custom-path"
11 "url": "https://https-authority.com.example.com/path-is/custom-path"
15 "documentation": "empty path no slash",
20 "url": "https://https-authority.com-nopath.example.com"
24 "documentation": "empty path with slash",
29 "url": "https://https-authority.com-nopath.example.com"
38 "url": "https://authority.com:8000/uri-with-port"
47 "url": "http://authority.com:8000/uri-with-port"
65 "url": "https://http-99_ab.com-nopath.example.com"
[all …]
/external/perfetto/ui/
Dpnpm-lock.yaml23 '@codemirror/theme-one-dark':
38 '@types/color-convert':
59 '@types/w3c-web-usb':
68 color-convert:
74 devtools-protocol:
89 jsbn-rsa:
95 noice-json-rpc:
104 protobufjs-cli:
119 vega-lite:
124 '@rollup/plugin-commonjs':
[all …]
/external/bcc/tools/
Ddirtop_example.txt6 # ./dirtop.py -d '/hdfs/uuid/*/yarn'
7 Tracing... Output every 1 secs. Hit Ctrl-C to end
11 READS WRITES R_Kb W_Kb PATH
12 1030 2852 8 147341 /hdfs/uuid/c11da291-28de-4a77-873e-44bb452d238b/yarn
13 3308 2459 10980 24893 /hdfs/uuid/bf829d08-1455-45b8-81fa-05c3303e8c45/yarn
14 2227 7165 6484 11157 /hdfs/uuid/76dc0b77-e2fd-4476-818f-2b5c3c452396/yarn
15 1985 9576 6431 6616 /hdfs/uuid/99c178d5-a209-4af2-8467-7382c7f03c1b/yarn
16 1986 398 6474 6486 /hdfs/uuid/7d512fe7-b20d-464c-a75a-dbf8b687ee1c/yarn
17 764 3685 5 7069 /hdfs/uuid/250b21c8-1714-45fe-8c08-d45d0271c6bd/yarn
18 432 1603 259 6402 /hdfs/uuid/4a833770-767e-43b3-b696-dc98901bce26/yarn
[all …]
/external/sdv/vsomeip/third_party/boost/filesystem/test/
Doperations_test.cpp1 // Boost operations_test.cpp ---------------------------------------------------------//
69 inline void setenv_(const char* name, const fs::path::value_type* val, int) in setenv_()
102 // file stream I/O, use path::string() to get a narrow character c_str()
121 fs::path dir;
122 fs::path d1;
123 fs::path d2;
124 fs::path f0;
125 fs::path f1;
126 fs::path d1f1;
130 fs::path ng(" no-way, Jose");
[all …]
/external/freetype/src/base/
Dftstroke.c5 * FreeType path stroker (body).
7 * Copyright (C) 2002-2023 by
71 #define FT_IS_SMALL( x ) ( (x) > -FT_EPSILON && (x) < FT_EPSILON )
77 return x >= 0 ? x : -x; in ft_pos_abs()
113 d1.x = base[1].x - base[2].x; in ft_conic_is_small_enough()
114 d1.y = base[1].y - base[2].y; in ft_conic_is_small_enough()
115 d2.x = base[0].x - base[1].x; in ft_conic_is_small_enough()
116 d2.y = base[0].y - base[1].y; in ft_conic_is_small_enough()
203 FT_Vector d1, d2, d3; in ft_cubic_is_small_enough() local
208 d1.x = base[2].x - base[3].x; in ft_cubic_is_small_enough()
[all …]
/external/cronet/net/data/fuzzer_data/cookies/
Db6b88352b38b73b8251b9ee3a49e87013678c2a81 D3=; expires=Thu, 26-Sep-2019 14:14:50 GMT; domain=.serving-sys.com; path=/
/external/ruy/ruy/
Dkernel_arm32.cc7 http://www.apache.org/licenses/LICENSE-2.0
77 // Float kernel for ARM32 out-of-order cores.
79 // use 16 128-bit NEON registers. This is a "first pass" kernel and not
80 // tuned. It is meant to run on out-of-order CPUs like the Krait 400 or A9.
87 // In ARM32 NEON, there are 16 128-bit "q" registers. These registers are in KernelFloat32Neon()
88 // each composed of two 64-bit "d" registers. The asm kernel below has the in KernelFloat32Neon()
90 // Registers q3 -- q10 are accumulators. During accumulation, in KernelFloat32Neon()
91 // q0 -- q2 (d0 -- d5) are used to load data from LHS and RHS. q0 and q1 in KernelFloat32Neon()
97 // /--------------------------| in KernelFloat32Neon()
99 // \--------------------------/ in KernelFloat32Neon()
[all …]
/external/grpc-grpc-java/api/src/main/java/io/grpc/
DGrpc.java8 * http://www.apache.org/licenses/LICENSE-2.0
38 @ExperimentalApi("https://github.com/grpc/grpc-java/issues/1710")
46 @ExperimentalApi("https://github.com/grpc/grpc-java/issues/1710")
54 @ExperimentalApi("https://github.com/grpc/grpc-java/issues/1710")
63 @ExperimentalApi("https://github.com/grpc/grpc-java/issues/4972")
70 * valid {@link NameResolver}-compliant URI, or an authority string.
72 * <p>A {@code NameResolver}-compliant URI is an absolute hierarchical URI as defined by {@link
77 * <li>{@code "dns:///%5B2001:db8:85a3:8d3:1319:8a2e:370:7348%5D:443"}</li>
83 * <p>An authority string will be converted to a {@code NameResolver}-compliant URI, which has
85 * no authority, and the original authority string as its path after properly escaped.
[all …]
/external/rust/crates/ring/crypto/chacha/asm/
Dchacha-x86_64.pl23 # Add AVX512F code path.
29 # P4 9.48/+99% -/22.7(ii) -
35 # Skylake[-X] 5.87/+39% 4.70/- 2.31 1.19[0.57]
37 # Knights L 11.7/- - 9.60(iii) 0.80
38 # Goldmont 10.6/+17% 5.10/- 3.28
39 # Sledgehammer 7.28/+52% -/14.2(ii) -
41 # Ryzen 5.96/+50% 5.19/- 2.40 2.09
53 # (iv) Bulldozer actually executes 4xXOP code path that delivers 2.20;
64 ( $xlate="${dir}x86_64-xlate.pl" and -f $xlate ) or
65 ( $xlate="${dir}../../perlasm/x86_64-xlate.pl" and -f $xlate) or
[all …]
/external/llvm/lib/Target/AArch64/
DAArch64CallingConvention.td1 //=- AArch64CallingConv.td - Calling Conventions for AArch64 -*- tablegen -*-=//
8 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
14 /// CCIfAlign - Match of the original alignment of the arg
17 /// CCIfBigEndian - Match only if we're in big endian mode.
21 //===----------------------------------------------------------------------===//
23 //===----------------------------------------------------------------------===//
29 // Big endian vectors must be passed as if they were 1-element vectors so that
40 // slot is 64-bit.
71 CCIfType<[f64], CCAssignToRegWithShadow<[D0, D1, D2, D3, D4, D5, D6, D7],
[all …]
/external/tensorflow/tensorflow/lite/toco/logging/testdata/
Dgenerated.html4 <meta charset="UTF-8">
6 <!-- If IE use the latest rendering engine -->
7 <meta http-equiv="X-UA-Compatible" content="IE=edge">
9 <!-- Set the page to the width of the device and set the zoon level -->
10 <meta name="viewport" content="width = device-width, initial-scale = 1">
16 background-color:#2E2D88;
20 .tab-content {
21 border-left: 1px solid #ddd;
22 border-right: 1px solid #ddd;
23 border-bottom: 1px solid #ddd;
[all …]
/external/cronet/third_party/boringssl/src/crypto/chacha/asm/
Dchacha-x86_64.pl23 # Add AVX512F code path.
29 # P4 9.48/+99% -/22.7(ii) -
35 # Skylake[-X] 5.87/+39% 4.70/- 2.31 1.19[0.57]
37 # Knights L 11.7/- - 9.60(iii) 0.80
38 # Goldmont 10.6/+17% 5.10/- 3.28
39 # Sledgehammer 7.28/+52% -/14.2(ii) -
41 # Ryzen 5.96/+50% 5.19/- 2.40 2.09
53 # (iv) Bulldozer actually executes 4xXOP code path that delivers 2.20;
64 ( $xlate="${dir}x86_64-xlate.pl" and -f $xlate ) or
65 ( $xlate="${dir}../../perlasm/x86_64-xlate.pl" and -f $xlate) or
[all …]
/external/boringssl/src/crypto/chacha/asm/
Dchacha-x86_64.pl23 # Add AVX512F code path.
29 # P4 9.48/+99% -/22.7(ii) -
35 # Skylake[-X] 5.87/+39% 4.70/- 2.31 1.19[0.57]
37 # Knights L 11.7/- - 9.60(iii) 0.80
38 # Goldmont 10.6/+17% 5.10/- 3.28
39 # Sledgehammer 7.28/+52% -/14.2(ii) -
41 # Ryzen 5.96/+50% 5.19/- 2.40 2.09
53 # (iv) Bulldozer actually executes 4xXOP code path that delivers 2.20;
64 ( $xlate="${dir}x86_64-xlate.pl" and -f $xlate ) or
65 ( $xlate="${dir}../../perlasm/x86_64-xlate.pl" and -f $xlate) or
[all …]
/external/renderscript-intrinsics-replacement-toolkit/renderscript-toolkit/src/main/cpp/
DBlur_neon.S8 * http://www.apache.org/licenses/LICENSE-2.0
19 #define END(f) .fnend; .size f, .-f;
27 * intermediate storage is 16-bit, and we started with 8 bit data (the integer
65 * contain a pre-calculated pointer into one of the two loops.
68 * r1 -- src
69 * r2 -- pitch
70 * r5 -- r
71 * r6 -- rup (r, unless clipped to top of source image)
72 * r7 -- rdn (r, unless clipped to bottom of source image)
73 * r12 -- switch index
[all …]
/external/chromium-trace/catapult/tracing/
Dtracing_project.py2 # Use of this source code is governed by a BSD-style license that can be
10 def _AddToPathIfNeeded(path): argument
11 if path not in sys.path:
12 sys.path.insert(0, path)
16 for path in GetDependencyPaths():
17 _AddToPathIfNeeded(path)
29 os.path.join(p.catapult_third_party_path, 'WebOb'),
30 os.path.join(p.catapult_third_party_path, 'Paste'),
31 os.path.join(p.catapult_third_party_path, 'six'),
32 os.path.join(p.catapult_third_party_path, 'webapp2'),
[all …]
/external/clang/test/Modules/
Dcxx-irgen.cpp1 // RUN: rm -rf %t
2-fmodules -fimplicit-module-maps -x objective-c++ -std=c++11 -fmodules-cache-path=%t -I %S/Inputs
3-fmodules -fimplicit-module-maps -x objective-c++ -std=c++11 -fmodules-cache-path=%t -I %S/Inputs
15 …// CHECK-DAG: define linkonce_odr [[CC:([0-9_a-z]*cc[ ]+)?]]void @_ZN17EmitInlineMethods1C1fEPNS_1…
16 // CHECK-DAG: declare [[CC]]void @_ZN17EmitInlineMethods1A1gEv(
18 __attribute__((used)) void f(A *p) { p->g(); } in f()
22 // CHECK-DAG: define linkonce_odr [[CC]]void @_ZN17EmitInlineMethods1D1fEPNS_1BE(
23 // CHECK-DAG: define linkonce_odr [[CC]]void @_ZN17EmitInlineMethods1B1gEv(
25 __attribute__((used)) void f(B *p) { p->g(); } in f()
29 // CHECK-DAG: define available_externally hidden {{.*}}{{signext i32|i32}} @_ZN1SIiE1gEv({{.*}} #[[…
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64CallingConvention.td1 //=- AArch64CallingConv.td - Calling Conventions for AArch64 -*- tablegen -*-=//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
13 /// CCIfAlign - Match of the original alignment of the arg
16 /// CCIfBigEndian - Match only if we're in big endian mode.
24 //===----------------------------------------------------------------------===//
26 //===----------------------------------------------------------------------===//
34 // Big endian vectors must be passed as if they were 1-element vectors so that
45 // - X0 for non-instance methods.
[all …]
/external/openthread/third_party/mbedtls/repo/include/mbedtls/
Dbn_mul.h4 * \brief Multi-precision integer library
8 * SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
16 * . IA-32 (386+) . AMD64 / EM64T
17 * . IA-32 (SSE2) . Motorola 68000
18 * . PowerPC, 32-bit . MicroBlaze
19 * . PowerPC, 64-bit . TriCore
55 #else /* 64-bits */
75 /* *INDENT-OFF* */
82 /* armcc5 --gnu defines __GNUC__ but doesn't support GNU's extended asm */
94 * instead of using a fixed register, was implemented on x86/x86-64
[all …]
/external/mbedtls/library/
Dbn_mul.h4 * \brief Multi-precision integer library
8 * SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
16 * . IA-32 (386+) . AMD64 / EM64T
17 * . IA-32 (SSE2) . Motorola 68000
18 * . PowerPC, 32-bit . MicroBlaze
19 * . PowerPC, 64-bit . TriCore
51 #else /* 64-bits */
71 /* *INDENT-OFF* */
74 /* armcc5 --gnu defines __GNUC__ but doesn't support GNU's extended asm */
86 * instead of using a fixed register, was implemented on x86/x86-64
[all …]
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/
DAArch64CallingConvention.td1 //=- AArch64CallingConv.td - Calling Conventions for AArch64 -*- tablegen -*-=//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
13 /// CCIfBigEndian - Match only if we're in big endian mode.
21 //===----------------------------------------------------------------------===//
23 //===----------------------------------------------------------------------===//
31 // Big endian vectors must be passed as if they were 1-element vectors so that
42 // - X0 for non-instance methods.
43 // - X1 for instance methods.
[all …]
/external/python/cpython3/Lib/test/
Dtest_userdict.py1 # Check every path through every method of UserDict
10 d3 = {"one": 1, "two": 3, "three": 5} variable
36 self.assertEqual(collections.UserDict([('one',1), ('two',2)], two=3, three=5), d3)
90 # SF bug #476616 -- copy() of UserDict subclass shared data
/external/llvm/test/CodeGen/ARM/
Dfold-stack-adjust.ll1 ; Disable shrink-wrapping on the first test otherwise we wouldn't
2 ; exerce the path for PR18136.
3 ; RUN: llc -mtriple=thumbv7-apple-none-macho < %s -enable-shrink-wrap=false | FileCheck %s
4 ; RUN: llc -mtriple=thumbv6m-apple-none-macho -disable-fp-elim < %s | FileCheck %s --check-prefix=C…
5 ; RUN: llc -mtriple=thumbv7-apple-darwin-ios -disable-fp-elim < %s | FileCheck %s --check-prefix=CH…
6 ; RUN: llc -mtriple=thumbv7--linux-gnueabi -disable-fp-elim < %s | FileCheck %s --check-prefix=CHEC…
16 ; CHECK-LABEL: check_simple:
18 ; CHECK-NOT: sub sp, sp,
20 ; CHECK-NOT: add sp, sp,
23 ; CHECK-T1-LABEL: check_simple:
[all …]

12345678