Home
last modified time | relevance | path

Searched refs:sections (Results 1 – 25 of 45) sorted by relevance

12

/frameworks/ml/nn/tools/
Dsync_enums_to_hal.py41 self.sections = []
46 assert not self.sections[self.current]
48 line = self.sections[self.current - 1].pop()
49 self.sections[self.current].insert(0, line)
53 self.sections[self.current].pop()
57 self.sections.append([])
60 return "".join([ "".join(s) for s in self.sections])
63 return "".join(self.sections[which])
74 self.sections[self.current].append(line)
235 for line in nn.sections[nn.OPERAND]:
[all …]
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
DXmpDepthDecode.java134 List<Section> sections = parse(is, true, skipExtendedContent); in read() local
135 if (sections == null) { in read()
139 XMPMeta xmpMeta = parseFirstValidXMPSection(sections); in read()
155 if (!checkExtendedSectionExists(sections, extensionName)) { in read()
163 XMPMeta xmpExtended = parseExtendedXMPSections(sections, extensionName); in read()
198 List<Section> sections = new ArrayList<Section>(); in parse() local
200 return sections; in parse()
205 return sections; in parse()
210 return sections; in parse()
216 return sections; in parse()
[all …]
/frameworks/compile/mclinker/lib/Script/
DScriptFile.cpp90 SectionsCmd* sections = llvm::cast<SectionsCmd>(back()); in addEntryPoint() local
91 sections->push_back(entry); in addEntryPoint()
149 SectionsCmd* sections = llvm::cast<SectionsCmd>(back()); in addAssignment() local
151 assert(!sections->empty()); in addAssignment()
153 llvm::cast<OutputSectDesc>(sections->back()); in addAssignment()
159 sections->push_back(new Assignment(Assignment::OUTPUT_SECTION, in addAssignment()
190 SectionsCmd* sections = llvm::cast<SectionsCmd>(back()); in enterOutputSectDesc() local
191 sections->push_back(new OutputSectDesc(pName, pProlog)); in enterOutputSectDesc()
199 SectionsCmd* sections = llvm::cast<SectionsCmd>(back()); in leaveOutputSectDesc() local
201 assert(!sections->empty() && m_bInOutputSectDesc); in leaveOutputSectDesc()
[all …]
DInputSectDesc.cpp60 for (StringList::const_iterator it = m_Spec.sections().begin(), in dump()
61 ie = m_Spec.sections().end(); in dump()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationRoundnessManager.java162 public void updateRoundedChildren(NotificationSection[] sections) { in updateRoundedChildren() argument
167 mFirstInSectionViews[i] = sections[i].getFirstVisibleChild(); in updateRoundedChildren()
168 mLastInSectionViews[i] = sections[i].getLastVisibleChild(); in updateRoundedChildren()
170 anyChanged |= handleRemovedOldViews(sections, mTmpFirstInSectionViews, true); in updateRoundedChildren()
171 anyChanged |= handleRemovedOldViews(sections, mTmpLastInSectionViews, false); in updateRoundedChildren()
172 anyChanged |= handleAddedNewViews(sections, mTmpFirstInSectionViews, true); in updateRoundedChildren()
173 anyChanged |= handleAddedNewViews(sections, mTmpLastInSectionViews, false); in updateRoundedChildren()
179 private boolean handleRemovedOldViews(NotificationSection[] sections, in handleRemovedOldViews() argument
186 for (NotificationSection section : sections) { in handleRemovedOldViews()
212 private boolean handleAddedNewViews(NotificationSection[] sections, in handleAddedNewViews() argument
[all …]
/frameworks/base/cmds/statsd/tests/external/
DIncidentReportArgs_test.cpp55 set<int> sections; in TEST() local
56 sections.insert(1000); in TEST()
57 sections.insert(1001); in TEST()
58 EXPECT_EQ(sections, args2.sections()); in TEST()
/frameworks/opt/gamesdk/src/swappyVk/
DCMakeLists.txt7 set( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -ffunction-sections -fdata-sections" )
9 set( CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} -Wl,--gc-sections" )
/frameworks/opt/gamesdk/samples/unitypackaging/app/
DCMakeLists.txt7 set( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -ffunction-sections -fdata-sections" )
9 set( CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} -Wl,--gc-sections" )
/frameworks/base/cmds/incident/
Dmain.cpp107 IncidentSection sections[INCIDENT_SECTION_COUNT]; in section_list() local
114 if (curr.id > sections[k].id) { in section_list()
118 curr = sections[k]; in section_list()
119 sections[k] = tmp; in section_list()
121 sections[j] = curr; in section_list()
128 fprintf(out, "id: %4d, name: %s\n", sections[i].id, sections[i].name); in section_list()
/frameworks/opt/gamesdk/src/swappy/
DCMakeLists.txt7 set( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -ffunction-sections -fdata-sections" )
12 set( CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} -Wl,--gc-sections" )
/frameworks/native/cmds/dumpstate/tests/
Ddumpstate_smoke_test.cpp73 DumpstateListener(int fd, std::shared_ptr<std::vector<SectionInfo>> sections) in DumpstateListener() argument
74 : out_fd_(fd), sections_(sections) { in DumpstateListener()
144 static std::shared_ptr<std::vector<SectionInfo>> sections; member in android::os::dumpstate::ZippedBugreportGenerationTest
159 sp<DumpstateListener> listener(new DumpstateListener(dup(fileno(stdout)), sections)); in SetUpTestCase()
173 std::shared_ptr<std::vector<SectionInfo>> ZippedBugreportGenerationTest::sections = member in android::os::dumpstate::ZippedBugreportGenerationTest
263 for (auto const& section : *ZippedBugreportGenerationTest::sections) { in numMatches()
271 for (auto const& section : *ZippedBugreportGenerationTest::sections) { in SectionExists()
283 for (auto const& section : *ZippedBugreportGenerationTest::sections) { in TEST_F()
/frameworks/compile/mclinker/tools/mcld/
DOptions.td71 def GCSections : Flag<["--"], "gc-sections">,
73 HelpText<"Enable garbage collection of unused input sections">;
75 def NoGCSections : Flag<["--"], "no-gc-sections">,
77 HelpText<"Disable garbage collection of unused input sections">;
79 def PrintGCSections : Flag<["--"], "print-gc-sections">,
81 HelpText<"List all sections removed by garbage collection">;
83 def NoPrintGCSections : Flag<["--"], "no-print-gc-sections">,
85 HelpText<"Do not list sections removed by garbage collection">;
89 … HelpText<"Request creation of unwind info for linker generated code sections like PLT">;
93 … HelpText<"Don't create unwind info for linker generated sections to save size">;
[all …]
/frameworks/base/cmds/incidentd/src/
Dreport_file.proto47 * Whether all available sections should be returned.
53 * list of sections that were requested.
85 * or header sections.
/frameworks/base/tools/incident_report/
Dmain.cpp314 vector<string> sections; in main() local
351 sections.push_back(argv[optind++]); in main()
384 char const** args = (char const**)malloc(sizeof(char*) * (10 + sections.size())); in main()
401 for (vector<string>::const_iterator it=sections.begin(); it!=sections.end(); it++) { in main()
/frameworks/native/cmds/dumpstate/
Dbugreport-format.md50 - Some dumpsys sections (memory and cpuinfo) are reported earlier in the file.
74 - Two additional dumpsys sections are generated. The two new sections can be
76 - Services in the new sections will have a new header containing the
97 **1.0-dev1**. When `dumpsys` was split in 2 sections but not all tools were
/frameworks/compile/mclinker/lib/Object/
DSectionMap.cpp47 StringList* sections = StringList::create(); in Input() local
48 sections->push_back( in Input()
50 m_Spec.m_pWildcardSections = sections; in Input()
313 StringList::const_iterator sect, sectEnd = pInput.spec().sections().end(); in matched()
314 for (sect = pInput.spec().sections().begin(); sect != sectEnd; ++sect) { in matched()
/frameworks/base/tools/incident_section_gen/
Dmain.cpp112 map<string,FieldDescriptor const*> sections; in generateIncidentSectionsCpp() local
117 sections[field->name()] = field; in generateIncidentSectionsCpp()
121 N = sections.size(); in generateIncidentSectionsCpp()
123 for (map<string,FieldDescriptor const*>::const_iterator it = sections.begin(); in generateIncidentSectionsCpp()
124 it != sections.end(); it++, i++) { in generateIncidentSectionsCpp()
/frameworks/base/libs/incident/include/android/os/
DIncidentReportArgs.h58 inline const set<int>& sections() const { return mSections; } in sections() function
/frameworks/compile/mclinker/include/mcld/Script/
DInputSectDesc.h48 const StringList& sections() const { in sections() function
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/examples/
Daddressbook.proto3 // Note: START and END tags are used in comments to define sections used in
/frameworks/opt/gamesdk/src/tuningfork/
DCMakeLists.txt7 set( CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} -Wl,--gc-sections,-s")
/frameworks/hardware/interfaces/cameraservice/service/2.0/
DICameraService.hal84 * Read in the provider ids and corresponding vendor tag sections from the camera server.
93 * vendor tag sections.
/frameworks/base/core/java/android/widget/
DFastScroller.java1006 final Object[] sections = mSections; in scrollTo() local
1007 final int sectionCount = sections == null ? 0 : sections.length; in scrollTo()
1009 if (sections != null && sectionCount > 1) { in scrollTo()
1127 final Object[] sections = mSections; in transitionPreviewLayout() local
1129 if (sections != null && sectionIndex >= 0 && sectionIndex < sections.length) { in transitionPreviewLayout()
1130 final Object section = sections[sectionIndex]; in transitionPreviewLayout()
/frameworks/rs/script_api/include/
Drs_object_types.rsh151 …SIGNED_5_6_5 = 13, // A 16 bit unsigned integer packing graphical data in 5, 6, and 5 bit sections.
152 …D_5_5_5_1 = 14, // A 16 bit unsigned integer packing graphical data in 5, 5, 5, and 1 bit sections.
153 …D_4_4_4_4 = 15, // A 16 bit unsigned integer packing graphical data in 4, 4, 4, and 4 bit sections.
/frameworks/compile/libbcc/
DREADME.rst135 A cache file (denoted as \*.oBCC) for libbcc consists of several sections:
139 Here is the brief description of each sections:
144 and offset of other sections. The header section is guaranteed

12