Home
last modified time | relevance | path

Searched +full:- +full:- +full:no +full:- +full:undefined (Results 1 – 25 of 1224) sorted by relevance

12345678910>>...49

/external/perfetto/ui/src/frontend/tables/
Dtable.ts7 // 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 {
172 // eslint-disable-next-line @typescript-eslint/no-explicit-any
[all …]
/external/clang/test/Driver/
Dfsanitize.c1 …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 …]
/external/clang/test/Sema/
Dformat-strings-gnu.c1 // RUN: %clang_cc1 -fsyntax-only -verify -triple i386-apple-darwin9 %s
2 // RUN: %clang_cc1 -fsyntax-only -verify -triple thumbv6-apple-ios4.0 %s
3 // RUN: %clang_cc1 -fsyntax-only -verify -triple x86_64-mingw32 -DMS %s
4 // RUN: %clang_cc1 -fsyntax-only -verify -triple i686-pc-win32 -DMS %s
6 // RUN: %clang_cc1 -fsyntax-only -verify -triple i686-linux-gnu -DALLOWED %s
7 // RUN: %clang_cc1 -fsyntax-only -verify -triple x86_64-unknown-freebsd -DALLOWED %s
16 …printf("%Ld", notLongEnough); // expected-warning {{format specifies type 'long long' but the argu… in test()
20 …// expected-warning@-4 {{length modifier 'L' results in undefined behavior or no effect with 'd' c… in test()
21 // expected-note@-5 {{did you mean to use 'll'?}} in test()
23 …// expected-warning@-6 {{length modifier 'L' results in undefined behavior or no effect with 'd' c… in test()
[all …]
Dformat-strings.c1 // RUN: %clang_cc1 -fsyntax-only -verify -Wformat-nonliteral -isystem %S/Inputs %s
2 // RUN: %clang_cc1 -fsyntax-only -verify -Wformat-nonliteral -isystem %S/Inputs -fno-signed-char %s
11 int printf(const char *restrict, ...); // expected-note{{passing argument to parameter here}}
19 int vsprintf(char *restrict, const char *restrict, va_list); // expected-note{{passing argument to …
31 printf(s); // expected-warning {{format string is not a string literal}} in check_string_literal()
32 // expected-note@-1{{treat the string as an argument to avoid this}} in check_string_literal()
33 vprintf(s,ap); // expected-warning {{format string is not a string literal}} in check_string_literal()
34 fprintf(fp,s); // expected-warning {{format string is not a string literal}} in check_string_literal()
35 // expected-note@-1{{treat the string as an argument to avoid this}} in check_string_literal()
36 vfprintf(fp,s,ap); // expected-warning {{format string is not a string literal}} in check_string_literal()
[all …]
Dwarn-extern-main.c1 // RUN: %clang_cc1 -fsyntax-only -verify %s -DTEST1
2 // RUN: %clang_cc1 -fsyntax-only -verify %s -DTEST2
3 // RUN: %clang_cc1 -fsyntax-only -verify %s -DTEST3
4 // RUN: %clang_cc1 -fsyntax-only -verify %s -DTEST4
5 // RUN: %clang_cc1 -fsyntax-only -verify %s -DTEST5
6 // RUN: %clang_cc1 -fsyntax-only -verify %s -DTEST6
7 // RUN: %clang_cc1 -fsyntax-only -verify %s -DTEST7
8 // RUN: %clang_cc1 -fsyntax-only -verify %s -DTEST8
9 // RUN: %clang_cc1 -fsyntax-only -verify %s -DTEST9 -ffreestanding
12 int main; // expected-warning{{variable named 'main' with external linkage has undefined behavior}}
[all …]
/external/libchrome/third_party/jinja2/
Druntime.py1 # -*- coding: utf-8 -*-
113 # If we have a changed resolve but no changed default or missing
144 and are allowed to access the context read-only.
150 :class:`Undefined` object for missing variables.
182 return self.environment.undefined('there is no parent block '
198 :class:`Undefined` object with the name of the name looked up.
205 return self.environment.undefined(name=key)
214 if isinstance(rv, Undefined):
264 return __self.environment.undefined('value was undefined because '
301 undefined.
[all …]
/external/chromium-trace/catapult/third_party/polymer/components/shadycss/externs/
Dshadycss-externs.js12 * ScopingShim: (Object|undefined),
13 * ApplyShim: (Object|undefined),
14 * CustomStyleInterface: (Object|undefined),
17 * cssBuild: (string | undefined),
20 let ShadyCSSInterface; //eslint-disable-line no-unused-vars
24 * shimcssproperties: (boolean | undefined),
25 * shimshadow: (boolean | undefined),
26 * cssBuild: (string | undefined),
29 let ShadyCSSOptions; //eslint-disable-line no-unused-vars
31 /** @type {(ShadyCSSInterface | ShadyCSSOptions | undefined)} */
[all …]
/external/perfetto/ui/src/widgets/
Dvega_view.ts7 // 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) {
81 // eslint-disable-next-line @typescript-eslint/no-explicit-any
[all …]
/external/python/jinja/src/jinja2/
Druntime.py37 "Undefined",
134 # If we have a changed resolve but no changed default or missing
170 and are allowed to access the context read-only.
176 :class:`Undefined` object for missing variables.
210 return self.environment.undefined(
211 f"there is no parent block called {name!r}.", name="super"
226 :class:`Undefined` object with the name of the name looked up.
233 return self.environment.undefined(name=key)
242 if isinstance(rv, Undefined):
294 return __self.environment.undefined(
[all …]
/external/swiftshader/third_party/SPIRV-Tools/tools/sva/src/
Dlexer.js7 // 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)
61 if (n !== undefined)
[all …]
/external/deqp-deps/SPIRV-Tools/tools/sva/src/
Dlexer.js7 // 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)
61 if (n !== undefined)
[all …]
/external/angle/third_party/spirv-tools/src/tools/sva/src/
Dlexer.js7 // 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)
61 if (n !== undefined)
[all …]
/external/perfetto/ui/src/trace_processor/
Dproto_ring_buffer.ts7 // 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.
94 // Tries to extract a message from the ring buffer. If there is no message,
[all …]
/external/pdfium/testing/resources/javascript/
Ddocument_methods.in93 // implemented. They always return |undefined| regardless of arguments.
96 expect(str + '()', undefined);
97 expect(str + '(1, 2, "clams", [1, 2, 3])', undefined);
111 expectError('this.addIcon("myicon", undefined)');
120 // TODO(tsepez): test with no permissions.
122 expect('this.calculateNow()', undefined)
173 expectError('this.getNthFieldName(-1)');
190 expectError('this.getPageNthWord(-1, 0, true)');
193 // TODO(tsepez): test with no permissions.
201 // TODO(tsepez): test with no permissions.
[all …]
Ddocument_methods_expected.txt3 Alert: PASS: this.addAnnot() = undefined
4 Alert: PASS: this.addAnnot(1, 2, "clams", [1, 2, 3]) = undefined
6 Alert: PASS: this.addField() = undefined
7 Alert: PASS: this.addField(1, 2, "clams", [1, 2, 3]) = undefined
9 Alert: PASS: this.addLink() = undefined
10 Alert: PASS: this.addLink(1, 2, "clams", [1, 2, 3]) = undefined
12 Alert: PASS: this.closeDoc() = undefined
13 Alert: PASS: this.closeDoc(1, 2, "clams", [1, 2, 3]) = undefined
15 Alert: PASS: this.createDataObject() = undefined
16 Alert: PASS: this.createDataObject(1, 2, "clams", [1, 2, 3]) = undefined
[all …]
/external/python/cpython3/Lib/encodings/
Dcp874.py48 '\x00' # 0x00 -> NULL
49 '\x01' # 0x01 -> START OF HEADING
50 '\x02' # 0x02 -> START OF TEXT
51 '\x03' # 0x03 -> END OF TEXT
52 '\x04' # 0x04 -> END OF TRANSMISSION
53 '\x05' # 0x05 -> ENQUIRY
54 '\x06' # 0x06 -> ACKNOWLEDGE
55 '\x07' # 0x07 -> BELL
56 '\x08' # 0x08 -> BACKSPACE
57 '\t' # 0x09 -> HORIZONTAL TABULATION
[all …]
/external/clang/test/SemaObjC/
Dobjc-literal-comparison.m1 // RUN: %clang_cc1 -fsyntax-only -Wno-everything -Wobjc-literal-compare "-Dnil=((id)0)" -verify %s
2 // RUN: %clang_cc1 -fsyntax-only -Wno-everything -Wobjc-literal-compare "-Dnil=(id)0" -verify %s
3 // RUN: %clang_cc1 -fsyntax-only -Wno-everything -Wobjc-literal-compare "-Dnil=0" -verify %s
5 // RUN: %clang_cc1 -fsyntax-only -Wno-everything -Wobjc-literal-compare -fobjc-arc "-Dnil=((id)0)"
6 // RUN: %clang_cc1 -fsyntax-only -Wno-everything -Wobjc-literal-compare -fobjc-arc "-Dnil=(id)0" -v…
7 // RUN: %clang_cc1 -fsyntax-only -Wno-everything -Wobjc-literal-compare -fobjc-arc "-Dnil=0" -verif…
18 - (BOOL)isEqual:(id)other;
39 …if (obj == @"") return; // expected-warning{{direct comparison of a string literal has undefined b…
40 …if (obj != @"") return; // expected-warning{{direct comparison of a string literal has undefined b…
41 …if (@"" == obj) return; // expected-warning{{direct comparison of a string literal has undefined b…
[all …]
/external/perfetto/ui/src/frontend/
Drouter.ts7 // 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.
163 // - When the code calls Router.navigate().
[all …]
/external/python/cpython2/Lib/encodings/
Dcp874.py48 u'\x00' # 0x00 -> NULL
49 u'\x01' # 0x01 -> START OF HEADING
50 u'\x02' # 0x02 -> START OF TEXT
51 u'\x03' # 0x03 -> END OF TEXT
52 u'\x04' # 0x04 -> END OF TRANSMISSION
53 u'\x05' # 0x05 -> ENQUIRY
54 u'\x06' # 0x06 -> ACKNOWLEDGE
55 u'\x07' # 0x07 -> BELL
56 u'\x08' # 0x08 -> BACKSPACE
57 u'\t' # 0x09 -> HORIZONTAL TABULATION
[all …]
/external/python/jinja/docs/
Dapi.rst14 ------
31 .. code-block:: python
53 .. code-block:: python
59 .. code-block:: python
75 --------------
77 The high-level API is the API you will use in the application to load and
78 render Jinja templates. The :ref:`low-level-api` on the other side is only
80 <jinja-extensions>`.
103 A dict of filters for this environment. As long as no template was
105 see :ref:`writing-filters`. For valid filter names have a look at
[all …]
/external/rust/crates/libz-sys/src/zlib-ng/.github/workflows/
Dcmake.yml4 ci-cmake:
6 runs-on: ${{ matrix.os }}
8 fail-fast: false
11 - name: Ubuntu 18.04 GCC
12 os: ubuntu-18.04
14 cxx-compiler: g++
16 - name: Ubuntu GCC ASAN
17 os: ubuntu-latest
19 cxx-compiler: g++
20 cmake-args: -DWITH_SANITIZER=Address
[all …]
/external/pigweed/pw_rpc/ts/
Dclient.ts7 // 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
162 * channels or no channel with a matching id.
[all …]
/external/perfetto/ui/src/base/
Dobject_utils.ts7 // 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
44 export function getPath<T>(obj: any, path: Path): T | undefined {
[all …]
/external/elfutils/tests/
Drun-addrcfi.sh19 . $srcdir/test-subr.sh
21 # Note some testfiles are also used in run-allregs.sh.
29 testrun_compare ${abs_builddir}/addrcfi -e testfile11 0x080489b8 <<\EOF
33 integer reg0 (%eax): undefined
34 integer reg1 (%ecx): undefined
35 integer reg2 (%edx): undefined
41 integer reg8 (%eip): location expression: call_frame_cfa plus_uconst(-4)
42 integer reg9 (%eflags): undefined
43 integer reg10 (%trapno): undefined
44 x87 reg11 (%st0): undefined
[all …]
/external/llvm/test/Object/
Dnm-darwin-m.test1 RUN: llvm-nm -format darwin %p/Inputs/darwin-m-test1.mach0-armv7 \
2 RUN: | FileCheck %s -check-prefix test1
3 RUN: llvm-nm -format darwin %p/Inputs/darwin-m-test2.macho-i386 \
4 RUN: | FileCheck %s -check-prefix test2
5 RUN: llvm-nm -m %p/Inputs/darwin-m-test3.macho-x86-64 \
6 RUN: | FileCheck %s -check-prefix test3
9 test1: 00000001 (absolute) non-external _a
11 test1: 0000000a (__DATA,__data) non-external [no dead strip] _d
12 test1: 00000004 (__TEXT,__text) non-external [alt entry] _e
13 test1: 00000000 (__TEXT,__text) non-external [symbol resolver] _r
[all …]

12345678910>>...49