HomeSort by relevance Sort by last modified time
    Searched refs:remap (Results 1 - 25 of 142) 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/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/mockito/cglib-and-asm/src/org/mockito/cglib/transform/impl/
InterceptFieldTransformer.java 181 Type remap = remap(type);
182 return new Signature("read" + callbackName(remap),
183 remap,
186 remap });
190 Type remap = remap(type);
191 return new Signature("write" + callbackName(remap),
192 remap,
195 remap,
    [all...]
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
LocalVariablesSorter.java 95 mv.visitVarInsn(opcode, remap(var, size));
99 mv.visitIincInsn(remap(var, 1), increment); method
114 mv.visitLocalVariable(name, desc, signature, start, end, remap(index));
125 private int remap(final int var, final int size) { method in class:LocalVariablesSorter
145 private int remap(final int var) { method in class:LocalVariablesSorter
  /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...]
  /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 10 # Usage - $0 <remap file>
15 # The remap file should have lines of the form
138 # Oriya, then the character 0B56 (Oriya AI Length Mark) will remap to
160 #print STDERR "Ignoring NOOP remap of $from\n";
162 print STDERR "ERROR in $EXCEPTIONS_FILE - Duplicate remap entries for $from\n";
164 print STDERR "ERROR in $EXCEPTIONS_FILE - Ignoring multichar remap: ", hexArray(@from), "->", hexArray(@to), "\n";
169 print STDERR "ERROR in $EXCEPTIONS_FILE - Invalid remap; left side defined: ", hexArray(@from), "->", hexArray(@to), "\n";
171 print STDERR "ERROR in $EXCEPTIONS_FILE - Invalid remap; right side undefined: ", hexArray(@from), "->", hexArray(@to), "\n";
280 @REMAP = ('s/\bSHORT\s+//i',
299 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/opencv3/modules/cudawarping/src/
remap.cpp 47 void cv::cuda::remap(InputArray, OutputArray, InputArray, InputArray, int, int, Scalar, Stream&){ throw_no_cuda(); } function in class:cv::cuda
61 void cv::cuda::remap(InputArray _src, OutputArray _dst, InputArray _xmap, InputArray _ymap, int interpolation, int borderMode, Scalar borderValue, Stream& stream) function in class:cv::cuda
  /external/opencv3/modules/imgproc/
opencl_kernels_imgproc.cpp 6641 const struct ProgramEntry remap={"remap", member in namespace:cv::ocl::imgproc
    [all...]
opencl_kernels_imgproc.hpp 70 extern const struct ProgramEntry remap;
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
UnicodePropertySource.java 77 String value = filter.remap(getPropertyValue(matchIterator.codepoint));
89 String value = filter.remap(getPropertyValue(matchIterator.codepoint));
101 String value = filter.remap(getPropertyValue(matchIterator.codepoint));
125 public String remap(String original) { method in class:UnicodePropertySource.StringFilter
139 public String remap(String original) { method in class:UnicodePropertySource.MapFilter
  /external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
UnicodePropertySource.java 76 String value = filter.remap(getPropertyValue(matchIterator.codepoint));
88 String value = filter.remap(getPropertyValue(matchIterator.codepoint));
100 String value = filter.remap(getPropertyValue(matchIterator.codepoint));
124 public String remap(String original) { method in class:UnicodePropertySource.StringFilter
138 public String remap(String original) { method in class:UnicodePropertySource.MapFilter
  /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);
  /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);
  /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);
  /external/opencv3/modules/cudawarping/include/opencv2/
cudawarping.hpp 84 @sa remap
86 CV_EXPORTS void remap(InputArray src, OutputArray dst, InputArray xmap, InputArray ymap,
138 @sa cuda::warpAffine , cuda::remap
170 @sa cuda::warpPerspective , cuda::remap
  /external/opencv3/samples/cpp/tutorial_code/ImgTrans/
Remap_Demo.cpp 3 * @brief Demo code for Remap
18 const char* remap_window = "Remap demo";
49 /// Update map_x & map_y. Then apply remap
51 remap( src, dst, map_x, map_y, INTER_LINEAR, BORDER_CONSTANT, Scalar(0, 0, 0) );
  /external/opencv3/modules/cudawarping/src/cuda/
remap.cu 56 template <typename Ptr2D, typename T> __global__ void remap(const Ptr2D src, const PtrStepf mapx, const PtrStepf mapy, PtrStepSz<T> dst)
83 remap<<<grid, block, 0, stream>>>(filter_src, mapx, mapy, dst);
104 remap<<<grid, block>>>(filter_src, mapx, mapy, dst);
137 remap<<<grid, block>>>(filter_src, mapx, mapy, dst); \
154 remap<<<grid, block>>>(filter_src, mapx, mapy, dst); \
161 remap<<<grid, block>>>(filter_src, mapx, mapy, dst); \
  /external/opencv3/modules/imgproc/perf/
perf_remap.cpp 14 PERF_TEST_P( TestRemap, Remap,
67 TEST_CYCLE_MULTIRUN(runs) remap(src, dst, map1, map2, inter_type);
  /external/opencv3/modules/imgproc/test/ocl/
test_warp.cpp 237 // remap
239 PARAM_TEST_CASE(Remap, MatDepth, Channels, std::pair<MatType, MatType>, BorderType, bool)
299 typedef Remap Remap_INTER_NEAREST;
307 OCL_OFF(cv::remap(src_roi, dst_roi, map1_roi, map2_roi, INTER_NEAREST, borderType, val));
308 OCL_ON(cv::remap(usrc_roi, udst_roi, umap1_roi, umap2_roi, INTER_NEAREST, borderType, val));
314 typedef Remap Remap_INTER_LINEAR;
329 OCL_OFF(cv::remap(src_roi, dst_roi, map1_roi, map2_roi, INTER_LINEAR, borderType, val));
330 OCL_ON(cv::remap(usrc_roi, udst_roi, umap1_roi, umap2_roi, INTER_LINEAR, borderType, val));

Completed in 4454 milliseconds

1 2 3 4 5 6