OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Remap
(Results
1 - 8
of
8
) sorted by null
/external/clang/tools/libclang/
ARCMigrate.cpp
25
struct
Remap
{
58
OwningPtr<
Remap
>
remap
(new
Remap
());
60
bool err = arcmt::getFileRemappings(
remap
->Vec, migrate_dir_path,&diagBuffer);
73
return
remap
.take();
80
OwningPtr<
Remap
>
remap
(new
Remap
());
86
return
remap
.take()
[
all
...]
/external/clang/lib/Frontend/
InitPreprocessor.cpp
666
//
Remap
files in the source manager (with buffers).
668
Remap
= InitOpts.remapped_file_buffer_begin(),
670
Remap
!= RemapEnd;
671
++
Remap
) {
673
const FileEntry *FromFile = FileMgr.getVirtualFile(
Remap
->first,
674
Remap
->second->getBufferSize(),
678
<<
Remap
->first;
680
delete
Remap
->second;
686
SourceMgr.overrideFileContents(FromFile,
Remap
->second,
690
//
Remap
files in the source manager (with other files)
[
all
...]
ASTUnit.cpp
[
all
...]
/external/llvm/lib/Target/R600/
R600OptimizeVectorRegisters.cpp
89
std::vector<std::pair<unsigned, unsigned> > &
Remap
) const;
141
RegSeqInfo *ToMerge, std::vector< std::pair<unsigned, unsigned> > &
Remap
)
149
Remap
.push_back(std::pair<unsigned, unsigned>
155
Remap
.push_back(std::pair<unsigned, unsigned>
/external/chromium_org/remoting/webapp/
client_plugin.js
131
*
Remap
one USB keycode to another in all subsequent key events.
133
* @param {number} fromKeycode The USB-style code of the key to
remap
.
134
* @param {number} toKeycode The USB-style code to
remap
the key to.
client_plugin_async.js
465
*
Remap
one USB keycode to another in all subsequent key events.
467
* @param {number} fromKeycode The USB-style code of the key to
remap
.
468
* @param {number} toKeycode The USB-style code to
remap
the key to.
/external/clang/include/clang/Serialization/
ASTReader.h
274
friend class ASTUnit; // ASTUnit needs to
remap
source locations.
[
all
...]
/external/chromium_org/chrome/third_party/chromevox/closure/
base.js
[
all
...]
Completed in 359 milliseconds