/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/ |
repeated_field_reflection.h | 271 static const Descriptor* GetMessageFieldDescriptor() { 287 static const Descriptor* GetMessageFieldDescriptor() { 302 static const Descriptor* GetMessageFieldDescriptor() { 309 static const Descriptor* get() { 315 static const Descriptor* get() { 330 static const Descriptor* GetMessageFieldDescriptor() {
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusPei/ |
PeiUsbLib.c | 21 Get a given usb descriptor.
27 @param DescriptorLength Request descriptor Length.
28 @param Descriptor Request descriptor.
31 @retval EFI_SUCCESS Usb descriptor is obtained successfully.
32 @retval EFI_DEVICE_ERROR Cannot get the usb descriptor due to a hardware error.
43 OUT VOID *Descriptor
62 Descriptor,
|
/external/chromium-trace/catapult/devil/devil/utils/ |
lsusb.py | 53 # Device Descriptor: 55 # Configuration Descriptor: 64 # 'Device Descriptor': { 69 # 'Configuration Descriptor': { 97 # device descriptor. 159 return device['Device Descriptor']['iSerial']['_desc'] 166 if device['Device Descriptor']['bDeviceClass']['_value'] == '9':
|
/external/javassist/src/main/javassist/bytecode/analysis/ |
FramePrinter.java | 27 import javassist.bytecode.Descriptor; 68 + Descriptor.toString(method.getSignature()) + ";";
|
/external/javassist/src/main/javassist/convert/ |
TransformBefore.java | 55 String desc = Descriptor.ofParameters(parameterTypes) + 'V'; 56 desc = Descriptor.insertParameter(classname, desc);
|
/external/libusb/libusb/os/ |
windows_usbdk.h | 112 PUSB_CONFIGURATION_DESCRIPTOR *Descriptor, 116 PUSB_CONFIGURATION_DESCRIPTOR Descriptor
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/ |
ObjectDescriptorFactory.java | 143 final Descriptor descriptor = clazz.getAnnotation(Descriptor.class);
external variable declarations 144 final int[] tags = descriptor.tags();
145 final int objectTypeInd = descriptor.objectTypeIndication();
|
/external/protobuf/benchmarks/ |
generate_datasets.cc | 36 using google::protobuf::Descriptor; 56 const Descriptor* d =
|
/external/protobuf/src/google/protobuf/compiler/ |
command_line_interface.h | 52 class Descriptor; // descriptor.h 53 class DescriptorPool; // descriptor.h 54 class FileDescriptor; // descriptor.h 55 class FileDescriptorProto; // descriptor.pb.h 148 // descriptor.proto). This is piped to the plugin's stdin. The set will 289 void PrintFreeFieldNumbers(const Descriptor* descriptor);
|
/external/protobuf/src/google/protobuf/compiler/objectivec/ |
objectivec_field.h | 38 #include <google/protobuf/descriptor.h> 97 FieldGenerator(const FieldDescriptor* descriptor, const Options& options); 121 SingleFieldGenerator(const FieldDescriptor* descriptor, 138 ObjCObjFieldGenerator(const FieldDescriptor* descriptor, 157 RepeatedFieldGenerator(const FieldDescriptor* descriptor, 166 // Convenience class which constructs FieldGenerators for a Descriptor. 169 FieldGeneratorMap(const Descriptor* descriptor, const Options& options); 184 const Descriptor* descriptor_;
|
/external/protobuf/src/google/protobuf/ |
map_test_util.h | 91 // base_descriptor must be a descriptor for TestMap, which is used for 94 explicit MapReflectionTester(const Descriptor* base_descriptor); 113 const Descriptor* base_descriptor_;
|
/external/protobuf/src/google/protobuf/util/ |
field_mask_util.h | 36 #include <google/protobuf/descriptor.h> 63 return InternalIsValidPath(T::descriptor(), path); 70 if (!InternalIsValidPath(T::descriptor(), mask.paths(i))) return false; 87 InternalGetFieldMaskForAllFields(T::descriptor(), out); 144 static bool InternalIsValidPath(const Descriptor* descriptor, 147 static void InternalGetFieldMaskForAllFields(const Descriptor* descriptor,
|
/external/v8/src/ic/ |
handler-compiler.cc | 452 STATIC_ASSERT(Descriptor::kStackArgumentsCount == 454 STATIC_ASSERT(Descriptor::kStackArgumentsCount == 0 || 455 Descriptor::kStackArgumentsCount == 3); 456 STATIC_ASSERT(Descriptor::kParameterCount - Descriptor::kValue == 459 STATIC_ASSERT(Descriptor::kParameterCount - Descriptor::kSlot == 462 STATIC_ASSERT(Descriptor::kParameterCount - Descriptor::kVector == 466 if (Descriptor::kPassLastArgsOnStack) 495 int descriptor = transition->LastAdded(); local [all...] |
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/compiler/ |
command_line_interface.h | 52 class Descriptor; // descriptor.h 53 class DescriptorPool; // descriptor.h 54 class FileDescriptor; // descriptor.h 55 class FileDescriptorProto; // descriptor.pb.h 148 // descriptor.proto). This is piped to the plugin's stdin. The set will 289 void PrintFreeFieldNumbers(const Descriptor* descriptor);
|
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/util/ |
field_mask_util.h | 36 #include <google/protobuf/descriptor.h> 63 return InternalIsValidPath(T::descriptor(), path); 70 if (!InternalIsValidPath(T::descriptor(), mask.paths(i))) return false; 87 InternalGetFieldMaskForAllFields(T::descriptor(), out); 144 static bool InternalIsValidPath(const Descriptor* descriptor, 147 static void InternalGetFieldMaskForAllFields(const Descriptor* descriptor,
|
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/ |
UnittestIssues.cs | 16 #region Descriptor 17 /// <summary>File descriptor for unittest_issues.proto</summary> 18 public static pbr::FileDescriptor Descriptor { 19 get { return descriptor; } 21 private static pbr::FileDescriptor descriptor; field in class:UnitTest.Issues.TestProtos.UnittestIssuesReflection 51 descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, 91 public static pbr::MessageDescriptor Descriptor { 92 get { return global::UnitTest.Issues.TestProtos.UnittestIssuesReflection.Descriptor.MessageTypes[0]; } 95 pbr::MessageDescriptor pb::IMessage.Descriptor { 96 get { return Descriptor; } [all...] |
/device/linaro/bootloader/edk2/ArmPkg/Drivers/CpuDxe/Arm/ |
Mmu.c | 273 // iterate through each 1MB descriptor
356 UINT32 Descriptor;
430 // Read the descriptor from the first level page table
431 Descriptor = FirstLevelTable[FirstLevelIdx];
433 // Does this descriptor need to be converted from section entry to 4K pages?
434 if (!TT_DESCRIPTOR_SECTION_TYPE_IS_PAGE_TABLE(Descriptor)) {
441 // Re-read descriptor
442 Descriptor = FirstLevelTable[FirstLevelIdx];
446 PageTable = (ARM_PAGE_TABLE_ENTRY *)TT_DESCRIPTOR_PAGE_BASE_ADDRESS(Descriptor);
504 UINT32 Descriptor;
[all...] |
/external/javassist/src/main/javassist/bytecode/ |
ClassFile.java | 407 oldname = Descriptor.toJvmName(oldname); 408 newname = Descriptor.toJvmName(newname); 417 minfo.setDescriptor(Descriptor.rename(desc, oldname, newname)); 426 finfo.setDescriptor(Descriptor.rename(desc, oldname, newname)); 441 String jvmNewThisName = (String)classnames.get(Descriptor 444 thisclassname = Descriptor.toJavaName(jvmNewThisName); 454 minfo.setDescriptor(Descriptor.rename(desc, classnames)); 463 finfo.setDescriptor(Descriptor.rename(desc, classnames)); 481 Descriptor.rename(desc, classnames); 490 Descriptor.rename(desc, classnames) 660 String descriptor = newMinfo.getDescriptor(); local [all...] |
/external/protobuf/src/google/protobuf/compiler/java/ |
java_helpers.cc | 42 #include <google/protobuf/descriptor.pb.h> 151 string UniqueFileScopeIdentifier(const Descriptor* descriptor) { 152 return "static_" + StringReplace(descriptor->full_name(), ".", "_", true); 214 string ClassName(const Descriptor* descriptor) { 216 return name_resolver.GetClassName(descriptor, true); 219 string ClassName(const EnumDescriptor* descriptor) { 221 return name_resolver.GetClassName(descriptor, true); 224 string ClassName(const ServiceDescriptor* descriptor) { [all...] |
/external/protobuf/java/util/src/main/java/com/google/protobuf/util/ |
JsonFormat.java | 47 import com.google.protobuf.Descriptors.Descriptor; 259 Collections.<String, Descriptor>emptyMap()); 274 public Descriptor find(String name) { 278 private final Map<String, Descriptor> types; 280 private TypeRegistry(Map<String, Descriptor> types) { 294 public Builder add(Descriptor messageType) { 307 public Builder add(Iterable<Descriptor> messageTypes) { 312 for (Descriptor type : messageTypes) { 337 for (Descriptor message : file.getMessageTypes()) { 342 private void addMessage(Descriptor message) 560 Descriptor descriptor = message.getDescriptorForType(); local 600 Descriptor descriptor = message.getDescriptorForType(); local 639 Descriptor descriptor = message.getDescriptorForType(); local 669 Descriptor descriptor = message.getDescriptorForType(); local 1145 Descriptor descriptor = builder.getDescriptorForType(); local 1218 Descriptor descriptor = builder.getDescriptorForType(); local 1228 Descriptor descriptor = builder.getDescriptorForType(); local [all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/LegacyRegion2OnLegacyRegionThunk/ |
LegacyRegion2OnLegacyRegionThunk.h | 158 @param DescriptorCount[out] The number of region descriptor entries returned in the Descriptor
160 @param Descriptor[out] A pointer to a pointer used to return a buffer where the legacy
174 OUT EFI_LEGACY_REGION_DESCRIPTOR **Descriptor
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/LegacyRegion2Dxe/ |
LegacyRegion2.h | 156 @param DescriptorCount[out] The number of region descriptor entries returned in the Descriptor
158 @param Descriptor[out] A pointer to a pointer used to return a buffer where the legacy
172 OUT EFI_LEGACY_REGION_DESCRIPTOR **Descriptor
|
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
LegacyRegion2.h | 183 /// Attribute of the Legacy Region Descriptor that
203 @param DescriptorCount[out] The number of region descriptor entries returned in the Descriptor
205 @param Descriptor[out] A pointer to a pointer used to return a buffer where the legacy
219 OUT EFI_LEGACY_REGION_DESCRIPTOR **Descriptor
|
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/QNCInit/Dxe/ |
LegacyRegion.h | 185 @param DescriptorCount[out] The number of region descriptor entries returned in the Descriptor
187 @param Descriptor[out] A pointer to a pointer used to return a buffer where the legacy
201 OUT EFI_LEGACY_REGION_DESCRIPTOR **Descriptor
|
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Smm/Dxe/SmmAccessDxe/ |
SmmAccessDriver.c | 102 mSmmAccess.SmramDesc[Index].PhysicalStart = DescriptorBlock->Descriptor[Index].PhysicalStart;
103 mSmmAccess.SmramDesc[Index].CpuStart = DescriptorBlock->Descriptor[Index].CpuStart;
104 mSmmAccess.SmramDesc[Index].PhysicalSize = DescriptorBlock->Descriptor[Index].PhysicalSize;
105 mSmmAccess.SmramDesc[Index].RegionState = DescriptorBlock->Descriptor[Index].RegionState;
174 EFI_INVALID_PARAMETER - The descriptor index was out of bounds.
226 EFI_INVALID_PARAMETER - The descriptor index was out of bounds.
300 EFI_INVALID_PARAMETER - The descriptor index was out of bounds.
|