/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/ |
D | entity_db.py | 135 self.addEntity(name, 'code', elem=info.elem, generates=False) 141 category='configdefines', generates=False) 182 self.addEntity(name, 'code', elem=info.elem, generates=False) 209 generates=False) 213 category='configdefines', generates=False) 222 category='enumvalues', generates=False) 475 generates=None, directory=None, filename=None): argument 510 if generates is None: 512 generates = potential_dir in self._generated_dirs 516 if directory is None and generates: [all …]
|
/third_party/flutter/flutter/dev/tools/gen_keycodes/lib/ |
D | code_gen.dart | 111 /// This generates the map of USB HID codes to physical keys. 120 /// THis generates the map of Flutter key codes to logical keys. 139 /// This generates the map of GLFW number pad key codes to logical keys. 155 /// This generates the map of GLFW key codes to logical keys. 168 /// This generates the map of XKB USB HID codes to physical keys. 179 /// This generates the map of Android key codes to logical keys. 192 /// This generates the map of Android number pad key codes to logical keys. 208 /// This generates the map of Android scan codes to physical keys. 221 /// This generates the map of macOS key codes to physical keys. 232 /// This generates the map of macOS number pad key codes to logical keys. [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | implicitAnyDeclareFunctionWithoutFormalType2.types | 2 // generates function fn1(): number; 12 // generates function fn2(): any; 22 // generates function fn3();
|
D | implicitAnyDeclareFunctionWithoutFormalType2.symbols | 2 // generates function fn1(): number; 12 // generates function fn2(): any; 22 // generates function fn3();
|
D | importInTypePosition.types | 23 import a = A; //Error generates 'var <Alias> = <EntityName>;' 31 import a = A; //Error generates 'var <Alias> = <EntityName>;'
|
D | importInTypePosition.symbols | 21 import a = A; //Error generates 'var <Alias> = <EntityName>;' 29 import a = A; //Error generates 'var <Alias> = <EntityName>;'
|
D | importStatements.types | 23 import a = A; //Error generates 'var <Alias> = <EntityName>;' 32 import a = A; //Error generates 'var <Alias> = <EntityName>;'
|
/third_party/mbedtls/ |
D | .gitignore | 10 # CMake generates *.dir/ folders for in-tree builds (used by MSVC projects), ignore all of those: 35 # CMake generates *.dir/ folders for in-tree builds (used by MSVC projects), ignore all of those: 38 # Microsoft CMake extension for Visual Studio Code generates a build directory by default
|
/third_party/skia/third_party/externals/dawn/src/dawn_node/interop/ |
D | WebGPUCommon.tmpl | 35 -- Type generates the C++ type for the given ast.Type 65 -- AttributeType generates the C++ type for the given ast.Member 78 -- Literal generates a C++ literal value using the following arguments: 100 -- TypeList generates a C++ comma separated list of types from the given 114 -- VariantTypeList generates a C++ comma separated list of types from the given
|
/third_party/mesa3d/src/freedreno/registers/ |
D | text-format.txt | 24 Text within double quotes generates a <brief> tag. 25 Any token formatted as ATTR(VALUE) generates an ATTR="VALUE" attribute. No whitespace allowed betwe… 26 Any token formatted as (VALUE) generates a variants="VALUE" attribute. 27 Any token formatted as (VARSET=VALUE) generates a varset="VARSET" variants="VALUE" attribute.
|
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/commands/ |
D | shell_completion_test.dart | 26 testUsingContext('generates bash initialization script to stdout', () async { 35 testUsingContext('generates bash initialization script to stdout with arg', () async { 44 testUsingContext('generates bash initialization script to output file', () async {
|
/third_party/skia/third_party/externals/brotli/research/ |
D | README.md | 9 This tool generates optimal (match-length-wise) backward references for every position in the input… 17 This tool generates a visualization of the distribution of backward references stored in `*.dist` f… 29 This tool generates a diff PPM (binary) image between two input 8-bit PGM (binary) images. Input im…
|
/third_party/flutter/flutter/packages/flutter/test/widgets/ |
D | semantics_tester_generateTestSemanticsExpressionForCurrentSemanticsTree_test.dart | 48 // This test generates code using generateTestSemanticsExpressionForCurrentSemanticsTree 54 testWidgets('generates code', (WidgetTester tester) async { 103 // the test 'generates code', defined above, will fail.
|
/third_party/flutter/flutter/dev/snippets/test/ |
D | snippets_test.dart | 58 test('generates application snippets', () async { 97 test('generates sample snippets', () async { 122 test('generates snippet application metadata', () async {
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
D | check_spec_links.py | 96 category=FREEFORM_CATEGORY, generates=False) 99 category=FREEFORM_CATEGORY, generates=False)
|
/third_party/skia/resources/sksl/shared/ |
D | Matrices.sksl | 9 // This generates {5, 0, 0, 5} on some Radeon GPUs. 50 // This generates {5, 0, 0, 5} on some Radeon GPUs.
|
/third_party/libinput/doc/user/ |
D | middle-button-emulation.rst | 11 and right button generates a middle mouse button event. Releasing the 12 buttons generates a middle mouse button release, the left and right button
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_texgen_reflection.txt | 47 The reflection map mode generates texture coordinates (s,t,r) 50 inherent in sphere mapping. The normal map mode generates texture 123 generates the error INVALID_ENUM. 131 of Q when <pname> indicates REFLECTION_MAP_NV generates the error
|
/third_party/openGLES/extensions/NV/ |
D | NV_texgen_reflection.txt | 47 The reflection map mode generates texture coordinates (s,t,r) 50 inherent in sphere mapping. The normal map mode generates texture 123 generates the error INVALID_ENUM. 131 of Q when <pname> indicates REFLECTION_MAP_NV generates the error
|
/third_party/python/Tools/ |
D | README | 16 parses Python source code and generates .pot files, 17 and msgfmt.py generates a binary message catalog
|
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/ |
D | GLX_SGIX_swap_barrier.txt | 117 BindSwapBarrierSGIX generates BadValue if <barrier> is already bound to 120 BindSwapBarrierSGIX generates BadGLXDrawable if <drawable> is an 123 QueryMaxSwapBarrierSGIX generates BadValue if <screen> is not a valid
|
/third_party/openGLES/extensions/SGIX/ |
D | GLX_SGIX_swap_barrier.txt | 117 BindSwapBarrierSGIX generates BadValue if <barrier> is already bound to 120 BindSwapBarrierSGIX generates BadGLXDrawable if <drawable> is an 123 QueryMaxSwapBarrierSGIX generates BadValue if <screen> is not a valid
|
/third_party/openssl/doc/man3/ |
D | RSA_generate_key.pod | 31 EVP_RSA_gen() generates a new RSA key pair with modulus size I<bits>. 37 RSA_generate_key_ex() generates a 2-prime RSA key pair and stores it in the 40 RSA_generate_multi_prime_key() generates a multi-prime RSA key pair and stores
|
/third_party/vk-gl-cts/external/vulkancts/data/vulkan/amber/spirv_assembly/instruction/spirv1p4/opptrnotequal/ |
D | variable_pointers_wg_not_equal.amber | 7 ; This test generates four results per iteration of the loop. The loop is executed 64 times. 9 ; Each iteration generates results for OpPtrNotEqual. One pointer is an iterator
|
/third_party/vk-gl-cts/external/vulkancts/data/vulkan/amber/spirv_assembly/instruction/spirv1p4/opptrequal/ |
D | variable_pointers_wg_equal.amber | 7 ; This test generates four results per iteration of the loop. The loop is executed 64 times. 9 ; Each iteration generates results for OpPtrEqual. One pointer is an iterator
|