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

  /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/main/coregrind/m_demangle/
cplus-dem.c 143 int ntypes; member in struct:work_stuff
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Includes/numpy/
__init__.pxd 867 int ntypes
    [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 147 milliseconds