Home
last modified time | relevance | path

Searched refs:ntypes (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Mac/Demo/resources/
Dlistres.py7 ntypes = Res.Count1Types()
8 for itype in range(1, 1+ntypes):
19 ntypes = Res.CountTypes()
20 for itype in range(1, 1+ntypes):
Dcopyres.py21 ntypes = Count1Types()
22 for itype in range(1, 1+ntypes):
/external/c-ares/
Dadig.c168 static const int ntypes = sizeof(types) / sizeof(types[0]); variable
316 for (i = 0; i < ntypes; i++) in main()
321 if (i < ntypes) in main()
792 for (i = 0; i < ntypes; i++) in type_name()
/external/python/cpython2/Lib/plat-mac/
Dbuildtools.py353 ntypes = Res.Count1Types()
354 progress_type_inc = 50/ntypes
355 for itype in range(1, 1+ntypes):
/external/valgrind/coregrind/m_demangle/
Dcplus-dem.c151 int ntypes; member
1344 for (i = 0; i < from->ntypes; i++) in work_stuff_copy_to_from()
3710 if (!get_count (mangled, &n) || n < 0 || n >= work -> ntypes) in do_type()
4412 if (work -> ntypes >= work -> typevec_size) in remember_type()
4431 work -> typevec[work -> ntypes++] = tem; in remember_type()
4540 while (work -> ntypes > 0) in forget_types()
4542 i = --(work -> ntypes); in forget_types()
4631 if ((HP_DEMANGLING || ARM_DEMANGLING || EDG_DEMANGLING) && work -> ntypes >= 10) in demangle_args()
4657 if ((t < 0) || (t >= work -> ntypes)) in demangle_args()