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

  /libcore/luni/src/test/java/libcore/java/text/
OldNumberFormatFieldTest.java 50 NumberFormat.Field nfield = NumberFormat.Field.CURRENCY; local
54 out.writeObject(nfield);
59 assertSame("resolved incorrectly", nfield, nfield2);
  /external/valgrind/main/coregrind/m_debuginfo/
UNUSED_STABS.txt 148 UInt nfield; /* number of fields */
324 vg_assert(st->kind != TyStruct || st->u.t_struct.nfield == 0);
328 st->u.t_struct.nfield = 0;
344 vg_assert(st->kind != TyUnion || st->u.t_struct.nfield == 0);
348 st->u.t_struct.nfield = 0;
364 if (st->u.t_struct.nfieldalloc == st->u.t_struct.nfield) {
367 VG_(memcpy)(n, st->u.t_struct.fields, sizeof(*n) * st->u.t_struct.nfield);
374 f = &st->u.t_struct.fields[st->u.t_struct.nfield++];
884 VG_(printf)(" %d fields\n", type->u.t_struct.nfield);
885 for(i = 0; i < type->u.t_struct.nfield; i++)
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
vdbe.c 191 int nField, /* Number of fields in the table or index */
220 2*nField*sizeof(u32);
231 pCx->nField = nField;
232 if( nField ){
237 &pMem->z[ROUND8(sizeof(VdbeCursor))+2*nField*sizeof(u32)];
    [all...]
vdbeaux.c 733 int nField, nByte;
735 nField = ((KeyInfo*)zP4)->nField;
736 nByte = sizeof(*pKeyInfo) + (nField-1)*sizeof(pKeyInfo->aColl[0]) + nField;
741 memcpy((char*)pKeyInfo, zP4, nByte - nField);
744 pKeyInfo->aSortOrder = (unsigned char*)&pKeyInfo->aColl[nField];
745 memcpy(pKeyInfo->aSortOrder, aSortOrder, nField);
860 sqlite3_snprintf(nTemp, zTemp, "keyinfo(%d", pKeyInfo->nField);
862 for(j=0; j<pKeyInfo->nField; j++)
    [all...]
vdbeInt.h 49 int nField; /* Number of fields in the header */
select.c 758 pInfo->nField = (u16)nExpr;
    [all...]
sqliteInt.h     [all...]
build.c     [all...]
expr.c     [all...]
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmscgats.c     [all...]
  /external/elfutils/0.153/libcpu/
i386_parse.y 81 enum nametype { string, nfield } type;
491 $$->type = nfield;
667 if (name->type == nfield && name->field != NULL
714 if (name->type == nfield && name->field == bitval->field)
797 assert (runp->type == nfield);
    [all...]
i386_parse.c 158 enum nametype { string, nfield } type; enumerator in enum:argname::nametype
    [all...]
  /external/chromium_org/third_party/launchpad_translations/
generated_resources_eu.xtb     [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
omx_vdec.cpp     [all...]
omx_vdec_copper.cpp     [all...]

Completed in 538 milliseconds