/aosp_15_r20/packages/modules/IntentResolver/java/src/com/android/intentresolver/measurements/ |
D | Tracer.kt | 65 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 D | Configurator.cpp | 58 std::string sectionName; in readConfiguration() local 147 std::optional<std::string> Configurator::getValueIfExists(const std::string §ionName, const std… in getValueIfExists() argument 164 std::string Configurator::getValue(const std::string §ionName, const std::string &keyName, cons… in getValue() argument 174 void Configurator::addValue(const std::string §ionName, const std::string &keyName, const std::… in addValue() 179 bool Configurator::getBoolean(const std::string §ionName, const std::string &keyName, bool defa… in getBoolean() argument 200 double Configurator::getFloat(const std::string §ionName, const std::string &keyName, double de… in getFloat() argument
|
/aosp_15_r20/external/OpenCSD/decoder/tests/snapshot_parser_lib/source/ |
H A D | snapshot_parser.cpp | 94 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 §ionName) : 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 D | ShadowTrace.java | 55 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/ |
D | Trace.java | 37 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 D | trace.cpp | 24 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/ |
D | Dumpstate.cpp | 50 timepoint_t startSection(int fd, const std::string §ionName) { in startSection() 59 void endSection(int fd, const std::string §ionName, timepoint_t startTime) { in endSection() 74 void Dumpstate::dumpTextSection(int fd, const std::string §ionName) { in dumpTextSection()
|
/aosp_15_r20/device/google/gs-common/gear/dumpstate/ |
D | Dumpstate.cpp | 50 timepoint_t startSection(int fd, const std::string §ionName) { in startSection() 59 void endSection(int fd, const std::string §ionName, timepoint_t startTime) { in endSection() 74 void Dumpstate::dumpTextSection(int fd, const std::string §ionName) { in dumpTextSection()
|
/aosp_15_r20/packages/apps/Launcher3/src/com/android/launcher3/allapps/ |
D | AlphabeticalAppsList.java | 74 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 D | TraceUtil.java | 33 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 D | TraceUtil.java | 33 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/ |
D | DumpsysTableLogger.java | 67 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/ |
D | TraceHelper.java | 50 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/ |
D | BinderTracker.java | 87 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/ |
D | WidgetsListBaseEntriesBuilder.kt | 43 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 D | SettingsXml.java | 80 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/ |
D | BackupRestoreController.java | 97 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/ |
D | CarAudioParserUtils.java | 59 String sectionName) throws XmlPullParserException, IOException { in parseAudioAttributes() 84 String sectionName) throws XmlPullParserException, IOException { in parseAudioAttribute()
|
/aosp_15_r20/frameworks/av/camera/ |
H A D | VendorTagDescriptor.cpp | 192 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 D | ProfileFile.java | 65 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 D | XmpDepthDecode.java | 372 String sectionName) { in checkExtendedSectionExists() 391 String sectionName) { in parseExtendedXMPSections()
|
/aosp_15_r20/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/ |
H A D | XmpDepthDecode.java | 382 String sectionName) { in checkExtendedSectionExists() 401 String sectionName) { in parseExtendedXMPSections()
|
/aosp_15_r20/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/profiling/ |
D | Tracing.java | 176 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 D | MCJITCAPITest.cpp | 36 const char *sectionName) { in roundTripAllocateCodeSection() 45 const char *sectionName, in roundTripAllocateDataSection()
|
/aosp_15_r20/hardware/interfaces/camera/common/default/ |
H A D | VendorTagDescriptor.cpp | 165 String8 sectionName = mSections[sectionId]; in dump() local 326 const char* sectionName = vOps->get_section_name(vOps, tag); in createDescriptorFromOps() local
|