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

1 2 3 4 5 6 7

  /external/clang/test/Index/
preamble-reparse-import.m-3.h 1 #import "preamble-reparse-import.m-2.h"
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
2 // CHECK: preamble-reparse-1.c:1:5: VarDecl=x:1:5 Extent=[1:1 - 1:6]
crash-recovery-reparse.c 2 // RUN: not c-index-test -test-load-source-reparse 1 local \
3 // RUN: -remap-file="%s,%S/Inputs/crash-recovery-reparse-remap.c" \
5 // RUN: FileCheck < %t.err -check-prefix=CHECK-REPARSE-SOURCE-CRASH %s
7 // CHECK-REPARSE-SOURCE-CRASH: Unable to reparse translation unit
preamble-reparse-import.m 3 // RUN: c-index-test -test-load-source-reparse 3 local %s -include %t.h
6 // RUN: c-index-test -test-load-source-reparse 3 local %s -include %t.h
8 #import "preamble-reparse-import.m-1.h"
11 #import "preamble-reparse-import.m-2.h"
12 #import "preamble-reparse-import.m-1.h"
invalid-code-rdar10451854.m 15 // RUN: c-index-test -test-load-source-reparse 3 local %s
reparse-instantiate.cpp 6 // RUN: c-index-test -write-pch %t.pch -fno-delayed-template-parsing -x c++-header %S/Inputs/reparse-instantiate.h
7 // RUN: env CINDEXTEST_EDITING=1 c-index-test -test-load-source-reparse 5 local -fno-delayed-template-parsing -I %S/Inputs -include %t %s
preamble-reparse-warn-macro.c 3 // RUN: env CINDEXTEST_EDITING=1 c-index-test -test-load-source-reparse 2 local %s -I %t 2>&1 > %t.out.txt | FileCheck %s
4 // CHECK: preamble-reparse-warn-macro.c:[[@LINE+8]]:9: warning: 'MAC' macro redefined
6 // CHECK-NEXT: preamble-reparse-warn-macro.c:[[@LINE+2]]:9: note: previous definition is here
comment-with-preamble.c 10 // RUN: c-index-test -test-load-source-reparse 1 local %s | FileCheck %s
11 // RUN: env CINDEXTEST_EDITING=1 c-index-test -test-load-source-reparse 1 local %s | FileCheck %s
preamble-reparse-warn-end-of-file.c 3 // RUN: env CINDEXTEST_EDITING=1 c-index-test -test-load-source-reparse 2 local %s -I %t 2>&1 > %t.out.txt | FileCheck -check-prefix=STDERR %s
5 // CHECK: preamble-reparse-warn-end-of-file.c:[[@LINE+6]]:6: FunctionDecl=test:[[@LINE+6]]:6
6 // STDERR: preamble-reparse-warn-end-of-file.c:[[@LINE+5]]:14: error: expected '}'
7 // STDERR: preamble-reparse-warn-end-of-file.c:[[@LINE+4]]:14: error: expected '}'
pragma-diag-reparse.c 16 // RUN: env CINDEXTEST_EDITING=1 CINDEXTEST_FAILONERROR=1 c-index-test -test-load-source-reparse 5 local \
20 // CHECK: pragma-diag-reparse.c:8:7: VarDecl=x:8:7 (Definition) Extent=[8:3 - 8:10]
retain-target-options.c 2 // RUN: c-index-test -test-load-source-reparse 1 all -target x86_64-apple-darwin10.0.0 -msse4.1 %s 2>&1 | FileCheck %s
3 // RUN: c-index-test -test-load-source-reparse 5 all -target x86_64-apple-darwin10.0.0 -msse4.1 %s 2>&1 | FileCheck %s
warning-flags.c 5 // RUN: c-index-test -test-load-source-reparse 5 all %s 2>&1|FileCheck -check-prefix=CHECK-BOTH-WARNINGS %s
7 // RUN: c-index-test -test-load-source-reparse 5 all -Wno-return-type %s 2>&1|FileCheck -check-prefix=CHECK-SECOND-WARNING %s
9 // RUN: c-index-test -test-load-source-reparse 5 all -w %s 2>&1 | FileCheck -check-prefix=NOWARNINGS %s
complete-module-undef.m 3 // RUN: c-index-test -test-load-source-reparse 2 local %s -fmodules -fmodules-cache-path=%t -I %S/Inputs \
preamble-reparse-cmd-define.c 2 // RUN: env CINDEXTEST_EDITING=1 CINDEXTEST_REMAP_AFTER_TRIAL=1 c-index-test -test-load-source-reparse 3 local \
preamble-reparse-chained.c 2 // RUN: env CINDEXTEST_EDITING=1 c-index-test -test-load-source-reparse 5 all -I%S/Inputs -include %t.h %s | FileCheck %s
cindex-from-source.m 11 // RUN: c-index-test -test-load-source-reparse 5 local %s -include %t.pfx.h > %t
reparse-predef-objc-protocol.m 1 // RUN: env CINDEXTEST_EDITING=1 c-index-test -test-load-source-reparse 3 local %s -I %S/Inputs
preamble_macro_template.cpp 6 // RUN: env CINDEXTEST_EDITING=1 c-index-test -test-load-source-reparse 5 local -fno-delayed-template-parsing -I %S/Inputs -include %t %s 2>&1 | tee %t.check.txt | FileCheck %s
redeclarations.cpp 7 // RUN: env CINDEXTEST_EDITING=1 c-index-test -test-load-source-reparse 2 all -I%S/Inputs -fno-delayed-template-parsing -fno-ms-compatibility -fno-ms-extensions %s | FileCheck %s
  /external/clang/test/Index/Inputs/
crash-recovery-code-complete-remap.c 2 // RUN: not c-index-test -test-load-source-reparse 1 local \
6 // CHECK-CODE-COMPLETE-CRASH: Unable to reparse translation unit
  /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/autotest/tko/
parse.py 25 parser.add_option("-r", help="Reparse the results of a job",
26 dest="reparse", action="store_true")
180 def parse_one(db, jobname, path, reparse, mail_on_failure):
187 @param reparse: True/False, whether this is reparsing of the job.
197 if not reparse:
237 if reparse and old_job_idx is not None:
244 tko_utils.dprint("! Reparse returned new test "
308 if reparse:
372 def parse_leaf_path(db, path, level, reparse, mail_on_failure):
378 @param reparse: True/False, whether this is reparsing of the job
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/
RELEASE.TXT 18 * Added not to attempt to reparse cues element
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
RELEASE.TXT 18 * Added not to attempt to reparse cues element
  /external/clang/unittests/libclang/
LibclangTest.cpp 399 DEBUG(llvm::dbgs() << "Reparse failed\n");
408 TEST_F(LibclangReparseTest, Reparse) {
423 // Immedaitely reparse.
431 // Reparse after fix.
458 // Immedaitely reparse.
466 // Reparse after fix.

Completed in 848 milliseconds

1 2 3 4 5 6 7