Searched refs:mapname (Results 1 - 6 of 6) sorted by relevance

/external/ltp/testcases/kernel/syscalls/madvise/
H A Dmadvise07.c53 static char *mapname(int maptype) function
72 "mmap(..., MAP_ANONYMOUS | %s, ...)", mapname(maptype));
105 mapname(maptype));
124 mapname(maptypes[n]));
/external/python/cpython2/Tools/unicode/
H A Dgencodec.py11 will be written to <codec_prefix><mapname>.py with <mapname> being the
372 for mapname in mapnames:
373 mappathname = os.path.join(dir, mapname)
376 name = os.path.split(mapname)[1]
383 print 'converting %s to %s and %s' % (mapname,
387 map = readmap(os.path.join(dir,mapname))
400 for mapname in mapnames:
401 if not mapname.endswith('.mapping'):
403 name = mapname[
[all...]
/external/opencv/cxcore/src/
H A Dcximage.cpp147 bool CvImage::read( CvFileStorage* fs, const char* mapname, const char* imgname ) argument
152 if( mapname )
154 CvFileNode* mapnode = cvGetFileNodeByName( fs, 0, mapname );
300 bool CvMatrix::read( CvFileStorage* fs, const char* mapname, const char* matname ) argument
305 if( mapname )
307 CvFileNode* mapnode = cvGetFileNodeByName( fs, 0, mapname );
/external/ImageMagick/coders/
H A Dhtml.c219 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/
H A Dcxcore.hpp69 CvImage( CvFileStorage* fs, const char* mapname, const char* imgname ) : image(0), refcount(0) argument
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) argument
240 { read( fs, mapname, matname ); }
303 bool read( CvFileStorage* fs, const char* mapname, const char* matname );
/external/python/cpython2/Modules/
H A Dnismodule.c236 typedef char *mapname; typedef
254 mapname map;
279 nis_xdr_mapname(XDR *xdrs, mapname *objp)

Completed in 292 milliseconds