/third_party/quickjs/ |
D | test262_errors.txt | 1 test262/test/built-ins/Function/internals/Construct/derived-this-uninitialized-realm.js:20: Test262… 2 test262/test/built-ins/Function/internals/Construct/derived-this-uninitialized-realm.js:20: strict … 3 test262/test/built-ins/RegExp/named-groups/non-unicode-property-names-valid.js:46: SyntaxError: inv… 4 test262/test/built-ins/RegExp/named-groups/non-unicode-property-names-valid.js:46: strict mode: Syn… 5 test262/test/built-ins/TypedArray/prototype/every/BigInt/callbackfn-detachbuffer.js:28: Test262Erro… 6 test262/test/built-ins/TypedArray/prototype/every/BigInt/callbackfn-detachbuffer.js:28: strict mode… 7 test262/test/built-ins/TypedArray/prototype/every/callbackfn-detachbuffer.js:28: Test262Error: Expe… 8 test262/test/built-ins/TypedArray/prototype/every/callbackfn-detachbuffer.js:28: strict mode: Test2… 9 test262/test/built-ins/TypedArray/prototype/filter/BigInt/callbackfn-detachbuffer.js:20: Test262Err… 10 test262/test/built-ins/TypedArray/prototype/filter/BigInt/callbackfn-detachbuffer.js:20: strict mod… [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | staticPropertyNameConflicts.errors.txt | 1 …meConflicts.ts(3,12): error TS2699: Static property 'name' conflicts with built-in property 'Funct… 2 …meConflicts.ts(8,12): error TS2699: Static property 'name' conflicts with built-in property 'Funct… 3 …onflicts.ts(14,12): error TS2699: Static property 'length' conflicts with built-in property 'Funct… 4 …onflicts.ts(19,12): error TS2699: Static property 'length' conflicts with built-in property 'Funct… 5 …licts.ts(25,12): error TS2699: Static property 'prototype' conflicts with built-in property 'Funct… 7 …licts.ts(30,12): error TS2699: Static property 'prototype' conflicts with built-in property 'Funct… 8 …onflicts.ts(36,12): error TS2699: Static property 'caller' conflicts with built-in property 'Funct… 9 …onflicts.ts(41,12): error TS2699: Static property 'caller' conflicts with built-in property 'Funct… 10 …licts.ts(47,12): error TS2699: Static property 'arguments' conflicts with built-in property 'Funct… 11 …licts.ts(52,12): error TS2699: Static property 'arguments' conflicts with built-in property 'Funct… [all …]
|
D | undefinedTypeAssignment4.errors.txt | 1 …nedTypeAssignment4.ts(1,7): error TS2397: Declaration name conflicts with built-in global identifi… 2 …edTypeAssignment4.ts(4,11): error TS2397: Declaration name conflicts with built-in global identifi… 3 …edTypeAssignment4.ts(7,11): error TS2397: Declaration name conflicts with built-in global identifi… 9 !!! error TS2397: Declaration name conflicts with built-in global identifier 'undefined'. 14 !!! error TS2397: Declaration name conflicts with built-in global identifier 'undefined'. 19 !!! error TS2397: Declaration name conflicts with built-in global identifier 'undefined'.
|
D | staticPrototypeProperty.errors.txt | 2 …operty.ts(2,11): error TS2699: Static property 'prototype' conflicts with built-in property 'Funct… 3 …operty.ts(6,11): error TS2699: Static property 'prototype' conflicts with built-in property 'Funct… 12 !!! error TS2699: Static property 'prototype' conflicts with built-in property 'Function.prototype'… 18 !!! error TS2699: Static property 'prototype' conflicts with built-in property 'Function.prototype'…
|
/third_party/flutter/flutter/packages/flutter/test/widgets/ |
D | layout_builder_and_state_test.dart | 27 bool built = false; 31 built = true; 66 expect(statefulWrapper.built, true); 67 statefulWrapper.built = false; 72 expect(statefulWrapper.built, true); 73 statefulWrapper.built = false; 78 expect(statefulWrapper.built, true); 79 statefulWrapper.built = false; 84 expect(statefulWrapper.built, true); 85 statefulWrapper.built = false;
|
D | layout_builder_test.dart | 251 int built = 0; 254 built += 1; 258 expect(built, 0); 264 expect(built, 1); 270 expect(built, 1); 274 int built = 0; 277 built += 1; 282 expect(built, 0); 288 expect(built, 1); 294 expect(built, 2); [all …]
|
D | build_scope_test.dart | 102 setState(() { built = null; }); 105 int built; 113 built = buildId; 211 expect(state.built, isNotNull); 212 state.oldBuilt = state.built; 224 expect(state.built, isNotNull); 225 expect(state.built, isNot(equals(state.oldBuilt)));
|
/third_party/python/Doc/library/ |
D | builtins.rst | 5 :synopsis: The module that provides the built-in namespace. 9 This module provides direct access to all 'built-in' identifiers of Python; for 10 example, ``builtins.open`` is the full name for the built-in function 11 :func:`open`. See :ref:`built-in-funcs` and :ref:`built-in-consts` for 16 useful in modules that provide objects with the same name as a built-in value, 17 but in which the built-in of that name is also needed. For example, in a module 18 that wants to implement an :func:`open` function that wraps the built-in
|
/third_party/node/tools/gyp/tools/ |
D | pretty_sln.py | 25 def BuildProject(project, built, projects, deps): argument 30 if dep not in built: 31 BuildProject(dep, built, projects, deps) 33 built.append(project) 133 built = [] 135 if project not in built: 136 BuildProject(project, built, projects, deps)
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/tools/ |
D | pretty_sln.py | 24 def BuildProject(project, built, projects, deps): argument 29 if dep not in built: 30 BuildProject(dep, built, projects, deps) 32 built.append(project) 126 built = [] 128 if project not in built: 129 BuildProject(project, built, projects, deps)
|
/third_party/curl/docs/cmdline-opts/ |
D | version.d | 25 curl was built with support for character set conversions (like EBCDIC) 27 This curl uses a libcurl built with Debug. This enables more error-tracking 30 The built-in SASL authentication includes extensions to support SCRAM because 31 libcurl was built with libgsasl. 37 HTTP/2 support has been built-in. 39 HTTP/3 support has been built-in. 41 This curl is built to support HTTPS proxy. 60 PSL is short for Public Suffix List and means that this curl has been built
|
/third_party/jerryscript/jerry-core/profiles/ |
D | README.md | 66 …r disable the [Array](http://www.ecma-international.org/ecma-262/5.1/index.html#sec-15.4) built-in. 68 …isables the [Boolean](http://www.ecma-international.org/ecma-262/5.1/index.html#sec-15.6) built-in. 70 …r disables the [Date](http://www.ecma-international.org/ecma-262/5.1/index.html#sec-15.9) built-in. 75 … disables the [JSON](http://www.ecma-international.org/ecma-262/5.1/index.html#sec-15.12) built-in. 77 …r disables the [Math](http://www.ecma-international.org/ecma-262/5.1/index.html#sec-15.8) built-in. 79 …disables the [Number](http://www.ecma-international.org/ecma-262/5.1/index.html#sec-15.7) built-in. 81 …isables the [RegExp](http://www.ecma-international.org/ecma-262/5.1/index.html#sec-15.10) built-in. 83 …disables the [String](http://www.ecma-international.org/ecma-262/5.1/index.html#sec-15.5) built-in. 102 …les the [DataView](https://www.ecma-international.org/ecma-262/6.0/#sec-dataview-objects) built-in. 104 …disables the [Map](http://www.ecma-international.org/ecma-262/6.0/#sec-keyed-collection) built-ins. [all …]
|
/third_party/node/deps/npm/test/tap/ |
D | build-already-built.js | 35 t.notSimilar(log, /already built/, 'no already built message written') 50 t.similar(log, /already built/, 'already built message written') 51 t.notSimilar(log, /ERR! already built/, 'already built message written is not error') 52 t.similar(log, /info already built/, 'already built message written is info')
|
/third_party/node/tools/snapshot/ |
D | README.md | 15 ## How it's built and used 17 The snapshot builder is built with the `node_mksnapshot` target in `node.gyp` 22 into the Node.js executable, `libnode` is first built with these unresolved 28 Then the `node_mksnapshot` executable is built with C++ files in this 35 written as static char array literals. Then `libnode` is built with 39 For debugging, Node.js can be built without Node.js's own snapshot if
|
/third_party/node/tools/code_cache/ |
D | README.md | 11 ## How it's built and used 13 The code cache builder is built with the `mkcodecache` target in `node.gyp` 18 the native modules into the Node.js executable, `libnode` is first built with 24 Then the `mkcodecache` executable is built with C++ files in this directory, 30 written as static char array literals. Then `libnode` is built with 34 For debugging, Node.js can be built without code cache if
|
/third_party/boost/libs/system/doc/system/ |
D | changes.adoc | 20 * Boost.System is now header-only. A stub library is still built for 48 or {cpp}17 code requires that the library be also built with {cpp}14 or 52 (Previous versions allowed code built against any {cpp} standard to link 53 with Boost.System built against any {cpp} standard. In 1.68, code using 54 any {cpp} standard can link with Boost.System built with {cpp}14 or above, 55 but if Boost.System is built with {cpp}11 or below, only code also built
|
/third_party/boost/tools/build/src/tools/ |
D | message.jam | 5 # Defines main target type 'message', that prints a message when built for the 26 self.built = ; 31 if ! $(self.built) 40 self.built = 1 ;
|
D | message.py | 23 self.built = False 27 if not self.built: 32 self.built = True
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
D | LocalePriorityList.java | 223 private LocalePriorityList built; field in LocalePriorityList.Builder 234 built = list; in Builder() 262 if (built != null) { 265 return built; 303 return built = new LocalePriorityList(Collections.unmodifiableMap(temp)); 355 languageToWeight = new LinkedHashMap<>(built.languagesAndWeights); 356 built = null;
|
/third_party/skia/site/docs/dev/chrome/ |
D | commandbuffer.md | 13 The Skia tools are always built with this support. They dynamically load 17 The command buffer standalone shared library is built in a Chromium checkout 19 built with the `is_component_build` in GN set to false. This will produce a .so, 21 the dm or nanobench executable built from a Skia repository.
|
/third_party/flutter/skia/site/dev/chrome/ |
D | commandbuffer.md | 8 The Skia tools are always built with this support. They dynamically load 12 The command buffer standalone shared library is built in a Chromium checkout 14 built with the `is_component_build` in GN set to false. This will produce a .so, 16 the dm or nanobench executable built from a Skia repository.
|
/third_party/openGLES/extensions/AMD/ |
D | AMD_texture_texture4.txt | 51 This extension adds new shading language built-in texture functions 56 The texture4 built-in function returns a texture value derived from 84 "For a texture4 built-in function (see OpenGL Shading Language), a 2x2 set 131 "If the texture4 built-in function is used to access a sampler, 189 (p. 85) to the texture built-in function table: 221 Therefore, for the texture4 built-in function the preferred implementation 230 This extension adds built-in functions to the shading language 241 Resolution - The built-in functions are added to the shading 245 4) What naming convention do we use for the new texture built-in 252 5) Should we add built-in texture functions for: [all …]
|
/third_party/skia/third_party/externals/opengl-registry/extensions/AMD/ |
D | AMD_texture_texture4.txt | 51 This extension adds new shading language built-in texture functions 56 The texture4 built-in function returns a texture value derived from 84 "For a texture4 built-in function (see OpenGL Shading Language), a 2x2 set 131 "If the texture4 built-in function is used to access a sampler, 189 (p. 85) to the texture built-in function table: 221 Therefore, for the texture4 built-in function the preferred implementation 230 This extension adds built-in functions to the shading language 241 Resolution - The built-in functions are added to the shading 245 4) What naming convention do we use for the new texture built-in 252 5) Should we add built-in texture functions for: [all …]
|
/third_party/python/Lib/distutils/tests/ |
D | test_build_scripts.py | 39 built = os.listdir(target) 41 self.assertIn(name, built) 104 built = os.listdir(target) 106 self.assertIn(name, built)
|
/third_party/curl/ |
D | curl-config.in | 36 --built-shared says 'yes' if libcurl was built shared 47 --ssl-backends output the SSL backends libcurl was built to support 70 --built-shared)
|