Searched refs:ask (Results 1 – 8 of 8) sorted by relevance
/system/core/logd/tests/ |
D | logd_test.cpp | 370 static const char ask[] = "dumpAndClose lids=0,1,2,3"; in TEST() local 371 user_logger_available = write(fd, ask, sizeof(ask)) == sizeof(ask); in TEST() 618 std::string ask(command); in timeout_negative() local 627 size_t len = ask.length() + 1; in timeout_negative() 628 written = write(fd, ask.c_str(), len) == (ssize_t)len; in timeout_negative() 729 std::string ask = android::base::StringPrintf( in TEST() local 741 size_t len = ask.length() + 1; in TEST() 742 written = write(fd, ask.c_str(), len) == (ssize_t)len; in TEST() 850 static const char ask[] = "stream lids=0,1,2,3,4,5,6"; // all sources in TEST() local 851 bool reader_requested = write(fd, ask, sizeof(ask)) == sizeof(ask); in TEST()
|
/system/extras/simpleperf/doc/ |
D | inferno.md | 24 `android::SurfaceFlinger::onMessageReceived`. The most expensive task is to ask 85 ` -fomit-frame-pointer` in your build config. Alternatively, ask simpleperf to
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | perfetto.te | 46 # Allow perfetto to ask incidentd to start a report.
|
/system/sepolicy/private/ |
D | perfetto.te | 46 # Allow perfetto to ask incidentd to start a report.
|
/system/extras/simpleperf/ |
D | report_sample.proto | 43 // By using '-e' option, we can ask simpleperf to record samples for one or more
|
/system/sepolicy/tools/fc_sort/ |
D | NOTICE | 29 anyone to deny you these rights or to ask you to surrender the rights. 252 to ask for permission. For software which is copyrighted by the Free
|
/system/core/adb/ |
D | protocol.txt | 259 the client device could ask the host computer to setup inbound socket
|
/system/core/init/ |
D | README.md | 576 been set up before those services ask for it. There must be a
|