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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Index/
remap-complete.c 1 // RUN: c-index-test -code-completion-at=%s:6:2 -remap-file="%s;%S/Inputs/remap-complete-to.c" %s | FileCheck %s
remap-load.c 1 // RUN: c-index-test -test-load-source all -remap-file="%s;%S/Inputs/remap-load-to.c" %s | FileCheck -check-prefix=CHECK %s
3 // CHECK: remap-load.c:1:5: FunctionDecl=foo:1:5 (Definition) Extent=[1:1 - 3:2]
4 // CHECK: remap-load.c:1:13: ParmDecl=parm1:1:13 (Definition) Extent=[1:9 - 1:18]
5 // CHECK: remap-load.c:1:26: ParmDecl=parm2:1:26 (Definition) Extent=[1:20 - 1:31]
6 // CHECK: remap-load.c:2:10: UnexposedExpr= Extent=[2:10 - 2:23]
7 // CHECK: remap-load.c:2:10: BinaryOperator= Extent=[2:10 - 2:23]
8 // CHECK: remap-load.c:2:10: UnexposedExpr=parm1:1:13 Extent=[2:10 - 2:15]
9 // CHECK: remap-load.c:2:10: DeclRefExpr=parm1:1:13 Extent=[2:10 - 2:15]
10 // CHECK: remap-load.c:2:18: DeclRefExpr=parm2:1:26 Extent=[2:18 - 2:23
    [all...]
remap-cursor-at.c 1 // RUN: c-index-test -cursor-at=%s:1:15 -cursor-at=%s:2:21 -remap-file="%s;%S/Inputs/remap-load-to.c" %s | FileCheck %s
preamble-reparse-cmd-define.c 3 // RUN: "-remap-file=%s;%s.remap" %s -include %t.h -D CMD_MACRO=1 2>&1 | FileCheck %s
crash-recovery-code-complete.c 3 // RUN: "-remap-file=%s;%S/Inputs/crash-recovery-code-complete-remap.c" \
crash-recovery-reparse.c 3 // RUN: -remap-file="%s;%S/Inputs/crash-recovery-reparse-remap.c" \
preamble-reparse.c 1 // RUN: env CINDEXTEST_EDITING=1 c-index-test -test-load-source-reparse 5 local "-remap-file=%S/Inputs/preamble-reparse-1.c;%S/Inputs/preamble-reparse-2.c" %S/Inputs/preamble-reparse-1.c | FileCheck %s
  /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/test/PCH/
remap-file-from-pch.cpp 1 // %clang_cc1 -remap-file "%s;%S/Inputs/remapped-file" -fsyntax-only %s 2>&1 | FileCheck -check-prefix=CHECK-EXIST %s
4 // RUN: %clang_cc1 %s -include-pch %t.pch -remap-file "%s.h;%s.remap.h" -fsyntax-only 2>&1 | FileCheck %s
9 // CHECK: file '{{.*[/\\]}}remap-file-from-pch.cpp.h' from the precompiled header has been overridden
chain-remap-types.m 1 // 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-pch %t1
  /external/e2fsprogs/ext2ed/doc/
ext2ed-design.sgml 246 I started immediately with constructing a simple <Literal remap="tt">hex editor</Literal> - It would
248 filesystem with a simple <Literal remap="tt">offset</Literal> method, and just show a
249 <Literal remap="tt"> hex dump</Literal> of the contents at this point. Programming this was trivially
263 main include file - <Literal remap="tt">/usr/include/linux/ext2&lowbar;fs.h</Literal>. Among its contents
269 I wanted a <Literal remap="tt">quick</Literal> way to get going. I didn't have the patience to learn
276 So after the <Literal remap="tt">hex editor</Literal>, EXT2ED progressed into a tool which has some
277 elements of a compiler. I programmed EXT2ED to <Literal remap="tt">dynamically read the kernel
279 was to <Literal remap="tt">imply a structure-definition on the current offset at the
286 are mostly <Literal remap="tt">flat</Literal> - Didn't contain a lot of recursive structure; Only a
295 To handle the task, I constructed the <Literal remap="tt">struct&lowbar;descriptor</Literal> structure
    [all...]
