Searched refs:check_order (Results 1 – 4 of 4) sorted by relevance
/external/boringssl/src/ssl/ |
D | ssl_cipher.cc | 1357 static constexpr int check_order(const T (&arr)[I], size_t N) { in check_order() function 1361 ? check_order(arr, N - 1) in check_order() 1366 static_assert(check_order(kCiphers, countof(kCiphers)) == 1,
|
/external/toybox/toys/pending/ |
D | fdisk.c | 203 static int check_order(void) in check_order() function 496 if (check_order()) xprintf("\nPartition table entries are not in disk order"); in list_partitions() 1232 if (!check_order()) { in fix_order()
|
/external/python/cpython2/Doc/library/ |
D | optparse.rst | 1709 def check_order(option, opt_str, value, parser): 1714 parser.add_option("-a", action="callback", callback=check_order) 1727 def check_order(option, opt_str, value, parser): 1732 parser.add_option("-a", action="callback", callback=check_order, dest='a') 1734 parser.add_option("-c", action="callback", callback=check_order, dest='c')
|
/external/python/cpython3/Doc/library/ |
D | optparse.rst | 1707 def check_order(option, opt_str, value, parser): 1712 parser.add_option("-a", action="callback", callback=check_order) 1725 def check_order(option, opt_str, value, parser): 1730 parser.add_option("-a", action="callback", callback=check_order, dest='a') 1732 parser.add_option("-c", action="callback", callback=check_order, dest='c')
|