/system/extras/simpleperf/scripts/inferno/ |
D | script.js | 97 select(e); 171 select(previouslySelected); 239 select(target_element); 243 function select(e) { function
|
/system/nfc/src/rust/hal/ |
D | rootcanal_hal.rs | 28 use tokio::select; 102 select! { in dispatch_outgoing()
|
D | hidl_hal.rs | 23 use tokio::select; 162 select! { in dispatch_outgoing()
|
/system/media/audio_utils/tests/ |
D | getch.c | 41 return select(1, &fds, NULL, NULL, &tv); in kbhit()
|
/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/nfc/src/fuzzers/integration/ |
D | nfc_integration_fuzzer_impl.cc | 322 NFA_Select(command.select().rf_select_id(), in DoOneCommand() 323 GetProtocol(command.select().protocol()), in DoOneCommand() 324 command.select().rf_interface()); in DoOneCommand()
|
D | nfc_integration_fuzzer.proto | 32 Select select = 9; field
|
/system/nfc/tools/casimir/src/ |
D | main.rs | 28 use tokio::select; 313 select! { in run()
|
D | main-grpc.rs | 28 use tokio::select; 433 select! { in run()
|
D | nci_packets.pdl | 627 /// [NCI] Table 77: Control Messages to select a Discovered Target 634 /// [NCI] Table 77: Control Messages to select a Discovered Target
|
/system/chre/platform/zephyr/ |
D | Kconfig | 9 select REQUIRES_FULL_LIBCPP
|
/system/extras/boottime_tools/bootanalyze/ |
D | bootanalyze.py | 29 import select 689 read_poll = select.poll() 690 read_poll.register(process.stdout, select.POLLIN) 712 if polled_event[1] == select.POLLIN: 715 if polled_event[1] == select.POLLHUP:
|
/system/nfc/src/nfa/include/ |
D | nfa_dm_int.h | 216 tNFA_DM_API_SELECT select; /* NFA_DM_API_SELECT_EVT */ member 277 tNFA_DM_DISC_SELECT_PARAMS select; /* selected target information */ member
|
/system/nfc/src/rust/nci/ |
D | nci.rs | 31 use tokio::select; 330 select! { in dispatch()
|
/system/core/fastboot/fuzzy_fastboot/ |
D | transport_sniffer.cpp | 176 while (select(serial_fd_ + 1, &set, NULL, NULL, &timeout) > 0) { in ProcessSerial()
|
/system/extras/simpleperf/scripts/purgatorio/templates/ |
D | main.js | 221 d3.select("#flame")
|
/system/core/fastboot/ |
D | socket.cpp | 105 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/extras/simpleperf/doc/ |
D | executable_commands_reference.md | 93 we can select which events to use, which processes/threads to monitor, how long to monitor and the 116 We can select which events to use via -e. 201 We can select which processes or threads to monitor via -p or -t. Monitoring a 363 By passing options, we can select which events to use, which processes/threads to monitor, 388 The way to select target in record command is similar to that in the stat command. 651 filters to select samples of interest.
|
D | inferno.md | 66 You can select how long to sample for, the color of the node and many other
|
D | scripts_reference.md | 219 # To show annotated source or disassembly, select `top` in the view menu, click a function and 220 # select `source` or `disassemble` in the view menu.
|
/system/memory/lmkd/ |
D | README.md | 103 - `ro.lmk.lowmem_min_oom_score`: min oom_score_adj level used to select processes
|
/system/nfc/src/nfa/dm/ |
D | nfa_dm_act.cc | 1246 nfa_dm_rf_discover_select(p_data->select.rf_disc_id, p_data->select.protocol, in nfa_dm_act_select() 1247 p_data->select.rf_interface); in nfa_dm_act_select()
|
/system/extras/simpleperf/scripts/purgatorio/ |
D | README.md | 58 It's possible to select a given stack entry to zoom on it and look at entry deeper in the callstack
|