Home
last modified time | relevance | path

Searched refs:in_order (Results 1 – 8 of 8) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/timers/
Dnanosleep.c80 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()
Dinconsistency-check.c80 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()
Dleap-a-day.c60 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/
Dleapsec01.c52 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/
Dmain.c9 char in_order[] = { 'a', '*', 'x', '^', '2', '+', 'b', '&', 'y', '-', 'c', variable
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.gfile.pbtxt61 argspec: "args=[\'top\', \'in_order\'], varargs=None, keywords=None, defaults=[\'True\'], "
/external/tensorflow/tensorflow/python/lib/io/
Dfile_io.py708 def walk(top, in_order=True): argument
722 return walk_v2(top, in_order)
Dfile_io_test.py330 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):