Home
last modified time | relevance | path

Searched refs:am (Results 1 – 25 of 40) sorted by relevance

12

/system/core/init/
Dinit_test.cpp45 ActionManager am; in TestInit() local
52 parser.AddSectionParser("on", std::make_unique<ActionParser>(&am, nullptr)); in TestInit()
58 command(am); in TestInit()
61 while (am.HasMoreCommands()) { in TestInit()
62 am.ExecuteOneCommand(); in TestInit()
90 ActionManagerCommand trigger_boot = [](ActionManager& am) { am.QueueEventTrigger("boot"); }; in TEST() argument
110 ActionManager am; in TEST() local
113 parser.AddSectionParser("on", std::make_unique<ActionParser>(&am, nullptr)); in TEST()
153 ActionManagerCommand trigger_boot = [](ActionManager& am) { am.QueueEventTrigger("boot"); }; in TEST() argument
235 ActionManagerCommand trigger_boot = [](ActionManager& am) { am.QueueEventTrigger("boot"); }; in TEST() argument
Dinit.cpp824 ActionManager& am = ActionManager::GetInstance(); in SecondStageMain() local
827 LoadBootScripts(am, sm); in SecondStageMain()
839 am.QueueBuiltinAction(SetupCgroupsAction, "SetupCgroups"); in SecondStageMain()
840 am.QueueBuiltinAction(SetKptrRestrictAction, "SetKptrRestrict"); in SecondStageMain()
841 am.QueueBuiltinAction(TestPerfEventSelinuxAction, "TestPerfEventSelinux"); in SecondStageMain()
842 am.QueueEventTrigger("early-init"); in SecondStageMain()
845 am.QueueBuiltinAction(wait_for_coldboot_done_action, "wait_for_coldboot_done"); in SecondStageMain()
847 am.QueueBuiltinAction(MixHwrngIntoLinuxRngAction, "MixHwrngIntoLinuxRng"); in SecondStageMain()
848 am.QueueBuiltinAction(SetMmapRndBitsAction, "SetMmapRndBits"); in SecondStageMain()
850 am.QueueBuiltinAction( in SecondStageMain()
[all …]
Dhost_init_verifier.cpp267 ActionManager& am = ActionManager::GetInstance(); in main() local
272 parser.AddSectionParser("on", std::make_unique<ActionParser>(&am, nullptr)); in main()
279 size_t failures = parser.parse_error_count() + am.CheckAllCommands() + sl.CheckAllCommands(); in main()
Dreboot.cpp907 auto& am = ActionManager::GetInstance(); in HandleUserspaceReboot() local
908 am.ClearQueue(); in HandleUserspaceReboot()
909 am.QueueEventTrigger("userspace-reboot-requested"); in HandleUserspaceReboot()
911 am.QueueBuiltinAction(handler, "userspace-reboot"); in HandleUserspaceReboot()
/system/extras/app-launcher/
DREADME69 package+activity and use that in am start.
72 adb shell 'simpleperf stat -a am start -W -n com.android.chrome/com.google.android.apps.chrome.Main'
73 adb shell 'am force-stop com.android.chrome'
76 adb shell 'simpleperf stat -a am start -W -n com.google.android.GoogleCamera/com.android.camera.Cam…
77 adb shell 'am force-stop com.google.android.GoogleCamera'
80 adb shell 'simpleperf stat -a am start -W -n com.google.android.apps.maps/com.google.android.maps.M…
81 adb shell 'am force-stop com.google.android.apps.maps'
84 adb shell 'am start -W -n com.google.android.youtube/com.google.android.apps.youtube.app.WatchWhile…
85 adb shell 'am force-stop com.google.android.youtube'
/system/apex/apexd/apexd_testdata/
Danother_prebuilt_file1 I am in an APEX!
/system/tools/hidl/test/vendor/1.0/
DFAKE_NOTICE_FILE1 I am notifying you of something! Wheeee!
/system/apex/shim/build/
Dadditional_file1 I am just a file, don't mind me.
/system/sepolicy/prebuilts/api/30.0/private/
Dnotify_traceur.te7 # This is to execute am
Dincidentd.te128 # For running am, incident-helper-cmd and similar framework commands.
/system/sepolicy/prebuilts/api/29.0/private/
Dnotify_traceur.te7 # This is to execute am
/system/sepolicy/private/
Dnotify_traceur.te7 # This is to execute am
Dincidentd.te128 # For running am, incident-helper-cmd and similar framework commands.
/system/tools/aidl/tests/java_app/
DREADME14 $ adb shell am start -S -a android.intent.action.MAIN \
/system/extras/ANRdaemon/
DREADME10 $ ANRdaemon -t 9990 sched gfx am
12 sched, gfx and am modules (See -h for more info).
/system/extras/ioblame/
DREADME98 ioblame -r [ I am only interested in reads ]
99 ioblame -w [ I am only interested in writes ]
100 ioblame -p [ I am only interested in writepage(s) - mmap'ed writes ]
101 ioblame -r -w -p [ I am only interested in reads, writes and writepages ]
132 adb shell "am force-stop com.google.android.gm" # This line I added for example
148 adb shell "am start -W -n com.google.android.gm/.ConversationListActivityGmail"
Dioblame-gmail-launch.example24 File: /bin/am
28 am Reads: 16 KB
171 PID: am
173 /bin/am Reads: 4 KB i_size: 207 bytes
243 /bin/am Reads: 4 KB i_size: 207 bytes
/system/bt/vendor_libs/test_vendor_lib/scripts/
Dbuild_and_run.sh80 adb shell am start -a android.bluetooth.adapter.action.REQUEST_ENABLE
/system/core/libsystem/include/system/
Dradio.h118 radio_hal_am_band_config_t am; member
/system/core/logcat/
Dlogpersist177 am force-stop com.android.settings
/system/core/adb/
Dadb.bash220 am)
/system/core/cli-test/
DREADME.md85 would be "am I running as root?".
/system/extras/tests/workloads/
Dpwrtest.sh220 adb shell am broadcast -a android.intent.action.AIRPLANE_MODE --ez state $mode
/system/iorap/include/binder/
Dapp_launch_event.h34 using ActivityRecordProto = ::com::android::server::am::ActivityRecordProto;
/system/extras/simpleperf/demo/
DREADME.md169 $ adb shell am start simpleperf.demo.cpp_api/.MainActivity

12