Home
last modified time | relevance | path

Searched full:structures (Results 1 – 25 of 4885) sorted by relevance

12345678910>>...196

/external/ow2-asm/asm-util/src/test/resources/
Djdk8.Artificial$()$Structures.txt3 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/
Dsmartdevicemanagement.v1.json214 "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/
Dares_free_data.330 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/
Dsmart_device_management_service.proto40 // 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/
Dsmartdevicemanagement_v1.enterprises.structures.html75 …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: &quot;enterprises/XYZ/structures/A…
115 … only. The resource name of the structure. For example: &quot;enterprises/XYZ/structures/ABC&quot;.
124 <pre>Lists structures managed by the enterprise.
127 …parent: string, The parent enterprise to list structures under. E.g. &quot;enterprises/XYZ&quot;. …
128 filter: string, Optional filter to list structures.
129 …pageSize: integer, Requested page size. Server may return fewer structures than requested. If unsp…
141 &quot;structures&quot;: [ # The list of structures.
[all …]
Dsmartdevicemanagement_v1.enterprises.structures.rooms.html75 …evicemanagement_v1.enterprises.structures.html">structures</a> . <a href="smartdevicemanagement_v1…
100 …name: string, The name of the room requested. For example: &quot;enterprises/XYZ/structures/ABC/ro…
110 …nly. The resource name of the room. For example: &quot;enterprises/XYZ/structures/ABC/rooms/123&qu…
122 …source name of the rooms requested. For example: &quot;enterprises/XYZ/structures/ABC&quot;. (requ…
137 …nly. The resource name of the room. For example: &quot;enterprises/XYZ/structures/ABC/rooms/123&qu…
/external/ow2-asm/asm/src/main/java/org/objectweb/asm/
DSymbol.java44 /** 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/
DDumpArtificialStructures.java39 * 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/
DJClassLibGenerator.java39 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/
Dnest.py21 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/
DC++.sublime-syntax910 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/
Dnest.py16 """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/
Dminidump_cpu_arm.h36 * 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
Dminidump_cpu_ppc64.h36 * 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
Dminidump_cpu_riscv.h8 * 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.
Dminidump_cpu_mips.h36 * 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
Dminidump_cpu_ppc.h36 * 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
Dminidump_cpu_sparc.h36 * 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.
Dminidump_cpu_x86.h36 * 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.
Dminidump_cpu_arm64.h36 * 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.
Dminidump_cpu_amd64.h36 * 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/
Dsecurity.rst26 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/
D7zC.txt25 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/
Drtp_parameters_conversion.h31 // 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/
Dpkcs7.h30 // 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|

12345678910>>...196