/aosp_15_r20/external/arm-trusted-firmware/ |
H A D | .cz.json | 71 "sections": [ array 74 "sections": [ array 107 "sections": [ array 115 "sections": [ array 139 "sections": [ array 153 "sections": [ array 165 "sections": [ array 169 "sections": [ array 185 "sections": [ array 203 "sections": [ array [all …]
|
/aosp_15_r20/packages/apps/WallpaperPicker2/tests/robotests/src/com/android/wallpaper/picker/preview/ui/viewmodel/ |
D | CategoriesViewModelTest.kt | 88 val sections = collectLastValue(categoriesViewModel.sections)() in <lambda>() constant 94 val sections = collectLastValue(categoriesViewModel.sections)() in <lambda>() constant 108 val sections = collectLastValue(categoriesViewModel.sections)() in <lambda>() constant 120 val sections = collectLastValue(categoriesViewModel.sections)() in <lambda>() constant 137 val sections = collectLastValue(categoriesViewModel.sections)() in <lambda>() constant 214 val sections = collectLastValue(categoriesViewModel.sections)() in <lambda>() constant
|
/aosp_15_r20/packages/apps/Camera2/src/com/android/camera/util/ |
D | XmpUtil.java | 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
|
/aosp_15_r20/external/arm-trusted-firmware/tools/conventional-changelog-tf-a/ |
H A D | index.js | 56 const flattenSections = function (sections) { argument 71 const generateTemplateData = function (sections, notes) { argument 75 sections: generateTemplateData(section.sections, notes), property 105 const generateTemplateData = function (sections, commits) { argument 109 sections: generateTemplateData(section.sections, commits), property
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/tools/conventional-changelog-tf-a/ |
D | index.js | 56 const flattenSections = function (sections) { argument 71 const generateTemplateData = function (sections, notes) { argument 75 sections: generateTemplateData(section.sections, notes), property 105 const generateTemplateData = function (sections, commits) { argument 109 sections: generateTemplateData(section.sections, commits), property
|
/aosp_15_r20/external/deqp-deps/amber/src/vkscript/ |
D | section_parser_test.cc | 32 auto sections = p.Sections(); in TEST_F() local 46 auto sections = p.Sections(); in TEST_F() local 61 auto sections = p.Sections(); in TEST_F() local 96 auto sections = p.Sections(); in TEST_F() local 135 auto sections = p.Sections(); in TEST_F() local 150 auto sections = p.Sections(); in TEST_F() local
|
/aosp_15_r20/frameworks/compile/mclinker/lib/Script/ |
D | ScriptFile.cpp | 90 SectionsCmd* sections = llvm::cast<SectionsCmd>(back()); in addEntryPoint() local 149 SectionsCmd* sections = llvm::cast<SectionsCmd>(back()); in addAssignment() local 190 SectionsCmd* sections = llvm::cast<SectionsCmd>(back()); in enterOutputSectDesc() local 199 SectionsCmd* sections = llvm::cast<SectionsCmd>(back()); in leaveOutputSectDesc() local 212 SectionsCmd* sections = llvm::cast<SectionsCmd>(back()); in addInputSectDesc() local
|
/aosp_15_r20/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/ |
H A D | XmpDepthDecode.java | 134 List<Section> sections = parse(is, true, skipExtendedContent); in read() local 198 List<Section> sections = new ArrayList<Section>(); in parse() local 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()
|
/aosp_15_r20/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/ |
H A D | XmpDepthDecode.java | 144 List<Section> sections = parse(is, true, skipExtendedContent); in read() local 208 List<Section> sections = new ArrayList<Section>(); in parse() local 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()
|
/aosp_15_r20/external/dynamic_depth/internal/xmpmeta/ |
H A D | xmp_parser.cc | 79 bool ParseFirstValidXMPSection(const std::vector<Section>& sections, in ParseFirstValidXMPSection() 116 string GetExtendedXmpSections(const std::vector<Section>& sections, in GetExtendedXmpSections() 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 D | xmp_writer.cc | 175 std::vector<Section>* sections) { in InsertStandardXMPSection() 205 std::vector<Section>* sections) { in InsertExtendedXMPSections() 231 std::vector<Section>* sections) { in UpdateSections() 297 std::vector<Section> sections = Parse(parse_options, input_jpeg_stream); in WriteLeftEyeAndXmpMeta() local
|
H A D | jpeg_io.cc | 89 std::vector<Section> sections; in Parse() local 176 void WriteSections(const std::vector<Section>& sections, in WriteSections()
|
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv/src/extended/deserialize/encrypted_section/tests/ |
D | mic_decrypt_tests.rs | 89 let sections = parse_sections(adv_header, remaining).unwrap(); in deserialize_mic_encrypted_correct_keys() localVariable 440 let sections = parse_sections(adv_header, remaining).unwrap(); in arena_out_of_space_on_mic_verify() localVariable 512 let sections = parse_sections(v1_header, remaining).unwrap(); in do_bad_deserialize_params() localVariable 607 let sections = parse_sections(v1_header, remaining).unwrap(); in do_bad_deserialize_tampered() localVariable
|
D | signature_decrypt_tests.rs | 82 let sections = parse_sections(adv_header, after_version_header).unwrap(); in deserialize_signature_encrypted_correct_keys_extended_salt() localVariable 423 let sections = parse_sections(v1_header, remaining).unwrap(); localVariable 518 let sections = parse_sections(adv_header, after_version_header).unwrap(); in do_bad_deserialize_tampered() localVariable
|
/aosp_15_r20/external/elfutils/src/ |
H A D | elfcompress.c | 271 set_section (unsigned int *sections, size_t ndx) in set_section() 277 get_section (unsigned int *sections, size_t ndx) in get_section() 284 get_sections (unsigned int *sections, size_t shnum) in get_sections() 358 unsigned int *sections = NULL; in process_file() local
|
/aosp_15_r20/external/clang/test/CodeGenObjCXX/ |
H A D | lvalue-reference-getter.mm | 13 - (SetSection&)sections; method 17 - (SetSection&) sections { method
|
/aosp_15_r20/frameworks/native/cmds/dumpstate/tests/ |
H A D | dumpstate_smoke_test.cpp | 103 void ParseSections(const std::string& zip_path, std::vector<SectionInfo>* sections) { in ParseSections() 144 DumpstateListener(int fd, std::shared_ptr<std::vector<SectionInfo>> sections) in DumpstateListener() 206 static std::shared_ptr<std::vector<SectionInfo>> sections; member in android::os::dumpstate::ZippedBugreportGenerationTest 227 std::shared_ptr<std::vector<SectionInfo>> ZippedBugreportGenerationTest::sections = member in android::os::dumpstate::ZippedBugreportGenerationTest
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/statusbar/notification/collection/provider/ |
D | SectionStyleProvider.java | 32 public final void setMinimizedSections(@org.jetbrains.annotations.NotNull() in setMinimizedSections() 57 public final void setSilentSections(@org.jetbrains.annotations.NotNull() in setSilentSections()
|
/aosp_15_r20/packages/apps/Contacts/tests/src/com/android/contacts/group/ |
D | GroupUtilTest.java | 52 final String[] sections = new String[]{"…", "A", "I", "T", "W", "Y", "Z", "#"}; in testUpdateBundle_smallSet() local 74 final String[] sections = new String[]{"A", "B", "C", "D", "E", "F", "G", "H", "J", in testUpdateBundle_mediumSet() local
|
/aosp_15_r20/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/devicepolicy/ |
H A D | AdbDevicePolicyParser27.java | 45 Set<String> sections = extractDevicePolicySections(dumpsysDevicePolicyOutput); in parse() local 98 Set<String> sections = new HashSet<>(); in getProfileOwnerSections() local
|
/aosp_15_r20/packages/apps/Messaging/src/com/android/messaging/ui/contact/ |
D | ContactSectionIndexer.java | 102 final String[] sections = cursorExtras.getStringArray( in buildIndexerFromCursorExtras() local 134 final ArrayList<String> sections = new ArrayList<String>(); in buildIndexerFromDisplayNames() local
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/cmds/incident_helper/incident-helper-cmd/android_common/turbine/ |
D | incident-helper-cmd.jar | ... ExecutionException
}
com/android/commands/incident/sections/PersistLogSection.class
<Unknown>
package com. ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/cmds/incident_helper/incident-helper-cmd/android_common/turbine-combined/ |
D | incident-helper-cmd.jar | ... ExecutionException
}
com/android/commands/incident/sections/PersistLogSection.class
<Unknown>
package com. ... |
/aosp_15_r20/out/target/common/obj/JAVA_LIBRARIES/incident-helper-cmd_intermediates/ |
D | classes-header.jar | ... ExecutionException
}
com/android/commands/incident/sections/PersistLogSection.class
<Unknown>
package com. ... |
/aosp_15_r20/external/vboot_reference/futility/ |
H A D | updater.c | 887 const char *sections[] = {"WP_RO"}; in update_ec_firmware() local 944 const char *sections[] = {FMAP_RW_LEGACY}; in update_legacy_firmware() local 998 const char *sections[] = {target}; in update_try_rw_firmware() local 1054 const char *sections[ARRAY_SIZE(required_sections) + in update_rw_firmware() local
|