Home
last modified time | relevance | path

Searched refs:sanity_check (Results 1 – 4 of 4) sorted by relevance

/external/antlr/antlr-3.4/runtime/Ruby/test/unit/
Dtest-trees.rb565 dup.sanity_check
577 new_root.sanity_check
588 new_root.sanity_check
601 new_root.sanity_check
613 new_root.sanity_check
623 root_0.sanity_check
644 t.sanity_check
656 t.sanity_check
668 t.sanity_check
680 t.sanity_check
[all …]
/external/autotest/site_utils/
Dcollect_suite_time_stats.py217 def get_child_jobs_info(suite_job_id, num_child_jobs, sanity_check): argument
245 if sanity_check and len(job_filter) != num_child_jobs:
295 def get_scheduling_overhead(suite_job_id, num_child_jobs, sanity_check=True): argument
308 suite_job_id, num_child_jobs, sanity_check)
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
Dtree.rb398 def sanity_check( parent = nil, i = -1 ) method in ANTLR3.BaseTree
404 child.sanity_check( self, index )
/external/selinux/libsemanage/src/
Dsemanage_store.c2439 ssize_t sanity_check; in semanage_fc_sort() local
2480 sanity_check = buf_remainder - line_len; in semanage_fc_sort()
2483 if (sanity_check < 0) { in semanage_fc_sort()