/external/swiftshader/third_party/LLVM/lib/Archive/ |
D | Archive.cpp | 146 : archPath(filename), members(), mapfile(0), base(0), symTab(), strtab(), in Archive() 158 mapfile = File.take(); in mapToMemory() 159 base = mapfile->getBufferStart(); in mapToMemory() 165 delete mapfile; in cleanUpMemory() 166 mapfile = 0; in cleanUpMemory()
|
D | ArchiveReader.cpp | 241 if (mapfile->getBufferSize() < 8 || memcmp(base, ARFILE_MAGIC, 8)) { in checkSignature() 259 const char *End = mapfile->getBufferEnd(); in loadArchive() 373 const char *End = mapfile->getBufferEnd(); in loadSymbolTable() 482 ArchiveMember* mbr = parseMemberHeader(modptr, mapfile->getBufferEnd(), in findModuleDefiningSymbol() 509 if (!mapfile || !base) { in findModulesDefiningSymbols() 523 const char* End = mapfile->getBufferEnd(); in findModulesDefiningSymbols()
|
D | ArchiveWriter.cpp | 357 if (members.empty() && mapfile && mapfile->getBufferSize() > 8) { in writeToDisk()
|
/external/python/cpython2/Lib/plat-mac/ |
D | ic.py | 218 def mapfile(self, file): member in IC 228 record = self.mapfile(os.path.split(file)[1]) 245 def mapfile(filename): function 248 return _dft_ic.mapfile(filename)
|
/external/wayland/doc/publican/ |
D | merge-mapcoords.xsl | 29 …<xsl:variable name="mapfile" select="concat(substring($pngfile, 1, string-length($pngfile)-3), 'ma… 30 <xsl:variable name="maproot" select="document(concat($basedir, '/', $mapfile))"/>
|
/external/libjpeg-turbo/ |
D | djpeg.c | 327 FILE *mapfile; in parse_switches() local 329 if ((mapfile = fopen(argv[argn], READ_BINARY)) == NULL) { in parse_switches() 333 read_color_map(cinfo, mapfile); in parse_switches() 334 fclose(mapfile); in parse_switches()
|
D | CMakeLists.txt | 567 set(TJMAPFILE ${CMAKE_CURRENT_SOURCE_DIR}/turbojpeg-mapfile) 571 set(TJMAPFILE ${CMAKE_CURRENT_SOURCE_DIR}/turbojpeg-mapfile.jni)
|
D | ChangeLog.md | 787 because those functions were not included in the libturbojpeg mapfile. This
|
/external/ppp/pppd/plugins/radius/etc/ |
D | radiusclient.conf | 61 mapfile /usr/local/etc/radiusclient/port-id-map
|
D | radiusclient.conf.in | 61 mapfile @pkgsysconfdir@/port-id-map
|
/external/python/cpython2/Doc/library/ |
D | ic.rst | 48 mapfile(file) 94 .. method:: IC.mapfile(file) 117 The mapping entry is returned in the same format as for *mapfile*.
|
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/ |
D | libcpuset.c | 136 static const char *mapfile = "/var/run/cpunodemap"; variable 1251 cpunodemap.mtime = get_mtime(mapfile); in load_map() 1252 if ((mapfp = fopen(mapfile, "r")) == NULL) in load_map() 1285 snprintf(buf, sizeof(buf), "%s.%s", mapfile, "XXXXXX"); in store_map() 1297 if (rename(buf, mapfile) < 0) in store_map() 1300 (void)chmod(mapfile, 0444); in store_map() 1335 file_mtime = get_mtime(mapfile); in get_map() 1340 file_mtime = get_mtime(mapfile); in get_map()
|
/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/ |
D | Archive.h | 525 MemoryBuffer *mapfile; ///< Raw Archive contents mapped into memory variable
|
/external/libnetfilter_conntrack/src/conntrack/ |
D | api.c | 1576 struct nfct_labelmap *nfct_labelmap_new(const char *mapfile) in nfct_labelmap_new() argument 1578 return __labelmap_new(mapfile); in nfct_labelmap_new()
|
/external/libnetfilter_conntrack/include/libnetfilter_conntrack/ |
D | libnetfilter_conntrack.h | 307 struct nfct_labelmap *nfct_labelmap_new(const char *mapfile);
|
/external/python/cpython2/Modules/zlib/ |
D | make_vms.com | 54 $ mapfile = name + ".map"
|
/external/zlib/src/ |
D | make_vms.com | 54 $ mapfile = name + ".map"
|
/external/libpng/ |
D | configure.ac | 192 GLD=`$LD --help < /dev/null 2>&1 | grep 'M mapfile'`
|
D | CHANGES | 4146 the linker mapfile symbol prefix.
|
/external/freetype/ |
D | vms_make.com | 55 $ mapfile = name + ".map"
|