Home
last modified time | relevance | path

Searched refs:describes (Results 1 – 25 of 1219) sorted by relevance

12345678910>>...49

/external/ltp/testcases/open_posix_testsuite/Documentation/
DHOWTO_INDEX3 HOWTO_Assertions - describes format of assertions.xml files
6 HOWTO_CodingGuidelines- describes coding guidelines for this project
8 HOWTO_Coverage - describes format of COVERAGE.<area> files
13 HOWTO_Release - describes how to release a version of PTS
16 HOWTO_Tagging - describes how to tag files for inclusion in a release
DHOWTO_ConformanceTest4 This document describes what conformance tests are, how they are created,
86 - HOWTO_DefinitionsTest - describes how to create definitions tests
87 - HOWTO_ResultCodes - describes the result codes test cases should return
88 - HOWTO_BoundaryTest - describes how to create boundary tests for functions
/external/llvm-project/llvm/docs/
DUserGuides.rst79 This describes the format and encoding used for LLVM’s code coverage mapping.
99 This document describes the LLVM Support Library (``lib/Support``) and
103 This document describes more advanced build configurations.
119 This document describes the design of the stack safety analysis of local
136 This document describes the current status of vectorization in LLVM.
139 This document describes the interface between LLVM intermodular optimizer
149 This document describes the design and philosophy behind the LLVM
201 This document describes using the NVPTX backend to compile GPU kernels.
204 This document describes using the AMDGPU backend to compile GPU kernels.
207 This document describes DWARF extensions to support heterogeneous debugging
DReference.rst99 This describes a set of experimental extensions for garbage
124 This describes the file format and encoding used for LLVM "bc" files.
131 This describes the prototype instruction selection replacement, GlobalISel.
168 This document describes the design and implementation of exception handling
204 This document describes segmented stacks and how they are used in LLVM.
207 This document describes the optional rich disassembly output syntax.
/external/ltp/testcases/open_posix_testsuite/
DQUICK-START47 BUILD - describes how to set up your developer machine to build and test
52 HOWTO_Assertions - describes format of the assertions files used to
55 HOWTO_CodingGuidelines - describes coding guidelines for this project
56 HOWTO_Coverage - describes format of COVERAGE.<area> files
59 HOWTO_Tagging - describes how to tag files for inclusion in a release
60 HOWTO_RunTests - describes how to build and run the tests
DREADME69 HOWTO_Assertions - describes format of the assertions files used to
72 HOWTO_CodingGuidelines- describes coding guidelines for this project
73 HOWTO_Coverage - describes format of COVERAGE.<area> files
76 HOWTO_Tagging - describes how to tag files for inclusion in a release
/external/python/cpython2/Doc/reference/
Dindex.rst7 This reference manual describes the syntax and "core semantics" of the
12 manuals exist: :ref:`extending-index` describes the high-level picture of how to
13 write a Python extension module, and the :ref:`c-api-index` describes the
/external/python/cpython3/Doc/reference/
Dindex.rst7 This reference manual describes the syntax and "core semantics" of the
12 manuals exist: :ref:`extending-index` describes the high-level picture of how to
13 write a Python extension module, and the :ref:`c-api-index` describes the
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_ConfigureDistributedTPU.pbtxt7 A serialized tensorflow.tpu.TopologyProto that describes the TPU
21 describes the embedding lookups of the program.
/external/angle/third_party/vulkan-deps/spirv-tools/src/utils/vscode/src/schema/
Dschema.go.tmpl78 // OperandCategoryBitEnum describes an operand kind where its value is a
83 // OperandCategoryValueEnum describes an operand kind where its value is an
87 // OperandCategoryID describes and operand kind where its value is an <id>
91 // OperandCategoryLiteral describes and operand kind where its value is an
95 // OperandCategoryComposite describes and operand kind where its value is
/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/schema/
Dschema.go.tmpl78 // OperandCategoryBitEnum describes an operand kind where its value is a
83 // OperandCategoryValueEnum describes an operand kind where its value is an
87 // OperandCategoryID describes and operand kind where its value is an <id>
91 // OperandCategoryLiteral describes and operand kind where its value is an
95 // OperandCategoryComposite describes and operand kind where its value is
/external/deqp-deps/SPIRV-Tools/utils/vscode/src/schema/
Dschema.go.tmpl78 // OperandCategoryBitEnum describes an operand kind where its value is a
83 // OperandCategoryValueEnum describes an operand kind where its value is an
87 // OperandCategoryID describes and operand kind where its value is an <id>
91 // OperandCategoryLiteral describes and operand kind where its value is an
95 // OperandCategoryComposite describes and operand kind where its value is
/external/llvm/docs/
Dindex.rst128 This describes new features, known bugs, and other limitations.
298 This document describes the design and philosophy behind the LLVM
302 This document describes the current status of vectorization in LLVM.
305 This document describes the design and implementation of exception handling
313 This describes the file format and encoding used for LLVM "bc" files.
316 This document describes the LLVM System Library (``lib/System``) and
320 This document describes the interface between LLVM intermodular optimizer
340 This document describes segmented stacks and how they are used in LLVM.
343 This document describes the optional rich disassembly output syntax.
349 This document describes using the NVPTX back-end to compile GPU kernels.
[all …]
/external/python/cpython3/Doc/c-api/
Ddescriptor.rst35 Return true if the descriptor objects *descr* describes a data attribute, or
36 false if it describes a method. *descr* must be a descriptor object; there is
/external/python/cpython2/Doc/c-api/
Ddescriptor.rst46 Return true if the descriptor objects *descr* describes a data attribute, or
47 false if it describes a method. *descr* must be a descriptor object; there is
Dobjimpl.rst10 This chapter describes the functions, types, and macros used when defining new
/external/python/cpython2/Doc/library/
Dindex.rst7 While :ref:`reference-index` describes the exact syntax and
9 describes the standard library that is distributed with Python. It also
10 describes some of the optional components that are commonly included
Dwindows.rst7 This chapter describes modules that are only available on MS Windows platforms.
/external/tensorflow/tensorflow/compiler/tf2xla/
Dhost_compute_metadata.proto19 // HostTransferMetadata describes a transfer either from host to device
30 // HostComputeMetadata describes all the sends and recvs
/external/python/cpython3/Doc/library/
Dindex.rst7 While :ref:`reference-index` describes the exact syntax and
9 describes the standard library that is distributed with Python. It also
10 describes some of the optional components that are commonly included
Dwindows.rst7 This chapter describes modules that are only available on MS Windows platforms.
/external/python/cpython2/Doc/extending/
Dindex.rst7 This document describes how to write modules in C or C++ to extend the Python
9 but also new object types and their methods. The document also describes how
/external/tensorflow/tensorflow/compiler/xla/g3doc/
Dshapes.md5 describes the rank, size, and data type of an N-dimensional array (*array* in
58 The `Layout` proto describes how an array is represented in memory. The `Layout`
71 The only required field is `minor_to_major`. This field describes the
119 fields. The field `padded_dimensions` describes the sizes (widths) to which each
/external/llvm-project/llvm/docs/PDB/
DCodeViewSymbols.rst14 This document describes the usage and serialization format of the various
37 as there are with types. Every symbol record describes is own length.
40 given a symbol record which describes a certain function, all local variables of this
64 There is only type of public symbol, an ``S_PUB32`` which describes a mangled
/external/tensorflow/tensorflow/core/profiler/protobuf/
Ddiagnostics.proto1 // This proto describes the diagnostics for debugging profiling issues of

12345678910>>...49