/external/ow2-asm/benchmarks/src/jmh/java/org/objectweb/asm/benchmarks/ |
D | JClassLibGenerator.java | 39 import org.gjt.jclasslib.structures.AccessFlags; 40 import org.gjt.jclasslib.structures.AttributeInfo; 41 import org.gjt.jclasslib.structures.CPInfo; 42 import org.gjt.jclasslib.structures.ClassFile; 43 import org.gjt.jclasslib.structures.ConstantPoolUtil; 44 import org.gjt.jclasslib.structures.InvalidByteCodeException; 45 import org.gjt.jclasslib.structures.MethodInfo; 46 import org.gjt.jclasslib.structures.attributes.CodeAttribute; 47 import org.gjt.jclasslib.structures.attributes.SourceFileAttribute; 48 import org.gjt.jclasslib.structures.constants.ConstantStringInfo;
|
/external/fmtlib/support/ |
D | C++.sublime-syntax | 910 set: data-structures 1076 push: data-structures 1079 ## Data structures including classes, structs, unions and enums 1081 data-structures: 1084 set: data-structures-class-definition 1090 set: data-structures-struct-definition 1093 set: data-structures-enum-definition 1096 set: data-structures-union-definition 1106 data-structures-class-definition: 1108 - include: data-structures-definition-common-begin [all …]
|
/external/python/cpython2/Lib/ctypes/test/ |
D | test_unaligned_structures.py | 4 structures = [] variable 24 structures.append(X) 29 for typ in structures:
|
/external/python/cpython3/Lib/ctypes/test/ |
D | test_unaligned_structures.py | 4 structures = [] variable 24 structures.append(X) 29 for typ in structures:
|
/external/grpc-grpc/third_party/nanopb/docs/ |
D | security.rst | 26 the application writer. Malicious data in these structures could cause 29 1. Callback, pointer and extension fields in message structures given to 33 3. Contents of the *pb_istream_t* and *pb_ostream_t* structures (this does not 41 2. All fields in message structures, except: 43 - callbacks (*pb_callback_t* structures) 45 - extensions (*pb_extension_t* structures)
|
/external/lzma/DOC/ |
D | 7zC.txt | 25 7zItem.* - .7z structures 99 2) call CrcGenerateTable(); function to initialize CRC structures. 101 3) call SzArEx_Init(&db); function to initialize db structures. 107 SzArEx_Open function allocates and frees temporary structures by "allocTemp" functions. 156 Estimated size of one file structures in solid archive: 161 - File Name (variable length) + pointer + allocation structures 165 - Memory for LZMA decompressing structures
|
/external/nanopb-c/docs/ |
D | security.rst | 26 the application writer. Malicious data in these structures could cause 29 1. Callback, pointer and extension fields in message structures given to 33 3. Contents of the *pb_istream_t* and *pb_ostream_t* structures (this does not 41 2. All fields in message structures, except: 43 - callbacks (*pb_callback_t* structures) 45 - extensions (*pb_extension_t* structures)
|
/external/python/asn1crypto/ |
D | readme.md | 3 A fast, pure Python library for parsing and serializing ASN.1 structures. 27 a bunch of ASN.1 structures for use with various common cryptography standards: 50 parsing and serializing ASN.1 structures. While the project does include a 53 large structures such as CRLs. 61 4. No simple way to map data to native Python data structures 66 converting types of native Python data structures. Since the project supports 76 Finally, a number of structures in the cryptographic space use universal data 80 represent integers. Parsing these structures as the base universal types and 84 when extracting one or two fields from large, complex structures: 97 For smaller structures the performance difference can range from a few times
|
/external/cronet/net/third_party/quiche/src/quiche/quic/platform/ |
D | README.md | 7 structures (e.g., IPAddress, SocketAddress, etc.). 8 - impl/ contains platform specific implementations of these data structures.
|
/external/cronet/net/quic/platform/ |
D | README.md | 7 structures (e.g., IPAddress, SocketAddress, etc.). 8 - impl/ contains platform specific implementations of these data structures.
|
/external/rust/crates/syn-mid/ |
D | README.md | 11 This crate provides the following two unique data structures. 27 Other data structures are the same as data structures of [syn]. These are
|
/external/e2fsprogs/lib/support/ |
D | prof_err.et | 15 error_code PROF_BAD_LINK_LIST, "Bad linked list in profile structures" 16 error_code PROF_BAD_GROUP_LVL, "Bad group level in profile structures" 18 "Bad parent pointer in profile structures"
|
/external/vboot_reference/firmware/ |
D | README | 7 These are the original structures and APIs used in the earliest 25 structures and implementations go elsewhere. 31 different, any existing on-device structures or signatures created by the
|
/external/elfutils/config/ |
D | libdw.pc.in | 15 # structures are used. 19 # data structures or functions. zlib (gz) is always required, bzip2 (bz2)
|
/external/antlr/runtime/C/doxygen/ |
D | doxygengroups.dox | 9 /// these structures when you create them.) 13 /// of the 'methds' encapsulated by the typdef structures.You may override 16 /// typedef structures), which allows you install your own method and create your 23 /// These structures (and the typedefs that you use to reference them 53 /// Some typedef structures contain either pointers to 'inherited' objects (usual) 54 /// or embedded structures/typedefs (unusual). In some cases, the pointers passed 56 /// structures (such as #pANTLR3_BASE_TREE), and these embedded 'objects' contain 67 /// In general you will not refer to one of these structures directly as a
|
D | mainpage.dox | 45 /// Java version of the runtime as closely as a language without class structures and inheritance c… 47 /// number of pointer to pointer to pointer to function type structures that could ensue through tr… 67 /// The runtime provides a number of structures and interfaces that the author has found useful whe… 70 /// Hashtable, Vector and Trie, implemented by pointers to structures. These are freely available f… 77 …r or tree parser, then you must make a copy of it before freeing those structures, and track it yo…
|
/external/angle/doc/ |
D | WritingShaderASTTransformations.md | 22 …t affect the current traversal. For some transformations of nested AST structures you may need to … 48 * You take into account some less common AST structures, such as declarations inside a loop header. 49 …structures that have already been pruned away for example, and on the other hand you can depend on…
|
/external/python/pyasn1-modules/ |
D | CHANGES.txt | 226 * More CRL data structures added (RFC3279) 267 - CMP structures (RFC4210), cmpdump.py tool and test case added. 277 - X.509 CRMF structures (RFC2511) and crmfdump.py tool added 278 - X.509 CRL structures and crldump.py tool added 279 - PKCS#10 structures and pkcs10dump.py tool added 280 - PKCS#8 structures and pkcs8dump.py tool added 281 - PKCS#1 (rfc3447) structures added 283 - SNMPv2c & SNMPv3/USM structures added
|
/external/rust/crates/ash/src/extensions/nv/ |
D | ray_tracing.rs | 233 structures: &[vk::AccelerationStructureNV], in cmd_write_acceleration_structures_properties() 241 structures.len() as u32, in cmd_write_acceleration_structures_properties() 242 structures.as_ptr(), in cmd_write_acceleration_structures_properties()
|
/external/python/pyasn1/docs/source/ |
D | example-use-case.rst | 14 data structures are described in ASN.1 schema language right in the RFC. 16 it and weed out data structures specification into a local file: 109 Once we have Python ASN.1 structures initialized, we could inspect them: 149 ASN.1 data structures exhibit a way more complicated behaviour compared to
|
/external/rust/crates/ash/src/extensions/khr/ |
D | acceleration_structure.rs | 262 structures: &[vk::AccelerationStructureKHR], in cmd_write_acceleration_structures_properties() 270 structures.len() as _, in cmd_write_acceleration_structures_properties() 271 structures.as_ptr(), in cmd_write_acceleration_structures_properties()
|
/external/rust/crates/tinyvec/ |
D | Cargo.toml | 17 description = "`tinyvec` provides 100% safe vec-like data structures." 25 "data-structures",
|
/external/mesa3d/docs/relnotes/ |
D | 10.3.1.rst | 40 [UBO] row_major layout ignored inside structures 42 [UBO] nested structures don't get appropriate padding 46 [UBO] row_major layout partially ignored for arrays of structures
|
/external/e2fsprogs/doc/RelNotes/ |
D | v1.45.6.txt | 30 number of directories, such that various data structures take more than 32 efficiency of these data structures.
|
/external/ImageMagick/MagickCore/ |
D | xwdfile.h_vms | 85 CARD32 ncolors B32; /* Number of XWDColor structures */ 95 /* Next comes XWDColor structures, at offset XWDFileHeader.header_size in 96 * the file. XWDFileHeader.ncolors tells how many XWDColor structures
|