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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/rpcsvc/
ypupd.h 56 char *mapname; member in struct:ypupdate_args
65 char *mapname; member in struct:ypdelete_args
yp.x 78 typedef string mapname<YPMAXMAP>;
86 mapname map;
93 mapname map;
99 mapname map;
155 mapname map;
yp.h 77 typedef char *mapname; typedef
92 mapname map;
100 mapname map;
107 mapname map;
169 mapname map;
312 extern bool_t xdr_mapname (XDR *, mapname*);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpcsvc/
ypupd.h 56 char *mapname; member in struct:ypupdate_args
65 char *mapname; member in struct:ypdelete_args
yp.x 78 typedef string mapname<YPMAXMAP>;
86 mapname map;
93 mapname map;
99 mapname map;
155 mapname map;
yp.h 77 typedef char *mapname; typedef
92 mapname map;
100 mapname map;
107 mapname map;
169 mapname map;
312 extern bool_t xdr_mapname (XDR *, mapname*);
  /external/qemu/
gen-charmap.py 170 mapname = m.group(1)
171 genline = genline + " " + mapname + ".kcm"
175 mapname = m.group(1)
177 kmap = KMap(mapname,result)
  /external/opencv/cxcore/src/
cximage.cpp 147 bool CvImage::read( CvFileStorage* fs, const char* mapname, const char* imgname )
152 if( mapname )
154 CvFileNode* mapnode = cvGetFileNodeByName( fs, 0, mapname );
300 bool CvMatrix::read( CvFileStorage* fs, const char* mapname, const char* matname )
305 if( mapname )
307 CvFileNode* mapnode = cvGetFileNodeByName( fs, 0, mapname );
  /external/opencv/cxcore/include/
cxcore.hpp 69 CvImage( CvFileStorage* fs, const char* mapname, const char* imgname ) : image(0), refcount(0)
70 { read( fs, mapname, imgname ); }
120 bool read( CvFileStorage* fs, const char* mapname, const char* imgname );
239 CvMatrix( CvFileStorage* fs, const char* mapname, const char* matname ) : matrix(0)
240 { read( fs, mapname, matname ); }
303 bool read( CvFileStorage* fs, const char* mapname, const char* matname );

Completed in 353 milliseconds