Home
last modified time | relevance | path

Searched +defs:sections +defs:length (Results 1 – 25 of 416) sorted by relevance

12345678910>>...17

/aosp_15_r20/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
H A DXmpDepthDecode.java129 public int length; field in XmpDepthDecode.Section
134 List<Section> sections = parse(is, true, skipExtendedContent); in read() local
198 List<Section> sections = new ArrayList<Section>(); in parse() local
237 int length = lh << 8 | ll; in parse() local
284 private static Section readSection(InputStream is, int length, in readSection()
345 private static XMPMeta parseFirstValidXMPSection(List<Section> sections) { in parseFirstValidXMPSection()
371 private static boolean checkExtendedSectionExists(List<Section> sections, in checkExtendedSectionExists()
390 private static XMPMeta parseExtendedXMPSections(List<Section> sections, in parseExtendedXMPSections()
420 int length = endOffset - startOffset; in parseExtendedXMPSections() local
/aosp_15_r20/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
H A DXmpDepthDecode.java139 public int length; field in XmpDepthDecode.Section
144 List<Section> sections = parse(is, true, skipExtendedContent); in read() local
208 List<Section> sections = new ArrayList<Section>(); in parse() local
247 int length = lh << 8 | ll; in parse() local
294 private static Section readSection(InputStream is, int length, in readSection()
355 private static XMPMeta parseFirstValidXMPSection(List<Section> sections) { in parseFirstValidXMPSection()
381 private static boolean checkExtendedSectionExists(List<Section> sections, in checkExtendedSectionExists()
400 private static XMPMeta parseExtendedXMPSections(List<Section> sections, in parseExtendedXMPSections()
430 int length = endOffset - startOffset; in parseExtendedXMPSections() local
/aosp_15_r20/packages/apps/Camera2/src/com/android/camera/util/
DXmpUtil.java65 public int length; field in XmpUtil.Section
106 List<Section> sections = parse(is, true); in extractXMPMeta() local
153 List<Section> sections = null; in writeXMPMeta() local
189 List<Section> sections = parse(inputStream, false); in writeXMPMeta() local
215 private static void writeJpegFile(OutputStream os, List<Section> sections) in writeJpegFile()
235 List<Section> sections, XMPMeta meta) { in insertXMPSection()
343 List<Section> sections = new ArrayList<Section>(); in parse() local
374 int length = lh << 8 | ll; in parse() local
/aosp_15_r20/external/dynamic_depth/internal/xmpmeta/
H A Dxmp_parser.cc79 bool ParseFirstValidXMPSection(const std::vector<Section>& sections, in ParseFirstValidXMPSection()
116 string GetExtendedXmpSections(const std::vector<Section>& sections, in GetExtendedXmpSections()
154 const size_t length = xmp_end_offsets[i] - section_start_offset; in GetExtendedXmpSections() local
163 bool ParseExtendedXmpSections(const std::vector<Section>& sections, in ParseExtendedXmpSections()
197 const std::vector<Section> sections = Parse(parse_options, file); in ExtractXmpMeta() local
H A Djpeg_io.cc89 std::vector<Section> sections; in Parse() local
132 const size_t length = Read2ByteLength(input_stream, &error); in Parse() local
176 void WriteSections(const std::vector<Section>& sections, in WriteSections()
/aosp_15_r20/frameworks/base/core/java/com/android/internal/os/
H A DPowerStats.java481 int length = parcel.readInt(); in readFromParcel() local
608 public int length; field in PowerStats.PowerStatsFormatter.Section
635 ArrayList<Section> sections = new ArrayList<>(); in parseFormat() local
645 String length = matcher.group("L"); in parseFormat() local
675 private String format(List<Section> sections, long[] stats) { in format()
/aosp_15_r20/system/core/fs_mgr/libdm/
H A Ddm_target.cpp68 DmTargetVerity::DmTargetVerity(uint64_t start, uint64_t length, uint32_t version, in DmTargetVerity()
209 auto sections = android::base::Split(text, " "); in ParseStatusText() local
301 DmTargetThinPool::DmTargetThinPool(uint64_t start, uint64_t length, const std::string& metadata_dev, in DmTargetThinPool()
327 DmTargetThin::DmTargetThin(uint64_t start, uint64_t length, const std::string& pool_dev, in DmTargetThin()
/aosp_15_r20/external/stg/
H A Delf_loader.cc195 const auto sections = GetSectionsByName(elf, name); in MaybeGetSectionByName() local
211 auto sections = GetSectionsIf( in MaybeGetSectionByType() local
511 const size_t length = strnlen(begin, data->d_size - offset); in GetElfSymbolNamespace() local
/aosp_15_r20/external/icu/icu4c/source/tools/toolutil/
H A Dpkg_genc.cpp324 size_t i, length, count; in writeAssemblyCode() local
446 size_t i, length, count; in writeCCode() local
815 int32_t length; in getArchitecture() local
945 int32_t i, entryLength, length, size, entryOffset=0, entryLengthOffset=0; in writeObjectCode() local
1182 IMAGE_SECTION_HEADER sections[2]; in writeObjectCode() member
/aosp_15_r20/external/cronet/third_party/icu/source/tools/toolutil/
H A Dpkg_genc.cpp324 size_t i, length, count; in writeAssemblyCode() local
446 size_t i, length, count; in writeCCode() local
815 int32_t length; in getArchitecture() local
945 int32_t i, entryLength, length, size, entryOffset=0, entryLengthOffset=0; in writeObjectCode() local
1182 IMAGE_SECTION_HEADER sections[2]; in writeObjectCode() member
/aosp_15_r20/tools/apksig/src/main/java/com/android/apksig/internal/jar/
H A DManifestParser.java52 public ManifestParser(byte[] data, int offset, int length) { in ManifestParser()
62 List<Section> sections = new ArrayList<>(); in readAllSections() local
/aosp_15_r20/external/mesa3d/src/gallium/frontends/clover/spirv/
H A Dinvocation.cpp140 const size_t length = source.size() / sizeof(uint32_t); in create_binary_from_spirv() local
563 const size_t length = source.size() / sizeof(uint32_t); in check_capabilities() local
633 const size_t length = source.size() / sizeof(uint32_t); in check_extensions() local
664 const size_t length = source.size() / sizeof(uint32_t); in check_memory_model() local
840 std::vector<const uint32_t *> sections; in link_program() local
859 const auto length = bsec.size; in link_program() local
/aosp_15_r20/external/google-breakpad/src/common/dwarf/
H A Ddwarf2reader.cc62 sections, const char *name) { in GetSectionByName()
74 const SectionMap& sections, uint64_t offset, in CompilationUnit()
1005 SectionMap& sections, in ProcessSplitDwarf()
1070 SectionMap* sections) { in ReadDebugSectionsFromDwo()
1149 SectionMap* sections) { in ReadDebugSectionsForCU()
2880 uint64_t length = reader_->ReadInitialLength(cursor, &length_size); in ReadEntryPrologue() local
/aosp_15_r20/external/gsc-utils/extra/usb_updater/
H A Dgsctool.c280 __be32 length; member
350 struct section_t sections[NUM_SECTIONS]; member
1331 struct section_t *sections = image->sections; in locate_headers() local
1409 struct section_t *const sections = image->sections; in fetch_header_versions() local
1492 struct section_t *sections = image->sections; in pick_sections() local
1728 struct section_t *sections = image->sections; in transfer_image() local
2135 unsigned int length; in sha_final_into_block_digest() local
2204 const struct section_t *sections = image->sections; in show_headers_versions() local
/aosp_15_r20/external/google-breakpad/src/common/linux/
H A Ddump_symbols.cc275 uint64_t length, in ReadProgram()
448 const Shdr* sections = in LoadDwarf() local
887 const Shdr* sections = in LoadSymbols() local
/aosp_15_r20/art/libelffile/elf/
H A Delf_builder.h202 std::vector<Section*>& sections = owner_->sections_; in AddSection() local
238 Elf_Word Add(const void* data, size_t length) { in Add()
/aosp_15_r20/external/autotest/client/cros/faft/utils/
H A Dflashrom_handler.py641 def set_write_protect_range(self, start, length, enabled=None): argument
878 def modify_fwids(self, sections): argument
/aosp_15_r20/external/libcups/systemv/
H A Dcupstestppd.c148 static char *sections[] = { "ANY", "DOCUMENT", "EXIT", in main() local
3119 length; /* Custom length */ in check_sizes() local
/aosp_15_r20/external/elfutils/libdw/
H A DlibdwP.h54 size_t length; member
308 Dwarf_Word length; member
356 Dwarf_Word length; member
370 uint32_t sections[DW_SECT_RNGLISTS]; member
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DTensorShape.cpp964 int64_t sections = sym_sections.guard_int(__FILE__, __LINE__); in tensor_split_sections_symint() local
1016 int64_t sections = tensor_indices_or_sections.item<int64_t>(); in tensor_split() local
1246 Tensor narrow_copy_dense_cpu(const Tensor& self, int64_t dim, int64_t start, int64_t length){ in narrow_copy_dense_cpu()
1253 Tensor narrow_copy_sparse(const Tensor& self, int64_t dim, int64_t start, int64_t length) { in narrow_copy_sparse()
1290 const Tensor& self, int64_t dim, int64_t start, int64_t length, Tensor& output in narrow_copy_dense_cpu_out()
1373 Tensor narrow(const Tensor& self, int64_t dim, int64_t start, int64_t length) { in narrow()
1389 Tensor narrow_symint(const Tensor& self, int64_t dim, SymInt start, SymInt length) { in narrow_symint()
1407 Tensor narrow_tensor_symint(const Tensor& self, int64_t dim, const Tensor& start, SymInt length) { in narrow_tensor_symint()
2578 auto length = i < num_splits - 1 ? split_size : last_split_size; in split() local
2630 auto length = split_sizes[i]; in split_with_sizes() local
/aosp_15_r20/external/autotest/client/cros/faft/
H A Drpc_functions.py383 def set_write_protect_range(self, start, length, enabled=None): argument
1100 def modify_image_fwids(self, target='bios', sections=None): argument
/aosp_15_r20/art/dex2oat/linker/
H A Dimage_writer.cc886 const size_t length = RoundUp(image_info.CreateImageSections().first, kElfSegmentAlignment); in AllocMemory() local
2670 dchecked_vector<ImageSection> sections(ImageHeader::kSectionCount); in CreateImageSections() local
2828 dchecked_vector<ImageSection>& sections = section_info_pair.second; in CreateHeader() local
/aosp_15_r20/external/elfutils/src/
H A Dreadelf.c1286 size_t sections; in print_shdr() local
1494 size_t sections; in print_phdr() local
5672 size_t length; in print_debug_abbrev_section() local
5995 Dwarf_Word length; in print_decoded_aranges_section() local
6048 Dwarf_Word length = read_4ubyte_unaligned_inc (dbg, readp); in print_debug_aranges_section() local
7228 unsigned int length = 4; in print_debug_frame_section() local
8657 Dwarf_Word mtime, length; in print_decoded_line_section() local
8987 unsigned int length = 4; in print_debug_line_section() local
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/profileinstaller/profileinstaller/1.4.0-alpha02/androidx.profileinstaller_profileinstaller/android_common_apex30/aar/
Dandroidx.profileinstaller_profileinstaller.jar ... IOException int result java.io.InputStream is int length byte[] buffer int offset static long readUInt ( ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/profileinstaller/profileinstaller/1.4.0-alpha02/androidx.profileinstaller_profileinstaller/android_common_apex34/aar/
Dandroidx.profileinstaller_profileinstaller.jar ... IOException int result java.io.InputStream is int length byte[] buffer int offset static long readUInt ( ...

12345678910>>...17