HomeSort by relevance Sort by last modified time
    Searched full:remap (Results 1 - 25 of 394) 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/ARCMT/designated-init-in-header/
designated-init-in-header.m 1 // RUN: %clang_cc1 -objcmt-migrate-designated-init -objcmt-migrate-readwrite-property -objcmt-migrate-instancetype -x objective-c %S/file1.m.in -triple x86_64-apple-darwin11 -fobjc-arc -migrate -o %t1.remap
2 // RUN: %clang_cc1 -objcmt-migrate-designated-init -objcmt-migrate-readwrite-property -objcmt-migrate-instancetype -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 %S/file2.m.in.result
  /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: not %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/clang/test/ARCMT/
objcmt-instancetype-unnecessary-diff.m 1 // RUN: %clang_cc1 -objcmt-migrate-instancetype %s -triple x86_64-apple-darwin11 -fobjc-arc -migrate -o %t.remap
2 // RUN: FileCheck %s -input-file=%t.remap
  /external/clang/test/Index/reparse-with-remaps/
reparse.c 2 // RUN: c-index-test -test-load-source-reparse 2 all -remap-file-0="%S/test.h,%S/test.h-0" -remap-file-1="%S/test.h,%S/test.h-1" -- %s
  /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...]
  /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 {
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/test/ARCMT/whitelisted/
objcmt-with-whitelist.m 2 // RUN: %clang_cc1 -objcmt-migrate-readwrite-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.h.result
4 // RUN: %clang_cc1 -objcmt-migrate-readwrite-property -objcmt-migrate-instancetype -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
objcmt-with-whitelist-impl.m 2 // RUN: %clang_cc1 -objcmt-migrate-readwrite-property -objcmt-migrate-instancetype -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
objcmt-with-whitelist-impl.m.result 2 // RUN: %clang_cc1 -objcmt-migrate-readwrite-property -objcmt-migrate-instancetype -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/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...]
  /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/icu/icu4c/source/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/proguard/src/proguard/classfile/editor/
ConstantPoolRemapper.java 81 // Remap the local constant pool references.
88 // Remap the references of the contant pool entries themselves.
91 // Remap the references in all fields, methods, and attributes.
222 // Remap the local constant pool references.
228 // Remap the constant pool references of the remaining attributes.
261 // Remap the constant pool references of the bootstrap method entries.
289 // Remap the constant pool references of the inner classes.
342 // Remap the constant pool references of the parameter information.
352 // Remap the constant pool references of the exceptions.
366 // Remap the constant pool references of the instructions
    [all...]

Completed in 1321 milliseconds

1 2 3 4 5 6 7 8 91011>>