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

1 2 3 4 5 6

  /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
70 void *map, *remap; local
94 remap = mremap(map, pgsz, 2 * pgsz, 0);
95 if (remap == MAP_FAILED) {
103 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,
  /external/mesa3d/src/mesa/main/
remap.c 28 * \file remap.c
29 * Remap table management.
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);
175 /* Remap static functions which have alternative names and are in the ABI.
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 *
    [all...]
  /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);
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
indic.pl 14 # 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";
284 @REMAP = ('s/\bSHORT\s+//i',
303 foreach my $remap (@REMAP) { $REMAP{$remap} = 0;
    [all...]
  /external/clang/lib/ARCMigrate/
FileRemapper.cpp 46 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
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_emulate_branches.c 282 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;
  /hardware/qcom/display/msm8084/liboverlay/
overlayRotator.h 126 /* remap rot buffers */
127 bool remap(uint32_t numbufs);
183 /* remap rot buffers */
184 bool remap(uint32_t numbufs);
overlayMdpRot.cpp 184 bool MdpRot::remap(uint32_t numbufs) { function in class:overlay::MdpRot
185 // if current size changed, remap
225 if(false == remap(RotMem::ROT_NUM_BUFS)) {
226 ALOGE("%s Remap failed, not queueing", __FUNCTION__);
overlayMdssRot.cpp 139 if(false == remap(RotMem::ROT_NUM_BUFS)) {
140 ALOGE("%s Remap failed, not queuing", __FUNCTION__);
179 bool MdssRot::remap(uint32_t numbufs) { function in class:overlay::MdssRot
182 // If current size changed, remap
  /hardware/qcom/display/msm8226/liboverlay/
overlayRotator.h 133 /* remap rot buffers */
134 bool remap(uint32_t numbufs);
192 /* remap rot buffers */
193 bool remap(uint32_t numbufs);
overlayMdpRot.cpp 203 bool MdpRot::remap(uint32_t numbufs) { function in class:overlay::MdpRot
204 // if current size changed, remap
244 if(false == remap(RotMem::ROT_NUM_BUFS)) {
245 ALOGE("%s Remap failed, not queueing", __FUNCTION__);
  /hardware/qcom/display/msm8960/liboverlay/
overlayRotator.h 140 /* remap rot buffers */
141 bool remap(uint32_t numbufs);
199 /* remap rot buffers */
200 bool remap(uint32_t numbufs);
overlayMdpRot.cpp 199 bool MdpRot::remap(uint32_t numbufs) { function in class:overlay::MdpRot
200 // if current size changed, remap
238 remap(RotMem::Mem::ROT_NUM_BUFS);
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
makefile 185 PCCTS_GEN=antlr.c scan.c err.c tokens.h mode.h parser.dlg stdpccts.h remap.h
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/SPIRV/
SPVRemapper.h 85 void remap(std::vector<unsigned int>& /*spv*/, unsigned int /*opts = 0*/) function in class:spv::spirvbin_t
115 // remap on an existing binary in memory
116 void remap(std::vector<std::uint32_t>& spv, std::uint32_t opts = DO_EVERYTHING);
136 void remap(std::uint32_t opts = DO_EVERYTHING);
234 void applyMap(); // remap per local name map
  /prebuilts/ndk/r13/sources/third_party/vulkan/glslang/SPIRV/
SPVRemapper.h 85 void remap(std::vector<unsigned int>& /*spv*/, unsigned int /*opts = 0*/) function in class:spv::spirvbin_t
115 // remap on an existing binary in memory
116 void remap(std::vector<std::uint32_t>& spv, std::uint32_t opts = DO_EVERYTHING);
136 void remap(std::uint32_t opts = DO_EVERYTHING);
234 void applyMap(); // remap per local name map
  /hardware/qcom/display/msm8909/liboverlay/
overlayRotator.h 160 /* remap rot buffers */
161 bool remap(uint32_t numbufs);
232 /* remap rot buffers */
233 bool remap(uint32_t numbufs);

Completed in 1091 milliseconds

1 2 3 4 5 6