/device/google/bonito/sdm710/kernel-headers/sound/ |
compress_offload.h | 63 struct snd_codec_desc descriptor[MAX_NUM_CODEC_DESCRIPTORS]; member in struct:snd_compr_codec_caps
|
/device/google/bonito/sdm710/original-kernel-headers/sound/ |
compress_offload.h | 57 * struct snd_compr_tstamp - timestamp descriptor 77 * struct snd_compr_avail - avail descriptor 92 * struct snd_compr_caps - caps descriptor 117 * @descriptor: array of codec capability descriptor 122 struct snd_codec_desc descriptor[MAX_NUM_CODEC_DESCRIPTORS]; member in struct:snd_compr_codec_caps
|
/device/google/crosshatch/sdm845/kernel-headers/sound/ |
compress_offload.h | 63 struct snd_codec_desc descriptor[MAX_NUM_CODEC_DESCRIPTORS]; member in struct:snd_compr_codec_caps
|
/device/google/crosshatch/sdm845/original-kernel-headers/sound/ |
compress_offload.h | 57 * struct snd_compr_tstamp - timestamp descriptor 77 * struct snd_compr_avail - avail descriptor 92 * struct snd_compr_caps - caps descriptor 117 * @descriptor: array of codec capability descriptor 122 struct snd_codec_desc descriptor[MAX_NUM_CODEC_DESCRIPTORS]; member in struct:snd_compr_codec_caps
|
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/PlatformSecLib/Ia32/ |
Flat32.S | 710 # ROM-based Global-Descriptor Table for the Tiano PEI Phase
719 # null descriptor
728 # linear data segment descriptor
737 # linear code segment descriptor
746 # system data segment descriptor
755 # system code segment descriptor
764 # spare segment descriptor
773 # spare segment descriptor
782 # spare segment descriptor
793 # GDT Descriptor
[all...] |
/external/google-breakpad/src/client/linux/handler/ |
exception_handler_unittest.cc | 182 static bool DoneCallback(const MinidumpDescriptor& descriptor, 188 if (!descriptor.IsFD()) { 191 len = my_strlen(descriptor.path()); 193 IGNORE_RET(HANDLE_EINTR(sys_write(fd, descriptor.path(), len))); 267 static bool DoneCallbackReturnFalse(const MinidumpDescriptor& descriptor, 273 static bool DoneCallbackReturnTrue(const MinidumpDescriptor& descriptor, 279 static bool DoneCallbackRaiseSIGKILL(const MinidumpDescriptor& descriptor, [all...] |
/external/libusb/libusb/os/ |
haiku_usb_backend.cpp | 362 USBDevice::Descriptor() const 439 command.device.descriptor = &fDeviceDescriptor; 451 command.config.descriptor = &tmp_config; 455 usbi_err(NULL, "failed retrieving configuration descriptor"); 469 usbi_err(NULL, "failed retrieving full configuration descriptor"); 488 command.interface_etc.descriptor = &tmp_interface; 491 usbi_err(NULL, "failed retrieving interface descriptor"); 501 command.endpoint_etc.descriptor = &tmp_endpoint; 504 usbi_err(NULL, "failed retrieving endpoint descriptor");
|
/external/proguard/src/proguard/classfile/util/ |
ClassReferenceInitializer.java | 457 // (ignoring the descriptor). 470 * Returns the single class referenced by the given descriptor, or 474 String descriptor) 477 new DescriptorClassEnumeration(descriptor); 491 * Returns an array of classes referenced by the given descriptor, or 495 String descriptor) 498 new DescriptorClassEnumeration(descriptor);
|
/external/proguard/src/proguard/optimize/peephole/ |
MethodInliner.java | 254 String descriptor = method.getDescriptor(clazz); local 260 int parameterCount = ClassUtil.internalMethodParameterCount(descriptor); 261 int parameterSize = ClassUtil.internalMethodParameterSize(descriptor); 268 new InternalTypeEnumeration(descriptor);
|
/external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
DescriptorValidationException.cs | 47 /// The full name of the descriptor where the error occurred. 56 /// is made up of the descriptor's name and this description.)
|
/external/protobuf/csharp/src/Google.Protobuf.JsonDump/ |
Program.cs | 47 Console.Error.WriteLine("Usage: Google.Protobuf.JsonDump <descriptor type name> <input data>");
48 Console.Error.WriteLine("The descriptor type name is the fully-qualified message name,");
|
/external/protobuf/js/ |
gulpfile.js | 12 exec(protoc + ' --js_out=library=testproto_libs,binary:. -I ../src -I . *.proto ../src/google/protobuf/descriptor.proto', 21 exec('mkdir -p commonjs_out && ' + protoc + ' --js_out=import_style=commonjs,binary:commonjs_out -I ../src -I commonjs -I . *.proto commonjs/test*/*.proto ../src/google/protobuf/descriptor.proto',
|
/external/protobuf/python/google/protobuf/pyext/ |
descriptor_database.cc | 38 #include <google/protobuf/descriptor.pb.h> 70 const Descriptor* filedescriptor_descriptor =
|
/external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/ |
RubyMap.java | 364 protected List<DynamicMessage> build(ThreadContext context, RubyDescriptor descriptor) { 366 RubyClass rubyClass = (RubyClass) descriptor.msgclass(context); 367 Descriptors.FieldDescriptor keyField = descriptor.lookup("key").getFieldDef(); 368 Descriptors.FieldDescriptor valueField = descriptor.lookup("value").getFieldDef();
|
/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);
|
command_line_interface.cc | 73 #include <google/protobuf/descriptor.h> 222 // Whether a path is where google/protobuf/descriptor.proto and other well-known 225 // Checking the descriptor.proto file should be good enough. 226 string file_path = path + "/google/protobuf/descriptor.proto"; [all...] |
/external/protobuf/src/google/protobuf/compiler/cpp/ |
cpp_bootstrap_unittest.cc | 35 // This test insures that google/protobuf/descriptor.pb.{h,cc} match exactly 43 // descriptor.pb.{h,cc} to your changelist. 49 #include <google/protobuf/descriptor.h> 127 importer.Import("google/protobuf/descriptor.proto"); 144 context.ExpectFileMatches("google/protobuf/descriptor.pb.h", 145 "google/protobuf/descriptor.pb.h"); 146 context.ExpectFileMatches("google/protobuf/descriptor.pb.cc", 147 "google/protobuf/descriptor.pb.cc");
|
/external/protobuf/src/google/protobuf/ |
wrappers.pb.h | 68 static const ::google::protobuf::Descriptor* descriptor(); 159 static const ::google::protobuf::Descriptor* descriptor(); 250 static const ::google::protobuf::Descriptor* descriptor(); 341 static const ::google::protobuf::Descriptor* descriptor(); 432 static const ::google::protobuf::Descriptor* descriptor(); [all...] |
generated_message_reflection.cc | 40 #include <google/protobuf/descriptor.pb.h> 41 #include <google/protobuf/descriptor.h> 61 bool ParseNamedEnum(const EnumDescriptor* descriptor, 64 const EnumValueDescriptor* d = descriptor->FindValueByName(name); 70 const string& NameOfEnum(const EnumDescriptor* descriptor, int value) { 71 const EnumValueDescriptor* d = descriptor->FindValueByNumber(value); 76 inline bool SupportsArenas(const Descriptor* descriptor) { 77 return descriptor->file()->options().cc_enable_arenas(); 88 const Descriptor* descriptor, const FieldDescriptor* field [all...] |
/external/v8/src/builtins/ |
setup-builtins-internal.cc | 168 // The interface descriptor with given key must be initialized at this point 170 CallInterfaceDescriptor descriptor(interface_descriptor); 171 // Ensure descriptor is already initialized. 172 DCHECK_EQ(result_size, descriptor.GetReturnCount()); 173 DCHECK_LE(0, descriptor.GetRegisterParameterCount()); 175 isolate, &zone, descriptor, Code::BUILTIN, name,
|
/frameworks/av/camera/include/camera/ |
VendorTagDescriptor.h | 97 * Dump the currently configured vendor tags to a file descriptor. 130 * as a global tag descriptor. 150 sp<VendorTagDescriptor>& descriptor); 153 * Sets the global vendor tag descriptor to use for this process. 162 * Returns the global vendor tag descriptor used by this process. 168 * Clears the global vendor tag descriptor used by this process. 210 * Dump the currently configured vendor tags to a file descriptor. 232 * Sets the global vendor tag descriptor cache to use for this process.
|
/dalvik/libdex/ |
DexSwapVerify.cpp | 576 const char* descriptor = local 579 if (!dexIsValidTypeDescriptor(descriptor)) { 580 ALOGE("Invalid type descriptor: '%s'", descriptor); 610 * to see if it is compatible with a type descriptor. Returns true if 612 static bool shortyDescMatch(char shorty, const char* descriptor, bool 630 if ((descriptor[0] != shorty) || (descriptor[1] != '\0')) { 632 shorty, descriptor); 638 if ((descriptor[0] != 'L') && (descriptor[0] != '[')) 961 const char* descriptor = dexStringByTypeIdx(state->pDexFile, classIdx); local 2388 const char* descriptor = dexStringByTypeIdx(state->pDexFile, idx); local [all...] |
/device/linaro/bootloader/edk2/DuetPkg/BootSector/ |
st16_64.S | 592 # global descriptor table (GDT)
598 # null descriptor
607 # linear data segment descriptor
616 # linear code segment descriptor
625 # system data segment descriptor
634 # system code segment descriptor
643 # spare segment descriptor
653 # system data segment descriptor
664 # system code segment descriptor
674 # spare segment descriptor
[all...] |
st32_64.S | 607 # global descriptor table (GDT)
613 # null descriptor
622 # linear data segment descriptor
631 # linear code segment descriptor
640 # system data segment descriptor
649 # system code segment descriptor
658 # spare segment descriptor
668 # system data segment descriptor
679 # system code segment descriptor
689 # spare segment descriptor
[all...] |
start64.S | 599 # global descriptor table (GDT)
605 # null descriptor
614 # linear data segment descriptor
623 # linear code segment descriptor
632 # system data segment descriptor
641 # system code segment descriptor
650 # spare segment descriptor
660 # system data segment descriptor
671 # system code segment descriptor
681 # spare segment descriptor
[all...] |