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

  /cts/tools/dex-tools/src/dex/reader/
DexFileImpl.java 75 b.append("\nTypes:\n");
DexFileReader.java 169 int nTypes = size[TYPE_IDS];
171 typeIds = new int[nTypes];
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
ExpandedNameTable.java 108 m_defaultExtendedTypes = new ExtendedType[DTM.NTYPES];
110 for (int i = 0; i < DTM.NTYPES; i++)
136 for (int i = 0; i < DTM.NTYPES; i++) {
141 m_nextType = DTM.NTYPES;
DTMDefaultBaseIterators.java 400 if (_nodeType >= DTM.NTYPES) {
477 if (nodeType >= DTM.NTYPES) {
484 if (eType < DTM.NTYPES) {
776 if (nodeType >= DTM.NTYPES) {
781 if (expType < DTM.NTYPES) {
940 if (nodeType >= DTM.NTYPES) {
947 if (eType < DTM.NTYPES) {
1202 if (nodeType >= DTM.NTYPES) {
1209 if (expType < DTM.NTYPES)
    [all...]
DTMDefaultBase.java 990 if (nodeType < DTM.NTYPES) {
996 || (eType >= DTM.NTYPES
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/extensions/
XKBproto.h 304 CARD8 nTypes;
332 CARD8 nTypes;
371 CARD8 nTypes;
597 CARD8 nTypes;
618 CARD8 nTypes;
881 CARD16 nTypes B16;
1061 CARD8 nTypes;
1151 CARD8 nTypes;
XKBsrv.h 408 unsigned int /* nTypes */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
XKBproto.h 304 CARD8 nTypes;
332 CARD8 nTypes;
371 CARD8 nTypes;
597 CARD8 nTypes;
618 CARD8 nTypes;
881 CARD16 nTypes B16;
1061 CARD8 nTypes;
1151 CARD8 nTypes;
XKBsrv.h 408 unsigned int /* nTypes */
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2DTM2.java 195 else if (_nodeType >= DTM.NTYPES) {
280 // need to compare the expType with DTM.NTYPES. A child node of
283 // type greater than or equal to DTM.NTYPES.
288 if (eType >= DTM.NTYPES)
331 if (_exptype2(node) >= DTM.NTYPES) {
380 if (_nodeType >= DTM.NTYPES) {
386 if (expType < DTM.NTYPES) {
484 while ((node = _nextsib2(node)) != DTM.NULL && _exptype2(node) < DTM.NTYPES) {}
738 while (node != NULL && node != startNodeID && _exptype2(node) < DTM.NTYPES) {
778 if (_exptype2(node) >= DTM.NTYPES) {
    [all...]
  /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/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmsvirt.c 986 int nTypes; // Number of types (up to 5)
1017 if (n > Tab ->nTypes) return FALSE;
1021 return (n == Tab ->nTypes);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/
XKBlib.h 656 unsigned int /* nTypes */
852 unsigned int /* nTypes */,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
XKBlib.h 656 unsigned int /* nTypes */
852 unsigned int /* 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...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/
DTM.java 166 public static final short NTYPES = 14;
    [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...]
  /external/lldb/source/Plugins/SymbolFile/DWARF/
SymbolFileDWARF.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/lib64/
libiberty.a     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/lib64/
libiberty.a     [all...]

Completed in 780 milliseconds