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

  /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*);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/unicode/
gencodec.py 11 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[:-len('.mapping')]
    [all...]
  /external/python/cpython2/Tools/unicode/
gencodec.py 11 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[:-len('.mapping')
    [all...]
  /external/python/cpython3/Tools/unicode/
gencodec.py 11 will be written to <codec_prefix><mapname>.py with <mapname> being the
378 for mapname in mapnames:
379 mappathname = os.path.join(dir, mapname)
382 name = os.path.split(mapname)[1]
389 print('converting %s to %s and %s' % (mapname,
393 map = readmap(os.path.join(dir,mapname))
406 for mapname in mapnames:
407 if not mapname.endswith('.mapping'):
409 name = mapname[:-len('.mapping')
    [all...]
  /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 );
  /external/python/cpython2/Modules/
nismodule.c 236 typedef char *mapname; typedef
254 mapname map;
279 nis_xdr_mapname(XDR *xdrs, mapname *objp)
  /external/python/cpython3/Modules/
nismodule.c 242 typedef char *mapname; typedef
260 mapname map;
285 nis_xdr_mapname(XDR *xdrs, mapname *objp)

Completed in 743 milliseconds