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

1 2 3 4 5 6 7

  /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 {
60 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()
    [all...]
  /external/ltp/testcases/kernel/mem/vma/
vma03.c 34 * This program tries to remap a mapping with a new size that would
71 void *map, *remap; local
102 remap = mremap(map, pgsz, 2 * pgsz, 0);
103 if (remap == MAP_FAILED) {
111 munmap(remap, 2 * pgsz);
  /external/swiftshader/third_party/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/clang/include/clang/ARCMigrate/
FileRemapper.h 55 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);
ARCMT.h 79 bool getFileRemappings(std::vector<std::pair<std::string,std::string> > &remap,
88 std::vector<std::pair<std::string,std::string> > &remap,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/ARCMigrate/
FileRemapper.h 55 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);
ARCMT.h 79 bool getFileRemappings(std::vector<std::pair<std::string,std::string> > &remap,
88 std::vector<std::pair<std::string,std::string> > &remap,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/ARCMigrate/
FileRemapper.h 55 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);
ARCMT.h 79 bool getFileRemappings(std::vector<std::pair<std::string,std::string> > &remap,
88 std::vector<std::pair<std::string,std::string> > &remap,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/ARCMigrate/
FileRemapper.h 55 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);
ARCMT.h 79 bool getFileRemappings(std::vector<std::pair<std::string,std::string> > &remap,
88 std::vector<std::pair<std::string,std::string> > &remap,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/ARCMigrate/
FileRemapper.h 55 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);
ARCMT.h 79 bool getFileRemappings(std::vector<std::pair<std::string,std::string> > &remap,
88 std::vector<std::pair<std::string,std::string> > &remap,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/ARCMigrate/
FileRemapper.h 55 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);
ARCMT.h 79 bool getFileRemappings(std::vector<std::pair<std::string,std::string> > &remap,
88 std::vector<std::pair<std::string,std::string> > &remap,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/ARCMigrate/
FileRemapper.h 55 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);
ARCMT.h 79 bool getFileRemappings(std::vector<std::pair<std::string,std::string> > &remap,
88 std::vector<std::pair<std::string,std::string> > &remap,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/ARCMigrate/
FileRemapper.h 55 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);
ARCMT.h 79 bool getFileRemappings(std::vector<std::pair<std::string,std::string> > &remap,
88 std::vector<std::pair<std::string,std::string> > &remap,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/ARCMigrate/
FileRemapper.h 55 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);
  /external/swiftshader/third_party/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) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
CrossFadeHelper.java 51 fadeOut(view, fadeOutAmount, true /* remap */);
59 * @param remap whether the fade amount should be remapped to the shorter duration
65 public static void fadeOut(View view, float fadeOutAmount, boolean remap) {
72 if (remap) {
112 fadeIn(view, fadeInAmount, true /* remap */);
120 * @param remap whether the fade amount should be remapped to the shorter duration
126 public static void fadeIn(View view, float fadeInAmount, boolean remap) {
131 if (remap) {
  /external/autotest/client/tests/linus_stress/
linus_stress.c 57 static char *remap(int fd, char *mapping) function
94 mapping = remap(fd, NULL);
105 /* Unmap, drop, and remap.. */
106 mapping = remap(fd, mapping);

Completed in 404 milliseconds

1 2 3 4 5 6 7