HomeSort by relevance Sort by last modified time
    Searched refs:ntypes (Results 1 - 11 of 11) sorted by null

  /external/c-ares/
adig.c 168 static const int ntypes = sizeof(types) / sizeof(types[0]); variable
316 for (i = 0; i < ntypes; i++)
321 if (i < ntypes)
792 for (i = 0; i < ntypes; i++)
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
buildtools.py 353 ntypes = Res.Count1Types()
354 progress_type_inc = 50/ntypes
355 for itype in range(1, 1+ntypes):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
buildtools.py 353 ntypes = Res.Count1Types()
354 progress_type_inc = 50/ntypes
355 for itype in range(1, 1+ntypes):
  /external/valgrind/coregrind/m_demangle/
cplus-dem.c 143 int ntypes; member in struct:work_stuff
    [all...]
  /toolchain/binutils/binutils-2.25/libiberty/
cplus-dem.c 125 int ntypes; member in struct:work_stuff
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/yacc/
yacc.go 74 NTYPES = 63
211 var ntypes int // number of types defined
212 var typeset [NTYPES]string // pointers to type tags
663 if ntypes != 0 && (levprd[nprod]&ACTFLAG) == 0 &&
874 for i = 1; i <= ntypes; i++ {
883 ntypes++
884 numbval = ntypes
1328 if ntypes != 0 {
1389 if ntypes != 0 {
    [all...]
  /prebuilts/go/linux-x86/src/cmd/yacc/
yacc.go 74 NTYPES = 63
211 var ntypes int // number of types defined
212 var typeset [NTYPES]string // pointers to type tags
663 if ntypes != 0 && (levprd[nprod]&ACTFLAG) == 0 &&
874 for i = 1; i <= ntypes; i++ {
883 ntypes++
884 numbval = ntypes
1328 if ntypes != 0 {
1389 if ntypes != 0 {
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/pydoc_data/
topics.py 14 'bltin-type-objects': "\nType Objects\n************\n\nType objects represent the various object types. An object's type is\naccessed by the built-in function ``type()``. There are no special\noperations on types. The standard module ``types`` defines names for\nall standard built-in types.\n\nTypes are written like this: ``<type 'int'>``.\n",
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/pydoc_data/
topics.py 14 'bltin-type-objects': "\nType Objects\n************\n\nType objects represent the various object types. An object's type is\naccessed by the built-in function ``type()``. There are no special\noperations on types. The standard module ``types`` defines names for\nall standard built-in types.\n\nTypes are written like this: ``<type 'int'>``.\n",
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py 14 'bltin-type-objects': "\nType Objects\n************\n\nType objects represent the various object types. An object's type is\naccessed by the built-in function ``type()``. There are no special\noperations on types. The standard module ``types`` defines names for\nall standard built-in types.\n\nTypes are written like this: ``<type 'int'>``.\n",
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py 14 'bltin-type-objects': "\nType Objects\n************\n\nType objects represent the various object types. An object's type is\naccessed by the built-in function ``type()``. There are no special\noperations on types. The standard module ``types`` defines names for\nall standard built-in types.\n\nTypes are written like this: ``<type 'int'>``.\n",
    [all...]

Completed in 323 milliseconds