Home
last modified time | relevance | path

Searched defs:sectionName (Results 1 – 25 of 599) sorted by relevance

12345678910>>...24

/aosp_15_r20/packages/modules/IntentResolver/java/src/com/android/intentresolver/measurements/
DTracer.kt65 val sectionName = userHandle.toAppPredictorSectionName() in <lambda>() constant
80 val sectionName = userHandle.toAppPredictorSectionName() in <lambda>() constant
95 val sectionName = userHandle.toAppTargetSectionName() in <lambda>() constant
109 val sectionName = userHandle.toAppTargetSectionName() in <lambda>() constant
/aosp_15_r20/external/swiftshader/src/System/
H A DConfigurator.cpp58 std::string sectionName; in readConfiguration() local
147 std::optional<std::string> Configurator::getValueIfExists(const std::string &sectionName, const std… in getValueIfExists() argument
164 std::string Configurator::getValue(const std::string &sectionName, const std::string &keyName, cons… in getValue() argument
174 void Configurator::addValue(const std::string &sectionName, const std::string &keyName, const std::… in addValue()
179 bool Configurator::getBoolean(const std::string &sectionName, const std::string &keyName, bool defa… in getBoolean() argument
200 double Configurator::getFloat(const std::string &sectionName, const std::string &keyName, double de… in getFloat() argument
/aosp_15_r20/external/OpenCSD/decoder/tests/snapshot_parser_lib/source/
H A Dsnapshot_parser.cpp94 bool IsSectionHeader(const string& line, string& sectionName) in IsSectionHeader()
346 auto_ptr<Section> NewSection( const string& sectionName, Parsed& result) in NewSection()
401 auto_ptr<Section> NewDeviceList(const string& sectionName, ParsedDevices& result) in NewDeviceList()
451 auto_ptr<Section> NewSnapshotInfo(const string& sectionName, ParsedDevices& result) in NewSnapshotInfo()
490 auto_ptr<Section> NewTraceMetaData(const string& sectionName, ParsedDevices& result) in NewTraceMetaData()
541 …TraceBufferSection(ParsedTrace& result, const std::string &sectionName) : m_result(result), m_sect… in TraceBufferSection()
628 auto_ptr<Section> NewTraceSection(const string& sectionName, ParsedTrace& result) in NewTraceSection()
677 string sectionName; in ParseSingleDevice() local
711 string sectionName; in ParseDeviceList() local
754 string sectionName; in ParseTraceMetaData() local
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowTrace.java55 protected static void beginSection(String sectionName) { in beginSection()
80 protected static synchronized void beginAsyncSection(String sectionName, int cookie) { in beginAsyncSection()
101 protected static synchronized void endAsyncSection(String sectionName, int cookie) { in endAsyncSection()
177 private static boolean checkValidSectionName(String sectionName) { in checkValidSectionName()
222 public abstract Builder setSectionName(String sectionName); in setSectionName()
/aosp_15_r20/packages/apps/Messaging/src/com/android/messaging/util/
DTrace.java37 abstract void beginSection(String sectionName); in beginSection()
66 public static void beginSection(String sectionName) { in beginSection()
93 void beginSection(String sectionName) { in beginSection()
108 void beginSection(String sectionName) { in beginSection()
/aosp_15_r20/frameworks/base/native/android/
H A Dtrace.cpp24 void ATrace_beginSection(const char* sectionName) { in ATrace_beginSection()
32 void ATrace_beginAsyncSection(const char* sectionName, int32_t cookie) { in ATrace_beginAsyncSection()
36 void ATrace_endAsyncSection(const char* sectionName, int32_t cookie) { in ATrace_endAsyncSection()
/aosp_15_r20/device/google/gs-common/gear/dumpstate_v3/
DDumpstate.cpp50 timepoint_t startSection(int fd, const std::string &sectionName) { in startSection()
59 void endSection(int fd, const std::string &sectionName, timepoint_t startTime) { in endSection()
74 void Dumpstate::dumpTextSection(int fd, const std::string &sectionName) { in dumpTextSection()
/aosp_15_r20/device/google/gs-common/gear/dumpstate/
DDumpstate.cpp50 timepoint_t startSection(int fd, const std::string &sectionName) { in startSection()
59 void endSection(int fd, const std::string &sectionName, timepoint_t startTime) { in endSection()
74 void Dumpstate::dumpTextSection(int fd, const std::string &sectionName) { in dumpTextSection()
/aosp_15_r20/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAlphabeticalAppsList.java74 public final CharSequence sectionName; field in AlphabeticalAppsList.FastScrollSectionInfo
80 public FastScrollSectionInfo(CharSequence sectionName, int position) { in FastScrollSectionInfo()
445 String sectionName = info.sectionName; in addAppsWithSections() local
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/main/java/com/google/android/exoplayer2/util/
H A DTraceUtil.java33 public static void beginSection(String sectionName) { in beginSection()
51 private static void beginSectionV18(String sectionName) { in beginSectionV18()
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/main/java/com/google/android/exoplayer2/util/
H A DTraceUtil.java33 public static void beginSection(String sectionName) { in beginSection()
51 private static void beginSectionV18(String sectionName) { in beginSectionV18()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/dump/
DDumpsysTableLogger.java67 private final java.lang.String sectionName = null; field in DumpsysTableLogger
73 public DumpsysTableLogger(@org.jetbrains.annotations.NotNull() in DumpsysTableLogger()
/aosp_15_r20/packages/apps/Launcher3/src/com/android/launcher3/util/
DTraceHelper.java50 public void beginSection(String sectionName) { in beginSection()
67 public SafeCloseable beginAsyncSection(String sectionName) { in beginAsyncSection()
/aosp_15_r20/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DBinderTracker.java87 public void beginSection(String sectionName) { in beginSection()
95 public SafeCloseable beginAsyncSection(String sectionName) { in beginAsyncSection()
/aosp_15_r20/packages/apps/Launcher3/src/com/android/launcher3/widget/model/
DWidgetsListBaseEntriesBuilder.kt43 val sectionName = pkgItem.title?.let { indexer.computeSectionName(it) } ?: "" in <lambda>() constant
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/pm/
H A DSettingsXml.java80 public WriteSection startSection(@NonNull String sectionName) throws IOException { in startSection()
319 WriteSection startSection(@NonNull String sectionName) throws IOException; in startSection()
348 public WriteSection startSection(@NonNull String sectionName) throws IOException { in startSection()
/aosp_15_r20/packages/modules/Wifi/service/java/com/android/server/wifi/
DBackupRestoreController.java97 private void distpatchBackupData(String sectionName, XmlPullParser in, int depth) in distpatchBackupData()
128 String[] sectionName = new String[1]; in parserBackupDataAndDispatch() local
/aosp_15_r20/packages/services/Car/service/src/com/android/car/audio/
DCarAudioParserUtils.java59 String sectionName) throws XmlPullParserException, IOException { in parseAudioAttributes()
84 String sectionName) throws XmlPullParserException, IOException { in parseAudioAttribute()
/aosp_15_r20/frameworks/av/camera/
H A DVendorTagDescriptor.cpp192 String8 sectionName = parcel->readString8(); in readFromParcel() local
342 String8 sectionName = mSections[sectionId]; in dump() local
555 const char *sectionName = vOps->get_section_name(vOps, tag); in createDescriptorFromOps() local
/aosp_15_r20/external/aws-sdk-java-v2/core/profiles/src/main/java/software/amazon/awssdk/profiles/
H A DProfileFile.java65 public Optional<Profile> getSection(String sectionName, String sectionTitle) { in getSection()
347 Map<String, Profile> profiles, String sectionName) { in addToAggregate()
/aosp_15_r20/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
H A DXmpDepthDecode.java372 String sectionName) { in checkExtendedSectionExists()
391 String sectionName) { in parseExtendedXMPSections()
/aosp_15_r20/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
H A DXmpDepthDecode.java382 String sectionName) { in checkExtendedSectionExists()
401 String sectionName) { in parseExtendedXMPSections()
/aosp_15_r20/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/profiling/
DTracing.java176 public static int beginAsyncSection(@NonNull String sectionName) { in beginAsyncSection()
191 public static void endAsyncSection(@NonNull String sectionName, int traceCookie) { in endAsyncSection()
/aosp_15_r20/external/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITCAPITest.cpp36 const char *sectionName) { in roundTripAllocateCodeSection()
45 const char *sectionName, in roundTripAllocateDataSection()
/aosp_15_r20/hardware/interfaces/camera/common/default/
H A DVendorTagDescriptor.cpp165 String8 sectionName = mSections[sectionId]; in dump() local
326 const char* sectionName = vOps->get_section_name(vOps, tag); in createDescriptorFromOps() local

12345678910>>...24