/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/docs/ |
H A D | threading.md | 14 | (^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 D | Android.bp | 19 // 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 D | InlineXmlFormatParser_test.cpp | 56 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 D | Android.bp | 12 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 D | Android.bp | 12 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 D | checksum_parser.py | 13 def main(): function 37 sys.exit(main())
|
H A D | validator.py | 15 def main(): function 37 sys.exit(main())
|
/aosp14/frameworks/base/packages/SystemUI/scripts/ |
H A D | update_shared_lib.sh | 24 main() { function 34 main
|
H A D | update_statsd_lib.sh | 24 main() { function 34 main
|
/aosp14/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyAndException/ |
H A D | Android.bp | 19 // 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 D | dump_snapshot_proto.py | 19 def main(): function 39 main()
|
/aosp14/frameworks/base/ |
H A D | pathmap.mk | 50 baseLibrary/src/main \ 51 extensions/library/src/main \
|
/aosp14/frameworks/base/media/tests/audiotests/ |
H A D | shared_mem_test.cpp | 191 int main() { in main() function 209 int main() { in main() function 211 return android::main(); in main()
|
/aosp14/frameworks/base/tools/fonts/ |
H A D | update_font_metadata.py | 15 def main(): function 27 main()
|
/aosp14/frameworks/base/cmds/locksettings/src/com/android/commands/locksettings/ |
H A D | LockSettingsCmd.java | 31 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 D | runtests.py | 51 def main(): function 90 sys.exit(main())
|
/aosp14/system/core/toolbox/ |
H A D | toolbox.c | 28 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 D | process_newdb_perf_test_logs.py | 20 def main(): function 74 main()
|
/aosp14/system/core/trusty/utils/rpmb_dev/ |
H A D | rpmb_dev.rc | 15 class main 26 class main
|
/aosp14/frameworks/base/tools/codegen/src/com/android/codegen/ |
H A D | Main.kt | 110 fun main(args: Array<String>) { regex 127 fileInfo.main()
|
/aosp14/frameworks/base/tests/backup/ |
H A D | backup_helper_test.cpp | 49 main(int argc, const char** argv) in main() function 121 main(int, char**) in main() function
|
/aosp14/frameworks/base/tests/JankBench/scripts/ |
H A D | runall.py | 55 def main(): function 65 main()
|
/aosp14/frameworks/base/api/ |
H A D | merge_annotation_zips.py | 59 def main(): function 71 main()
|
/aosp14/system/core/init/ |
H A D | compare-bootcharts.py | 134 def main(): function 146 main()
|
/aosp14/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestServices/ |
H A D | Android.bp | 30 // --debug triggers the old --minimal-main-dex behavior 35 // --main-dex-rules.
|