| /external/dagger2/java/dagger/internal/codegen/kythe/ |
| D | DaggerKythePlugin.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 38 import dagger.Component; 66 private FactEmitter emitter; field in DaggerKythePlugin 75 if (type.hasAnyAnnotation(TypeNames.COMPONENT, TypeNames.PRODUCTION_COMPONENT)) { in visitClassDef() 140 // TODO(ronshapiro): emit facts about the component that satisfies the edge in addDependencyEdge() 144 Optional<VName> componentNode = jvmNode(graph.componentTypeElement(), "component"); in addModuleEdges() 153 Optional<VName> componentNode = jvmNode(graph.componentTypeElement(), "component"); in addChildComponentEdges() 156 jvmNode(subgraph.componentTypeElement(), "child component"); in addChildComponentEdges() 173 s -> target.ifPresent(t -> new EntrySet.Builder(s, edgeName, t).build().emit(emitter))); in emitEdge() 180 emitter = entrySets.getEmitter(); in run() [all …]
|
| /external/skia/ |
| D | package-lock.json | 8 "jasmine-core": "3.10.1", 10 "karma-chrome-launcher": "3.1.0", 11 "karma-firefox-launcher": "2.1.2", 12 "karma-jasmine": "4.0.1" 15 "node_modules/@socket.io/base64-arraybuffer": { 17 …"integrity": "sha512-dOlCBKnDw4iShaIsH/bxujKTM18+2TOAsYz+KSc11Am38H4q5Xw8Bbz97ZYdrVNM+um3p7w86Bvvm… 23 "node_modules/@types/component-emitter": { 25 …"integrity": "sha512-SRXjM+tfsSlA9VuG8hGO2nft2p8zjXCK1VcC6N4NXbBbYbSia9kzCChYQajIjzIqOOOuh5Ock6MmV… 30 …"integrity": "sha512-XW/Aa8APYr6jSVVA1y/DEIZX0/GMKLEVekNG727R8cs56ahETkRAy/3DR7+fJyh7oUgGwNQaRfXCu… 35 …"integrity": "sha512-vt+kDhq/M2ayberEtJcIN/hxXy1Pk+59g2FV/ZQceeaTyCtCucjL2Q7FXlFjtWn4n15KCr1NE2lNN… [all …]
|
| /external/chromium-trace/catapult/third_party/polymer/components/polymer/ |
| D | build.log | 2 --------- 3 Build Time: 2018-02-12T15:48:46-0800 8 dom-serializer: 0.1.0 10 expand-tilde: 1.2.2 11 is-windows: 0.2.0 14 path-is-inside: 1.0.2 18 @types/express-serve-static-core: 4.0.53 25 @types/serve-static: 1.7.32 26 accessibility-developer-tools: 2.12.0 30 acorn-jsx: 3.0.1 [all …]
|
| /external/freetype/src/base/ |
| D | ftbbox.c | 7 * Copyright (C) 1996-2023 by 21 * This component has a _single_ role: to compute exact outline bounding 46 if ( p->x < bbox.xMin ) \ 47 bbox.xMin = p->x; \ 48 if ( p->x > bbox.xMax ) \ 49 bbox.xMax = p->x; \ 50 if ( p->y < bbox.yMin ) \ 51 bbox.yMin = p->y; \ 52 if ( p->y > bbox.yMax ) \ 53 bbox.yMax = p->y; \ [all …]
|
| /external/llvm/docs/ |
| D | DebuggingJITedCode.rst | 2 Debugging JIT-ed Code With GDB 16 it does so in an in-memory object file that contains the debug information in 17 DWARF format. MCJIT then adds this in-memory object file to a global list of 29 In order to debug code JIT-ed by LLVM, you need GDB 7.0 or newer, which is 32 better option for debugging JIT-ed code on Mac OS X. 35 Debugging MCJIT-ed code 38 The emerging MCJIT component of LLVM allows full debugging of JIT-ed code with 39 GDB. This is due to MCJIT's ability to use the MC emitter to provide full 42 Note that lli has to be passed the ``-use-mcjit`` flag to JIT the code with 46 ------- [all …]
|
| /external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/ |
| D | build.log | 2 --------- 3 Build Time: 2017-02-06T15:35:26-0800 9 accessibility-developer-tools: 2.11.0 10 adm-zip: 0.4.7 12 agent-base: 2.0.1 13 align-text: 0.1.4 14 ansi-regex: 2.1.1 15 ansi-styles: 2.2.1 17 append-field: 0.1.0 19 arr-diff: 2.0.0 [all …]
|
| /external/freetype/include/freetype/ |
| D | ftoutln.h | 8 * Copyright (C) 1996-2023 by 104 * A typeless pointer that is passed to each emitter during the 115 * degenerate segments to become non-degenrate and visible, like when 121 * (doing nothing, that is, not calling any emitter); if necessary, you 235 * component, which is dedicated to this single task. 370 * if ( face->glyph->format == FT_GLYPH_FORMAT_OUTLINE ) 371 * FT_Outline_Embolden( &face->glyph->outline, strength ); 430 * OR-ed to the target bitmap. 454 * select the gray-level rasterizer, and you want less than 256 gray 469 * Render an outline within a bitmap using the current scan-convert. [all …]
|
| /external/clang/lib/CodeGen/ |
| D | CGExprComplex.cpp | 1 //===--- CGExprComplex.cpp - Emit LLVM Code for Complex Exprs -------------===// 8 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 29 //===----------------------------------------------------------------------===// 30 // Complex Expression Emitter 31 //===----------------------------------------------------------------------===// 41 return cast<ComplexType>(cast<AtomicType>(type)->getValueType()); in getComplexType() 58 //===--------------------------------------------------------------------===// 60 //===--------------------------------------------------------------------===// 73 /// EmitLoadOfLValue - Given an expression with complex type that represents a [all …]
|
| /external/skia/modules/canvaskit/ |
| D | package-lock.json | 2 "name": "canvaskit-local", 8 "name": "canvaskit-local", 10 "license": "BSD-3-Clause", 12 "is-docker": "~1.1.0", 13 "jasmine-core": "~3.6.0", 15 "karma-chrome-launcher": "~3.1.0", 16 "karma-coverage": "~2.0.3", 17 "karma-jasmine": "~4.0.1", 21 "node_modules/@babel/code-frame": { 23 "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.22.13.tgz", [all …]
|
| /external/deqp/android/cts/main/vk-main-2021-03-01/ |
| D | graphicsfuzz.txt | 1 dEQP-VK.graphicsfuzz.always-discarding-function 2 dEQP-VK.graphicsfuzz.arr-value-set-to-arr-value-squared 3 dEQP-VK.graphicsfuzz.array-idx-multiplied-by-for-loop-idx 4 dEQP-VK.graphicsfuzz.assign-array-value-to-another-array 5 dEQP-VK.graphicsfuzz.assign-array-value-to-another-array-2 6 dEQP-VK.graphicsfuzz.call-function-with-discard 7 dEQP-VK.graphicsfuzz.color-set-in-for-loop 8 dEQP-VK.graphicsfuzz.cosh-return-inf-unused 9 dEQP-VK.graphicsfuzz.cov-access-array-dot 10 dEQP-VK.graphicsfuzz.cov-analysis-reachable-from-many [all …]
|
| /external/skia/modules/pathkit/ |
| D | package-lock.json | 2 "name": "pathkit-local", 7 "@babel/code-frame": { 9 "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.10.4.tgz", 10 …"integrity": "sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3O… 18 "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.12.10.tgz", 19 …"integrity": "sha512-eTAlQKq65zHfkHZV0sIVODCPGVgoo1HdBlbSLi9CqOzuZanMv2ihzY+4paiKr1mH+XmYESMAmJ/dp… 22 "@babel/code-frame": "^7.10.4", 24 "@babel/helper-module-transforms": "^7.12.1", 30 "convert-source-map": "^1.7.0", 32 "gensync": "^1.0.0-beta.1", [all …]
|
| /external/okio/kotlin-js-store/ |
| D | yarn.lock | 7 …resolved "https://registry.yarnpkg.com/@colors/colors/-/colors-1.5.0.tgz#bb504579c1cae923e6576a4f5… 8 …integrity sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9… 10 "@discoveryjs/json-ext@^0.5.0": 12 …resolved "https://registry.yarnpkg.com/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz#1d572bfbbe14b770… 13 …integrity sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iP… 15 "@jridgewell/gen-mapping@^0.3.0": 17 …resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz#7e02e6eb5df… 18 …integrity sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9… 20 "@jridgewell/set-array" "^1.0.1" 21 "@jridgewell/sourcemap-codec" "^1.4.10" [all …]
|
| /external/chromium-trace/catapult/third_party/polymer/components/shadycss/ |
| D | package-lock.json | 7 "@babel/code-frame": { 9 "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.0.0.tgz", 10 …"integrity": "sha512-OfC2uemaknXr87bdLUkWog7nYuliM9Ij5HUcajsVcMCpQrcLmtxRbVFTIqmcSkSeYRBFBRxs2FiUq… 18 "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.1.2.tgz", 19 …"integrity": "sha512-IFeSSnjXdhDaoysIlev//UzHZbdEmm7D0EIH2qtse9xK7mXEZQpYjs2P00XlP1qYsYvid79p+Zgg6… 22 "@babel/code-frame": "^7.0.0", 29 "convert-source-map": "^1.1.0", 35 "source-map": "^0.5.0" 40 "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.1.3.tgz", 41 …"integrity": "sha512-ZoCZGcfIJFJuZBqxcY9OjC1KW2lWK64qrX1o4UYL3yshVhwKFYgzpWZ0vvtGMNJdTlvkw0W+HR1Vn… [all …]
|
| /external/swiftshader/third_party/subzero/docs/ |
| D | DESIGN.rst | 5 ------------ 9 PNaCl toolchain to compile their application to architecture-neutral PNaCl 10 bitcode (a ``.pexe`` file), using as much architecture-neutral optimization as 12 PNaCl translator (a component of Chrome) compiles the ``.pexe`` file to 14 <https://developer.chrome.com/native-client/reference/sandbox_internals/index>`_ 15 native code. The translator uses architecture-specific optimizations as much as 19 future page loads. However, first-time user experience is hampered by long 20 translation times. The LLVM-based PNaCl translator is pretty slow, even when 21 using ``-O0`` to minimize optimizations, so delays are especially noticeable on 22 slow browser platforms such as ARM-based Chromebooks. [all …]
|
| /external/swiftshader/third_party/subzero/ |
| D | DESIGN.rst | 5 ------------ 9 PNaCl toolchain to compile their application to architecture-neutral PNaCl 10 bitcode (a ``.pexe`` file), using as much architecture-neutral optimization as 12 PNaCl translator (a component of Chrome) compiles the ``.pexe`` file to 14 <https://developer.chrome.com/native-client/reference/sandbox_internals/index>`_ 15 native code. The translator uses architecture-specific optimizations as much as 19 future page loads. However, first-time user experience is hampered by long 20 translation times. The LLVM-based PNaCl translator is pretty slow, even when 21 using ``-O0`` to minimize optimizations, so delays are especially noticeable on 22 slow browser platforms such as ARM-based Chromebooks. [all …]
|
| /external/rust/crates/tikv-jemalloc-sys/patches/ |
| D | delete_c_library.patch | 1 diff --git a/build.rs b/build.rs 4 --- a/build.rs 6 @@ -1,408 +0,0 @@ 7 -// Copyright 2015 The Rust Project Developers. See the COPYRIGHT 8 -// file at the top-level directory of this distribution and at 9 -// http://rust-lang.org/COPYRIGHT. 10 -// 11 -// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or 12 -// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license 13 -// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your [all …]
|
| /external/deqp/external/vulkancts/data/vulkan/amber/graphicsfuzz/ |
| D | index.txt | 1 { "access-new-vector-inside-if-condition.amber", "access-new-vector-inside-if-condition"… 2 { "always-discarding-function.amber", "always-discarding-function", "A f… 3 { "always-false-if-in-do-while.amber", "always-false-if-in-do-while", "A … 4 { "always-false-if-with-discard-return.amber", "always-false-if-with-discard-return", … 5 { "arr-value-set-to-arr-value-squared.amber", "arr-value-set-to-arr-value-squared", … 6 { "array-idx-multiplied-by-for-loop-idx.amber", "array-idx-multiplied-by-for-loop-idx", … 7 { "assign-array-value-to-another-array.amber", "assign-array-value-to-another-array", … 8 { "assign-array-value-to-another-array-2.amber", "assign-array-value-to-another-array-2"… 9 { "barrier-in-loop-with-break.amber", "barrier-in-loop-with-break", "A c… 10 { "break-in-do-while-with-nested-if.amber", "break-in-do-while-with-nested-if", … [all …]
|
| /external/ktfmt/website/ |
| D | package-lock.json | 8 "clean-css": "^5.1.1", 9 "event-stream": "4.0.1", 11 "monaco-editor": "^0.23.0", 19 "resolved": "https://registry.npmjs.org/abab/-/abab-2.0.5.tgz", 20 …"integrity": "sha512-9IK9EadsbHo6jLWIpxpR6pL0sazTXV6+SQv25ZB+F7Bj9mJNaOc4nCRabwd5M/JwmUa8idz6Eci6e… 25 "resolved": "https://registry.npmjs.org/acorn/-/acorn-6.4.2.tgz", 26 …"integrity": "sha512-XtGIhXwF8YM8bJhGxG5kXgjkEuNGLTkoYqVE+KMR+aspr4KGYmKYg7yUe3KghyQ9yheNwLnjmzh/7… 35 "node_modules/acorn-globals": { 37 "resolved": "https://registry.npmjs.org/acorn-globals/-/acorn-globals-4.3.4.tgz", 38 …"integrity": "sha512-clfQEh21R+D0leSbUdWf3OcfqyaCSAQ8Ryq00bofSekfr9W8u1jyYZo6ir0xu9Gtcf7BjcHJpnbZH… [all …]
|
| /external/swiftshader/tests/regres/testlists/vk-default/ |
| D | graphicsfuzz.txt | 1 dEQP-VK.graphicsfuzz.access-new-vector-inside-if-condition 2 dEQP-VK.graphicsfuzz.always-discarding-function 3 dEQP-VK.graphicsfuzz.always-false-if-in-do-while 4 dEQP-VK.graphicsfuzz.always-false-if-with-discard-return 5 dEQP-VK.graphicsfuzz.arr-value-set-to-arr-value-squared 6 dEQP-VK.graphicsfuzz.array-idx-multiplied-by-for-loop-idx 7 dEQP-VK.graphicsfuzz.assign-array-value-to-another-array 8 dEQP-VK.graphicsfuzz.assign-array-value-to-another-array-2 9 dEQP-VK.graphicsfuzz.barrier-in-loop-with-break 10 dEQP-VK.graphicsfuzz.break-in-do-while-with-nested-if [all …]
|
| /external/deqp/external/vulkancts/mustpass/main/vk-default/ |
| D | graphicsfuzz.txt | 1 dEQP-VK.graphicsfuzz.access-new-vector-inside-if-condition 2 dEQP-VK.graphicsfuzz.always-discarding-function 3 dEQP-VK.graphicsfuzz.always-false-if-in-do-while 4 dEQP-VK.graphicsfuzz.always-false-if-with-discard-return 5 dEQP-VK.graphicsfuzz.arr-value-set-to-arr-value-squared 6 dEQP-VK.graphicsfuzz.array-idx-multiplied-by-for-loop-idx 7 dEQP-VK.graphicsfuzz.assign-array-value-to-another-array 8 dEQP-VK.graphicsfuzz.assign-array-value-to-another-array-2 9 dEQP-VK.graphicsfuzz.barrier-in-loop-with-break 10 dEQP-VK.graphicsfuzz.break-in-do-while-with-nested-if [all …]
|
| /external/mesa3d/src/gallium/drivers/svga/ |
| D | svga_tgsi_vgpu10.c | 2 * Copyright 1998-2022 VMware, Inc. All rights reserved. 29 * TGSI -> VGPU10 shader translation. 76 * one or more user-defined clip planes are enabled. We 106 e->registerIndex = index; in set_shader_signature_entry() 107 e->semanticName = sgnName; in set_shader_signature_entry() 108 e->mask = mask; in set_shader_signature_entry() 109 e->componentType = compType; in set_shader_signature_entry() 110 e->minPrecision = minPrecision; in set_shader_signature_entry() 229 * non-adjusted vertex position for 310 unsigned so_index; /**< the non-adjusted position output reg */ [all …]
|
| /external/angle/third_party/glslang/src/glslang/MachineIndependent/ |
| D | linkValidate.cpp | 4 // Copyright (C) 2015-2018 Google, Inc. 39 // Do link-time merging and validation of intermediate representations. 56 // Link-time error emitter. 69 // Link-time warning. 80 // name must have the exact same set of members qualified with offset and their integral-constant 81 // expression values must be the same, or a link-time error results." 100 // Get the linker-object lists in mergeUniformObjects() 101 TIntermSequence& linkerObjects = findLinkerObjects()->getSequence(); in mergeUniformObjects() 102 TIntermSequence unitLinkerObjects = unit.findLinkerObjects()->getSequence(); in mergeUniformObjects() 106 … [](TIntermNode* node) {return node->getAsSymbolNode()->getQualifier().storage != EvqUniform && in mergeUniformObjects() [all …]
|
| /external/deqp-deps/glslang/glslang/MachineIndependent/ |
| D | linkValidate.cpp | 4 // Copyright (C) 2015-2018 Google, Inc. 39 // Do link-time merging and validation of intermediate representations. 56 // Link-time error emitter. 69 // Link-time warning. 80 // name must have the exact same set of members qualified with offset and their integral-constant 81 // expression values must be the same, or a link-time error results." 100 // Get the linker-object lists in mergeUniformObjects() 101 TIntermSequence& linkerObjects = findLinkerObjects()->getSequence(); in mergeUniformObjects() 102 TIntermSequence unitLinkerObjects = unit.findLinkerObjects()->getSequence(); in mergeUniformObjects() 106 … [](TIntermNode* node) {return node->getAsSymbolNode()->getQualifier().storage != EvqUniform && in mergeUniformObjects() [all …]
|
| /external/perfetto/ui/ |
| D | pnpm-lock.yaml | 23 '@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/scapy/scapy/layers/ |
| D | inet6.py | 4 ## inet6.py --- IPv6 support for Scapy ## 167 ip_regex = re.compile(r"^([a-fA-F0-9:]+)(/[1]?[0-3]?[0-9])?$") 174 tmp[0]=socket.getaddrinfo(tmp[0], None, socket.AF_INET6)[0][-1][0] 187 (value | (0xff >> (8 - netmask))) + 1) 192 (x - self.plen for x in range(8, 129, 8)), 304 ipv6nh = { 0:"Hop-by-Hop Option Header", 367 c -= 1 379 y = socket.getaddrinfo(y, None, socket.AF_INET6)[0][-1][0] 431 l = len(p) - 40 457 sd = self.addresses[-1] [all …]
|