Home
last modified time | relevance | path

Searched defs:guards (Results 1 – 8 of 8) sorted by relevance

/external/compiler-rt/test/asan/TestCases/
Dcoverage-reset.cc33 size_t *guards = 0; in main() local
/external/tensorflow/tensorflow/python/autograph/pyct/
Dcfg.py374 def _add_jump_node(self, ast_node, guards): argument
406 def add_exit_node(self, ast_node, section_id, guards): argument
420 def add_continue_node(self, ast_node, section_id, guards): argument
434 def add_error_node(self, ast_node, guards): argument
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_coverage_libcdep.cc242 void CoverageData::InitializeGuardArray(s32 *guards) { in InitializeGuardArray()
374 void CoverageData::InitializeGuards(s32 *guards, uptr n, in InitializeGuards()
971 __sanitizer_cov_module_init(s32 *guards, uptr npcs, u8 *counters, in __sanitizer_cov_module_init()
/external/python/cpython2/Lib/test/support/
D__init__.py1481 def impl_detail(msg=None, **guards):
1494 def _parse_guards(guards): argument
1504 def check_impl_detail(**guards):
/external/python/cpython3/Lib/test/support/
D__init__.py1820 def impl_detail(msg=None, **guards):
1833 def _parse_guards(guards): argument
1843 def check_impl_detail(**guards):
/external/v8/src/regexp/
Djsregexp.cc3870 ZoneList<Guard*>* guards = alternative.guards(); in AssertGuardsMentionRegisters() local
4094 ZoneList<Guard*>* guards = alternative.guards(); in EmitChoices() local
4174 ZoneList<Guard*>* guards = alternative.guards(); in EmitOutOfLineContinuation() local
Djsregexp.h913 ZoneList<Guard*>* guards() { return guards_; } in guards() function
/external/cmockery/cmockery_0_1_2/src/
Dcmockery.c1307 char *guards[2] = {block - MALLOC_GUARD_SIZE, in _test_free() local