Searched refs:sectionName (Results 1 – 9 of 9) sorted by relevance
/aosp14/frameworks/base/native/android/ |
H A D | trace.cpp | 24 void ATrace_beginSection(const char* sectionName) { in ATrace_beginSection() argument 25 atrace_begin(ATRACE_TAG_APP, sectionName); in ATrace_beginSection() 32 void ATrace_beginAsyncSection(const char* sectionName, int32_t cookie) { in ATrace_beginAsyncSection() argument 33 atrace_async_begin(ATRACE_TAG_APP, sectionName, cookie); in ATrace_beginAsyncSection() 36 void ATrace_endAsyncSection(const char* sectionName, int32_t cookie) { in ATrace_endAsyncSection() argument 37 atrace_async_end(ATRACE_TAG_APP, sectionName, cookie); in ATrace_endAsyncSection()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dump/ |
H A D | DumpsysTableLogger.kt | 81 private val sectionName: String, 96 pw.append(HEADER_PREFIX).println(sectionName) 101 pw.append(FOOTER_PREFIX).println(sectionName)
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | SettingsXml.java | 80 public WriteSection startSection(@NonNull String sectionName) throws IOException { in startSection() argument 81 return mWriteSection.startSection(sectionName); in startSection() 319 WriteSection startSection(@NonNull String sectionName) throws IOException; in startSection() argument 348 public WriteSection startSection(@NonNull String sectionName) throws IOException { in startSection() argument 350 mXmlSerializer.startTag(null, sectionName); in startSection() 351 mTagStack.push(sectionName); in startSection()
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | ViewTraversalTracingStrings.java | 55 private String getTraceName(String sectionName, String className, View v) { in getTraceName() argument 57 out.append(sectionName); in getTraceName()
|
/aosp14/frameworks/base/core/java/android/os/ |
H A D | Trace.java | 449 public static void beginSection(@NonNull String sectionName) { in beginSection() argument 451 if (sectionName.length() > MAX_SECTION_NAME_LEN) { in beginSection() 454 nativeTraceBegin(TRACE_TAG_APP, sectionName); in beginSection()
|
/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/host/src/com/android/server/pm/test/ |
H A D | HostUtils.kt | 128 sectionName: String = "Packages" 131 .dropWhile { !it.startsWith(sectionName) } // Wait until the header
|
H A D | SdCardEjectionTests.kt | 245 HostUtils.packageSection(device, pkgName, sectionName = "Compiler stats")
|
/aosp14/frameworks/base/cmds/incident_helper/java/com/android/commands/incident/sections/ |
H A D | PersistLogSection.java | 172 private void setCurrentSection(String sectionName) { in setCurrentSection() argument 173 Long sectionId = SECTION_NAME_TO_ID.get(sectionName); in setCurrentSection() 175 IncidentHelper.log(Log.WARN, TAG, "Section does not exist: " + sectionName); in setCurrentSection()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |