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

  /external/libexif/contrib/examples/
cam_features.c 98 ExifEntry *pE;
124 pE = exif_entry_new ();
125 exif_content_add_entry (pEd->ifd[EXIF_IFD_0], pE);
126 exif_entry_initialize (pE, EXIF_TAG_MAKE);
127 pE->data="AVT";
128 exif_entry_unref (pE);
131 pE = exif_entry_new ();
132 exif_content_add_entry (pEd->ifd[EXIF_IFD_0], pE);
133 exif_entry_initialize (pE, EXIF_TAG_MODEL);
134 pE->data="510c"
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
resolve.c 613 ** a SELECT statement. pE is a term in an ORDER BY or GROUP BY clause.
614 ** This routine checks to see if pE is a simple identifier which corresponds
618 ** no match, or if pE is not a simple identifier, then this routine
621 ** pEList has been resolved. pE has not.
626 Expr *pE /* Expression we are trying to match */
632 if( pE->op==TK_ID ){
633 char *zCol = pE->u.zToken;
645 ** pE is a pointer to an expression which is a single term in the
653 ** Attempt to match pE against result set columns in the left-most
665 Expr *pE /* The specific ORDER BY term *
    [all...]
select.c     [all...]
expr.c 582 Expr *pE = pParse->apVarExpr[i];
583 assert( pE!=0 );
584 if( strcmp(pE->u.zToken, z)==0 ){
585 pExpr->iColumn = pE->iColumn;
    [all...]
where.c     [all...]
  /external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3_write.c     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
string-unpack-code.js     [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/testdata/
h264-svc-99-640x360.rtpdump     [all...]

Completed in 171 milliseconds