/system/bt/service/common/bluetooth/ |
descriptor.cc | 17 #include <bluetooth/descriptor.h> 20 Descriptor::Descriptor(const Descriptor& other) { 26 Descriptor& Descriptor::operator=(const Descriptor& other) { 36 bool Descriptor::Equals(const Descriptor& other) const { 41 bool Descriptor::operator==(const Descriptor& rhs) const { return Equals(rhs); [all...] |
descriptor.h | 22 class Descriptor { 24 Descriptor() = default; 25 Descriptor(const Descriptor& other); 26 Descriptor& operator=(const Descriptor& other); 27 Descriptor(uint16_t handle, const UUID& uuid, uint16_t permissions) 29 virtual ~Descriptor() = default; 32 bool Equals(const Descriptor& other) const; 33 bool operator==(const Descriptor& rhs) const [all...] |
/external/protobuf/python/google/protobuf/pyext/ |
descriptor_containers.h | 42 class Descriptor; 56 PyObject* NewMessageFieldsByName(const Descriptor* descriptor); 57 PyObject* NewMessageFieldsByCamelcaseName(const Descriptor* descriptor); 58 PyObject* NewMessageFieldsByNumber(const Descriptor* descriptor); 59 PyObject* NewMessageFieldsSeq(const Descriptor* descriptor); 61 PyObject* NewMessageNestedTypesSeq(const Descriptor* descriptor) [all...] |
/external/v8/src/ic/ia32/ |
ic-compiler-ia32.cc | 18 typedef StoreWithVectorDescriptor Descriptor; 19 STATIC_ASSERT(Descriptor::kStackArgumentsCount == 3); 26 __ LoadParameterFromStack<Descriptor>(Descriptor::ValueRegister(), 27 Descriptor::kValue); 29 __ mov(Operand(esp, 12), Descriptor::ReceiverRegister()); 30 __ mov(Operand(esp, 8), Descriptor::NameRegister()); 31 __ mov(Operand(esp, 4), Descriptor::ValueRegister());
|
/external/v8/src/ic/x87/ |
ic-compiler-x87.cc | 18 typedef StoreWithVectorDescriptor Descriptor; 19 STATIC_ASSERT(Descriptor::kStackArgumentsCount == 3); 26 __ LoadParameterFromStack<Descriptor>(Descriptor::ValueRegister(), 27 Descriptor::kValue); 29 __ mov(Operand(esp, 12), Descriptor::ReceiverRegister()); 30 __ mov(Operand(esp, 8), Descriptor::NameRegister()); 31 __ mov(Operand(esp, 4), Descriptor::ValueRegister());
|
/external/protobuf/src/google/protobuf/compiler/python/ |
python_generator.h | 47 class Descriptor; 78 void PrintNestedEnums(const Descriptor& descriptor) const; 86 const Descriptor& message_descriptor, 89 int (Descriptor::*CountFn)() const, 90 const FieldDescriptor* (Descriptor::*GetterFn)(int) const) const; 91 void PrintFieldsInDescriptor(const Descriptor& message_descriptor) const; 92 void PrintExtensionsInDescriptor(const Descriptor& message_descriptor) const; 94 void PrintDescriptor(const Descriptor& message_descriptor) const; 95 void PrintNestedDescriptors(const Descriptor& containing_descriptor) const [all...] |
/prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/compiler/python/ |
python_generator.h | 46 class Descriptor; 77 void PrintNestedEnums(const Descriptor& descriptor) const; 85 const Descriptor& message_descriptor, 88 int (Descriptor::*CountFn)() const, 89 const FieldDescriptor* (Descriptor::*GetterFn)(int) const) const; 90 void PrintFieldsInDescriptor(const Descriptor& message_descriptor) const; 91 void PrintExtensionsInDescriptor(const Descriptor& message_descriptor) const; 93 void PrintDescriptor(const Descriptor& message_descriptor) const; 94 void PrintNestedDescriptors(const Descriptor& containing_descriptor) const [all...] |
/prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/compiler/python/ |
python_generator.h | 46 class Descriptor; 77 void PrintNestedEnums(const Descriptor& descriptor) const; 85 const Descriptor& message_descriptor, 88 int (Descriptor::*CountFn)() const, 89 const FieldDescriptor* (Descriptor::*GetterFn)(int) const) const; 90 void PrintFieldsInDescriptor(const Descriptor& message_descriptor) const; 91 void PrintExtensionsInDescriptor(const Descriptor& message_descriptor) const; 93 void PrintDescriptor(const Descriptor& message_descriptor) const; 94 void PrintNestedDescriptors(const Descriptor& containing_descriptor) const [all...] |
/prebuilts/misc/windows/protobuf2.5/include/google/protobuf/compiler/python/ |
python_generator.h | 46 class Descriptor; 77 void PrintNestedEnums(const Descriptor& descriptor) const; 85 const Descriptor& message_descriptor, 88 int (Descriptor::*CountFn)() const, 89 const FieldDescriptor* (Descriptor::*GetterFn)(int) const) const; 90 void PrintFieldsInDescriptor(const Descriptor& message_descriptor) const; 91 void PrintExtensionsInDescriptor(const Descriptor& message_descriptor) const; 93 void PrintDescriptor(const Descriptor& message_descriptor) const; 94 void PrintNestedDescriptors(const Descriptor& containing_descriptor) const [all...] |
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/compiler/python/ |
python_generator.h | 47 class Descriptor; 78 void PrintNestedEnums(const Descriptor& descriptor) const; 86 const Descriptor& message_descriptor, 89 int (Descriptor::*CountFn)() const, 90 const FieldDescriptor* (Descriptor::*GetterFn)(int) const) const; 91 void PrintFieldsInDescriptor(const Descriptor& message_descriptor) const; 92 void PrintExtensionsInDescriptor(const Descriptor& message_descriptor) const; 94 void PrintDescriptor(const Descriptor& message_descriptor) const; 95 void PrintNestedDescriptors(const Descriptor& containing_descriptor) const [all...] |
/prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/compiler/python/ |
python_generator.h | 46 class Descriptor; 77 void PrintNestedEnums(const Descriptor& descriptor) const; 85 const Descriptor& message_descriptor, 88 int (Descriptor::*CountFn)() const, 89 const FieldDescriptor* (Descriptor::*GetterFn)(int) const) const; 90 void PrintFieldsInDescriptor(const Descriptor& message_descriptor) const; 91 void PrintExtensionsInDescriptor(const Descriptor& message_descriptor) const; 93 void PrintDescriptor(const Descriptor& message_descriptor) const; 94 void PrintNestedDescriptors(const Descriptor& containing_descriptor) const [all...] |
/external/v8/src/builtins/ |
builtins-handler.cc | 17 typedef LoadWithVectorDescriptor Descriptor; 19 Node* receiver = assembler->Parameter(Descriptor::kReceiver); 20 Node* name = assembler->Parameter(Descriptor::kName); 21 Node* slot = assembler->Parameter(Descriptor::kSlot); 22 Node* vector = assembler->Parameter(Descriptor::kVector); 23 Node* context = assembler->Parameter(Descriptor::kContext); 46 typedef StoreWithVectorDescriptor Descriptor; 48 Node* receiver = assembler->Parameter(Descriptor::kReceiver); 49 Node* name = assembler->Parameter(Descriptor::kName); 50 Node* value = assembler->Parameter(Descriptor::kValue) [all...] |
/system/bt/service/common/android/bluetooth/ |
bluetooth_gatt_descriptor.h | 19 #include "bluetooth/descriptor.h" 32 public ::bluetooth::Descriptor { 36 const ::bluetooth::Descriptor& characteristic) // NOLINT(implicit) 37 : ::bluetooth::Descriptor(characteristic){};
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/ |
ObjectDescriptorBase.java | 25 @Descriptor(tags = 0x00)
|
/external/protobuf/src/google/protobuf/compiler/java/ |
java_names.h | 35 // Provides a mechanism for mapping a descriptor to the 46 class Descriptor; 55 // descriptor != NULL 59 string ClassName(const Descriptor* descriptor); 62 // descriptor != NULL 66 string ClassName(const EnumDescriptor* descriptor); 69 // descriptor != NULL 73 string ClassName(const FileDescriptor* descriptor); 76 // descriptor != NUL [all...] |
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/compiler/java/ |
java_names.h | 35 // Provides a mechanism for mapping a descriptor to the 46 class Descriptor; 55 // descriptor != NULL 59 string ClassName(const Descriptor* descriptor); 62 // descriptor != NULL 66 string ClassName(const EnumDescriptor* descriptor); 69 // descriptor != NULL 73 string ClassName(const FileDescriptor* descriptor); 76 // descriptor != NUL [all...] |
/external/protobuf/src/google/protobuf/ |
dynamic_message.h | 54 class Descriptor; // descriptor.h 55 class DescriptorPool; // descriptor.h 63 // Descriptor. DynamicMessage provides this. 69 // the cached information for a particular descriptor could outlive the 70 // descriptor itself. To avoid this problem, DynamicMessageFactory 92 // Descriptor d for which: 103 // Given a Descriptor, constructs the default (prototype) Message of that 107 // Calling this method twice with the same Descriptor returns the same 114 // The given descriptor must outlive the returned message, and hence mus [all...] |
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/ |
dynamic_message.h | 54 class Descriptor; // descriptor.h 55 class DescriptorPool; // descriptor.h 63 // Descriptor. DynamicMessage provides this. 69 // the cached information for a particular descriptor could outlive the 70 // descriptor itself. To avoid this problem, DynamicMessageFactory 92 // Descriptor d for which: 103 // Given a Descriptor, constructs the default (prototype) Message of that 107 // Calling this method twice with the same Descriptor returns the same 114 // The given descriptor must outlive the returned message, and hence mus [all...] |
/prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/ |
dynamic_message.h | 48 class Descriptor; // descriptor.h 49 class DescriptorPool; // descriptor.h 57 // Descriptor. DynamicMessage provides this. 63 // the cached information for a particular descriptor could outlive the 64 // descriptor itself. To avoid this problem, DynamicMessageFactory 86 // Descriptor d for which: 97 // Given a Descriptor, constructs the default (prototype) Message of that 101 // Calling this method twice with the same Descriptor returns the same 108 // The given descriptor must outlive the returned message, and hence mus [all...] |
/prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/ |
dynamic_message.h | 48 class Descriptor; // descriptor.h 49 class DescriptorPool; // descriptor.h 57 // Descriptor. DynamicMessage provides this. 63 // the cached information for a particular descriptor could outlive the 64 // descriptor itself. To avoid this problem, DynamicMessageFactory 86 // Descriptor d for which: 97 // Given a Descriptor, constructs the default (prototype) Message of that 101 // Calling this method twice with the same Descriptor returns the same 108 // The given descriptor must outlive the returned message, and hence mus [all...] |
/prebuilts/misc/windows/protobuf2.5/include/google/protobuf/ |
dynamic_message.h | 48 class Descriptor; // descriptor.h 49 class DescriptorPool; // descriptor.h 57 // Descriptor. DynamicMessage provides this. 63 // the cached information for a particular descriptor could outlive the 64 // descriptor itself. To avoid this problem, DynamicMessageFactory 86 // Descriptor d for which: 97 // Given a Descriptor, constructs the default (prototype) Message of that 101 // Calling this method twice with the same Descriptor returns the same 108 // The given descriptor must outlive the returned message, and hence mus [all...] |
/prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/ |
dynamic_message.h | 48 class Descriptor; // descriptor.h 49 class DescriptorPool; // descriptor.h 57 // Descriptor. DynamicMessage provides this. 63 // the cached information for a particular descriptor could outlive the 64 // descriptor itself. To avoid this problem, DynamicMessageFactory 86 // Descriptor d for which: 97 // Given a Descriptor, constructs the default (prototype) Message of that 101 // Calling this method twice with the same Descriptor returns the same 108 // The given descriptor must outlive the returned message, and hence mus [all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/ |
Keyboard.c | 24 @param DescriptorCount A pointer to the number of Descriptor entries being described in the keyboard layout being retrieved.
25 @param Descriptor A pointer to a buffer containing an array of EFI_KEY_DESCRIPTOR entries. Each entry will reflect the
36 OUT FRAMEWORK_EFI_KEY_DESCRIPTOR *Descriptor
|
/external/libchrome/base/posix/ |
global_descriptors.h | 34 // It maps from an abstract key to a descriptor. If independent modules each 40 struct Descriptor { 41 Descriptor(Key key, int fd); 42 Descriptor(Key key, int fd, base::MemoryMappedFile::Region region); 51 typedef std::vector<Descriptor> Mapping; 53 // Often we want a canonical descriptor for a given Key. In this case, we add 71 // Get a descriptor given a key. It is a fatal error if the key is not known. 74 // Get a descriptor given a key. Returns -1 on error. 80 // Set the descriptor for the given |key|. This sets the region associated 84 // Set the descriptor and |region| for the given |key| [all...] |
/external/v8/src/ |
property.h | 16 // Abstraction for elements in instance-descriptor arrays. 18 // Each descriptor has a key, property attributes, property type, 19 // property index (in the actual instance-descriptor array) and 21 class Descriptor BASE_EMBEDDED { 35 Descriptor() : details_(Smi::kZero) {} 45 Descriptor(Handle<Name> key, Handle<Object> value, PropertyDetails details) 51 Descriptor(Handle<Name> key, Handle<Object> value, 66 std::ostream& operator<<(std::ostream& os, const Descriptor& d); 69 class DataDescriptor final : public Descriptor { 77 : Descriptor(key, wrapped_field_type, attributes, DATA, representation [all...] |