| /external/perfetto/ui/src/frontend/tables/ |
| D | table.ts | 3 // Licensed under the Apache License, Version 2.0 (the "License"); 7 // http://www.apache.org/licenses/LICENSE-2.0 63 this.id = attrs?.columnId === undefined ? name : attrs.columnId; 65 if (attrs === undefined) { 69 if (attrs.sortKey !== undefined && attrs.ordering !== undefined) { 73 if (attrs.sortKey !== undefined) { 76 if (attrs.ordering !== undefined) { 137 if (this._sortingInfo !== undefined) { 145 this._sortingInfo = undefined; 149 get sortingInfo(): SortingInfo<T> | undefined { [all …]
|
| /external/perfetto/ui/src/frontend/ |
| D | router.ts | 3 // Licensed under the Apache License, Version 2.0 (the "License"); 7 // http://www.apache.org/licenses/LICENSE-2.0 32 const modes = ['embedded', undefined] as const; 48 // This is client-only. All the routing logic in the Perfetto UI uses only 70 // For connecting to a trace_processor_shell --httpd instance running on a 71 // non-standard port. This requires the CSP_WS_PERMISSIVE_PORT flag to relax 81 mode: oneOf<Mode>(modes, undefined), 122 // action (either user-initiated or code-initited) navigates to #!/info, the 154 newRoute.args.local_cache_key === undefined && 162 // - When clicking on an <a> element from the sidebar. [all …]
|
| D | post_message_handler.ts | 3 // Licensed under the Apache License, Version 2.0 (the "License"); 7 // http://www.apache.org/licenses/LICENSE-2.0 42 'https://android-build.googleplex.com', 62 // Returns whether the user saved this as an always-trusted origin. 96 // There is no other requirement than sending the ArrayBuffer as the |data| 115 console.error('Ignoring message - document not ready yet.'); 138 throw new Error('Incoming message has no data property'); 142 // Cross-origin messaging means we can't read |messageEvent.source|, but 144 // correct version of postMessage(...). 147 // Use '*' for the reply because in cases of cross-domain isolation, we [all …]
|
| D | metrics_page.ts | 3 // Licensed under the Apache License, Version 2.0 (the "License"); 7 // http://www.apache.org/licenses/LICENSE-2.0 40 function getEngine(): Engine | undefined { 42 if (engineId === undefined) { 43 return undefined; 78 // eslint-disable-next-line @typescript-eslint/no-explicit-any 103 set selected(metric: string | undefined) { 111 get selected(): string | undefined { 131 // eslint-disable-next-line @typescript-eslint/no-explicit-any 139 if (selected === undefined) { [all …]
|
| /external/clang/test/Driver/ |
| D | fsanitize.c | 1 …UN: %clang -target x86_64-linux-gnu -fsanitize=undefined -fsanitize-trap=undefined %s -### 2>&1 | … 2 …-target x86_64-linux-gnu -fsanitize=undefined -fsanitize-trap=undefined -fno-sanitize-trap=signed-… 3 …clang -target x86_64-linux-gnu -fsanitize=undefined -fsanitize-undefined-trap-on-error %s -### 2>&… 4 …ang -target x86_64-linux-gnu -fsanitize=undefined-trap -fsanitize-undefined-trap-on-error %s -### … 5 …ang -target x86_64-linux-gnu -fsanitize-undefined-trap-on-error -fsanitize=undefined-trap %s -### … 6 …-UNDEFINED-TRAP: "-fsanitize={{((signed-integer-overflow|integer-divide-by-zero|float-divide-by-ze… 7 …-UNDEFINED-TRAP: "-fsanitize-trap=alignment,array-bounds,bool,enum,float-cast-overflow,float-divid… 8 …-UNDEFINED-TRAP2: "-fsanitize-trap=alignment,array-bounds,bool,enum,float-cast-overflow,float-divi… 10 // RUN: %clang -target x86_64-linux-gnu -fsanitize=undefined %s -### 2>&1 | FileCheck %s --check-pr… 11 …-UNDEFINED: "-fsanitize={{((signed-integer-overflow|integer-divide-by-zero|float-divide-by-zero|fu… [all …]
|
| D | darwin-sanitizer-ld.c | 3 // RUN: %clang -no-canonical-prefixes -### -target x86_64-darwin \ 4 // RUN: -stdlib=platform -fsanitize=address %s -o %t.o 2>&1 \ 5 // RUN: | FileCheck --check-prefix=CHECK-ASAN %s 7 // CHECK-ASAN: "{{.*}}ld{{(.exe)?}}" 8 // CHECK-ASAN-NOT: "-lstdc++" 9 // CHECK-ASAN-NOT: "-lc++" 10 // CHECK-ASAN: libclang_rt.asan_osx_dynamic.dylib" 11 // CHECK-ASAN: "-rpath" "@executable_path" 12 // CHECK-ASAN: "-rpath" "{{.*}}lib{{.*}}darwin" 14 // RUN: %clang -no-canonical-prefixes -### -target x86_64-darwin \ [all …]
|
| /external/libnl/.github/workflows/ |
| D | ci.yml | 1 name: libnl3-ci 11 clang-format: 12 runs-on: ubuntu-latest 16 - name: Install packages 18 sudo dnf install -y \ 19 clang-tools-extra \ 22 - name: Check out repository code 25 - name: Setup git 27 git config --global --add safe.directory "$PWD" 29 - name: Formatting with clang-format [all …]
|
| /external/perfetto/ui/src/widgets/ |
| D | vega_view.ts | 3 // Licensed under the Apache License, Version 2.0 (the "License"); 7 // http://www.apache.org/licenses/LICENSE-2.0 17 import * as vegaLite from 'vega-lite'; 31 if (schema !== undefined && isString(schema)) { 33 return schema.includes('vega-lite'); 36 // Otherwise assume vega-lite: 41 // eslint-disable-next-line @typescript-eslint/no-explicit-any 68 constructor(engine: Engine | undefined) { 73 // eslint-disable-next-line @typescript-eslint/no-explicit-any 75 if (this.engine === undefined) { [all …]
|
| /external/python/jinja/ |
| D | CHANGES.rst | 3 Version 3.0.0 4 ------------- 8 - Drop support for Python 2.7 and 3.5. 9 - Bump MarkupSafe dependency to >=1.1. 10 - Bump Babel optional dependency to >=2.1. 11 - Remove code that was marked deprecated. 12 - Use :pep:`451` API to load templates with 14 - Fix a bug that caused imported macros to not have access to the 16 - Add ability to ignore ``trim_blocks`` using ``+%}``. :issue:`1036` 18 Version 2.11.2 [all …]
|
| /external/webp/src/ |
| D | Makefile.am | 35 # Use '-no-undefined' to declare that libwebp does not depend on any libraries 39 libwebp_la_LDFLAGS = -no-undefined -version-info 8:9:1 51 libwebpdecoder_la_LDFLAGS = -no-undefined -version-info 4:9:1
|
| /external/perfetto/ui/src/trace_processor/ |
| D | proto_ring_buffer.ts | 3 // Licensed under the Apache License, Version 2.0 (the "License"); 7 // http://www.apache.org/licenses/LICENSE-2.0 17 // This class is the TypeScript equivalent of the identically-named C++ class in 38 // there are no incomplete messages pending, restart from the beginning 47 assertTrue(this.fastpath === undefined); 51 msg !== undefined && 64 let avail = this.buf.length - this.wr; 73 this.wr -= this.rd; 78 while (dataLen > newSize - this.wr) { 85 // No need to touch rd / wr. [all …]
|
| /external/swiftshader/third_party/SPIRV-Tools/tools/sva/src/ |
| D | lexer.js | 3 // Licensed under the Apache License, Version 2.0 (the "License"); 7 // http://www.apache.org/licenses/LICENSE-2.0 27 this.num_regex_ = /^[0-9]+$/; 28 this.alpha_regex_ = /^[a-zA-Z_]+$/; 29 this.op_regex_ = /^Op[A-Z][^\s]*$/; 30 this.hex_regex_ = /^[0-9a-fA-F]$/; 45 if (n !== undefined) 49 if (n !== undefined) 53 if (n !== undefined) 57 if (n !== undefined) [all …]
|
| /external/deqp-deps/SPIRV-Tools/tools/sva/src/ |
| D | lexer.js | 3 // Licensed under the Apache License, Version 2.0 (the "License"); 7 // http://www.apache.org/licenses/LICENSE-2.0 27 this.num_regex_ = /^[0-9]+$/; 28 this.alpha_regex_ = /^[a-zA-Z_]+$/; 29 this.op_regex_ = /^Op[A-Z][^\s]*$/; 30 this.hex_regex_ = /^[0-9a-fA-F]$/; 45 if (n !== undefined) 49 if (n !== undefined) 53 if (n !== undefined) 57 if (n !== undefined) [all …]
|
| /external/angle/third_party/spirv-tools/src/tools/sva/src/ |
| D | lexer.js | 3 // Licensed under the Apache License, Version 2.0 (the "License"); 7 // http://www.apache.org/licenses/LICENSE-2.0 27 this.num_regex_ = /^[0-9]+$/; 28 this.alpha_regex_ = /^[a-zA-Z_]+$/; 29 this.op_regex_ = /^Op[A-Z][^\s]*$/; 30 this.hex_regex_ = /^[0-9a-fA-F]$/; 45 if (n !== undefined) 49 if (n !== undefined) 53 if (n !== undefined) 57 if (n !== undefined) [all …]
|
| /external/perfetto/ui/src/base/ |
| D | object_utils.ts | 3 // Licensed under the Apache License, Version 2.0 (the "License"); 7 // http://www.apache.org/licenses/LICENSE-2.0 23 * exist, |undefined| is returned. 32 * getPath(obj, ['a']) -> [{b: 'c'}, {d: 'e', f: 123}] 33 * getPath(obj, ['a', 1]) -> {d: 'e', f: 123} 34 * getPath(obj, ['a', 1, 'd']) -> 'e' 35 * getPath(obj, ['g']) -> undefined 36 * getPath(obj, ['g', 'h']) -> undefined 41 * assertions which would serve no benefit. 43 // eslint-disable-next-line @typescript-eslint/no-explicit-any [all …]
|
| /external/pdfium/testing/resources/javascript/xfa_specific/ |
| D | xfa_host_pseudomodel_expected.txt | 5 Alert: PASS: currentPage = -1 6 Alert: PASS: currentPage = -1 21 Alert: PASS: version = 11 22 Alert: PASS: version threw Error: Unable to set version value. 26 Alert: PASS: xfa.host.beep(42) = undefined 28 Alert: PASS: xfa.host.beep() = undefined 35 Alert: PASS: xfa.host.exportData('to-evil-place') = undefined 36 Alert: PASS: xfa.host.exportData('to-evil-place', false) = undefined 37 Alert: PASS: xfa.host.getFocus() = undefined 38 Alert: PASS: xfa.host.getFocus('args', 'ignored') = undefined [all …]
|
| /external/perfetto/ui/src/common/ |
| D | state_unittest.ts | 3 // Licensed under the Apache License, Version 2.0 (the "License"); 7 // http://www.apache.org/licenses/LICENSE-2.0 23 expect(state.engine).toEqual(undefined); 53 // Remove non-serialized fields from the original state object, so it may be 54 // compared fairly with the restored version. 57 // type information. Attempting to ask TS for help here would serve no 59 // eslint-disable-next-line @typescript-eslint/no-explicit-any 61 serializableState.nonSerializableState = undefined; 63 // Remove any undefined values from original as JSON doesn't serialize them 65 if (serializableState[key] === undefined) {
|
| /external/elfutils/ |
| D | configure.ac | 2 dnl Configure input file for elfutils. -*-autoconf-*- 4 dnl Copyright (C) 1996-2019 Red Hat, Inc. 11 dnl the Free Software Foundation; either version 3 of the License, or 12 dnl (at your option) any later version. 32 # We want eu- as default program prefix if none was given by the user. 33 # But if the user explicitly provided --program-prefix="" then pretend 38 AC_MSG_NOTICE([No --program-prefix given, using "eu-"]) 39 program_prefix="eu-" 41 AC_MSG_NOTICE([Using no program-prefix]) 48 AC_COPYRIGHT([Copyright (C) 1996-2023 The elfutils developers.]) [all …]
|
| /external/pigweed/pw_rpc/ts/ |
| D | client.ts | 3 // Licensed under the Apache License, Version 2.0 (the "License"); you may not 7 // https://www.apache.org/licenses/LICENSE-2.0 19 import { Message } from 'google-protobuf'; 48 method(methodName: string): MethodStub | undefined { 82 service(serviceName: string): ServiceClient | undefined { 92 methodStub(name: string): MethodStub | undefined { 96 return undefined; 101 if (method === undefined) { 103 return undefined; 161 * Finds the channel with the provided id. Returns undefined if there are no [all …]
|
| D | call.ts | 3 // Licensed under the Apache License, Version 2.0 (the "License"); you may not 7 // https://www.apache.org/licenses/LICENSE-2.0 16 import { Message } from 'google-protobuf'; 51 /** Represent an in-progress or completed RPC call. */ 53 // Responses ordered by arrival time. Undefined signifies stream completion. 54 private responseQueue = new WaitQueue<Message | undefined>(); 94 if (previous !== undefined && !previous.completed) { 100 return this.status !== undefined || this.error !== undefined; 103 // eslint-disable-next-line @typescript-eslint/ban-types 126 this.responseQueue.push(undefined); [all …]
|
| /external/sdv/vsomeip/third_party/boost/variant/ |
| D | .drone.star | 2 # subject to the Boost Software License, Version 1.0. (See accompanying 17 …-6, no RTTI", "g++", packages="g++-6", buildtype="empty-aa99f335d3", buildscript="drone", image=li… 18 …-8", "g++", packages="g++-8", buildtype="empty-aa99f335d3", buildscript="drone", image=linuxglobal… 19 …-4.6", "g++", packages="g++-4.6", buildtype="empty-aa99f335d3", buildscript="drone", image=linuxgl… 20 …-8", "g++", packages="clang-8", llvm_os="xenial", llvm_ver="8", buildtype="empty-aa99f335d3", buil… 21 …-3.8, libc++", "g++", packages="libc++-dev", buildtype="empty-aa99f335d3", buildscript="drone", im… 24 # from https://github.com/boostorg/boost-ci
|
| /external/angle/extensions/ |
| D | ANGLE_robust_resource_initialization.txt | 22 Version 24 Version 5, September 30, 2021 79 undefined. 84 ---- ---- ------------- ------------ 94 pixel unpack buffer object is zero, a two- or three-dimensional 100 as described above. The components comprising this clear-value-filled data 102 initialization is not enabled, the image contents are undefined, and 103 no pixel processing is performed. In either case, no pixel values 115 texels are undefined. 117 Add to the final paragraph of section 8.17 "Immutable-Format Texture [all …]
|
| D | ANGLE_explicit_context_gles1.txt | 21 Version 23 Version 1, 2018-5-22 64 Calls made with an explicit context provide no additional validation for the passed context 68 would without an explicit context. Any instances of undefined behaviour without specifying 69 an explicit context are still undefined when specifying an explicit context. 72 undefined. 80 Version 1, 2018-5-22 (Brandon Jones) 81 - Initial draft
|
| /external/icu/icu4j/main/core/src/main/java/com/ibm/icu/text/ |
| D | DisplayOptions.java | 46 * Creates a builder with the {@code UNDEFINED} value for all the parameters. 155 this.grammaticalCase = GrammaticalCase.UNDEFINED; in Builder() 156 this.nounClass = NounClass.UNDEFINED; in Builder() 157 this.pluralCategory = PluralCategory.UNDEFINED; in Builder() 158 this.capitalization = Capitalization.UNDEFINED; in Builder() 159 this.nameStyle = NameStyle.UNDEFINED; in Builder() 160 this.displayLength = DisplayLength.UNDEFINED; in Builder() 161 this.substituteHandling = SubstituteHandling.UNDEFINED; in Builder() 288 UNDEFINED("undefined"), enumConstant 329 * Unmodifiable List of all noun classes constants. List version of {@link #values()}. [all …]
|
| /external/sdv/vsomeip/third_party/boost/any/ |
| D | .drone.star | 2 # subject to the Boost Software License, Version 1.0. (See accompanying 17 …-6, no RTTI", "g++", packages="g++-6", buildtype="empty-e994848107", buildscript="drone", image=li… 18 …-8", "g++", packages="g++-8", buildtype="empty-e994848107", buildscript="drone", image=linuxglobal… 19 …-4.6", "g++", packages="g++-4.6", buildtype="empty-e994848107", buildscript="drone", image=linuxgl… 20 …-8", "g++", packages="clang-8", llvm_os="xenial", llvm_ver="8", buildtype="empty-e994848107", buil… 21 …-3.8, libc++", "g++", packages="libc++-dev", buildtype="empty-e994848107", buildscript="drone", im… 24 # from https://github.com/boostorg/boost-ci
|