| /third_party/node/test/es-module/ |
| D | test-cjs-esm-warn.js | 11 const requiringCjsAsEsm = path.resolve(fixtures.path('/es-modules/cjs-esm.js')); 12 const requiringEsm = path.resolve(fixtures.path('/es-modules/cjs-esm-esm.js')); 14 fixtures.path('/es-modules/package-type-module/package.json') 21 const required = path.resolve( constant 22 fixtures.path('/es-modules/package-type-module/cjs.js') 29 …`Error [ERR_REQUIRE_ESM]: require() of ES Module ${required} from ${requiringCjsAsEsm} not support… 36 `modules, or change "type": "module" to "type": "commonjs" in ${pjson} to ` + 37 'treat all .js files as CommonJS (using .mjs for all ES modules ' + 47 const required = path.resolve( constant 48 fixtures.path('/es-modules/package-type-module/esm.js') [all …]
|
| /third_party/node/deps/openssl/openssl/ |
| D | NOTES-PERL.md | 4 - [General Notes](#general-notes) 5 - [Perl on Windows](#perl-on-windows) 6 - [Perl on VMS](#perl-on-vms) 7 - [Perl on NonStop](#perl-on-nonstop) 8 - [Required Perl modules](#required-perl-modules) 9 - [Notes on installing a Perl module](#notes-on-installing-a-perl-module]) 12 ------------- 15 some core Perl modules. These Perl modules are part of the Perl 19 differ, and you may have to check that you do get the core modules 23 - on Linux distributions based on Debian, the package `perl` will [all …]
|
| /third_party/openssl/ |
| D | NOTES-PERL.md | 4 - [General Notes](#general-notes) 5 - [Perl on Windows](#perl-on-windows) 6 - [Perl on VMS](#perl-on-vms) 7 - [Perl on NonStop](#perl-on-nonstop) 8 - [Required Perl modules](#required-perl-modules) 9 - [Notes on installing a Perl module](#notes-on-installing-a-perl-module]) 12 ------------- 15 some core Perl modules. These Perl modules are part of the Perl 19 differ, and you may have to check that you do get the core modules 23 - on Linux distributions based on Debian, the package `perl` will [all …]
|
| /third_party/selinux/libsepol/tests/ |
| D | test-linker-types.c | 19 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 22 #include "test-linker-types.h" 25 #include "test-common.h" 35 * - type in appropriate symtab (global and decl) 36 * - datum in the decl symtab has correct type bitmap (if attr) 37 * - primary is set correctly 38 * - scope datum has correct decl ids 40 * - type in base, no modules 41 * - type in base optional, no modules 42 * - type a in base, b in module [all …]
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/antora/ |
| D | Makefile | 1 # Copyright 2014-2024 The Khronos Group Inc. 2 # SPDX-License-Identifier: Apache-2.0 8 RMRF = rm -rf 14 JSPAGEMAP = antora/modules/ROOT/partials/gen/pageMap.cjs 20 # Page headers are added to pull in required attributes 26 # Generate the (anchor name -> [ chapter anchor, anchor title ]) maps 31 ./makeSpec QUIET=@ -clean -spec all -genpath gen generated jsapi html 33 -pyfile $(PYXREFMAP) -jsfile $(JSXREFMAP) 38 scripts/antora-prep.py \ 39 -root . \ [all …]
|
| /third_party/skia/third_party/externals/freetype/ |
| D | meson.build | 5 # Copyright (C) 2020-2021 by 23 # meson setup -Ddefault_library=shared 39 python_exe = python.find_installation(required: true) 43 '--soversion', 55 # `modules.cfg`. 59 input: 'modules.cfg', 61 '--format=ftmodule.h', '@INPUT@', '--output', '@OUTPUT@'], 68 # FreeType 2 modules. 72 '--format=main-modules', 73 files('modules.cfg')).stdout().strip().split() [all …]
|
| /third_party/mesa3d/.gitlab-ci/bare-metal/ |
| D | poe-powered.sh | 7 BM=$CI_PROJECT_DIR/install/bare-metal 11 if [ -z "$BM_SERIAL" ]; then 12 echo "Must set BM_SERIAL in your gitlab-runner config.toml [[runners]] environment" 17 if [ -z "$BM_POE_ADDRESS" ]; then 18 echo "Must set BM_POE_ADDRESS in your gitlab-runner config.toml [[runners]] environment" 23 if [ -z "$BM_POE_INTERFACE" ]; then 24 echo "Must set BM_POE_INTERFACE in your gitlab-runner config.toml [[runners]] environment" 29 if [ -z "$BM_POWERUP" ]; then 30 echo "Must set BM_POWERUP in your gitlab-runner config.toml [[runners]] environment" 35 if [ -z "$BM_POWERDOWN" ]; then [all …]
|
| /third_party/node/doc/api/ |
| D | modules.md | 1 # Modules: CommonJS modules 3 <!--introduced_in=v0.10.0--> 5 > Stability: 2 - Stable 7 <!--name=module--> 9 CommonJS modules are the original way to package JavaScript code for Node.js. 10 Node.js also supports the [ECMAScript modules][] standard used by browsers 39 in a function by Node.js (see [module wrapper](#the-module-wrapper)). 72 <!-- type=misc --> 74 Node.js has two module systems: CommonJS modules and [ECMAScript modules][]. 76 By default, Node.js will treat the following as CommonJS modules: [all …]
|
| /third_party/vk-gl-cts/modules/gles2/ |
| D | BUILD.gn | 6 # http://www.apache.org/licenses/LICENSE-2.0 8 # Unless required by applicable law or agreed to in writing, software 14 # deqp-gles2 build 17 import("//third_party/vk-gl-cts/vk_gl_cts.gni") 19 config("deqp-gles2_config") { 24 ohos_source_set("deqp-gles2_source") { 26 "//third_party/vk-gl-cts/modules/gles2/tes2CapabilityTests.cpp", 27 "//third_party/vk-gl-cts/modules/gles2/tes2CapabilityTests.hpp", 28 "//third_party/vk-gl-cts/modules/gles2/tes2Context.cpp", 29 "//third_party/vk-gl-cts/modules/gles2/tes2Context.hpp", [all …]
|
| /third_party/vk-gl-cts/modules/gles3/performance/ |
| D | BUILD.gn | 6 # http://www.apache.org/licenses/LICENSE-2.0 8 # Unless required by applicable law or agreed to in writing, software 14 # deqp-gles3-performance build 17 import("//third_party/vk-gl-cts/vk_gl_cts.gni") 19 config("deqp-gles3-performance_config") { 24 ohos_source_set("deqp-gles3-performance_source") { 26 "//third_party/vk-gl-cts/modules/gles3/performance/es3pBlendTests.cpp", 27 "//third_party/vk-gl-cts/modules/gles3/performance/es3pBufferDataUploadTests.cpp", 28 "//third_party/vk-gl-cts/modules/gles3/performance/es3pDepthTests.cpp", 29 "//third_party/vk-gl-cts/modules/gles3/performance/es3pPerformanceTests.cpp", [all …]
|
| /third_party/vk-gl-cts/modules/gles2/performance/ |
| D | BUILD.gn | 6 # http://www.apache.org/licenses/LICENSE-2.0 8 # Unless required by applicable law or agreed to in writing, software 14 # deqp-gles2-performance build 17 import("//third_party/vk-gl-cts/vk_gl_cts.gni") 19 config("deqp-gles2-performance_config") { 24 ohos_source_set("deqp-gles2-performance_source") { 26 "//third_party/vk-gl-cts/modules/gles2/performance/es2pBlendTests.cpp", 27 "//third_party/vk-gl-cts/modules/gles2/performance/es2pDrawCallBatchingTests.cpp", 28 "//third_party/vk-gl-cts/modules/gles2/performance/es2pPerformanceTests.cpp", 29 "//third_party/vk-gl-cts/modules/gles2/performance/es2pRedundantStateChangeTests.cpp", [all …]
|
| /third_party/vk-gl-cts/modules/gles3/ |
| D | BUILD.gn | 6 # http://www.apache.org/licenses/LICENSE-2.0 8 # Unless required by applicable law or agreed to in writing, software 14 # deqp-gles3 build 17 import("//third_party/vk-gl-cts/vk_gl_cts.gni") 19 config("deqp-gles3_config") { 24 ohos_source_set("deqp-gles3_source") { 26 "//third_party/vk-gl-cts/modules/gles3/tes3Context.cpp", 27 "//third_party/vk-gl-cts/modules/gles3/tes3InfoTests.cpp", 28 "//third_party/vk-gl-cts/modules/gles3/tes3TestCase.cpp", 29 "//third_party/vk-gl-cts/modules/gles3/tes3TestCaseWrapper.hpp", [all …]
|
| /third_party/vk-gl-cts/modules/internal/ |
| D | BUILD.gn | 6 # http://www.apache.org/licenses/LICENSE-2.0 8 # Unless required by applicable law or agreed to in writing, software 14 # modules de-internal-tests build 17 import("//third_party/vk-gl-cts/vk_gl_cts.gni") 19 config("de-internal-tests_config") { 24 ohos_source_set("de-internal-tests_source") { 26 "//third_party/vk-gl-cts/modules/internal/ditAstcTests.cpp", 27 "//third_party/vk-gl-cts/modules/internal/ditBuildInfoTests.cpp", 28 "//third_party/vk-gl-cts/modules/internal/ditDelibsTests.cpp", 29 "//third_party/vk-gl-cts/modules/internal/ditFrameworkTests.cpp", [all …]
|
| /third_party/python/Lib/importlib/ |
| D | __init__.py | 6 # Until bootstrapping is complete, DO NOT import any modules that attempt 8 # partially initialised package would be present in sys.modules, those 9 # modules would get an uninitialised copy of the source version, instead 21 # importlib._bootstrap is the built-in import, ensure we don't create 31 sys.modules['importlib._bootstrap'] = _bootstrap 48 sys.modules['importlib._bootstrap_external'] = _bootstrap_external 76 This is a backward-compatible wrapper around find_spec(). 85 loader = sys.modules[name].__loader__ 111 The 'package' argument is required when performing a relative import. It 119 msg = ("the 'package' argument is required to perform a relative " [all …]
|
| /third_party/python/Modules/ |
| D | Setup | 1 # -*- makefile -*- 10 # Each line in this file describes one or more optional modules. 11 # Modules configured here will not be compiled by the setup.py script, 15 # descriptions. Tag lines may alternate throughout this file. Modules are 18 # description. Modules are built as a shared library when they are preceded by 19 # a "*shared*" tag line. Modules are not built at all, not by the Makefile, 28 # <cpparg> is anything starting with -I, -D, -U or -C 29 # <library> is anything ending in .a or beginning with -l or -L 31 # identifier (letters, digits, underscores, beginning with non-digit) 47 # - All source file rules have a dependency on $(PYTHON_HEADERS) and on [all …]
|
| /third_party/vk-gl-cts/modules/gles2/accuracy/ |
| D | BUILD.gn | 6 # http://www.apache.org/licenses/LICENSE-2.0 8 # Unless required by applicable law or agreed to in writing, software 14 # deqp-gles2-accuracy build 17 import("//third_party/vk-gl-cts/vk_gl_cts.gni") 19 config("deqp-gles2-accuracy_config") { 24 ohos_source_set("deqp-gles2-accuracy_source") { 26 "//third_party/vk-gl-cts/modules/gles2/accuracy/es2aAccuracyTests.cpp", 27 "//third_party/vk-gl-cts/modules/gles2/accuracy/es2aAccuracyTests.hpp", 28 "//third_party/vk-gl-cts/modules/gles2/accuracy/es2aTextureFilteringTests.cpp", 29 "//third_party/vk-gl-cts/modules/gles2/accuracy/es2aTextureFilteringTests.hpp", [all …]
|
| /third_party/vk-gl-cts/modules/gles31/ |
| D | BUILD.gn | 6 # http://www.apache.org/licenses/LICENSE-2.0 8 # Unless required by applicable law or agreed to in writing, software 14 # modules deqp-gles31 build 17 import("//third_party/vk-gl-cts/vk_gl_cts.gni") 19 config("deqp-gles31_config") { 24 ohos_source_set("deqp-gles31_source") { 26 "//third_party/vk-gl-cts/modules/gles31/tes31Context.cpp", 27 "//third_party/vk-gl-cts/modules/gles31/tes31InfoTests.cpp", 28 "//third_party/vk-gl-cts/modules/gles31/tes31TestCase.cpp", 29 "//third_party/vk-gl-cts/modules/gles31/tes31TestPackage.cpp", [all …]
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/ |
| D | BUILD.gn | 6 # http://www.apache.org/licenses/LICENSE-2.0 8 # Unless required by applicable law or agreed to in writing, software 17 import("//third_party/vk-gl-cts/vk_gl_cts.gni") 28 …"//third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/vktRayQueryAccelerationStruct… 29 …"//third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/vktRayQueryBarycentricCoordin… 30 … "//third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/vktRayQueryBuiltinTests.cpp", 31 …"//third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/vktRayQueryCullRayFlagsTests.… 32 …"//third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/vktRayQueryDirectionTests.cpp… 33 "//third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/vktRayQueryMiscTests.cpp", 34 …"//third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/vktRayQueryNonUniformArgsTest… [all …]
|
| /third_party/vk-gl-cts/modules/gles3/stress/ |
| D | BUILD.gn | 6 # http://www.apache.org/licenses/LICENSE-2.0 8 # Unless required by applicable law or agreed to in writing, software 14 # deqp-gles3-stress build 17 import("//third_party/vk-gl-cts/vk_gl_cts.gni") 19 config("deqp-gles3-stress_config") { 24 ohos_source_set("deqp-gles3-stress_source") { 26 "//third_party/vk-gl-cts/modules/gles3/stress/es3sDrawTests.cpp", 27 "//third_party/vk-gl-cts/modules/gles3/stress/es3sLongRunningShaderTests.cpp", 28 "//third_party/vk-gl-cts/modules/gles3/stress/es3sLongRunningTests.cpp", 29 "//third_party/vk-gl-cts/modules/gles3/stress/es3sLongShaderTests.cpp", [all …]
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/ |
| D | BUILD.gn | 6 # http://www.apache.org/licenses/LICENSE-2.0 8 # Unless required by applicable law or agreed to in writing, software 17 import("//third_party/vk-gl-cts/vk_gl_cts.gni") 28 "//third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/vktYCbCrConversionTests.cpp", 29 "//third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/vktYCbCrCopyTests.cpp", 30 "//third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/vktYCbCrFilteringTests.cpp", 31 "//third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/vktYCbCrFormatTests.cpp", 32 "//third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/vktYCbCrImageOffsetTests.cpp", 33 "//third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/vktYCbCrImageOffsetTests.hpp", 34 "//third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/vktYCbCrImageQueryTests.cpp", [all …]
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/conditional_rendering/ |
| D | BUILD.gn | 6 # http://www.apache.org/licenses/LICENSE-2.0 8 # Unless required by applicable law or agreed to in writing, software 17 import("//third_party/vk-gl-cts/vk_gl_cts.gni") 28 …"//third_party/vk-gl-cts/external/vulkancts/modules/vulkan/conditional_rendering/vktConditionalCle… 29 …"//third_party/vk-gl-cts/external/vulkancts/modules/vulkan/conditional_rendering/vktConditionalCle… 30 …"//third_party/vk-gl-cts/external/vulkancts/modules/vulkan/conditional_rendering/vktConditionalDis… 31 …"//third_party/vk-gl-cts/external/vulkancts/modules/vulkan/conditional_rendering/vktConditionalDis… 32 …"//third_party/vk-gl-cts/external/vulkancts/modules/vulkan/conditional_rendering/vktConditionalDra… 33 …"//third_party/vk-gl-cts/external/vulkancts/modules/vulkan/conditional_rendering/vktConditionalDra… 34 …"//third_party/vk-gl-cts/external/vulkancts/modules/vulkan/conditional_rendering/vktConditionalDra… [all …]
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/ |
| D | BUILD.gn | 6 # http://www.apache.org/licenses/LICENSE-2.0 8 # Unless required by applicable law or agreed to in writing, software 17 import("//third_party/vk-gl-cts/vk_gl_cts.gni") 28 … "//third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/vktApplicationParametersTests.cpp", 29 … "//third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/vktApplicationParametersTests.hpp", 30 …"//third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/vktCommandPoolMemoryReservationTests… 31 …"//third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/vktCommandPoolMemoryReservationTests… 32 …"//third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/vktDeviceObjectReservationTests.cpp", 33 …"//third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/vktDeviceObjectReservationTests.hpp", 34 "//third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/vktFaultHandlingTests.cpp", [all …]
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
| D | BUILD.gn | 6 # http://www.apache.org/licenses/LICENSE-2.0 8 # Unless required by applicable law or agreed to in writing, software 17 import("//third_party/vk-gl-cts/vk_gl_cts.gni") 28 "//third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/vktSampleVerifier.cpp", 29 "//third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/vktSampleVerifierUtil.cpp", 30 …"//third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/vktTextureCompressedFormatTests… 31 … "//third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/vktTextureConversionTests.cpp", 32 …"//third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/vktTextureFilteringAnisotropyTe… 33 …"//third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/vktTextureFilteringExplicitLodT… 34 … "//third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/vktTextureFilteringTests.cpp", [all …]
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/ |
| D | BUILD.gn | 6 # http://www.apache.org/licenses/LICENSE-2.0 8 # Unless required by applicable law or agreed to in writing, software 17 import("//third_party/vk-gl-cts/vk_gl_cts.gni") 28 …"//third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/vktProtectedMemAttachm… 29 …"//third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/vktProtectedMemAttachm… 30 …"//third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/vktProtectedMemBlitIma… 31 …"//third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/vktProtectedMemBufferV… 32 …"//third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/vktProtectedMemClearCo… 33 …"//third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/vktProtectedMemContext… 34 …"//third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/vktProtectedMemCopyBuf… [all …]
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/ |
| D | BUILD.gn | 6 # http://www.apache.org/licenses/LICENSE-2.0 8 # Unless required by applicable law or agreed to in writing, software 17 import("//third_party/vk-gl-cts/vk_gl_cts.gni") 28 …"//third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/vktNonRobustBufferAccessTest… 29 …"//third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/vktRobustBufferAccessWithVar… 30 …"//third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/vktRobustness1VertexAccessTe… 31 …"//third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/vktRobustness1VertexAccessTe… 32 …"//third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/vktRobustnessBufferAccessTes… 33 … "//third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/vktRobustnessExtsTests.cpp", 34 …"//third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/vktRobustnessIndexAccessTest… [all …]
|