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

  /external/chromium_org/third_party/re2/re2/
unicode.py 120 def ReadUnicodeTable(filename, nfields, doline):
140 nfields: the number of expected fields per line in that file.
144 InputError: nfields is invalid (must be >= 2).
147 if nfields < 2:
148 raise InputError("invalid number of fields %d" % (nfields,))
175 if len(fields) != nfields:
177 (len(fields), nfields, line))
  /external/regex-re2/re2/
unicode.py 120 def ReadUnicodeTable(filename, nfields, doline):
140 nfields: the number of expected fields per line in that file.
144 InputError: nfields is invalid (must be >= 2).
147 if nfields < 2:
148 raise InputError("invalid number of fields %d" % (nfields,))
175 if len(fields) != nfields:
177 (len(fields), nfields, line))
  /ndk/sources/host-tools/nawk-20071023/
lib.c 46 int nfields = MAXFLD; /* last allocated slot for $i */ variable
62 || (fldtab = (Cell **) malloc((nfields+1) * sizeof(Cell *))) == NULL
68 makefields(1, nfields);
286 if (i > nfields)
302 if (i > nfields)
322 if (i > nfields)
336 if (i > nfields)
373 if (n > nfields)
384 if (n > nfields) /* fields after NF are empty */
391 int nf = 2 * nfields;
    [all...]
main.c 38 extern int nfields;
  /external/chromium_org/third_party/icu/source/tools/tzcode/
zic.c 149 static void inleap(char ** fields, int nfields);
150 static void inlink(char ** fields, int nfields);
151 static void inrule(char ** fields, int nfields);
152 static int inzcont(char ** fields, int nfields);
153 static int inzone(char ** fields, int nfields);
154 static int inzsub(char ** fields, int nfields, int iscont);
946 register int nfields; local
973 nfields = 0;
974 while (fields[nfields] != NULL) {
977 if (strcmp(fields[nfields], "-") == 0
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
zic.c 149 static void inleap(char ** fields, int nfields);
150 static void inlink(char ** fields, int nfields);
151 static void inrule(char ** fields, int nfields);
152 static int inzcont(char ** fields, int nfields);
153 static int inzone(char ** fields, int nfields);
154 static int inzsub(char ** fields, int nfields, int iscont);
946 register int nfields; local
973 nfields = 0;
974 while (fields[nfields] != NULL) {
977 if (strcmp(fields[nfields], "-") == 0
    [all...]
  /cts/tools/dex-tools/src/dex/reader/
DexFileImpl.java 80 b.append("\nFields:\n").append(Arrays.toString(fieldIdItems));
DexFileReader.java 207 int nFields = size[FIELD_IDS];
209 fieldIdItems = new FieldIdItem[nFields];
  /external/srec/srec/crec/
srec_context.c 2754 unsigned int nfields; local
2778 unsigned int nfields; local
3060 arcID tmp[32], i, j, nfields; local
3273 unsigned int i, nfields; local
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
UNUSED_STABS.txt 318 SymType *ML_(st_mkstruct)(SymType *st, UInt size, UInt nfields)
329 st->u.t_struct.nfieldalloc = nfields;
330 if (nfields != 0)
331 st->u.t_struct.fields = VG_(arena_malloc)(VG_AR_SYMTAB, sizeof(StField) * nfields);
338 SymType *ML_(st_mkunion)(SymType *st, UInt size, UInt nfields)
349 st->u.t_struct.nfieldalloc = nfields;
350 if (nfields != 0)
351 st->u.t_struct.fields = VG_(arena_malloc)(VG_AR_SYMTAB, sizeof(StField) * nfields);
    [all...]
  /external/srec/srec/Semproc/src/
SemanticGraphImpl.c 169 unsigned int i, nfields; local
205 nfields = 2;
206 if (pfread(tmp, sizeof(tmp[0]), nfields, fp) != nfields)
215 ASSERT(i == nfields);
690 unsigned int i, nfields; local
760 nfields = i;
762 if (pfwrite(tmp, sizeof(tmp[0]), nfields, fp) != nfields)
    [all...]
  /dalvik/tools/dexdeps/src/com/android/dexdeps/
Output.java 115 out.println("\nFields:");
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
cursesf.h 374 FIELD** mapFields(NCursesFormField* nfields[]);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
cursesf.h 374 FIELD** mapFields(NCursesFormField* nfields[]);
  /external/doclava/src/com/google/doclava/
InfoBuilder.java 152 System.out.println("\nFields:");
    [all...]
  /external/elfutils/0.153/
configure     [all...]
  /external/iputils/ninfod/
configure     [all...]
  /ndk/sources/host-tools/make-3.81/autom4te.cache/
output.0     [all...]
  /ndk/sources/host-tools/make-3.81/
configure     [all...]
  /external/chromium_org/third_party/icu/source/
configure     [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/
configure     [all...]
  /external/icu/icu4c/source/
configure     [all...]
  /external/libpcap/
configure     [all...]
  /external/stressapptest/
configure     [all...]
  /external/tcpdump/
configure     [all...]

Completed in 939 milliseconds