Home
last modified time | relevance | path

Searched refs:check_prefix (Results 1 – 3 of 3) sorted by relevance

/external/openthread/tests/toranj/ncp/
Dtest-015-same-prefix-on-multiple-nodes.py93 def check_prefix(): function
106 wpan.verify_within(check_prefix, 5)
112 wpan.verify_within(check_prefix, 5)
118 wpan.verify_within(check_prefix, 5)
122 wpan.verify_within(check_prefix, 8)
140 wpan.verify_within(check_prefix, 5)
/external/clang/tools/c-index-test/
Dc-index-test.c2820 const char *check_prefix; member
2841 if (data->check_prefix) { in printCheck()
2843 printf("// %s-NEXT: ", data->check_prefix); in printCheck()
2845 printf("// %s : ", data->check_prefix); in printCheck()
3310 const char *check_prefix) { in index_compile_args() argument
3320 index_data.check_prefix = check_prefix; in index_compile_args()
3348 const char *check_prefix) { in index_ast_file() argument
3357 index_data.check_prefix = check_prefix; in index_ast_file()
3379 const char *check_prefix; in index_file() local
3385 check_prefix = 0; in index_file()
[all …]
/external/openthread/tests/scripts/thread-cert/
Dcommand.py383 def check_prefix(prefix): function