ext2fs-overview.sgml 23 <Literal remap="tt">ext2 filesystem editor project (EXT2ED)</Literal>.
108 The <Literal remap="tt">Second Extended File System (Ext2fs)</Literal> is very popular among Linux
137 A <Literal remap="tt">filesystem</Literal> consists of two word - <Literal remap="tt">file</Literal> and <Literal remap="tt">system</Literal>.
141 Everyone knows the meaning of the word <Literal remap="tt">file</Literal> - A bunch of data put
148 This is where the <Literal remap="tt">system</Literal> comes in - Instead of just throwing the data
149 to the device, we generalize and construct a <Literal remap="tt">system</Literal> which will
157 Normally, by <Literal remap="tt">mounting</Literal> filesystems, we just use the nice and logical
177 <Literal remap="tt">Minix</Literal> filesystem. Today, Linux has the ability to support severa
    [all...]
user-guide.sgml 56 with the material presented in the <Literal remap="tt">ext2 filesystem overview</Literal> as well.
61 will also read the article <Literal remap="tt">The EXT2ED design and implementation</Literal>, as it
83 Two basic concepts in EXT2ED are <Literal remap="tt">commands</Literal> and <Literal remap="tt">types</Literal>.
88 filesystem, like a <Literal remap="tt">super-block</Literal> or a <Literal remap="tt">directory</Literal>. An object is
93 Your interaction with EXT2ED is done through <Literal remap="tt">commands</Literal> which EXT2ED
138 Running EXT2ED is as simple as typing <Literal remap="tt">ext2ed</Literal> from the shell prompt.
143 When first run, EXT2ED parses its configuration file, <Literal remap="tt">ext2ed.conf</Literal>.
149 on the screen, with the command prompt <Literal remap="tt">ext2ed&#62;</Literal> displayed
    [all...]
  /external/clang/test/Misc/
remap-file.c 1 // RUN: %clang_cc1 -remap-file "%s;%S/Inputs/remapped-file" -fsyntax-only %s 2>&1 | FileCheck -check-prefix=CHECK-EXIST %s
2 // RUN: %clang_cc1 -remap-file "%S/nonexistent.c;%S/Inputs/remapped-file" -fsyntax-only %S/nonexistent.c 2>&1 | FileCheck -check-prefix=CHECK-NONEXIST %s
3 // RUN: %clang_cc1 -remap-file "%S/nonexistent.c;%S/Inputs/remapped-file-2" -remap-file "%S/nonexistent.h;%S/Inputs/remapped-file-3" -fsyntax-only %S/nonexistent.c 2>&1 | FileCheck -check-prefix=CHECK-HEADER %s
5 // CHECK-EXIST: remap-file.c:1:28: warning: incompatible pointer types
  /external/clang/test/Index/Inputs/
crash-recovery-code-complete-remap.c 3 // RUN: -remap-file="%s;%S/Inputs/crash-recovery-code-complete-remap.c" \
  /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/chromium/chrome/browser/resources/options/chromeos/
language_customize_modifier_keys_overlay.html 7 <select id="xkb-remap-search-key-to" class="control"
17 <select id="xkb-remap-control-key-to" class="control"
26 <select id="xkb-remap-alt-key-to" class="control"
  /external/icu4c/test/testdata/
