Searched refs:Run (Results 1 - 25 of 136) sorted by relevance

123456

/system/extras/simpleperf/
H A Dcmd_list_test.cpp32 ASSERT_TRUE(list_cmd->Run({}));
36 ASSERT_TRUE(list_cmd->Run({"sw"}));
40 ASSERT_TRUE(list_cmd->Run({"hw", "tracepoint"}));
H A Dcmd_dumprecord_test.cpp27 ASSERT_TRUE(DumpCmd()->Run({GetTestData("perf.data")}));
31 ASSERT_TRUE(DumpCmd()->Run({GetTestData(PERF_DATA_GENERATED_BY_LINUX_PERF)}));
H A Dcmd_report_sample_test.cpp31 ReportSampleCmd()->Run({"-i", GetTestData(PERF_DATA_WITH_SYMBOLS)}));
36 ASSERT_TRUE(ReportSampleCmd()->Run(
42 ASSERT_TRUE(ReportSampleCmd()->Run({"-i", GetTestData(CALLGRAPH_FP_PERF_DATA),
49 ASSERT_TRUE(ReportSampleCmd()->Run({"-i", GetTestData(PERF_DATA_WITH_SYMBOLS),
51 ASSERT_TRUE(ReportSampleCmd()->Run(
61 ASSERT_TRUE(ReportSampleCmd()->Run({"-i", GetTestData(PERF_DATA_WITH_WRONG_IP_IN_CALLCHAIN),
63 ASSERT_TRUE(ReportSampleCmd()->Run({"--dump-protobuf-report", tmpfile.path, "-o",
74 ASSERT_TRUE(ReportSampleCmd()->Run({"-i", GetTestData(PERF_DATA_WITH_SYMBOLS),
76 ASSERT_TRUE(ReportSampleCmd()->Run(
86 ASSERT_TRUE(ReportSampleCmd()->Run({"
[all...]
H A Dcmd_stat_test.cpp34 TEST(stat_cmd, no_options) { ASSERT_TRUE(StatCmd()->Run({"sleep", "1"})); }
37 ASSERT_TRUE(StatCmd()->Run({"-e", "cpu-clock,task-clock", "sleep", "1"}));
41 TEST_IN_ROOT(ASSERT_TRUE(StatCmd()->Run({"-a", "sleep", "1"})));
45 ASSERT_TRUE(StatCmd()->Run({"--verbose", "sleep", "1"}));
50 StatCmd()->Run({"-a", "-e", "sched:sched_switch", "sleep", "1"})));
55 StatCmd()->Run({"-e", "cpu-cycles:u,cpu-cycles:k", "sleep", "1"}));
90 ASSERT_TRUE(StatCmd()->Run({"-p", pid_list, "sleep", "1"}));
99 ASSERT_TRUE(StatCmd()->Run({"-t", tid_list, "sleep", "1"}));
102 TEST(stat_cmd, no_monitored_threads) { ASSERT_FALSE(StatCmd()->Run({""})); }
106 StatCmd()->Run({"
[all...]
H A Dcmd_help.cpp36 bool Run(const std::vector<std::string>& args) override;
43 bool HelpCommand::Run(const std::vector<std::string>& args) { function in class:HelpCommand
H A Dcommand_test.cpp26 bool Run(const std::vector<std::string>&) override {
/system/bt/service/test/
H A Dstub_ipc_handler_binder.cc35 bool IPCHandlerBinder::Run() { function in class:ipc::IPCHandlerBinder
H A Dstub_ipc_handler_linux.cc38 bool IPCHandlerLinux::Run() { function in class:ipc::IPCHandlerLinux
/system/bt/service/ipc/
H A Dipc_manager.cc49 if (!linux_handler_->Run()) {
63 if (!binder_handler_->Run()) {
76 if (!dbus_handler_->Run()) {
H A Dipc_handler.h39 virtual bool Run() = 0;
/system/bt/service/ipc/binder/
H A Dipc_handler_binder.h33 bool Run() override;
/system/media/brillo/audio/audioservice/
H A Dmain_audio_service.cpp26 return audio_daemon.Run();
H A Daudio_service_callback.cpp44 connected_callback_.Run(&device_info, user_data_);
55 disconnected_callback_.Run(&device_info, user_data_);
65 volume_callback_.Run(usage, previous_index, current_index, user_data_);
/system/nvram/core/tests/
H A Dgtest_stubs.h61 virtual void Run() = 0;
75 void Run() override {
76 test_.Run();
123 void Run(); \
127 void fixture##_##name::Run()
H A Dgtest_stubs.cpp32 instance->Run();
/system/tpm/tpm_manager/client/
H A Dbinder_proxy_helper.h41 get_error_response_.Run(&response_proto);
42 callback_.Run(response_proto);
56 android::binder::Status status = method_.Run(request_bytes, observer);
79 get_error_response_.Run(&response_proto);
81 callback_.Run(response_proto);
/system/bt/service/ipc/dbus/
H A Dipc_handler_dbus.h37 bool Run() override;
H A Dbluetooth_adapter.cc76 response_sender.Run(Response::FromMethodCall(method_call));
83 response_sender.Run(Response::FromMethodCall(method_call));
93 response_sender.Run(ErrorResponse::FromMethodCall(
100 response_sender.Run(std::move(response));
/system/bt/stack/test/
H A Dble_advertiser_test.cc62 cb.Run(fake_rand);
176 inst_cnt_Cb.Run(num_adv_instances);
223 remove_cb.Run(0);
254 set_params_cb.Run(0, 0);
266 set_data_cb.Run(0);
283 enable_cb.Run(0);
302 enable_cb.Run(0);
303 remove_cb.Run(0);
331 set_params_cb.Run(0, 0);
351 set_data_cb.Run(
[all...]
/system/tpm/attestation/server/
H A Dattestation_service_test.cc118 void Run() { run_loop_.Run(); } function in class:attestation::AttestationServiceTest
205 Run();
219 Run();
232 Run();
245 Run();
258 Run();
271 Run();
284 Run();
298 Run();
[all...]
/system/update_engine/
H A Dproxy_resolver_unittest.cc62 loop_.Run();
76 loop_.Run();
88 loop_.Run();
/system/tpm/trunks/
H A Dtrunks_binder_proxy.cc47 callback_.Run(
50 callback_.Run(response_proto.response());
83 callback.Run(CreateErrorResponse(TRUNKS_RC_IPC_ERROR));
91 callback.Run(CreateErrorResponse(TRUNKS_RC_IPC_ERROR));
H A Dtrunks_dbus_proxy.cc61 callback.Run(CreateErrorResponse(TRUNKS_RC_IPC_ERROR));
66 callback.Run(response.response());
71 callback.Run(response.response());
/system/tpm/attestation/client/
H A Ddbus_proxy.cc57 callback.Run(reply);
70 callback.Run(reply);
82 callback.Run(reply);
96 callback.Run(reply);
110 callback.Run(reply);
124 callback.Run(reply);
137 callback.Run(reply);
148 callback.Run(reply);
161 callback.Run(reply);
/system/tpm/tpm_manager/server/
H A Dtpm_manager_service_test.cc61 void Run() { run_loop_.Run(); } function in class:tpm_manager::TpmManagerServiceTest
64 // Run out the service worker loop by posting a new command and waiting for
72 Run();
132 Run();
168 Run();
186 Run();
206 Run();
218 Run();
230 Run();
[all...]

Completed in 1130 milliseconds

123456