/external/vulkan-validation-layers/scripts/ |
D | lvl_genvk.py | 115 conventions = VulkanConventions() 122 conventions = conventions, 146 conventions = conventions, 170 conventions = conventions, 194 conventions = conventions, 218 conventions = conventions, 243 conventions = conventions, 268 conventions = conventions, 291 conventions = conventions, 314 conventions = conventions, [all …]
|
/external/angle/third_party/vulkan-headers/src/registry/ |
D | genvk.py | 136 conventions = VulkanConventions() 148 conventions = conventions, 171 conventions = conventions, 188 conventions = conventions, 205 conventions = conventions, 222 conventions = conventions, 296 conventions = conventions, 335 conventions = conventions, 367 conventions = conventions, 393 conventions = conventions,
|
D | generator.py | 119 conventions=None, argument 166 self.conventions = conventions 331 if not self.genOpts.conventions.valid_flag_bit(bitpos): 424 if self.genOpts.conventions.constFlagBits and groupElem.get('type') == 'bitmask': 561 self.genOpts.conventions.should_insert_may_alias_macro(self.genOpts) 563 self.conventions = genOpts.conventions 690 …if self.should_insert_may_alias_macro and self.genOpts.conventions.is_voidpointer_alias(elem.tag, … 692 tail = self.genOpts.conventions.make_voidpointer_alias(tail) 724 …if self.should_insert_may_alias_macro and self.genOpts.conventions.is_voidpointer_alias(elem.tag, … 726 tail = self.genOpts.conventions.make_voidpointer_alias(tail) [all …]
|
/external/vulkan-headers/registry/ |
D | genvk.py | 133 conventions = VulkanConventions() 145 conventions = conventions, 168 conventions = conventions, 185 conventions = conventions, 202 conventions = conventions, 219 conventions = conventions, 286 conventions = conventions, 325 conventions = conventions, 357 conventions = conventions, 383 conventions = conventions,
|
D | generator.py | 145 conventions=None, argument 157 self.conventions = conventions 404 if self.genOpts.conventions.constFlagBits and groupElem.get('type') == 'bitmask': 536 self.genOpts.conventions.should_insert_may_alias_macro(self.genOpts) 538 self.conventions = genOpts.conventions 634 …if self.should_insert_may_alias_macro and self.genOpts.conventions.is_voidpointer_alias(elem.tag, … 636 tail = self.genOpts.conventions.make_voidpointer_alias(tail) 666 if self.genOpts.conventions.is_voidpointer_alias(elem.tag, text, tail): 668 tail = self.genOpts.conventions.make_voidpointer_alias(tail) 723 if not self.conventions: [all …]
|
D | cgenerator.py | 66 conventions = None, argument 94 GeneratorOptions.__init__(self, conventions, filename, directory, apiname, profile, 196 … if self.genOpts.conventions.writeFeature(self.featureExtraProtect, self.genOpts.filename):
|
/external/lz4/ |
D | INSTALL | 9 LZ4's `Makefile` supports standard [Makefile conventions], 13 [Makefile conventions]: https://www.gnu.org/prep/standards/html_node/Makefile-Conventions.html
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/ |
D | AVRCallingConv.td | 9 // This describes the calling conventions for AVR architecture. 36 // The calling conventions are implemented in custom C++ code
|
/external/llvm/test/CodeGen/X86/ |
D | sse-intel-ocl.ll | 34 ;test calling conventions - input parameters 44 ;test calling conventions - preserved registers 72 ; test calling conventions - prolog and epilog
|
D | avx512-intel-ocl.ll | 29 ;test calling conventions - input parameters 39 ;test calling conventions - preserved registers 63 ; test calling conventions - prolog and epilog
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | sse-intel-ocl.ll | 34 ;test calling conventions - input parameters 44 ;test calling conventions - preserved registers 72 ; test calling conventions - prolog and epilog
|
/external/llvm/lib/Target/AVR/ |
D | AVRCallingConv.td | 9 // This describes the calling conventions for AVR architecture. 36 // The calling conventions are implemented in custom C++ code
|
/external/tensorflow/tensorflow/python/autograph/ |
D | STYLE_GUIDE.md | 13 Naming conventions: 20 Below are AutoGraph-specific conventions. In the event of conflict, 21 it supercedes all previous conventions.
|
/external/deqp/external/openglcts/ |
D | CONTRIBUTING.md | 14 - [Coding conventions](#coding-conventions) 82 Coding conventions
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZCallingConv.td | 1 //=- SystemZCallingConv.td - Calling conventions for SystemZ -*- tablegen -*-=// 9 // This describes the calling conventions for the SystemZ ABI. 62 // z/Linux argument calling conventions
|
/external/autotest/server/site_tests/ |
D | README | 7 naming conventions.
|
/external/autotest/client/site_tests/ |
D | README | 7 naming conventions.
|
/external/python/cpython3/Doc/library/ |
D | i18n.rst | 10 conventions.
|
/external/python/cpython2/Doc/library/ |
D | i18n.rst | 11 conventions.
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZCallingConv.td | 1 //=- SystemZCallingConv.td - Calling conventions for SystemZ -*- tablegen -*-=// 9 // This describes the calling conventions for the SystemZ ABI. 62 // z/Linux argument calling conventions
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Bitcode/ |
D | calling-conventions.3.2.ll | 4 ; calling-conventions.3.2.ll.bc was generated by passing this file to llvm-as-3.2. 5 ; The test checks that LLVM does not silently misread calling conventions of
|
/external/llvm/test/Bitcode/ |
D | calling-conventions.3.2.ll | 4 ; calling-conventions.3.2.ll.bc was generated by passing this file to llvm-as-3.2. 5 ; The test checks that LLVM does not silently misread calling conventions of
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/GlobalOpt/ |
D | naked_functions.ll | 3 ; Check that naked functions don't get marked with fast calling conventions
|
/external/python/parse_type/ |
D | pytest.ini | 8 # * http://pytest.org/latest/example/pythoncollection.html#change-naming-conventions
|
/external/okhttp/ |
D | CONTRIBUTING.md | 7 When submitting code, please make every effort to follow existing conventions
|