Home
last modified time | relevance | path

Searched refs:main (Results 1 – 25 of 312) sorted by relevance

12345678910>>...13

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/docs/
H A Dthreading.md14 | (^post to shell thread) | (^post to main thread)
24 - SysUI main thread (standard main thread)
27 - This falls back to the SysUI main thread otherwise
32 - The Shell main thread Handler (and the Executor that wraps it) is async, so
35 - `ShellBackgroundThread` (for longer running tasks where we don't want to block the shell main
51 To get the SysUI main thread, you can use the `@Main` annotation.
57 - If the host SysUI is not careful, it may construct the WMComponent dependencies on the main
61 - If the Shell main thread is not a separate thread, this will cause a deadlock
62 - Callbacks, Observers, Listeners to any non-shell component should post onto main Shell thread
65 the main Shell thread manually
[all …]
/aosp14/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestApp/
H A DAndroid.bp19 // The application with a minimal main dex
34 // --debug triggers the old --minimal-main-dex behavior
39 // --main-dex-rules.
60 // --release disables the old --minimal-main-dex behavior
65 // --main-dex-rules.
/aosp14/frameworks/base/tools/aapt2/compile/
H A DInlineXmlFormatParser_test.cpp56 doc->file.name = test::ParseNameOrDie("layout/main");
111 doc->file.name = test::ParseNameOrDie("layout/main");
180 doc->file.name = test::ParseNameOrDie("layout/main");
198 doc->file.name = test::ParseNameOrDie("layout/main");
216 doc->file.name = test::ParseNameOrDie("layout/main");
/aosp14/frameworks/base/tests/TouchLatency/
H A DAndroid.bp12 manifest: "app/src/main/AndroidManifest.xml",
14 srcs: ["app/src/main/java/**/*.java"],
16 resource_dirs: ["app/src/main/res"],
/aosp14/frameworks/base/tests/JankBench/
H A DAndroid.bp12 manifest: "app/src/main/AndroidManifest.xml",
15 srcs: ["app/src/main/java/**/*.java"],
18 resource_dirs: ["app/src/main/res"],
/aosp14/system/core/fastboot/fuzzy_fastboot/example/
H A Dchecksum_parser.py13 def main(): function
37 sys.exit(main())
H A Dvalidator.py15 def main(): function
37 sys.exit(main())
/aosp14/frameworks/base/packages/SystemUI/scripts/
H A Dupdate_shared_lib.sh24 main() { function
34 main
H A Dupdate_statsd_lib.sh24 main() { function
34 main
/aosp14/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyAndException/
H A DAndroid.bp19 // The application with a minimal main dex
37 // --debug triggers the old --minimal-main-dex behavior
42 // --main-dex-rules.
/aosp14/system/core/fs_mgr/libsnapshot/scripts/
H A Ddump_snapshot_proto.py19 def main(): function
39 main()
/aosp14/frameworks/base/
H A Dpathmap.mk50 baseLibrary/src/main \
51 extensions/library/src/main \
/aosp14/frameworks/base/media/tests/audiotests/
H A Dshared_mem_test.cpp191 int main() { in main() function
209 int main() { in main() function
211 return android::main(); in main()
/aosp14/frameworks/base/tools/fonts/
H A Dupdate_font_metadata.py15 def main(): function
27 main()
/aosp14/frameworks/base/cmds/locksettings/src/com/android/commands/locksettings/
H A DLockSettingsCmd.java31 public static void main(String[] args) { in main() method in LockSettingsCmd
37 main(new String[] { "help" }); in onShowUsage()
/aosp14/frameworks/base/services/tests/
H A Druntests.py51 def main(): function
90 sys.exit(main())
/aosp14/system/core/toolbox/
H A Dtoolbox.c28 int main(int argc, char** argv) { in main() function
51 return main(argc - 1, argv + 1); in toolbox_main()
/aosp14/frameworks/base/core/tests/coretests/src/android/database/
H A Dprocess_newdb_perf_test_logs.py20 def main(): function
74 main()
/aosp14/system/core/trusty/utils/rpmb_dev/
H A Drpmb_dev.rc15 class main
26 class main
/aosp14/frameworks/base/tools/codegen/src/com/android/codegen/
H A DMain.kt110 fun main(args: Array<String>) { regex
127 fileInfo.main()
/aosp14/frameworks/base/tests/backup/
H A Dbackup_helper_test.cpp49 main(int argc, const char** argv) in main() function
121 main(int, char**) in main() function
/aosp14/frameworks/base/tests/JankBench/scripts/
H A Drunall.py55 def main(): function
65 main()
/aosp14/frameworks/base/api/
H A Dmerge_annotation_zips.py59 def main(): function
71 main()
/aosp14/system/core/init/
H A Dcompare-bootcharts.py134 def main(): function
146 main()
/aosp14/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestServices/
H A DAndroid.bp30 // --debug triggers the old --minimal-main-dex behavior
35 // --main-dex-rules.

12345678910>>...13