/system/bt/service/common/bluetooth/ |
characteristic.h | 19 #include <bluetooth/descriptor.h> 31 const std::vector<Descriptor>& descriptors) 49 const std::vector<Descriptor>& descriptors() const { return descriptors_; } 50 std::vector<Descriptor>& descriptors() { return descriptors_; } 57 std::vector<Descriptor> descriptors_;
|
/external/v8/src/builtins/ |
builtins-internal.cc | 60 typedef CopyFastSmiOrObjectElementsDescriptor Descriptor; 62 Node* object = assembler->Parameter(Descriptor::kObject); 103 typedef GrowArrayElementsDescriptor Descriptor; 105 Node* object = assembler->Parameter(Descriptor::kObject); 106 Node* key = assembler->Parameter(Descriptor::kKey); 107 Node* context = assembler->Parameter(Descriptor::kContext); 123 typedef GrowArrayElementsDescriptor Descriptor; 125 Node* object = assembler->Parameter(Descriptor::kObject); 126 Node* key = assembler->Parameter(Descriptor::kKey); 127 Node* context = assembler->Parameter(Descriptor::kContext) [all...] |
builtins-conversion.cc | 31 typedef TypeConversionDescriptor Descriptor; 33 Node* input = assembler->Parameter(Descriptor::kArgument); 34 Node* context = assembler->Parameter(Descriptor::kContext); 114 typedef TypeConversionDescriptor Descriptor; 116 Node* input = assembler->Parameter(Descriptor::kArgument); 117 Node* context = assembler->Parameter(Descriptor::kContext); 124 typedef TypeConversionDescriptor Descriptor; 126 Node* input = assembler->Parameter(Descriptor::kArgument); 127 Node* context = assembler->Parameter(Descriptor::kContext); 135 typedef TypeConversionDescriptor Descriptor; [all...] |
/external/libchrome/base/posix/ |
global_descriptors.cc | 14 GlobalDescriptors::Descriptor::Descriptor(Key key, int fd) 18 GlobalDescriptors::Descriptor::Descriptor(Key key, 36 DLOG(FATAL) << "Unknown global descriptor: " << key; 65 descriptors_.push_back(Descriptor(key, fd, region)); 73 DLOG(FATAL) << "Unknown global descriptor: " << key;
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
reactor_op_queue.hpp | 27 template <typename Descriptor> 32 typedef Descriptor key_type; 55 // operation for the given descriptor, in which case the reactor's event 57 bool enqueue_operation(Descriptor descriptor, reactor_op* op) 60 operations_.insert(value_type(descriptor, mapped_type())); 65 // Cancel all operations associated with the descriptor identified by the 66 // supplied iterator. Any operations pending for the descriptor will be 89 // Cancel all operations associated with the descriptor. Any operations 90 // pending for the descriptor will be cancelled. Returns true if an [all...] |
/external/protobuf/src/google/protobuf/util/internal/ |
type_info_test_helper.cc | 41 #include <google/protobuf/descriptor.h> 58 const vector<const Descriptor*>& descriptors) { 75 void TypeInfoTestHelper::ResetTypeInfo(const Descriptor* descriptor) { 76 vector<const Descriptor*> descriptors; 77 descriptors.push_back(descriptor); 81 void TypeInfoTestHelper::ResetTypeInfo(const Descriptor* descriptor1, 82 const Descriptor* descriptor2) { 83 vector<const Descriptor*> descriptors;
|
/external/protobuf/csharp/src/Google.Protobuf.Test/Reflection/ |
DescriptorsTest.cs | 49 FileDescriptor file = UnittestProto3Reflection.Descriptor; 59 Assert.AreEqual(1, UnittestImportProto3Reflection.Descriptor.PublicDependencies.Count); 60 Assert.AreEqual(UnittestImportPublicProto3Reflection.Descriptor, UnittestImportProto3Reflection.Descriptor.PublicDependencies[0]); 63 Assert.AreEqual(UnittestImportProto3Reflection.Descriptor, file.Dependencies[0]); 65 MessageDescriptor messageType = TestAllTypes.Descriptor; 80 Assert.AreEqual(1, UnittestImportProto3Reflection.Descriptor.EnumTypes.Count); 81 Assert.AreEqual("ImportEnum", UnittestImportProto3Reflection.Descriptor.EnumTypes[0].Name); 93 MessageDescriptor messageType = TestAllTypes.Descriptor; 94 MessageDescriptor nestedType = TestAllTypes.Types.NestedMessage.Descriptor; [all...] |
/external/llvm/include/llvm/DebugInfo/DWARF/ |
DWARFDebugArangeSet.h | 35 // The size in bytes of a segment descriptor on the target architecture. 40 struct Descriptor { 47 typedef std::vector<Descriptor> DescriptorColl;
|
/external/protobuf/python/google/protobuf/pyext/ |
descriptor.h | 38 #include <google/protobuf/descriptor.h> 51 // Wraps a Descriptor in a Python object. 55 PyObject* PyMessageDescriptor_FromDescriptor(const Descriptor* descriptor); 56 PyObject* PyFieldDescriptor_FromDescriptor(const FieldDescriptor* descriptor); 57 PyObject* PyEnumDescriptor_FromDescriptor(const EnumDescriptor* descriptor); 59 const EnumValueDescriptor* descriptor); 60 PyObject* PyOneofDescriptor_FromDescriptor(const OneofDescriptor* descriptor); 70 // Return the C++ descriptor pointer. 73 const Descriptor* PyMessageDescriptor_AsDescriptor(PyObject* obj) [all...] |
/external/protobuf/src/google/protobuf/compiler/java/ |
java_message_builder.h | 61 explicit MessageBuilderGenerator(const Descriptor* descriptor, 73 const Descriptor* descriptor_;
|
java_message.h | 63 explicit MessageGenerator(const Descriptor* descriptor); 87 const Descriptor* descriptor_; 95 explicit ImmutableMessageGenerator(const Descriptor* descriptor, 120 io::Printer* printer, const Descriptor::ExtensionRange* range);
|
java_context.h | 48 class Descriptor; 94 bool HasGeneratedMethods(const Descriptor* descriptor) const; 98 void InitializeFieldGeneratorInfoForMessage(const Descriptor* message);
|
java_name_resolver.h | 41 class Descriptor; 50 // Used to get the Java class related names for a given descriptor. It caches 71 // Gets the name of the outer class that holds descriptor information. 77 // Gets the fully-qualified class name corresponding to the given descriptor. 78 string GetClassName(const Descriptor* descriptor, bool immutable); 79 string GetClassName(const EnumDescriptor* descriptor, bool immutable); 80 string GetClassName(const ServiceDescriptor* descriptor, bool immutable); 81 string GetClassName(const FileDescriptor* descriptor, bool immutable); 84 string GetImmutableClassName(const DescriptorType* descriptor) { [all...] |
/external/protobuf/src/google/protobuf/compiler/javamicro/ |
javamicro_message.h | 56 explicit MessageGenerator(const Descriptor* descriptor, const Params& params); 82 const Descriptor* descriptor_;
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/ |
Descriptor.java | 35 public @interface Descriptor {
|
/external/javassist/src/main/javassist/bytecode/annotation/ |
ClassMemberValue.java | 20 import javassist.bytecode.Descriptor; 99 return Descriptor.toClassName(v); 108 String setTo = Descriptor.of(newClassName);
|
EnumMemberValue.java | 23 import javassist.bytecode.Descriptor; 82 return Descriptor.toClassName(cp.getUtf8Info(typeIndex)); 91 typeIndex = cp.addUtf8Info(Descriptor.of(typename));
|
/external/protobuf/src/google/protobuf/compiler/objectivec/ |
objectivec_message.h | 58 const Descriptor* descriptor, 75 io::Printer* printer, const Descriptor::ExtensionRange* range); 82 const Descriptor* descriptor_;
|
/external/swiftshader/third_party/LLVM/lib/DebugInfo/ |
DWARFDebugArangeSet.h | 34 // The size in bytes of a segment descriptor on the target architecture. 39 struct Descriptor { 46 typedef std::vector<Descriptor> DescriptorColl; 66 const Descriptor *getDescriptor(uint32_t i) const {
|
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/QNCInit/Dxe/ |
QNCInit.c | 377 EFI_GCD_MEMORY_SPACE_DESCRIPTOR Descriptor;
385 Status = gDS->GetMemorySpaceDescriptor (BaseAddress, &Descriptor);
405 Status = gDS->GetMemorySpaceDescriptor (0, &Descriptor);
409 Descriptor.BaseAddress,
410 Descriptor.Length,
411 Descriptor.Attributes
434 Status = gDS->GetMemorySpaceDescriptor (0xA0000, &Descriptor);
438 Descriptor.BaseAddress,
439 Descriptor.Length,
440 Descriptor.Attributes [all...] |
/external/vulkan-validation-layers/layers/ |
descriptor_sets.h | 59 // Descriptor Data structures 66 * type, descriptor count, stage flags, and pImmutableSamplers. 83 * descriptor 0 of pBinding[0] is index 0 and each descriptor in the layout increments 143 * Descriptor classes 144 * Descriptor is an abstract base class from which 5 separate descriptor types are derived. 146 * descriptor type, but all descriptors in a set can be accessed via the common Descriptor*. 152 class Descriptor { [all...] |
/prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/ |
descriptor_sets.h | 55 // Descriptor Data structures 62 * type, descriptor count, stage flags, and pImmutableSamplers. 79 * descriptor 0 of pBinding[0] is index 0 and each descriptor in the layout increments 137 * Descriptor classes 138 * Descriptor is an abstract base class from which 5 separate descriptor types are derived. 140 * descriptor type, but all descriptors in a set can be accessed via the common Descriptor*. 146 class Descriptor { [all...] |
/external/v8/src/ |
code-stubs.cc | 327 Node* left = assembler->Parameter(Descriptor::kLeft); 328 Node* right = assembler->Parameter(Descriptor::kRight); 329 Node* context = assembler->Parameter(Descriptor::kContext); 424 CallInterfaceDescriptor descriptor(GetCallInterfaceDescriptor()); 425 CodeStubAssembler assembler(isolate(), &zone, descriptor, GetCodeFlags(), local 435 Node* receiver = assembler->Parameter(Descriptor::kReceiver); 436 Node* name = assembler->Parameter(Descriptor::kName); 437 Node* slot = assembler->Parameter(Descriptor::kSlot); 438 Node* context = assembler->Parameter(Descriptor::kContext); 448 Node* receiver = assembler->Parameter(Descriptor::kReceiver) [all...] |
/external/llvm/lib/MC/ |
MCSectionMachO.cpp | 214 [&](decltype(*SectionTypeDescriptors) &Descriptor) { 215 return Descriptor.AssemblerName && 216 SectionType == Descriptor.AssemblerName; 243 [&](decltype(*SectionAttrDescriptors) &Descriptor) { 244 return Descriptor.AssemblerName && 245 SectionAttr.trim() == Descriptor.AssemblerName;
|
/external/javassist/src/main/javassist/ |
ClassMap.java | 18 import javassist.bytecode.Descriptor; 160 return Descriptor.toJvmName(classname); 168 return Descriptor.toJavaName(classname);
|