Searched refs:in_order (Results 1 – 8 of 8) sorted by relevance
/external/linux-kselftest/tools/testing/selftests/timers/ |
D | nanosleep.c | 80 static inline int in_order(struct timespec a, struct timespec b) in in_order() function 114 if (!in_order(target, now)) in nanosleep_test() 126 if (!in_order(target, now)) in nanosleep_test()
|
D | inconsistency-check.c | 80 static inline int in_order(struct timespec a, struct timespec b) in in_order() function 118 if (!in_order(list[i], list[i+1])) in consistency_test()
|
D | leap-a-day.c | 60 static inline int in_order(struct timespec a, struct timespec b) in in_order() function 169 if (!in_order(target, now)) { in test_hrtimer_failure()
|
/external/ltp/testcases/kernel/syscalls/clock_gettime/ |
D | leapsec01.c | 52 static inline int in_order(struct timespec a, struct timespec b) in in_order() function 114 if (in_order(target, now)) { in test_hrtimer_early_expiration()
|
/external/toolchain-utils/binary_search_tool/full_bisect_test/ |
D | main.c | 9 char in_order[] = { 'a', '*', 'x', '^', '2', '+', 'b', '&', 'y', '-', 'c', variable
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.gfile.pbtxt | 61 argspec: "args=[\'top\', \'in_order\'], varargs=None, keywords=None, defaults=[\'True\'], "
|
/external/tensorflow/tensorflow/python/lib/io/ |
D | file_io.py | 708 def walk(top, in_order=True): argument 722 return walk_v2(top, in_order)
|
D | file_io_test.py | 330 for (w_dir, w_subdirs, w_files) in file_io.walk(dir_path, in_order=True): 356 for (w_dir, w_subdirs, w_files) in file_io.walk(dir_path, in_order=False): 382 for (w_dir, w_subdirs, w_files) in file_io.walk(dir_path, in_order=False):
|