HomeSort by relevance Sort by last modified time
    Searched refs:remap (Results 1 - 25 of 44) sorted by null

1 2

  /external/clang/tools/c-arcmt-test/
c-arcmt-test.c 13 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/
ARCMigrate.cpp 25 struct Remap {
58 OwningPtr<Remap> remap(new Remap());
60 bool err = arcmt::getFileRemappings(remap->Vec, migrate_dir_path,&diagBuffer);
73 return remap.take();
80 OwningPtr<Remap> remap(new Remap());
86 return remap.take()
    [all...]
  /external/clang/include/clang/ARCMigrate/
FileRemapper.h 55 void remap(StringRef filePath, llvm::MemoryBuffer *memBuf);
56 void remap(StringRef filePath, StringRef newPath);
65 void remap(const FileEntry *file, llvm::MemoryBuffer *memBuf);
66 void remap(const FileEntry *file, const FileEntry *newfile);
ARCMT.h 76 bool getFileRemappings(std::vector<std::pair<std::string,std::string> > &remap,
85 std::vector<std::pair<std::string,std::string> > &remap,
  /external/llvm/include/llvm/MC/
MCModule.h 45 /// remap - Update the interval mapping for an MCAtom.
46 void remap(MCAtom *Atom, uint64_t NewBegin, uint64_t NewEnd);
  /external/llvm/lib/MC/
MCAtom.cpp 22 Parent->remap(this, Begin, End+Size);
29 Parent->remap(this, Begin, End+1);
44 // Remap this atom to become the lower of the two new ones.
45 Parent->remap(this, LeftBegin, LeftEnd);
80 Parent->remap(this, Begin, TruncPt);
MCModule.cpp 30 // remap - Update the interval mapping for an atom.
31 void MCModule::remap(MCAtom *Atom, uint64_t NewBegin, uint64_t NewEnd) {
  /external/quake/quake/src/QW/client/
cd_linux.c 45 static byte remap[100]; variable
111 track = remap[track];
241 remap[n] = n;
246 if (Q_strcasecmp(command, "remap") == 0)
252 if (remap[n] != n)
253 Con_Printf(" %u -> %u\n", n, remap[n]);
257 remap[n] = Q_atoi(Cmd_Argv (n+1));
393 remap[i] = i;
cd_win.c 36 static byte remap[100]; variable
119 track = remap[track];
275 remap[n] = n;
280 if (Q_strcasecmp(command, "remap") == 0)
286 if (remap[n] != n)
287 Con_Printf(" %u -> %u\n", n, remap[n]);
291 remap[n] = Q_atoi(Cmd_Argv (n+1));
453 remap[n] = n;
cd_audio.c 217 static byte remap[256]; variable
515 track = remap[track];
652 remap[n] = n;
658 if (Q_strcasecmp(command, "remap") == 0)
664 if (remap[n] != n)
665 Con_Printf(" %u -> %u\n", n, remap[n]);
669 remap[n] = Q_atoi(Cmd_Argv (n+1));
861 remap[n] = n;
  /external/quake/quake/src/WinQuake/
cd_linux.cpp 45 static byte remap[100]; variable
111 track = remap[track];
241 remap[n] = n;
246 if (Q_strcasecmp(command, "remap") == 0)
252 if (remap[n] != n)
253 Con_Printf(" %u -> %u\n", n, remap[n]);
257 remap[n] = Q_atoi(Cmd_Argv (n+1));
391 remap[i] = i;
cd_win.cpp 36 static byte remap[100]; variable
119 track = remap[track];
275 remap[n] = n;
280 if (Q_strcasecmp(command, "remap") == 0)
286 if (remap[n] != n)
287 Con_Printf(" %u -> %u\n", n, remap[n]);
291 remap[n] = Q_atoi(Cmd_Argv (n+1));
452 remap[n] = n;
cd_audio.cpp 239 static byte remap[256]; variable
505 track = remap[track];
655 remap[n] = n;
661 if (Q_strcasecmp(command, "remap") == 0)
667 if (remap[n] != n)
668 Con_Printf(" %u -> %u\n", n, remap[n]);
672 remap[n] = Q_atoi(Cmd_Argv (n+1));
863 remap[n] = n;
  /external/clang/lib/ARCMigrate/
FileRemapper.cpp 48 infoFile.appendComponent("remap");
61 "initFromDisk should be called before any remap calls");
108 remap(pairs[i].first, pairs[i].second);
163 remap(origFE, newE);
238 void FileRemapper::remap(StringRef filePath, llvm::MemoryBuffer *memBuf) { function in class:FileRemapper
239 remap(getOriginalFile(filePath), memBuf);
242 void FileRemapper::remap(StringRef filePath, StringRef newPath) { function in class:FileRemapper
245 remap(file, newfile);
248 void FileRemapper::remap(const FileEntry *file, llvm::MemoryBuffer *memBuf) { function in class:FileRemapper
255 void FileRemapper::remap(const FileEntry *file, const FileEntry *newfile) function in class:FileRemapper
    [all...]
ARCMT.cpp 409 remap,
427 remap = PPOpts.RemappedFiles;
433 std::vector<std::pair<std::string,std::string> > &remap,
464 remap.push_back(*RI);
652 Remapper.remap(filePath.str(), memBuf);
ObjCMT.cpp 224 Remapper.remap(filePath.str(), memBuf);
  /hardware/qcom/display/liboverlay/
overlayRotator.h 138 /* remap rot buffers */
139 bool remap(uint32_t numbufs);
194 /* remap rot buffers */
195 bool remap(uint32_t numbufs);
overlayMdpRot.cpp 182 bool MdpRot::remap(uint32_t numbufs) { function in class:overlay::MdpRot
183 // if current size changed, remap
221 remap(RotMem::Mem::ROT_NUM_BUFS);
overlayMdssRot.cpp 130 remap(RotMem::Mem::ROT_NUM_BUFS);
179 bool MdssRot::remap(uint32_t numbufs) { function in class:overlay::MdssRot
182 // If current size changed, remap
  /external/valgrind/main/VEX/priv/
host_generic_reg_alloc2.c 393 HRegRemap remap; local
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
cpplib.h 359 /* Nonzero means we should look for header.gcc files that remap file
361 unsigned char remap; member in struct:cpp_options
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
cpplib.h 359 /* Nonzero means we should look for header.gcc files that remap file
361 unsigned char remap; member in struct:cpp_options
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
cpplib.h 359 /* Nonzero means we should look for header.gcc files that remap file
361 unsigned char remap; member in struct:cpp_options
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
cpplib.h 359 /* Nonzero means we should look for header.gcc files that remap file
361 unsigned char remap; member in struct:cpp_options
    [all...]
  /prebuilts/tools/common/asm-tools/
asm-commons-4.0.jar 

Completed in 540 milliseconds

1 2