Searched refs:section (Results 51 - 66 of 66) sorted by relevance

123

/frameworks/base/cmds/statsd/src/
H A Dstatsd_config.proto293 repeated int32 section = 1;
/frameworks/av/camera/
H A DVendorTagDescriptor.cpp141 ALOGE("%s: vendor tag %d not in vendor tag section.", __FUNCTION__, tag);
162 ALOGE("%s: could not read section index for tag %d.", __FUNCTION__, tag);
181 ALOGE("%s: could not read section count for.", __FUNCTION__);
194 ALOGE("%s: parcel section name was NULL for section %zu.",
299 status_t VendorTagDescriptor::lookupTag(const String8& name, const String8& section, /*out*/uint32_t* tag) const { argument
300 ssize_t index = mReverseMapping.indexOfKey(section);
302 ALOGE("%s: Section '%s' does not exist.", __FUNCTION__, section.string());
342 dprintf(fd, "%*s0x%x (%s) with type %d (%s) defined in section %s\n", indentation + 2,
537 ALOGE("%s: vendor tag %d not in vendor tag section
[all...]
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_CameraMetadata.cpp757 const char* section = vTags->getSectionName(id); local
761 size_t totalLen = strlen(section) + strlen(tag) + 2;
763 snprintf(&fullName[0], totalLen, "%s.%s", section, tag);
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp212 /// This function is called after section merging but before read relocations.
221 LDSection* section = *iter; local
223 switch (section->kind()) {
227 if (!section->hasEhFrame())
231 if (!section->hasSectionData())
236 if (isCIdentifier(section->name())) {
237 std::string start_name = "__start_" + section->name();
239 FragmentRef::Create(section->getSectionData()->front(), 0x0);
251 std::string stop_name = "__stop_" + section->name();
253 section
[all...]
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
H A Dserialization.h1985 MessageReader::BufferSection section = reader->GetNextReadBufferSection();
1986 if (section.first == section.second)
1989 DeserializeObject(value, reader, section.first, section.second);
1990 reader->ConsumeReadBufferSectionData(section.first);
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
H A DFilt_6k_7k_opt.s28 .section .text
H A DNorm_Corr_opt.s35 .section .text
H A DSyn_filt_32_opt.s36 .section .text
H A Dresidu_asm_opt.s28 .section .text
H A Dsyn_filt_opt.s30 .section .text
H A Dpred_lt4_1_opt.s32 .section .text
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/
H A DFilt_6k_7k_neon.s28 .section .text
H A DNorm_Corr_neon.s35 .section .text
/frameworks/base/tools/incident_section_gen/
H A Dmain.cpp40 * For SECTION_LIST, it generates Section.h classes only for proto fields with section option enabled.
182 return field->options().GetExtension(section);
467 // generate privacy flags for each section.
575 // Generates Csv Format of proto definition for each section.
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp189 // when building shared object, the .got section is must.
214 "static linkage should not result in a dynamic relocation section");
223 "static linkage should not result in a dynamic relocation section");
246 /// dynamic - the dynamic section of the target machine.
247 /// Use co-variant return type to return its own dynamic section.
253 /// dynamic - the dynamic section of the target machine.
254 /// Use co-variant return type to return its own dynamic section.
372 // SHT_MIPS_OPTIONS section's block descriptor.
377 Elf64_Half section; // Section header index of section affecte member in struct:llvm::ELF::Elf_Options
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 1226 milliseconds

123