/third_party/skia/third_party/externals/dawn/src/tests/perf_tests/ |
D | DrawCallPerf.cpp | 67 Dynamic, // Change the pipeline between draws. enumerator 72 Dynamic, // Update the per-draw uniform data once per frame. enumerator 80 Dynamic, // Use bind groups with dynamic offsets. enumerator 86 Dynamic, // Switch vertex buffers between draws. enumerator 156 case Pipeline::Dynamic: in operator <<() 167 case VertexBuffer::Dynamic: in operator <<() 183 case BindGroup::Dynamic: in operator <<() 191 case UniformData::Dynamic: in operator <<() 312 case VertexBuffer::Dynamic: { in SetUp() 337 case BindGroup::Dynamic: in SetUp() [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | importCallExpressionSpecifierNotStringTypeError.errors.txt | 1 …t/importCallExpressionSpecifierNotStringTypeError.ts(5,8): error TS7036: Dynamic import's specifie… 2 …/importCallExpressionSpecifierNotStringTypeError.ts(6,17): error TS7036: Dynamic import's specifie… 3 …/importCallExpressionSpecifierNotStringTypeError.ts(7,19): error TS7036: Dynamic import's specifie… 4 …importCallExpressionSpecifierNotStringTypeError.ts(12,17): error TS7036: Dynamic import's specifie… 5 …importCallExpressionSpecifierNotStringTypeError.ts(13,17): error TS7036: Dynamic import's specifie… 15 !!! error TS7036: Dynamic import's specifier must be of type 'string', but here has type 'boolean'. 18 !!! error TS7036: Dynamic import's specifier must be of type 'string', but here has type 'boolean'. 21 !!! error TS7036: Dynamic import's specifier must be of type 'string', but here has type 'boolean |… 28 !!! error TS7036: Dynamic import's specifier must be of type 'string', but here has type 'string[]'. 31 !!! error TS7036: Dynamic import's specifier must be of type 'string', but here has type '() => str…
|
D | importAssertion1(module=commonjs).errors.txt | 6 tests/cases/conformance/importAssertion/3.ts(2,25): error TS1324: Dynamic imports only support a se… 7 tests/cases/conformance/importAssertion/3.ts(3,25): error TS1324: Dynamic imports only support a se… 8 tests/cases/conformance/importAssertion/3.ts(4,25): error TS1324: Dynamic imports only support a se… 9 tests/cases/conformance/importAssertion/3.ts(5,26): error TS1324: Dynamic imports only support a se… 10 tests/cases/conformance/importAssertion/3.ts(7,25): error TS1324: Dynamic imports only support a se… 11 tests/cases/conformance/importAssertion/3.ts(8,11): message TS1450: Dynamic imports can only accept… 12 tests/cases/conformance/importAssertion/3.ts(9,25): error TS1324: Dynamic imports only support a se… 13 tests/cases/conformance/importAssertion/3.ts(10,25): error TS1324: Dynamic imports only support a s… 52 !!! error TS1324: Dynamic imports only support a second argument when the '--module' option is set … 55 !!! error TS1324: Dynamic imports only support a second argument when the '--module' option is set … [all …]
|
D | importAssertion1(module=es2015).errors.txt | 6 tests/cases/conformance/importAssertion/3.ts(1,11): error TS1323: Dynamic imports are only supporte… 7 tests/cases/conformance/importAssertion/3.ts(2,11): error TS1323: Dynamic imports are only supporte… 8 tests/cases/conformance/importAssertion/3.ts(3,11): error TS1323: Dynamic imports are only supporte… 9 tests/cases/conformance/importAssertion/3.ts(4,11): error TS1323: Dynamic imports are only supporte… 10 tests/cases/conformance/importAssertion/3.ts(5,12): error TS1323: Dynamic imports are only supporte… 11 tests/cases/conformance/importAssertion/3.ts(7,11): error TS1323: Dynamic imports are only supporte… 12 tests/cases/conformance/importAssertion/3.ts(8,11): error TS1323: Dynamic imports are only supporte… 13 tests/cases/conformance/importAssertion/3.ts(9,11): error TS1323: Dynamic imports are only supporte… 14 tests/cases/conformance/importAssertion/3.ts(10,11): error TS1323: Dynamic imports are only support… 51 !!! error TS1323: Dynamic imports are only supported when the '--module' flag is set to 'es2020', '… [all …]
|
D | importCallExpression5ES2020.errors.txt | 1 tests/cases/conformance/dynamicImport/2.ts(3,23): error TS7036: Dynamic import's specifier must be … 2 tests/cases/conformance/dynamicImport/2.ts(4,24): error TS7036: Dynamic import's specifier must be … 3 tests/cases/conformance/dynamicImport/2.ts(5,24): error TS7036: Dynamic import's specifier must be … 4 tests/cases/conformance/dynamicImport/2.ts(6,24): error TS7036: Dynamic import's specifier must be … 22 !!! error TS7036: Dynamic import's specifier must be of type 'string', but here has type '"./0" | u… 25 !!! error TS7036: Dynamic import's specifier must be of type 'string', but here has type 'undefined… 28 !!! error TS7036: Dynamic import's specifier must be of type 'string', but here has type '"./1" | n… 31 !!! error TS7036: Dynamic import's specifier must be of type 'string', but here has type 'null'.
|
D | importCallExpressionErrorInES2015.errors.txt | 1 tests/cases/conformance/dynamicImport/1.ts(1,1): error TS1323: Dynamic imports are only supported w… 2 tests/cases/conformance/dynamicImport/1.ts(2,10): error TS1323: Dynamic imports are only supported … 3 tests/cases/conformance/dynamicImport/1.ts(8,16): error TS1323: Dynamic imports are only supported … 12 !!! error TS1323: Dynamic imports are only supported when the '--module' flag is set to 'es2020', '… 15 !!! error TS1323: Dynamic imports are only supported when the '--module' flag is set to 'es2020', '… 23 !!! error TS1323: Dynamic imports are only supported when the '--module' flag is set to 'es2020', '…
|
D | importCallExpressionNestedES20152.errors.txt | 1 tests/cases/conformance/dynamicImport/index.ts(2,18): error TS1323: Dynamic imports are only suppor… 2 tests/cases/conformance/dynamicImport/index.ts(2,32): error TS1323: Dynamic imports are only suppor… 12 !!! error TS1323: Dynamic imports are only supported when the '--module' flag is set to 'es2020', '… 14 !!! error TS1323: Dynamic imports are only supported when the '--module' flag is set to 'es2020', '…
|
D | importCallExpression6ES2020.errors.txt | 1 tests/cases/conformance/dynamicImport/2.ts(4,24): error TS7036: Dynamic import's specifier must be … 2 tests/cases/conformance/dynamicImport/2.ts(6,24): error TS7036: Dynamic import's specifier must be … 21 !!! error TS7036: Dynamic import's specifier must be of type 'string', but here has type 'undefined… 25 !!! error TS7036: Dynamic import's specifier must be of type 'string', but here has type 'null'.
|
D | importCallExpressionNestedES2015.errors.txt | 1 tests/cases/conformance/dynamicImport/index.ts(2,18): error TS1323: Dynamic imports are only suppor… 2 tests/cases/conformance/dynamicImport/index.ts(2,32): error TS1323: Dynamic imports are only suppor… 12 !!! error TS1323: Dynamic imports are only supported when the '--module' flag is set to 'es2020', '… 14 !!! error TS1323: Dynamic imports are only supported when the '--module' flag is set to 'es2020', '…
|
D | importAssertion1(module=esnext).errors.txt | 1 tests/cases/conformance/importAssertion/3.ts(8,11): message TS1450: Dynamic imports can only accept… 2 tests/cases/conformance/importAssertion/3.ts(9,11): message TS1450: Dynamic imports can only accept… 36 !!! message TS1450: Dynamic imports can only accept a module specifier and an optional assertion as… 39 !!! message TS1450: Dynamic imports can only accept a module specifier and an optional assertion as…
|
D | importCallExpressionGrammarError.errors.txt | 3 …dynamicImport/importCallExpressionGrammarError.ts(8,12): message TS1450: Dynamic imports can only … 5 …e/dynamicImport/importCallExpressionGrammarError.ts(9,35): error TS1324: Dynamic imports only supp… 23 !!! message TS1450: Dynamic imports can only accept a module specifier and an optional assertion as… 28 !!! error TS1324: Dynamic imports only support a second argument when the '--module' option is set …
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
D | libGLESv2.rc | 74 VALUE "FileDescription", "SwiftShader libGLESv2 64-bit Dynamic Link Library" 76 VALUE "FileDescription", "SwiftShader libGLESv2 32-bit Dynamic Link Library" 83 VALUE "ProductName", "SwiftShader libGLESv2 Dynamic Link Library"
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/ |
D | libEGL.rc | 72 VALUE "FileDescription", "SwiftShader libEGL 64-bit Dynamic Link Library" 74 VALUE "FileDescription", "SwiftShader libEGL 32-bit Dynamic Link Library" 81 VALUE "ProductName", "SwiftShader libEGL Dynamic Link Library"
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | Vulkan.rc | 74 VALUE "FileDescription", "SwiftShader Vulkan 64-bit Dynamic Link Library" 76 VALUE "FileDescription", "SwiftShader Vulkan 32-bit Dynamic Link Library" 83 VALUE "ProductName", "SwiftShader Vulkan Dynamic Link Library"
|
/third_party/skia/third_party/externals/dawn/docs/ |
D | testing.md | 61 - Static/Multiple/Dynamic vertex buffers: Tests switching buffer bindings. This has 63 - Static/Multiple/Dynamic bind groups: Same rationale as vertex buffers 64 - Static/Dynamic pipelines: In addition to a change to GPU state, changing the pipeline 68 - Static/Dynamic data: Updating data for each draw is a common use case. It also tests
|
/third_party/skia/third_party/externals/angle2/src/libGLESv1_CM/ |
D | libGLESv1_CM.rc | 73 VALUE "FileDescription", "ANGLE libGLESv1_CM Dynamic Link Library" 79 VALUE "ProductName", "ANGLE libGLESv1_CM Dynamic Link Library"
|
/third_party/skia/third_party/externals/angle2/src/libEGL/ |
D | libEGL.rc | 73 VALUE "FileDescription", "ANGLE libEGL Dynamic Link Library" 79 VALUE "ProductName", "ANGLE libEGL Dynamic Link Library"
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
D | libGLESv2.rc | 73 VALUE "FileDescription", "ANGLE libGLESv2 Dynamic Link Library" 79 VALUE "ProductName", "ANGLE libGLESv2 Dynamic Link Library"
|
/third_party/skia/third_party/externals/angle2/src/libGL/ |
D | libGL.rc | 73 VALUE "FileDescription", "ANGLE OpenGL32 Dynamic Link Library" 79 VALUE "ProductName", "ANGLE OpenGL32 Dynamic Link Library"
|
/third_party/cef/libcef_dll/ |
D | libcef_dll.rc | 114 VALUE "FileDescription", "Chromium Embedded Framework (CEF) Dynamic Link Library" 119 VALUE "ProductName", "Chromium Embedded Framework (CEF) Dynamic Link Library"
|
/third_party/gstreamer/gstreamer/docs/libs/controller/ |
D | index.md | 1 # Dynamic Parameter Control
|
/third_party/rust/crates/rustix/tests/time/ |
D | dynamic_clocks.rs | 15 clock_gettime_dynamic(DynamicClockId::Dynamic(file.as_fd())).unwrap_err(); in test_dynamic_clocks()
|
/third_party/lzma/C/Util/LzmaLib/ |
D | LzmaLib.dsp | 5 # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 20 !MESSAGE "LzmaLib - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library") 21 !MESSAGE "LzmaLib - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
|
/third_party/elfutils/tests/ |
D | run-readelf-Dd.sh | 38 Dynamic segment contains 23 entries:
|
D | run-readelf-d.sh | 37 Dynamic segment contains 23 entries:
|