/external/libyuv/files/tools/ubsan/ |
vptr_blacklist.txt | 78 src:*/third_party/protobuf/src/google/protobuf/descriptor.pb.cc
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/ |
do-plot | 35 E: $FILE: Cannot locate the COLUMNS descriptor
|
/external/proguard/src/proguard/ |
ConfigurationWriter.java | 535 // Write out the field name and descriptor. 537 String descriptor = memberSpecification.descriptor; local 539 writer.print(descriptor == null ? name == null ? 544 descriptor)); 577 // Write out the method name and descriptor. 579 String descriptor = memberSpecification.descriptor; local 581 writer.print(descriptor == null ? name == null ? 587 descriptor)); [all...] |
/external/proguard/src/proguard/ant/ |
MemberSpecificationElement.java | 110 String descriptor = local 120 descriptor);
|
/external/protobuf/src/google/protobuf/compiler/java/ |
java_doc_comment.cc | 142 io::Printer* printer, const DescriptorType* descriptor) { 144 if (descriptor->GetSourceLocation(&location)) { 165 void WriteMessageDocComment(io::Printer* printer, const Descriptor* message) {
|
/external/protobuf/src/google/protobuf/compiler/objectivec/ |
objectivec_enum.cc | 44 EnumGenerator::EnumGenerator(const EnumDescriptor* descriptor) 45 : descriptor_(descriptor), 148 " static GPBEnumDescriptor *descriptor = NULL;\n" 149 " if (!descriptor) {\n", 191 " if (!OSAtomicCompareAndSwapPtrBarrier(nil, worker, (void * volatile *)&descriptor)) {\n" 195 " return descriptor;\n"
|
/external/protobuf/src/google/protobuf/ |
wire_format.h | 44 #include <google/protobuf/descriptor.pb.h> 45 #include <google/protobuf/descriptor.h>
|
/external/swiftshader/third_party/SPIRV-Tools/source/comp/ |
markv_model.h | 143 // Checks if |descriptor| has a coding scheme in any of 145 bool DescriptorHasCodingScheme(uint32_t descriptor) const { 146 return descriptors_with_coding_scheme_.count(descriptor); 149 // Checks if any descriptor has a coding scheme.
|
/external/turbine/java/com/google/turbine/bytecode/ |
ClassWriter.java | 66 output.writeShort(pool.utf8(method.descriptor())); 74 output.writeShort(pool.utf8(field.descriptor()));
|
/external/v8/src/objects/ |
descriptor-array.h | 43 // [3]: first descriptor details (see PropertyDetails) 69 // Accessors for fetching instance descriptor at descriptor number. 87 // Accessor for complete descriptor. 88 inline void Set(int descriptor_number, Descriptor* desc); 91 void Replace(int descriptor_number, Descriptor* descriptor); 98 // to add descriptors in bulk at the end, followed by sorting the descriptor 100 inline void Append(Descriptor* desc); 128 // empty descriptor array object if number_of_descriptors is 0 [all...] |
/frameworks/av/drm/mediacas/plugins/clearkey/ |
ecm.h | 26 // status = ecm_container.descriptor(1).ecm().Decrypt( 27 // ecm_container.descriptor(1).ecm().buffer(), asset_key); 29 // if (ecm_container.descriptor(1).ecm().has_content_key()) { 30 // content_key = ecm_container.descriptor(1).ecm().content_key(); 42 // EcmDescriptor descriptor(crypto_period_id, ecm); 43 // status = container.Add(descriptor); 92 // Be sure to call EcmContainer::decriptor_size() before calling descriptor() 269 // If |count_| is 2, |descriptor| replaces the oldest EcmDescriptor. 275 status_t Add(const EcmDescriptor& descriptor); 314 inline const EcmDescriptor& descriptor(size_t index) const function in class:android::clearkeycas::EcmContainer [all...] |
/art/runtime/verifier/ |
method_verifier.cc | 158 void UninstantiableError(const char* descriptor) { 160 << "non-instantiable klass " << descriptor; 562 const RegType& FromClass(const char* descriptor, ObjPtr<mirror::Class> klass, bool precise) 1252 const char* descriptor = dex_file_->StringByTypeIdx(idx); local 1302 const char* descriptor = dex_file_->StringByTypeIdx(idx); local 1715 const char* descriptor = iterator.GetDescriptor(); local 1721 << " args, found more (" << descriptor << ")"; local 1764 << " args, found more (" << descriptor << ")"; local 1793 const char* descriptor = dex_file_->GetReturnTypeDescriptor(proto_id); local 2968 const char* descriptor = dex_file_->StringByTypeIdx(return_type_idx); local 3065 const char* descriptor; local 3122 const char* descriptor; local 3729 const char* descriptor = dex_file_->StringByTypeIdx(class_idx); local 3735 const char* descriptor = dex_file_->StringByTypeIdx(class_idx); local 3739 const char* descriptor = dex_file_->StringByTypeIdx(class_idx); local 3744 const char* descriptor = dex_file_->StringByTypeIdx(class_idx); local 4875 const char* descriptor = dex_file_->GetFieldTypeDescriptor(field_id); local 5018 const char* descriptor = dex_file_->GetTypeDescriptor(dex_file_->GetTypeId(return_type_idx)); local 5029 const char* descriptor local [all...] |
/bionic/libc/kernel/uapi/sound/ |
compress_offload.h | 62 struct snd_codec_desc descriptor[MAX_NUM_CODEC_DESCRIPTORS]; member in struct:snd_compr_codec_caps
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/ |
BleConnectionPriorityServerService.java | 240 BluetoothGattDescriptor descriptor = new BluetoothGattDescriptor(DESCRIPTOR_UUID, 0x11);
local 241 characteristic.addDescriptor(descriptor);
244 characteristic.addDescriptor(descriptor);
247 characteristic.addDescriptor(descriptor);
|
/dalvik/dx/src/com/android/dx/command/dump/ |
BlockDumper.java | 152 String descriptor) { 153 if (descriptor.indexOf('(') < 0) { 170 parsed(bytes, offset, 0, "method " + name + " " + descriptor); 177 String descriptor, Member member) {
|
/dalvik/libdex/ |
DexProto.h | 95 * Get the short-form method descriptor for the given prototype. The 101 * Get the full method descriptor for the given prototype. 107 * Get a copy of the descriptor string associated with the given prototype. 121 * Return the utf-8 encoded descriptor string from the proto of a MethodId. 133 * Get a copy of the utf-8 encoded method descriptor string from the 147 * Get the type descriptor for the return type of the given prototype. 184 * Compare a prototype and a string method descriptor. The comparison 185 * is done as if the descriptor were converted to a prototype and compared 188 int dexProtoCompareToDescriptor(const DexProto* proto, const char* descriptor); 223 * Get the type descriptor for the next parameter, if any. This return [all...] |
/external/freetype/src/bzip2/ |
ftbzip2.c | 427 FT_BZip2File zip = (FT_BZip2File)stream->descriptor.pointer; 433 /* finalize bzip file descriptor */ 438 stream->descriptor.pointer = NULL; 449 FT_BZip2File zip = (FT_BZip2File)stream->descriptor.pointer; 493 stream->descriptor.pointer = zip;
|
/external/google-breakpad/src/common/ |
stabs_reader.h | 132 // The current entry's type, 'other' field, descriptor, and value. 135 short descriptor; member in struct:google_breakpad::StabsReader::EntryIterator::Entry
|
/external/grpc-grpc-java/compiler/src/java_plugin/cpp/ |
java_plugin.cpp | 11 #include <google/protobuf/descriptor.h>
|
/external/guice/extensions/persist/src/com/google/inject/persist/jpa/ |
JpaFinderProxy.java | 58 //obtain a cached finder descriptor (or create a new one) 109 Query jpaQuery, JpaFinderProxy.FinderDescriptor descriptor, Object[] arguments) { 112 Object annotation = descriptor.parameterAnnotations[i]; 133 Query jpaQuery, JpaFinderProxy.FinderDescriptor descriptor, Object[] arguments) { 136 Object annotation = descriptor.parameterAnnotations[i]; 225 * @param finderDescriptor The descriptor to cache
|
/external/kernel-headers/original/uapi/sound/ |
compress_offload.h | 58 * 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
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/fork/ |
do-plot | 35 E: $FILE: Cannot locate the COLUMNS descriptor
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/ |
do-plot | 35 E: $FILE: Cannot locate the COLUMNS descriptor
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/sem_init/ |
do-plot | 35 E: $FILE: Cannot locate the COLUMNS descriptor
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/sem_open/ |
do-plot | 35 E: $FILE: Cannot locate the COLUMNS descriptor
|