/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*);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpcsvc/ |
ypupd.h | 54 char *mapname; member in struct:ypupdate_args 63 char *mapname; member in struct:ypdelete_args
|
yp.x | 80 typedef string mapname<YPMAXMAP>; 88 mapname map; 95 mapname map; 101 mapname map; 157 mapname map;
|
yp.h | 79 typedef char *mapname; typedef 94 mapname map; 102 mapname map; 109 mapname map; 171 mapname map; 314 extern bool_t xdr_mapname (XDR *, mapname*);
|
/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/ImageMagick/coders/ |
html.c | 219 mapname[MagickPathExtent], 279 (void) CopyMagickString(mapname,basename,MagickPathExtent); 328 "src=\"%s\" style=\"border: 0;\" alt=\"Image map\" />\n",mapname, 341 "<map id=\"%s\" name=\"%s\">\n",mapname,mapname); 417 "<map id=\"%s\" name=\"%s\">\n",mapname,mapname); 213 mapname[MagickPathExtent], local
|
/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 );
|