HomeSort by relevance Sort by last modified time
    Searched defs:remap (Results 1 - 25 of 29) 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/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...]
  /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;
  /hardware/qcom/display/liboverlay/
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...]
  /external/elfutils/src/
ldgeneric.c 3949 size_t *remap = xmalloc (nsym_dyn * sizeof (size_t)); local
    [all...]
  /external/valgrind/main/helgrind/
libhb_core.c 2549 VtsID remap; \/* used only during pruning *\/ member in struct:__anon17080
    [all...]
  /prebuilts/tools/common/asm-tools/
asm-commons-4.0.jar 
  /prebuilts/tools/common/m2/internal/asm/asm-commons/3.3/
asm-commons-3.3.jar 
  /prebuilts/misc/common/jarjar/
jarjar-1.0rc8.jar 
  /prebuilts/tools/common/cglib/
cglib-2.2.3.jar 
cglib-nodep-2.2.3.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.objectweb.asm_3.2.0.v200909071300.jar 
  /prebuilts/tools/common/m2/internal/cglib/cglib-nodep/2.2.2/
cglib-nodep-2.2.2.jar 
  /external/dexmaker/lib/
jarjar.jar 

Completed in 1631 milliseconds

1 2