Searched refs:remap (Results 1 - 25 of 44) sorted by relevance

12

/external/clang/tools/c-arcmt-test/
H A Dc-arcmt-test.c13 CXRemapping remap; local
18 remap = clang_getRemappings(path);
19 if (!remap)
22 N = clang_remap_getNumFiles(remap);
24 clang_remap_getFilenames(remap, i, &origFname, &transFname);
33 clang_remap_dispose(remap);
38 CXRemapping remap; local
43 remap = clang_getRemappingsFromFileList(files, numFiles);
44 if (!remap)
47 N = clang_remap_getNumFiles(remap);
[all...]
/external/clang/tools/libclang/
H A DARCMigrate.cpp60 std::unique_ptr<Remap> remap(new Remap());
62 bool err = arcmt::getFileRemappings(remap->Vec, migrate_dir_path,&diagBuffer);
75 return remap.release();
87 std::unique_ptr<Remap> remap(new Remap());
93 return remap.release();
106 bool err = arcmt::getFileRemappingsFromFileList(remap->Vec, Files,
116 return remap.release();
119 return remap.release();
/external/ltp/testcases/kernel/mem/vma/
H A Dvma03.c34 * This program tries to remap a mapping with a new size that would
70 void *map, *remap; local
94 remap = mremap(map, pgsz, 2 * pgsz, 0);
95 if (remap == MAP_FAILED) {
103 munmap(remap, 2 * pgsz);
/external/clang/include/clang/ARCMigrate/
H A DFileRemapper.h55 void remap(StringRef filePath, std::unique_ptr<llvm::MemoryBuffer> memBuf);
62 void remap(const FileEntry *file, std::unique_ptr<llvm::MemoryBuffer> memBuf);
63 void remap(const FileEntry *file, const FileEntry *newfile);
H A DARCMT.h79 bool getFileRemappings(std::vector<std::pair<std::string,std::string> > &remap,
88 std::vector<std::pair<std::string,std::string> > &remap,
/external/mesa3d/src/mesa/main/
H A Dremap.c28 * \file remap.c
35 * remap table is in charge of mapping a static entry in mesa core to
43 #include "remap.h"
150 _mesa_warning(NULL, "failed to remap %s", name);
183 * Initialize the remap table. This is called in one_time_init().
184 * The remap table needs to be initialized before calling the
190 const struct gl_function_pool_remap *remap)
199 /* initialize the remap table */
205 ASSERT(i == remap[i].remap_index);
206 spec = _mesa_function_pool + remap[
188 _mesa_do_init_remap_table(const char *pool, int size, const struct gl_function_pool_remap *remap) argument
[all...]
/external/swiftshader/third_party/LLVM/include/llvm/MC/
H A DMCModule.h45 /// remap - Update the interval mapping for an MCAtom.
46 void remap(MCAtom *Atom, uint64_t NewBegin, uint64_t NewEnd);
/external/swiftshader/third_party/LLVM/lib/MC/
H A DMCAtom.cpp22 Parent->remap(this, Begin, End+Size);
29 Parent->remap(this, Begin, End+1);
45 Parent->remap(this, LeftBegin, LeftEnd);
80 Parent->remap(this, Begin, TruncPt);
H A DMCModule.cpp30 // remap - Update the interval mapping for an atom.
31 void MCModule::remap(MCAtom *Atom, uint64_t NewBegin, uint64_t NewEnd) {
/external/autotest/client/tests/linus_stress/
H A Dlinus_stress.c57 static char *remap(int fd, char *mapping) function
94 mapping = remap(fd, NULL);
105 /* Unmap, drop, and remap.. */
106 mapping = remap(fd, mapping);
/external/clang/lib/ARCMigrate/
H A DFileRemapper.cpp46 llvm::sys::path::append(InfoFile, "remap");
59 "initFromDisk should be called before any remap calls");
105 remap(pairs[i].first, pairs[i].second);
157 remap(origFE, newE);
206 void FileRemapper::remap(StringRef filePath, function in class:FileRemapper
208 remap(getOriginalFile(filePath), std::move(memBuf));
211 void FileRemapper::remap(const FileEntry *file, function in class:FileRemapper
219 void FileRemapper::remap(const FileEntry *file, const FileEntry *newfile) { function in class:FileRemapper
H A DARCMT.cpp404 remap,
422 remap = PPOpts.RemappedFiles;
613 Remapper.remap(filePath.str(), std::move(memBuf));
403 getFileRemappings(std::vector<std::pair<std::string,std::string> > & remap, StringRef outputDir, DiagnosticConsumer *DiagClient) argument
H A DObjCMT.cpp1976 Remapper.remap(filePath.str(), std::move(memBuf));
2221 std::vector<std::pair<std::string,std::string> > &remap,
2270 remap.emplace_back(I->first->getName(), TempFile);
2220 getFileRemappingsFromFileList( std::vector<std::pair<std::string,std::string> > &remap, ArrayRef<StringRef> remapFiles, DiagnosticConsumer *DiagClient) argument
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_emulate_branches.c282 struct remap_output_data remap; local
285 remap.Output = inst->U.I.DstReg.Index;
286 remap.Temporary = rc_find_free_temporary(s->C);
291 rc_remap_registers(inst, &remap_output_function, &remap);
297 inst_mov->U.I.DstReg.Index = remap.Output;
300 inst_mov->U.I.SrcReg[0].Index = remap.Temporary;
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
H A Dindic.pl14 # Usage - $0 <remap file>
19 # The remap file should have lines of the form
142 # Oriya, then the character 0B56 (Oriya AI Length Mark) will remap to
164 #print STDERR "Ignoring NOOP remap of $from\n";
166 print STDERR "ERROR in $EXCEPTIONS_FILE - Duplicate remap entries for $from\n";
168 print STDERR "ERROR in $EXCEPTIONS_FILE - Ignoring multichar remap: ", hexArray(@from), "->", hexArray(@to), "\n";
173 print STDERR "ERROR in $EXCEPTIONS_FILE - Invalid remap; left side defined: ", hexArray(@from), "->", hexArray(@to), "\n";
175 print STDERR "ERROR in $EXCEPTIONS_FILE - Invalid remap; right side undefined: ", hexArray(@from), "->", hexArray(@to), "\n";
303 foreach my $remap (@REMAP) { $REMAP{$remap}
[all...]
/external/vulkan-validation-layers/tests/
H A Dvktestframework.cpp760 spv::spirvbin_t(0).remap(spirv, spv::spirvbin_t::ALL_BUT_STRIP);
764 spv::spirvbin_t(0).remap(spirv, spv::spirvbin_t::STRIP);
768 spv::spirvbin_t(0).remap(spirv, spv::spirvbin_t::DO_EVERYTHING);
/external/valgrind/VEX/priv/
H A Dhost_generic_reg_alloc2.c441 HRegRemap remap; local
1261 initHRegRemap(&remap);
1351 addToHRegRemap(&remap, vreg, univ->regs[n]);
1391 addToHRegRemap(&remap, vreg, univ->regs[k]);
1533 addToHRegRemap(&remap, vreg, univ->regs[spillee]);
1549 (*mapRegs)( &remap, instrs_in->arr[ii], mode64 );
/external/deqp/external/vulkancts/framework/vulkan/
H A DvkGlslToSpirV.cpp279 remapper.remap(*dst, spv::spirvbin_base_t::STRIP);
/external/deqp/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryMappingTests.cpp333 bool remap;
415 if (config.remap)
513 if (config.remap)
1359 config.remap = false;
1367 config.remap = true;
1471 { OP_REMAP, "remap" },
/external/fonttools/Lib/fontTools/
H A Dsubset.py63 def remap(self, coverage_map): function
83 def subset(self, glyphs, remap=False):
91 if remap:
92 self.remap(indices)
96 def remap(self, class_map): function
126 self.Coverage.remap(indices)
185 self.Coverage.remap(indices)
223 self.Coverage.remap(indices)
228 class1_map = self.ClassDef1.subset(s.glyphs, remap=True)
229 class2_map = self.ClassDef2.subset(s.glyphs, remap
[all...]
/external/fonttools/Tools/fontTools/
H A Dsubset.py63 def remap(self, coverage_map): function
83 def subset(self, glyphs, remap=False):
91 if remap:
92 self.remap(indices)
96 def remap(self, class_map): function
126 self.Coverage.remap(indices)
185 self.Coverage.remap(indices)
223 self.Coverage.remap(indices)
228 class1_map = self.ClassDef1.subset(s.glyphs, remap=True)
229 class2_map = self.ClassDef2.subset(s.glyphs, remap
[all...]
/external/jarjar/lib/
H A Dasm-commons-4.0.jarMETA-INF/MANIFEST.MF org/objectweb/asm/commons/AdviceAdapter.class " package org.objectweb.asm ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dasm-commons-3.3.jarMETA-INF/MANIFEST.MF org/objectweb/asm/commons/AdviceAdapter.class " package org.objectweb.asm ...
/external/mesa3d/src/mesa/
H A Dsources.mak75 $(SRCDIR)main/remap.c \
/external/blktrace/doc/
H A Dblktrace.tex577 \item[A -- remap] For stacked devices, incoming io is remapped to device
578 below it in the io stack. The remap action details what exactly is
726 \item[A -- remap] Sector and length is output, along with the original
804 Adds a trace with a remap event. \emph{dev} and \emph{sector} denote

Completed in 623 milliseconds

12