Searched refs:read_list (Results 1 – 12 of 12) sorted by relevance
/external/selinux/libsemanage/src/ |
D | database_activedb.h | 16 int (*read_list) (semanage_handle_t * handle, member
|
D | database_activedb.c | 53 if (ratable->read_list(handle, &records, &rcount) < 0) in dbase_activedb_cache()
|
D | booleans_activedb.c | 145 .read_list = bool_read_list,
|
/external/autotest/client/bin/input/ |
D | input_event_recorder.py | 243 read_list, _, _ = select.select( 245 if read_list:
|
/external/autotest/client/common_lib/ |
D | logging_manager_test.py | 54 read_list, _, _ = select.select([self._read_end], [], [], 0) 55 if not read_list:
|
D | utils.py | 892 read_list = [] 898 read_list.append(bg_job.sp.stdout) 901 read_list.append(bg_job.sp.stderr) 921 read_ready, write_ready, _ = select.select(read_list, write_list, 957 read_list.remove(bg_job.sp.stdout) 960 read_list.remove(bg_job.sp.stderr)
|
/external/python/cpython3/Tools/scripts/ |
D | var_access_benchmark.py | 175 def read_list(trials=trials, a=[1]): function 285 read_list, read_deque, read_dict, read_strdict,
|
/external/e2fsprogs/debugfs/ |
D | util.c | 519 errcode_t read_list(char *str, blk64_t **list, size_t *len) in read_list() function
|
D | debugfs.h | 194 errcode_t read_list(char *str, blk64_t **list, size_t *len);
|
D | do_journal.c | 556 err = read_list(optarg, &blist, &bn); in do_journal_write() 562 err = read_list(optarg, &rlist, &rn); in do_journal_write()
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.9.rst | 804 read_list 24.2 24.5 20.8 20.8 19.0 19.5
|
D | 3.8.rst | 2201 read_list 19.2 24.2 24.5 20.8 20.8 19.0
|