Home
last modified time | relevance | path

Searched refs:sectionName (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/native/android/
H A Dtrace.cpp24 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 DDumpsysTableLogger.kt81 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 DSettingsXml.java80 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 DViewTraversalTracingStrings.java55 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 DTrace.java449 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 DHostUtils.kt128 sectionName: String = "Packages"
131 .dropWhile { !it.startsWith(sectionName) } // Wait until the header
H A DSdCardEjectionTests.kt245 HostUtils.packageSection(device, pkgName, sectionName = "Compiler stats")
/aosp14/frameworks/base/cmds/incident_helper/java/com/android/commands/incident/sections/
H A DPersistLogSection.java172 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 Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...