/system/extras/simpleperf/scripts/inferno/ |
D | script.js | 97 select(e); 171 select(previouslySelected); 239 select(target_element); 243 function select(e) { function
|
/system/media/audio_utils/tests/ |
D | getch.c | 41 return select(1, &fds, NULL, NULL, &tv); in kbhit()
|
/system/bt/gd/rust/hal/src/ |
D | hidl_hal.rs | 8 use tokio::select; 108 select! { in dispatch_outgoing()
|
D | rootcanal_hal.rs | 17 use tokio::select; 142 select! { in dispatch_outgoing()
|
D | snoop.rs | 15 use tokio::select; 144 select! { in provide_snooped_hal()
|
/system/bt/gd/rust/link/src/acl/classic/ |
D | mod.rs | 21 use tokio::select; 155 select! { in provide_acl_manager() 274 select! { in run_connection()
|
/system/bt/gd/rust/link/src/acl/ |
D | core.rs | 16 use tokio::select; 91 select! { in provide_acl_dispatch()
|
/system/core/libcutils/ |
D | socket_network_client_unix.cpp | 85 if ((rc = select(s + 1, &r_set, &w_set, NULL, (timeout != 0) ? &ts : NULL)) == -1) { in socket_network_client_timeout()
|
/system/bt/gd/rust/hci/src/ |
D | lib.rs | 32 use tokio::select; 178 select! { in dispatch()
|
/system/bt/vendor_libs/test_vendor_lib/scripts/ |
D | simple_stack.py | 149 select(
|
/system/bt/vendor_libs/linux/interface/ |
D | async_fd_watcher.cc | 149 int retval = select(nfds + 1, &read_fds, NULL, NULL, timeout_ptr); in ThreadRoutine()
|
/system/bt/osi/test/fuzzers/fixed_queue/ |
D | fuzz_fixed_queue.cc | 59 return select(nfds, &readfds, &writefds, &exceptfds, &timeout) > 0; in fdIsAvailable()
|
/system/bt/gd/rust/common/src/ |
D | time.rs | 114 tokio::select! { in alarm_clear_ready_after_expired()
|
/system/extras/simpleperf/doc/ |
D | executable_commands_reference.md | 11 - [Select events to stat](#select-events-to-stat) 12 - [Select target to stat](#select-target-to-stat) 19 - [Select events to record](#select-events-to-record) 20 - [Select target to record](#select-target-to-record) 122 we can select which events to use, which processes/threads to monitor, how long to monitor and the 142 We can select which events to use via -e. 199 We can select which processes or threads to monitor via -p or -t. Monitoring a 331 By passing options, we can select which events to use, which processes/threads to monitor, 356 The way to select target in record command is similar to that in the stat command. 601 filters to select samples of interest.
|
D | scripts_reference.md | 228 # To show annotated source or disassembly, select `top` in the view menu, click a function and 229 # select `source` or `disassemble` in the view menu.
|
/system/core/fs_mgr/libsnapshot/ |
D | PowerTest.md | 40 …ultiple devices are attached to adb, this argument is passed as the serial to select (to `adb -s`).
|
/system/nfc/src/nfa/include/ |
D | nfa_dm_int.h | 216 tNFA_DM_API_SELECT select; /* NFA_DM_API_SELECT_EVT */ member 267 tNFA_DM_DISC_SELECT_PARAMS select; /* selected target information */ member
|
/system/extras/boottime_tools/bootanalyze/ |
D | bootanalyze.py | 29 import select 645 read_poll = select.poll() 646 read_poll.register(process.stdout, select.POLLIN) 653 if len(read_r) > 0 and read_r[0][1] == select.POLLIN:
|
/system/extras/simpleperf/scripts/purgatorio/templates/ |
D | main.js | 221 d3.select("#flame")
|
/system/core/fastboot/fuzzy_fastboot/ |
D | transport_sniffer.cpp | 176 while (select(serial_fd_ + 1, &set, NULL, NULL, &timeout) > 0) { in ProcessSerial()
|
/system/core/fastboot/ |
D | socket.cpp | 101 int result = TEMP_FAILURE_RETRY(select(sock_ + 1, &read_set, nullptr, nullptr, &timeout)); in WaitForRecv()
|
/system/extras/ioshark/ |
D | README | 6 is a strace+ftrace compiler that takes straces and select ftraces fed
|
/system/core/libsync/tests/ |
D | sync_test.cpp | 343 ASSERT_EQ(select(fence.getFd() + 1, &set, nullptr, nullptr, &time), 0); in TEST() 353 ASSERT_EQ(select(fence.getFd() + 1, &set, nullptr, nullptr, &time), 1); in TEST()
|
/system/bt/hci/src/ |
D | hci_layer_linux.cc | 156 int res = select(std::max(fd, ctrl_fd) + 1, &fds, NULL, NULL, NULL); in monitor_socket()
|
/system/bt/osi/test/ |
D | fixed_queue_test.cc | 33 int result = select(FD_SETSIZE, &rfds, NULL, NULL, &tv); in is_fd_readable()
|