translit_rules.txt 47 \uE029>\u09A8\u09BC; # REMAP (indicExceptions.txt): \u09a9>\u09a8 = LETTER NNNA>LETTER NA
57 \uE033>\u09B2; # REMAP (indicExceptions.txt): \u09b3>\u09b2 = LETTER LLA>LETTER LA
58 \uE034>\u09B2; # REMAP (indicExceptions.txt): \u09b4>\u09b2 = LETTER LLLA>LETTER LA
59 \uE035>\u09AC; # REMAP (indicExceptions.txt): \u09b5>\u09ac = LETTER VA>LETTER BA
73 \uE045>\u09C7; # REMAP (indicExceptions.txt): \u09c5>\u09c7 = VOWEL SIGN CANDRA E>VOWEL SIGN E
77 \uE049>\u09C7\u09BE; # REMAP (indicExceptions.txt): \u09c9>\u09cb = VOWEL SIGN CANDRA O>VOWEL SIGN O
88 \uE056>\u09C8; # REMAP (indicExceptions.txt): \u09d6>\u09c8 = AI LENGTH MARK>VOWEL SIGN AI
91 \uE059>\u0996\u09BC; # REMAP (indicExceptions.txt): \u09d9>\u0996 = LETTER KHHA>LETTER KHA
92 \uE05A>\u0997\u09BC; # REMAP (indicExceptions.txt): \u09da>\u0997 = LETTER GHHA>LETTER GA
93 \uE05B>\u099C\u09BC; # REMAP (indicExceptions.txt): \u09db>\u099c = LETTER ZA>LETTER J
    [all...]
  /external/clang/include/clang/ARCMigrate/
FileRemapper.h 55 void remap(StringRef filePath, llvm::MemoryBuffer *memBuf);
56 void remap(StringRef filePath, StringRef newPath);
65 void remap(const FileEntry *file, llvm::MemoryBuffer *memBuf);
66 void remap(const FileEntry *file, const FileEntry *newfile);
  /external/proguard/src/proguard/classfile/editor/
ConstantPoolRemapper.java 79 // Remap the local constant pool references.
86 // Remap the references of the contant pool entries themselves.
89 // Remap the references in all fields, methods, and attributes.
199 // Remap the local constant pool references.
205 // Remap the constant pool references of the remaining attributes.
256 // Remap the constant pool references of the inner classes.
309 // Remap the constant pool references of the exceptions.
323 // Remap the constant pool references of the instructions.
330 // Remap the constant pool references of the exceptions and attributes.
341 // Remap the constant pool references of the stack map frames
    [all...]
CodeAttributeEditor.java 351 // Move and remap the instructions.
355 // Remap the exception table.
366 // Remap the line number table and the local variable table.
387 // Remap all stack map entries.
395 // Remap all stack map table entries.
403 // Remap all line number table entries.
416 // Remap all local variable table entries.
429 // Remap all local variable table entries.
673 // Remap and insert the pre-inserted instruction, if any.
682 // Remap the instruction
    [all...]
CodeAttributeComposer.java 228 // Remap the exception right away.
271 // Remap the instructions of the code fragment.
292 // Don't remap this instruction again.
305 // Try to remap the exception handlers that couldn't be remapped before.
322 throw new IllegalStateException("Couldn't remap exception handler offset ["+handlerPC+"]");
381 // Remap the line number table and the local variable table.
384 // Remap the exception table.
401 // Remap all stack map entries.
409 // Remap all stack map table entries.
417 // Remap all line number table entries
    [all...]
  /external/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);
  /external/quake/quake/src/QW/client/
cd_linux.c 45 static byte remap[100]; variable
111 track = remap[track];
241 remap[n] = n;
246 if (Q_strcasecmp(command, "remap") == 0)
252 if (remap[n] != n)
253 Con_Printf(" %u -> %u\n", n, remap[n]);
257 remap[n] = Q_atoi(Cmd_Argv (n+1));
393 remap[i] = i;
cd_win.c 36 static byte remap[100]; variable
119 track = remap[track];
275 remap[n] = n;
280 if (Q_strcasecmp(command, "remap") == 0)
286 if (remap[n] != n)
287 Con_Printf(" %u -> %u\n", n, remap[n]);
291 remap[n] = Q_atoi(Cmd_Argv (n+1));
453 remap[n] = n;

Completed in 1807 milliseconds

1 2 3 4 5 6 7 8 91011>>