Searched defs:remap (Results 1 - 25 of 37) sorted by relevance

12

/external/autotest/client/tests/linus_stress/
H A Dlinus_stress.c57 static char *remap(int fd, char *mapping) function
94 mapping = remap(fd, NULL);
105 /* Unmap, drop, and remap.. */
106 mapping = remap(fd, mapping);
/external/clang/tools/c-arcmt-test/
H A Dc-arcmt-test.c13 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/mesa3d/src/mesa/main/
H A Dremap.c28 * \file remap.c
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);
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 */
205 ASSERT(i == remap[i].remap_index);
206 spec = _mesa_function_pool + remap[
188 _mesa_do_init_remap_table(const char *pool, int size, const struct gl_function_pool_remap *remap) argument
[all...]
/external/opencv3/modules/cudawarping/src/
H A Dremap.cpp47 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/mockito/cglib-and-asm/src/org/mockito/cglib/core/
H A DLocalVariablesSorter.java95 mv.visitVarInsn(opcode, remap(var, size));
99 mv.visitIincInsn(remap(var, 1), increment);
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/mockito/cglib-and-asm/src/org/mockito/cglib/transform/impl/
H A DInterceptFieldTransformer.java181 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,
199 private static Type remap(Type type) { method in class:InterceptFieldTransformer
[all...]
/external/opencv3/modules/imgproc/
H A Dopencl_kernels_imgproc.cpp6641 const struct ProgramEntry remap={"remap", member in namespace:cv::ocl::imgproc
7092 ProgramSource remap_oclsrc(remap.programStr);
/external/clang/lib/ARCMigrate/
H A DFileRemapper.cpp46 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
H A DARCMT.cpp403 remap,
421 remap = PPOpts.RemappedFiles;
612 Remapper.remap(filePath.str(), std::move(memBuf));
402 getFileRemappings(std::vector<std::pair<std::string,std::string> > & remap, StringRef outputDir, DiagnosticConsumer *DiagClient) argument
H A DObjCMT.cpp1978 Remapper.remap(filePath.str(), std::move(memBuf));
2223 std::vector<std::pair<std::string,std::string> > &remap,
2272 remap.emplace_back(I->first->getName(), TempFile);
2222 getFileRemappingsFromFileList( std::vector<std::pair<std::string,std::string> > &remap, ArrayRef<StringRef> remapFiles, DiagnosticConsumer *DiagClient) argument
/external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
H A DUnicodePropertySource.java77 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
H A DUnicodeProperty.java1024 return filter.remap(property.getValue(codepoint));
1034 String mappedItem = filter.remap(item);
1066 public abstract String remap(String original); method in class:UnicodeProperty.StringFilter
1073 UnicodeProperty.addUnique(remap((String) it.next()), result);
1091 public String remap(String original) { method in class:UnicodeProperty.MapFilter
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
H A DUnicodePropertySource.java76 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/
H A Dradeon_emulate_branches.c282 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;
/external/fonttools/Lib/fontTools/
H A Dsubset.py63 def remap(self, coverage_map): function
83 def subset(self, glyphs, remap=False):
91 if remap:
92 self.remap(indices)
96 def remap(self, class_map): function
126 self.Coverage.remap(indices)
185 self.Coverage.remap(indices)
223 self.Coverage.remap(indices)
228 class1_map = self.ClassDef1.subset(s.glyphs, remap=True)
229 class2_map = self.ClassDef2.subset(s.glyphs, remap
[all...]
/external/fonttools/Tools/fontTools/
H A Dsubset.py63 def remap(self, coverage_map): function
83 def subset(self, glyphs, remap=False):
91 if remap:
92 self.remap(indices)
96 def remap(self, class_map): function
126 self.Coverage.remap(indices)
185 self.Coverage.remap(indices)
223 self.Coverage.remap(indices)
228 class1_map = self.ClassDef1.subset(s.glyphs, remap=True)
229 class2_map = self.ClassDef2.subset(s.glyphs, remap
[all...]
/external/valgrind/VEX/priv/
H A Dhost_generic_reg_alloc2.c441 HRegRemap remap; local
1261 initHRegRemap(&remap);
1351 addToHRegRemap(&remap, vreg, univ->regs[n]);
1391 addToHRegRemap(&remap, vreg, univ->regs[k]);
1533 addToHRegRemap(&remap, vreg, univ->regs[spillee]);
1549 (*mapRegs)( &remap, instrs_in->arr[ii], mode64 );
/external/deqp/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryMappingTests.cpp265 bool remap; member in struct:vkt::memory::__anon3652::TestConfig
347 if (config.remap)
445 if (config.remap)
1158 config.remap = false;
1166 config.remap = true;
1270 { OP_REMAP, "remap" },
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/util/
H A DUnicodeProperty.java1023 return filter.remap(property.getValue(codepoint));
1033 String mappedItem = filter.remap(item);
1065 public abstract String remap(String original); method in class:UnicodeProperty.StringFilter
1072 UnicodeProperty.addUnique(remap((String) it.next()), result);
1090 public String remap(String original) { method in class:UnicodeProperty.MapFilter
/external/elfutils/src/
H A Dldgeneric.c3939 size_t *remap = xmalloc (nsym_dyn * sizeof (size_t)); local
3948 remap[ndxtosym[cnt]->outdynsymidx] = cnt;
3958 qsort (remap + 1, nsym_dyn - 1, sizeof (size_t), sortfct_hashval);
3970 if (! ndxtosym[remap[cnt]]->defined
3971 || ndxtosym[remap[cnt]]->in_dso)
3977 Elf32_Word hval = gnuhashcodes[ndxtosym[remap[cnt]]->outdynsymidx];
4017 ndxtosym[remap[cnt]]->outdynsymidx = cnt;
4034 free (remap);
/external/jarjar/lib/
H A Dasm-commons-4.0.jarMETA-INF/MANIFEST.MF org/objectweb/asm/commons/AdviceAdapter.class " package org.objectweb.asm ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dasm-commons-3.3.jarMETA-INF/MANIFEST.MF org/objectweb/asm/commons/AdviceAdapter.class " package org.objectweb.asm ...
/external/valgrind/helgrind/
H A Dlibhb_core.c2767 VtsID remap; /* used only during pruning, for used entries */ member in union:__anon19821::__anon19822
2770 u.remap only used when vts != NULL, during pruning. */
2933 new_id = old_te->u.remap;
3074 set, at the same time setting the u.remap entries in the old
3077 u.remap entries in the old table. Finally, we can delete the old
3121 tl_assert(old_te->u.remap == VtsID_INVALID);
3185 old_te->u.remap = new_vts->id;
3205 * the old VTS table, with its u.remap entries set,
3210 * the new VTS table, with all .rc == 0, all u.freelink and u.remap
3225 Using the u.remap field
[all...]
/external/testng/lib-supplied/
H A Djarjar-issue-21.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/tonicsystems/ com/tonicsystems/jarjar/ com/tonicsystems/jarjar/AbstractDepHandler ...
/external/opencv3/modules/java/src/
H A Dimgproc+Imgproc.java425 // C++: void remap(Mat src, Mat& dst, Mat map1, Mat map2, int interpolation, int borderMode = BORDER_CONSTANT, Scalar borderValue = Scalar())
428 //javadoc: remap(src, dst, map1, map2, interpolation, borderMode, borderValue)
429 public static void remap(Mat src, Mat dst, Mat map1, Mat map2, int interpolation, int borderMode, Scalar borderValue) method in class:Imgproc
437 //javadoc: remap(src, dst, map1, map2, interpolation)
438 public static void remap(Mat src, Mat dst, Mat map1, Mat map2, int interpolation) method in class:Imgproc
2869 // C++: void remap(Mat src, Mat& dst, Mat map1, Mat map2, int interpolation, int borderMode = BORDER_CONSTANT, Scalar borderValue = Scalar())

Completed in 1022 milliseconds

12