| /external/ow2-asm/asm-util/src/test/resources/ |
| D | jdk8.Artificial$()$Structures.txt | 3 public class jdk8/Artificial$()$Structures { 15 PUTFIELD jdk8/Artificial$()$Structures.value : I 21 private <init>(Ljdk8/Artificial$()$Structures;)V 28 GETFIELD jdk8/Artificial$()$Structures.value : I 31 …FRAME FULL [jdk8/Artificial$()$Structures jdk8/Artificial$()$Structures] [jdk8/Artificial$()$Struc… 34 …FRAME FULL [jdk8/Artificial$()$Structures jdk8/Artificial$()$Structures] [jdk8/Artificial$()$Struc… 35 PUTFIELD jdk8/Artificial$()$Structures.value : I 41 public clone()Ljdk8/Artificial$()$Structures; 42 NEW jdk8/Artificial$()$Structures 45 INVOKESPECIAL jdk8/Artificial$()$Structures.<init> (Ljdk8/Artificial$()$Structures;)V
|
| /external/python/google-api-python-client/googleapiclient/discovery_cache/documents/ |
| D | smartdevicemanagement.v1.json | 214 "structures": { object 218 "flatPath": "v1/enterprises/{enterprisesId}/structures/{structuresId}", 220 "id": "smartdevicemanagement.enterprises.structures.get", 226 …cription": "The name of the structure requested. For example: \"enterprises/XYZ/structures/ABC\".", 228 "pattern": "^enterprises/[^/]+/structures/[^/]+$", 243 "description": "Lists structures managed by the enterprise.", 244 "flatPath": "v1/enterprises/{enterprisesId}/structures", 246 "id": "smartdevicemanagement.enterprises.structures.list", 252 "description": "Optional filter to list structures.", 257 …"description": "Requested page size. Server may return fewer structures than requested. If unspeci… [all …]
|
| /external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/docs/ |
| D | ares_free_data.3 | 30 function frees one or more data structures allocated and returned 36 will free the whole linked list of ares_addr_node structures returned 41 will free the whole linked list of ares_srv_reply structures returned 43 associated with those structures. 47 will free the whole linked list of ares_mx_reply structures returned 49 associated with those structures. 53 will free the whole linked list of ares_txt_reply structures returned 55 associated with those structures. 63 will free list of ares_uri_reply structures, along with any additional
|
| /external/googleapis/google/home/enterprise/sdm/v1/ |
| D | smart_device_management_service.proto | 40 // Home structures and devices for enterprise use cases. 72 get: "/v1/{name=enterprises/*/structures/*}" 76 // Lists structures managed by the enterprise. 79 get: "/v1/{parent=enterprises/*}/structures" 86 get: "/v1/{name=enterprises/*/structures/*/rooms/*}" 93 get: "/v1/{parent=enterprises/*/structures/*}/rooms" 157 // "enterprises/XYZ/structures/ABC". 163 // The parent enterprise to list structures under. E.g. "enterprises/XYZ". 166 // Requested page size. Server may return fewer structures than requested. 173 // Optional filter to list structures. [all …]
|
| /external/python/google-api-python-client/docs/dyn/ |
| D | smartdevicemanagement_v1.enterprises.structures.html | 75 …nterprises</a> . <a href="smartdevicemanagement_v1.enterprises.structures.html">structures</a></h1> 78 <code><a href="smartdevicemanagement_v1.enterprises.structures.rooms.html">rooms()</a></code> 90 <p class="firstline">Lists structures managed by the enterprise.</p> 105 …name: string, The name of the structure requested. For example: "enterprises/XYZ/structures/A… 115 … only. The resource name of the structure. For example: "enterprises/XYZ/structures/ABC". 124 <pre>Lists structures managed by the enterprise. 127 …parent: string, The parent enterprise to list structures under. E.g. "enterprises/XYZ". … 128 filter: string, Optional filter to list structures. 129 …pageSize: integer, Requested page size. Server may return fewer structures than requested. If unsp… 141 "structures": [ # The list of structures. [all …]
|
| D | smartdevicemanagement_v1.enterprises.structures.rooms.html | 75 …evicemanagement_v1.enterprises.structures.html">structures</a> . <a href="smartdevicemanagement_v1… 100 …name: string, The name of the room requested. For example: "enterprises/XYZ/structures/ABC/ro… 110 …nly. The resource name of the room. For example: "enterprises/XYZ/structures/ABC/rooms/123&qu… 122 …source name of the rooms requested. For example: "enterprises/XYZ/structures/ABC". (requ… 137 …nly. The resource name of the room. For example: "enterprises/XYZ/structures/ABC/rooms/123&qu…
|
| /external/ow2-asm/asm/src/main/java/org/objectweb/asm/ |
| D | Symbol.java | 44 /** The tag value of CONSTANT_Class_info JVMS structures. */ 47 /** The tag value of CONSTANT_Fieldref_info JVMS structures. */ 50 /** The tag value of CONSTANT_Methodref_info JVMS structures. */ 53 /** The tag value of CONSTANT_InterfaceMethodref_info JVMS structures. */ 56 /** The tag value of CONSTANT_String_info JVMS structures. */ 59 /** The tag value of CONSTANT_Integer_info JVMS structures. */ 62 /** The tag value of CONSTANT_Float_info JVMS structures. */ 65 /** The tag value of CONSTANT_Long_info JVMS structures. */ 68 /** The tag value of CONSTANT_Double_info JVMS structures. */ 71 /** The tag value of CONSTANT_NameAndType_info JVMS structures. */ [all …]
|
| /external/ow2-asm/asm-test/src/resources/java/jdk8/ |
| D | DumpArtificialStructures.java | 39 * Generates a class with structures, instructions and patterns that cannot be produced by compiling 51 FileOutputStream fileOutputStream = new FileOutputStream("Artificial$()$Structures.class"); in main() 63 "jdk8/Artificial$()$Structures", in dump() 76 methodVisitor.visitFieldInsn(PUTFIELD, "jdk8/Artificial$()$Structures", "value", "I"); in dump() 83 ACC_PRIVATE, "<init>", "(Ljdk8/Artificial$()$Structures;)V", null, null); in dump() 92 methodVisitor.visitFieldInsn(GETFIELD, "jdk8/Artificial$()$Structures", "value", "I"); in dump() 98 methodVisitor.visitFieldInsn(PUTFIELD, "jdk8/Artificial$()$Structures", "value", "I"); in dump() 105 ACC_PUBLIC, "clone", "()Ljdk8/Artificial$()$Structures;", null, null); in dump() 107 methodVisitor.visitTypeInsn(NEW, "jdk8/Artificial$()$Structures"); in dump() 112 "jdk8/Artificial$()$Structures", in dump() [all …]
|
| /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/tensorflow/tensorflow/python/data/util/ |
| D | nest.py | 21 1. It removes support for lists as a level of nesting in nested structures. 83 """Asserts that two structures are nested in the same way. 93 structures. 96 ValueError: If the two structures do not have the same number of elements or 97 if the two structures are not nested in the same way. 98 TypeError: If the two structures differ in the type of sequence in any of 179 `structure[i]`. All structures in `structure` must have the same arity, 183 func: A callable that accepts as many arguments are there are structures. 187 `True` (default) the types of iterables within the structures have to be 199 TypeError: If `func` is not callable or if the structures do not match [all …]
|
| /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/tensorflow/tensorflow/python/util/ |
| D | nest.py | 16 """Functions that work with structures. 32 Refer to [Nesting Data Structures] 36 structures: 46 considered nested structures. For example, the following types are 103 "The two structures don't have the same sequence type. Input structure has " 107 "The two structures don't have the same sequence length. Input " 303 # structures, we need to use the same key string here. 479 """Asserts that two structures are nested in the same way. 484 Note the method does not check the types of atoms inside the structures. 532 ValueError: The two structures don't have the same nested structure [all …]
|
| /external/google-breakpad/src/google_breakpad/common/ |
| D | minidump_cpu_arm.h | 36 * that the alignments of these structures on the processing system are 37 * identical to the alignments of these structures on the producing system. 38 * For this reason, precise-sized types are used. The structures defined 43 * writing affected structures, MD_*_SIZE macros are provided where needed, 44 * containing the useful size of the structures without padding. 46 * Structures that are defined by Microsoft to contain a zero-length array 52 * These structures are also sufficient to populate minidump files. 72 * Note that these structures *do not* map directly to the CONTEXT
|
| D | minidump_cpu_ppc64.h | 36 * that the alignments of these structures on the processing system are 37 * identical to the alignments of these structures on the producing system. 38 * For this reason, precise-sized types are used. The structures defined 43 * writing affected structures, MD_*_SIZE macros are provided where needed, 44 * containing the useful size of the structures without padding. 46 * Structures that are defined by Microsoft to contain a zero-length array 52 * These structures are also sufficient to populate minidump files. 108 * are represented in separate structures that still define a thread's
|
| D | minidump_cpu_riscv.h | 8 * provided that the alignments of these structures on the processing system 9 * are identical to the alignments of these structures on the producing 10 * system. For this reason, precise-sized types are used. The structures 15 * writing affected structures, MD_*_SIZE macros are provided where needed, 16 * containing the useful size of the structures without padding. 18 * Structures that are defined by Microsoft to contain a zero-length array 24 * These structures are also sufficient to populate minidump files.
|
| D | minidump_cpu_mips.h | 36 * that the alignments of these structures on the processing system are 37 * identical to the alignments of these structures on the producing system. 38 * For this reason, precise-sized types are used. The structures defined 43 * writing affected structures, MD_*_SIZE macros are provided where needed, 44 * containing the useful size of the structures without padding. 46 * Structures that are defined by Microsoft to contain a zero-length array 52 * These structures are also sufficient to populate minidump files. 73 * Note that these structures *do not* map directly to the CONTEXT
|
| D | minidump_cpu_ppc.h | 36 * that the alignments of these structures on the processing system are 37 * identical to the alignments of these structures on the producing system. 38 * For this reason, precise-sized types are used. The structures defined 43 * writing affected structures, MD_*_SIZE macros are provided where needed, 44 * containing the useful size of the structures without padding. 46 * Structures that are defined by Microsoft to contain a zero-length array 52 * These structures are also sufficient to populate minidump files. 136 * are represented in separate structures that still define a thread's
|
| D | minidump_cpu_sparc.h | 36 * that the alignments of these structures on the processing system are 37 * identical to the alignments of these structures on the producing system. 38 * For this reason, precise-sized types are used. The structures defined 43 * writing affected structures, MD_*_SIZE macros are provided where needed, 44 * containing the useful size of the structures without padding. 46 * Structures that are defined by Microsoft to contain a zero-length array 52 * These structures are also sufficient to populate minidump files.
|
| D | minidump_cpu_x86.h | 36 * that the alignments of these structures on the processing system are 37 * identical to the alignments of these structures on the producing system. 38 * For this reason, precise-sized types are used. The structures defined 43 * writing affected structures, MD_*_SIZE macros are provided where needed, 44 * containing the useful size of the structures without padding. 46 * Structures that are defined by Microsoft to contain a zero-length array 52 * These structures are also sufficient to populate minidump files.
|
| D | minidump_cpu_arm64.h | 36 * that the alignments of these structures on the processing system are 37 * identical to the alignments of these structures on the producing system. 38 * For this reason, precise-sized types are used. The structures defined 43 * writing affected structures, MD_*_SIZE macros are provided where needed, 44 * containing the useful size of the structures without padding. 46 * Structures that are defined by Microsoft to contain a zero-length array 52 * These structures are also sufficient to populate minidump files.
|
| D | minidump_cpu_amd64.h | 36 * that the alignments of these structures on the processing system are 37 * identical to the alignments of these structures on the producing system. 38 * For this reason, precise-sized types are used. The structures defined 43 * writing affected structures, MD_*_SIZE macros are provided where needed, 44 * containing the useful size of the structures without padding. 46 * Structures that are defined by Microsoft to contain a zero-length array 52 * These structures are also sufficient to populate minidump files.
|
| /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/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/webrtc/pc/ |
| D | rtp_parameters_conversion.h | 31 // Functions for converting from new webrtc:: structures to old cricket:: 32 // structures. 66 // Functions for converting from old cricket:: structures to new webrtc:: 67 // structures. Unlike the above functions, these are permissive with regards to 73 // (in the form of cricket:: structures) to webrtc:: structures. The latter
|
| /external/cronet/third_party/boringssl/src/include/openssl/ |
| D | pkcs7.h | 30 // structures (RFC 2315). 42 // certificates in SignedData structures are unordered. Callers should not 54 // Note that certificates in SignedData structures are unordered. The order in 70 // SignedData structures are unordered. Callers should not assume an order in 76 // in SignedData structures are unordered. The order in |crls| will not be 86 // certificates in SignedData structures are unordered. Callers should not 98 // SignedData structures are unordered. Callers should not assume an order in 208 // certificates in SignedData structures are unordered. The order of |certs|
|