Home
last modified time | relevance | path

Searched refs:remap (Results 1 – 25 of 61) sorted by relevance

123

/external/clang/tools/c-arcmt-test/
Dc-arcmt-test.c13 CXRemapping remap; in print_remappings() local
18 remap = clang_getRemappings(path); in print_remappings()
19 if (!remap) in print_remappings()
22 N = clang_remap_getNumFiles(remap); in print_remappings()
24 clang_remap_getFilenames(remap, i, &origFname, &transFname); in print_remappings()
33 clang_remap_dispose(remap); in print_remappings()
38 CXRemapping remap; in print_remappings_filelist() local
43 remap = clang_getRemappingsFromFileList(files, numFiles); in print_remappings_filelist()
44 if (!remap) in print_remappings_filelist()
47 N = clang_remap_getNumFiles(remap); in print_remappings_filelist()
[all …]
/external/clang/tools/libclang/
DARCMigrate.cpp58 std::unique_ptr<Remap> remap(new Remap()); in clang_getRemappings() local
60 bool err = arcmt::getFileRemappings(remap->Vec, migrate_dir_path,&diagBuffer); in clang_getRemappings()
73 return remap.release(); in clang_getRemappings()
80 std::unique_ptr<Remap> remap(new Remap()); in clang_getRemappingsFromFileList() local
86 return remap.release(); in clang_getRemappingsFromFileList()
101 bool err = arcmt::getFileRemappingsFromFileList(remap->Vec, Files, in clang_getRemappingsFromFileList()
111 return remap.release(); in clang_getRemappingsFromFileList()
114 return remap.release(); in clang_getRemappingsFromFileList()
/external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/impl/
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,
196 remap });
199 private static Type remap(Type type) {
/external/clang/test/ARCMT/designated-init-in-header/
Ddesignated-init-in-header.m1 …ncetype -x objective-c %S/file1.m.in -triple x86_64-apple-darwin11 -fobjc-arc -migrate -o %t1.remap
2 …ncetype -x objective-c %S/file2.m.in -triple x86_64-apple-darwin11 -fobjc-arc -migrate -o %t2.remap
3 // RUN: c-arcmt-test %t1.remap %t2.remap | arcmt-test -verify-transformed-files %S/header1.h.result…
/external/llvm/lib/MC/MCAnalysis/
DMCAtom.cpp20 void MCAtom::remap(uint64_t NewBegin, uint64_t NewEnd) { in remap() function in MCAtom
21 Parent->remap(this, NewBegin, NewEnd); in remap()
27 remap(Begin, TruncPt); in remapForTruncate()
43 remap(LBegin, LEnd); in remapForSplit()
51 remap(Begin, End + 1); in addData()
79 remap(Begin, NextInstAddress + Size - 1); in addInst()
/external/clang/test/ARCMT/whitelisted/
Dobjcmt-with-whitelist.m2 …adwrite-property -objcmt-migrate-instancetype %s -triple x86_64-apple-darwin11 -migrate -o %t.remap
3 // RUN: c-arcmt-test %t.remap | arcmt-test -verify-transformed-files %S/header1.h.result %S/header2…
4 …ncetype -objcmt-white-list-dir-path=%S/Inputs %s -triple x86_64-apple-darwin11 -migrate -o %t.remap
5 // RUN: c-arcmt-test %t.remap | arcmt-test -verify-transformed-files %S/header1.h.result
Dobjcmt-with-whitelist-impl.m.result2 …ncetype -objcmt-white-list-dir-path=%S/Inputs %s -triple x86_64-apple-darwin11 -migrate -o %t.remap
3 // RUN: c-arcmt-test %t.remap | arcmt-test -verify-transformed-files %S/header1.h.result %s.result
Dobjcmt-with-whitelist-impl.m2 …ncetype -objcmt-white-list-dir-path=%S/Inputs %s -triple x86_64-apple-darwin11 -migrate -o %t.remap
3 // RUN: c-arcmt-test %t.remap | arcmt-test -verify-transformed-files %S/header1.h.result %s.result
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
DLocalVariablesSorter.java95 mv.visitVarInsn(opcode, remap(var, size)); in visitVarInsn()
99 mv.visitIincInsn(remap(var, 1), increment); in visitIincInsn()
114 mv.visitLocalVariable(name, desc, signature, start, end, remap(index)); in visitLocalVariable()
125 private int remap(final int var, final int size) { in remap() method in LocalVariablesSorter
145 private int remap(final int var) { in remap() method in LocalVariablesSorter
/external/clang/include/clang/ARCMigrate/
DFileRemapper.h55 void remap(StringRef filePath, llvm::MemoryBuffer *memBuf);
62 void remap(const FileEntry *file, llvm::MemoryBuffer *memBuf);
63 void remap(const FileEntry *file, const FileEntry *newfile);
DARCMT.h76 bool getFileRemappings(std::vector<std::pair<std::string,std::string> > &remap,
85 std::vector<std::pair<std::string,std::string> > &remap,
/external/mesa3d/src/mesa/main/
Dremap.c190 const struct gl_function_pool_remap *remap) in _mesa_do_init_remap_table() argument
205 ASSERT(i == remap[i].remap_index); in _mesa_do_init_remap_table()
206 spec = _mesa_function_pool + remap[i].pool_index; in _mesa_do_init_remap_table()
/external/chromium_org/third_party/mesa/src/src/mesa/main/
Dremap.c190 const struct gl_function_pool_remap *remap) in _mesa_do_init_remap_table() argument
205 ASSERT(i == remap[i].remap_index); in _mesa_do_init_remap_table()
206 spec = _mesa_function_pool + remap[i].pool_index; in _mesa_do_init_remap_table()
/external/clang/lib/ARCMigrate/
DFileRemapper.cpp107 remap(pairs[i].first, pairs[i].second); in initFromFile()
159 remap(origFE, newE); in flushToFile()
210 void FileRemapper::remap(StringRef filePath, llvm::MemoryBuffer *memBuf) { in remap() function in FileRemapper
211 remap(getOriginalFile(filePath), memBuf); in remap()
214 void FileRemapper::remap(const FileEntry *file, llvm::MemoryBuffer *memBuf) { in remap() function in FileRemapper
221 void FileRemapper::remap(const FileEntry *file, const FileEntry *newfile) { in remap() function in FileRemapper
/external/clang/test/ARCMT/
Dobjcmt-instancetype-unnecessary-diff.m1 …g_cc1 -objcmt-migrate-instancetype %s -triple x86_64-apple-darwin11 -fobjc-arc -migrate -o %t.remap
2 // RUN: FileCheck %s -input-file=%t.remap
Dobjcmt-designated-initializer.m.result2 …c1 -objcmt-migrate-designated-init %s -triple x86_64-apple-darwin11 -fobjc-arc -migrate -o %t.remap
3 // RUN: c-arcmt-test %t.remap | arcmt-test -verify-transformed-files %s.result
Dobjcmt-designated-initializer.m2 …c1 -objcmt-migrate-designated-init %s -triple x86_64-apple-darwin11 -fobjc-arc -migrate -o %t.remap
3 // RUN: c-arcmt-test %t.remap | arcmt-test -verify-transformed-files %s.result
Dmigrate-on-pch-and-module.m3 // RUN: %clang_cc1 -objcmt-migrate-subscripting -include-pch %t.pch %s -migrate -o %t.remap -isysro…
/external/clang/test/PCH/
Dchain-remap-types.m1 // RUN: %clang_cc1 -emit-pch -x objective-c-header -o %t1 %S/Inputs/chain-remap-types1.h
2 // RUN: %clang_cc1 -emit-pch -x objective-c-header -o %t2 %S/Inputs/chain-remap-types2.h -include-p…
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_emulate_branches.c282 struct remap_output_data remap; in fix_output_writes() local
285 remap.Output = inst->U.I.DstReg.Index; in fix_output_writes()
286 remap.Temporary = rc_find_free_temporary(s->C); in fix_output_writes()
291 rc_remap_registers(inst, &remap_output_function, &remap); in fix_output_writes()
297 inst_mov->U.I.DstReg.Index = remap.Output; in fix_output_writes()
300 inst_mov->U.I.SrcReg[0].Index = remap.Temporary; in fix_output_writes()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
Dradeon_emulate_branches.c282 struct remap_output_data remap; in fix_output_writes() local
285 remap.Output = inst->U.I.DstReg.Index; in fix_output_writes()
286 remap.Temporary = rc_find_free_temporary(s->C); in fix_output_writes()
291 rc_remap_registers(inst, &remap_output_function, &remap); in fix_output_writes()
297 inst_mov->U.I.DstReg.Index = remap.Output; in fix_output_writes()
300 inst_mov->U.I.SrcReg[0].Index = remap.Temporary; in fix_output_writes()
/external/chromium_org/native_client_sdk/src/tools/
Dcreate_nmf.py177 nexe_prefix=None, no_arch_prefix=None, remap=None, argument
208 self.remap = remap or {}
397 name = self.remap.get(name, name)
624 remap = {}
629 remap[parts[0]] = parts[1]
670 remap=remap,
/external/chromium_org/chrome/browser/android/bookmarks/
Dpartner_bookmarks_shim.cc97 NodeRenamingMap::const_iterator remap = node_rename_remove_map_.find(key); in IsReachable() local
98 if (remap != node_rename_remove_map_.end() && remap->second.empty()) in IsReachable()
/external/chromium_org/chrome/browser/resources/chromeos/
Dkeyboard_overlay.js660 function initIdentifierMap(remap) { argument
661 for (var key in remap) {
662 var val = remap[key];
/external/llvm/include/llvm/MC/MCAnalysis/
DMCModule.h54 void remap(MCAtom *Atom, uint64_t NewBegin, uint64_t NewEnd);

123