Home
last modified time | relevance | path

Searched +full:is +full:- +full:descriptor (Results 1 – 25 of 1316) sorted by relevance

12345678910>>...53

/external/cronet/third_party/protobuf/src/google/protobuf/compiler/java/
Djava_helpers.h1 // Protocol Buffers - Google's data interchange format
3 // https://developers.google.com/protocol-buffers/
19 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
20 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
42 #include <google/protobuf/descriptor.h>
44 #include <google/protobuf/descriptor.pb.h>
51 // Commonly-used separator comments. Thick is a line of '=', thin is a line
52 // of '-'.
58 // If annotation_file is non-empty, prints a javax.annotation.Generated
69 // If a GeneratedMessageLite contains non-lite enums, then its verifier
[all …]
/external/protobuf/src/google/protobuf/compiler/java/
Dhelpers.h1 // Protocol Buffers - Google's data interchange format
3 // https://developers.google.com/protocol-buffers/
19 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
20 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
42 #include <google/protobuf/descriptor.h>
44 #include <google/protobuf/descriptor.pb.h>
51 // Commonly-used separator comments. Thick is a line of '=', thin is a line
52 // of '-'.
58 // If annotation_file is non-empty, prints a javax.annotation.Generated
69 // If a GeneratedMessageLite contains non-lite enums, then its verifier
[all …]
/external/crosvm/devices/src/virtio/
Ddescriptor_chain.rs2 // Use of this source code is governed by a BSD-style license that can be
5 //! Virtqueue descriptor chain abstraction
21 /// Virtio flag indicating there is a next descriptor in descriptor chain
23 /// Virtio flag indicating descriptor is write-only
30 /// Type of access allowed for a single virtio descriptor within a descriptor chain.
33 /// Descriptor is readable by the device (written by the driver before putting the descriptor
36 /// Descriptor is writable by the device (read by the driver after the device puts the
37 /// descriptor chain on the used queue).
41 /// A virtio descriptor chain.
43 /// This is a low-level representation of the memory regions in a descriptor chain. Most code should
[all …]
/external/cronet/third_party/protobuf/objectivec/
DGPBWrappers.pbobjc.m10 #pragma clang diagnostic ignored "-Wdeprecated-declarations"
12 #pragma mark - GPBWrappersRoot
21 #pragma mark - GPBWrappersRoot_FileDescriptor
24 // This is called by +initialize so there is no need to worry
26 static GPBFileDescriptor *descriptor = NULL;
27 if (!descriptor) {
29 descriptor = [[GPBFileDescriptor alloc] initWithPackage:@"google.protobuf"
33 return descriptor;
36 #pragma mark - GPBDoubleValue
47 // This method is threadsafe because it is initially called
[all …]
DGPBStruct.pbobjc.m12 #pragma clang diagnostic ignored "-Wdeprecated-declarations"
13 #pragma clang diagnostic ignored "-Wdirect-ivar-access"
14 #pragma clang diagnostic ignored "-Wdollar-in-identifier-extension"
16 #pragma mark - Objective C Class declarations
19 // We don't use [Foo class] because it is not a static value.
24 #pragma mark - GPBStructRoot
33 #pragma mark - GPBStructRoot_FileDescriptor
36 // This is called by +initialize so there is no need to worry
38 static GPBFileDescriptor *descriptor = NULL;
39 if (!descriptor) {
[all …]
/external/protobuf/objectivec/
DGPBWrappers.pbobjc.m10 #pragma clang diagnostic ignored "-Wdeprecated-declarations"
12 #pragma mark - GPBWrappersRoot
21 #pragma mark - GPBWrappersRoot_FileDescriptor
24 // This is called by +initialize so there is no need to worry
26 static GPBFileDescriptor *descriptor = NULL;
27 if (!descriptor) {
29 descriptor = [[GPBFileDescriptor alloc] initWithPackage:@"google.protobuf"
33 return descriptor;
36 #pragma mark - GPBDoubleValue
47 // This method is threadsafe because it is initially called
[all …]
DGPBStruct.pbobjc.m12 #pragma clang diagnostic ignored "-Wdeprecated-declarations"
13 #pragma clang diagnostic ignored "-Wdirect-ivar-access"
14 #pragma clang diagnostic ignored "-Wdollar-in-identifier-extension"
16 #pragma mark - Objective C Class declarations
19 // We don't use [Foo class] because it is not a static value.
24 #pragma mark - GPBStructRoot
33 #pragma mark - GPBStructRoot_FileDescriptor
36 // This is called by +initialize so there is no need to worry
38 static GPBFileDescriptor *descriptor = NULL;
39 if (!descriptor) {
[all …]
/external/kotlinx.serialization/core/commonMain/src/kotlinx/serialization/encoding/
DEncoding.kt2 …* Copyright 2017-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 licen… in <lambda>()
13 * Encoder is a core serialization primitive that encapsulates the knowledge of the underlying in <lambda>()
15 * format-agnostic. Serialization process transforms a single value into the sequence of its in <lambda>()
17 * format representation: JSON string, ProtoBuf ByteArray, in-memory map representation etc. in <lambda>()
19 * Encoder provides high-level API that operates with basic primitive types, collections in <lambda>()
21 * and lower level format-specific details. in <lambda>()
23 * To be more specific, serialization transforms a value into a sequence of "here is an int, here is in <lambda>()
24 * a double, here a list of strings and here is another object that is a nested int", while encoding in <lambda>()
25 * transforms this sequence into a format-specific commands such as "insert opening curly bracket in <lambda>()
28 * The symmetric interface for the deserialization process is [Decoder]. in <lambda>()
[all …]
DDecoding.kt2 …* Copyright 2017-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 licen…
13 * Decoder is a core deserialization primitive that encapsulates the knowledge of the underlying
15 …* format-agnostic. Deserialization process takes a decoder and asks him for a sequence of primitiv…
19 * Decoder provides high-level API that operates with basic primitive types, collections
21 * and lower level format-specific details.
24 …* a double, give me a list of strings and give me another object that is a nested int", while deco…
25 …* transforms this sequence into a format-specific commands such as "parse the part of the string u…
28 * The symmetric interface for the serialization process is [Encoder].
32 * If a class is represented as a single [primitive][PrimitiveKind] value in its serialized form,
37 * If a class is represented as a structure or has multiple values in its serialized form,
[all …]
/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/posix/
Dbasic_descriptor.hpp5 // Copyright (c) 2003-2021 Christopher M. Kohlhoff (chris at kohlhoff dot com)
44 /// Provides POSIX descriptor functionality.
47 * POSIX descriptor.
61 /// Rebinds the descriptor type to another executor.
65 /// The descriptor type when rebound to the specified executor.
69 /// The native representation of a descriptor.
77 /// A descriptor is always the lowest layer.
80 /// Construct a descriptor without opening it.
82 * This constructor creates a descriptor without opening it.
84 * @param ex The I/O executor that the descriptor will use, by default, to
[all …]
/external/autotest/client/cros/cellular/mbim_compliance/
Dusb_descriptors.py3 # Use of this source code is governed by a BSD-style license that can be
75 Metaclass for creating a USB descriptor class.
77 A derived descriptor class takes raw descriptor data as an array of unsigned
79 as instance attributes. A derived class of |Descriptor| should specify the
82 DESCRIPTOR_TYPE: An unsigned 8-bit number specifying the descriptor
86 DESCRIPTOR_SUBTYPE: An unsigned 8-bit number specifying the descriptor
92 in the USB descriptor. Each inner tuple is a field definition and
95 field from the raw descriptor data. The second element specifies the
96 field name, which is also the attribute name used by an instance of the
97 derived descriptor class for storing the field. Each derived descriptor
[all …]
/external/protobuf/python/google/protobuf/
Ddescriptor_pool.py1 # Protocol Buffers - Google's data interchange format
3 # https://developers.google.com/protocol-buffers/
19 # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
20 # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
33 The DescriptorPool is used in conjection with a DescriptorDatabase to maintain
41 Below is a straightforward example on how to use this class::
49 The message descriptor can be used in conjunction with the message_factory
63 from google.protobuf import descriptor
68 _USE_C_DESCRIPTORS = descriptor._USE_C_DESCRIPTORS # pylint: disable=protected-access
77 'to descriptor_pool is wrong. Use Add() or AddSerializedFile() '
[all …]
/external/cronet/third_party/protobuf/python/google/protobuf/
Ddescriptor_pool.py1 # Protocol Buffers - Google's data interchange format
3 # https://developers.google.com/protocol-buffers/
19 # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
20 # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
33 The DescriptorPool is used in conjection with a DescriptorDatabase to maintain
41 Below is a straightforward example on how to use this class::
49 The message descriptor can be used in conjunction with the message_factory
63 from google.protobuf import descriptor
68 _USE_C_DESCRIPTORS = descriptor._USE_C_DESCRIPTORS # pylint: disable=protected-access
77 'to descriptor_pool is wrong. Use Add() or AddSerializedFile() '
[all …]
/external/crosvm/base/src/
Ddescriptor.rs2 // Use of this source code is governed by a BSD-style license that can be
21 pub(crate) descriptor: RawDescriptor, field
24 /// Trait for forfeiting ownership of the current raw descriptor, and returning the raw descriptor
26 fn into_raw_descriptor(self) -> RawDescriptor; in into_raw_descriptor()
29 /// Trait for returning the underlying raw descriptor, without giving up ownership of the
30 /// descriptor.
32 /// Returns the underlying raw descriptor.
34 /// Since the descriptor is still owned by the provider, callers should not assume that it will
35 /// remain open for longer than the immediate call of this method. In particular, it is a
37 /// used to e.g. obtain a raw descriptor that is immediately passed to a system call.
[all …]
/external/crosvm/rutabaga_gfx/src/rutabaga_os/
Ddescriptor.rs2 // Use of this source code is governed by a BSD-style license that can be
13 pub(crate) descriptor: RawDescriptor, field
16 /// Trait for forfeiting ownership of the current raw descriptor, and returning the raw descriptor
18 fn into_raw_descriptor(self) -> RawDescriptor; in into_raw_descriptor()
21 /// Trait for returning the underlying raw descriptor, without giving up ownership of the
22 /// descriptor.
24 /// Returns the underlying raw descriptor.
26 /// Since the descriptor is still owned by the provider, callers should not assume that it will
27 /// remain open for longer than the immediate call of this method. In particular, it is a
29 /// used to e.g. obtain a raw descriptor that is immediately passed to a system call.
[all …]
/external/e2fsprogs/tests/j_long_trans_mcsum_32bit/
Dexpect1 64-bit filesystem support is not enabled. The larger fields afforded by this feature enable full-s…
16 test_filesys: 11/32768 files (0.0% non-contiguous), 27050/524288 blocks
17 Exit status is 0
21 debugfs: logdump -c
23 Found expected sequence 1, type 1 (descriptor block) at block 1
24 Found expected sequence 1, type 1 (descriptor block) at block 64
25 Found expected sequence 1, type 1 (descriptor block) at block 127
26 Found expected sequence 1, type 1 (descriptor block) at block 190
27 Found expected sequence 1, type 1 (descriptor block) at block 253
28 Found expected sequence 1, type 1 (descriptor block) at block 316
[all …]
/external/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_helpers.h1 // Protocol Buffers - Google's data interchange format
3 // https://developers.google.com/protocol-buffers/
19 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
20 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
41 #include <google/protobuf/descriptor.pb.h>
42 #include <google/protobuf/descriptor.h>
78 std::string GetReflectionClassUnqualifiedName(const FileDescriptor* descriptor);
80 std::string GetExtensionClassUnqualifiedName(const FileDescriptor* descriptor);
82 std::string GetClassName(const EnumDescriptor* descriptor);
84 std::string GetFieldName(const FieldDescriptor* descriptor);
[all …]
/external/cronet/third_party/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_helpers.h1 // Protocol Buffers - Google's data interchange format
3 // https://developers.google.com/protocol-buffers/
19 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
20 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
41 #include <google/protobuf/descriptor.pb.h>
42 #include <google/protobuf/descriptor.h>
78 std::string GetReflectionClassUnqualifiedName(const FileDescriptor* descriptor);
80 std::string GetExtensionClassUnqualifiedName(const FileDescriptor* descriptor);
82 std::string GetClassName(const EnumDescriptor* descriptor);
84 std::string GetFieldName(const FieldDescriptor* descriptor);
[all …]
/external/kotlinx.serialization/core/commonMain/src/kotlinx/serialization/internal/
DTuples.kt2 …* Copyright 2017-2021 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 licen…
16 …"This class is used only by the plugin in generated code and should not be used directly. Use corr…
29 val structuredEncoder = encoder.beginStructure(descriptor) in toResult()
30 structuredEncoder.encodeSerializableElement(descriptor, 0, keySerializer, value.key) in toResult()
31 structuredEncoder.encodeSerializableElement(descriptor, 1, valueSerializer, value.value) in toResult()
32 structuredEncoder.endStructure(descriptor) in toResult()
35 override fun deserialize(decoder: Decoder): R = decoder.decodeStructure(descriptor) { in <lambda>()
37 val key = decodeSerializableElement(descriptor, 0, keySerializer) in <lambda>()
38 val value = decodeSerializableElement(descriptor, 1, valueSerializer) in <lambda>()
45 when (val idx = decodeElementIndex(descriptor)) { in <lambda>()
[all …]
/external/vulkan-validation-layers/docs/
Dgpu_validation.md1 <!-- markdownlint-disable MD041 -->
2 <!-- Copyright 2015-2019 LunarG, Inc. -->
8 # GPU-Assisted Validation
12 [3]: https://i.creativecommons.org/l/by-nd/4.0/88x31.png "Creative Commons License"
13 [4]: https://creativecommons.org/licenses/by-nd/4.0/
15 GPU-Assisted validation is implemented in the SPIR-V Tools optimizer and the `VK_LAYER_KHRONOS_vali…
16 soon-to-be-deprecated `VK_LAYER_LUNARG_core_validation` layer). This document covers the design of …
21 The basic operation of GPU-Assisted validation is comprised of instrumenting shader code to perform…
25 The layer instruments the shaders by passing the shader's SPIR-V bytecode to the SPIR-V optimizer c…
26 …erform an instrumentation pass to add the additional instructions to perform the run-time checking.
[all …]
/external/kotlinx.serialization/core/commonMain/src/kotlinx/serialization/descriptors/
DSerialDescriptor.kt2 …* Copyright 2017-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 licen…
12 …* Serial descriptor is an inherent property of [KSerializer] that describes the structure of the s…
13 …* The structure of the serializable type is not only the characteristic of the type itself, but al…
18 …* Representations are determined by serializers and each such serializer has its own descriptor th…
19 * each structure in a distinguishable and format-agnostic manner.
22 …* Serial descriptor is identified by its [name][serialName] and consists of kind, potentially empt…
25 …* * [serialName] uniquely identifies the descriptor (and the corresponding serializer) for non-gen…
26 …* For generic types, the actual type substitution is omitted from the string representation and …
27 …s the family of the serializers without type substitutions. However, type substitution is accounted
30 …* [serialName] is typically used to specify the type of the target class during serialization of…
[all …]
/external/protobuf/src/google/protobuf/compiler/cpp/
Dhelpers.h1 // Protocol Buffers - Google's data interchange format
3 // https://developers.google.com/protocol-buffers/
19 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
20 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
48 #include <google/protobuf/descriptor.pb.h>
50 #include <google/protobuf/descriptor.h>
74 return d->options().deprecated() ? "PROTOBUF_DEPRECATED " : ""; in DeprecatedAttribute()
79 return d->options().deprecated() ? "PROTOBUF_DEPRECATED_ENUM " : ""; in DeprecatedAttribute()
82 // Commonly-used separator comments. Thick is a line of '=', thin is a line
83 // of '-'.
[all …]
/external/rust/crates/virtio-queue/src/
Dchain.rs2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE-BSD-3-Clause file.
9 // Copyright (C) 2020-2021 Alibaba Cloud. All rights reserved.
11 // SPDX-License-Identifier: Apache-2.0 AND BSD-3-Clause
19 use crate::{Descriptor, Error};
22 /// A virtio descriptor chain.
46 ) -> Self { in with_ttl()
62 /// * `mem` - the `GuestMemory` object that can be used to access the buffers pointed to by the
63 /// descriptor chain.
64 /// * `desc_table` - the address of the descriptor table.
[all …]
/external/kotlinx.serialization/formats/protobuf/commonMain/src/kotlinx/serialization/protobuf/internal/
DProtobufDecoding.kt2 …* Copyright 2017-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 licen…
22 @JvmField protected val descriptor: SerialDescriptor constant in kotlinx.serialization.protobuf.internal.ProtobufDecoder
27 // Proto id -> index in serial descriptor cache
32 private val elementMarker = ElementMarker(descriptor, ::readIfAbsent)
35 populateCache(descriptor)
38 public fun populateCache(descriptor: SerialDescriptor) { in populateCache()
39 val elements = descriptor.elementsCount in populateCache()
43 * array for the fast-path. Fast-path implies that elements are not marked with @ProtoId in populateCache()
44 * explicitly or are monotonic and incremental (maybe, 1-indexed) in populateCache()
48 val protoId = extractProtoId(descriptor, i, false) in populateCache()
[all …]
/external/cronet/third_party/apache-portable-runtime/src/include/
Dapr_poll.h8 * http://www.apache.org/licenses/LICENSE-2.0
11 * distributed under the License is distributed on an "AS IS" BASIS,
54 #define APR_POLLNVAL 0x040 /**< Descriptor invalid */
62 #define APR_POLLSET_THREADSAFE 0x001 /**< Adding or removing a descriptor is
63 * thread-safe
72 * the specified non-default method cannot be
90 /** Used in apr_pollfd_t to determine what the apr_descriptor is */
93 APR_POLL_SOCKET, /**< descriptor refers to a socket */
94 APR_POLL_FILE, /**< descriptor refers to a file */
95 APR_POLL_LASTDESC /**< @deprecated descriptor is the last one in the list */
[all …]

12345678910>>...53