OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:reparse
(Results
1 - 25
of
56
) sorted by null
1
2
3
/external/clang/test/Index/
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
pragma-diag-reparse.c
1
// RUN: env CINDEXTEST_EDITING=1 c-index-test -test-load-source-
reparse
5 local %s | FileCheck %s
13
// CHECK: pragma-diag-
reparse
.c:7:7: VarDecl=x:7:7 (Definition) Extent=[7:3 - 7:8]
retain-target-options.c
2
// RUN: c-index-test -test-load-source-
reparse
1 all -ccc-host-triple x86_64-apple-darwin10.0.0 -msse4.1 %s 2>&1 | FileCheck %s
3
// RUN: c-index-test -test-load-source-
reparse
5 all -ccc-host-triple 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|not grep warning:
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
nested-macro-instantiations.cpp
9
// RUN: env CINDEXTEST_EDITING=1 CINDEXTEST_NESTED_MACROS=1 c-index-test -test-load-source-
reparse
5 all %s | FileCheck -check-prefix CHECK-WITH-NESTED %s
17
// RUN: env CINDEXTEST_EDITING=1 c-index-test -test-load-source-
reparse
5 all %s | FileCheck -check-prefix CHECK-WITHOUT-NESTED %s
preamble_macro_template.cpp
6
// RUN: env CINDEXTEST_EDITING=1 c-index-test -test-load-source-
reparse
5 local -I %S/Inputs -include %t %s | FileCheck %s
preamble.c
9
// RUN: env CINDEXTEST_EDITING=1 c-index-test -test-load-source-
reparse
5 local -I %S/Inputs -include %t %s 2> %t.stderr.txt | 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
/sdk/eclipse/
dictionary.txt
204
reparse
/packages/apps/Contacts/src/com/android/contacts/editor/
StructuredNameEditorView.java
38
* the structured name, it will
reparse
or recompose the name, but only
43
* changes "John Doe" to "Jane Doe" and then expands the view, we will
reparse
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/
SdkManagerAction.java
102
* Nothing to do. We'll
reparse
the SDK later in onSdkReload.
110
*
Reparse
the SDK in case anything was add/removed.
/external/clang/bindings/python/tests/cindex/
test_translation_unit.py
32
tu.
reparse
()
/dalvik/dx/src/com/android/dx/command/dump/
DotDumper.java
73
// Next,
reparse
it and observe the process.
BlockDumper.java
119
// Next,
reparse
it and observe the process.
/external/clang/include/clang/Frontend/
ASTUnit.h
99
/// FIXME: each time we
reparse
, we need to restore the set of target
188
/// it's treated as a counter that decrements each time we
reparse
648
/// \brief
Reparse
the source files using the same command-line options that
653
bool
Reparse
(RemappedFile *RemappedFiles = 0,
/external/chromium/base/
file_util_unittest.cc
38
// To test that file_util::Normalize FilePath() deals with NTFS
reparse
points
39
// correctly, we need functions to create and delete
reparse
points.
67
// Sets a
reparse
point. |source| will now point to |target|. Returns true if
99
// Delete the
reparse
point referenced by |source|. Returns true if the call
433
// |-> to_sub_a (
reparse
point to temp_dir\base_a\sub_a)
434
// |-> to_base_b (
reparse
point to temp_dir\base_b)
435
// |-> to_sub_long (
reparse
point to temp_dir\sub_a\long_name_\sub_long)
552
// Delete the
reparse
points, and see that NormalizeFilePath() fails
[
all
...]
/external/chromium/chrome/browser/extensions/
sandboxed_extension_unpacker.cc
124
// symlink or NTFS
reparse
point. When the path is used, following
125
// the link/
reparse
point will cause file system access outside the
/external/apache-xml/src/main/java/org/apache/xpath/
SourceTreeManager.java
179
+ "putDocumentInCache found
reparse
of doc: "
/external/clang/tools/c-index-test/
c-index-test.c
776
fprintf(stderr, "Unable to
reparse
translation unit!\n");
[
all
...]
/libcore/dalvik/src/test/java/dalvik/system/profiler/
SamplingProfilerTest.java
268
* Convert to HprofData to binary and then
reparse
as to
/external/skia/src/animator/
SkDisplayable.cpp
551
// when array is dirtied, need to get parent to
reparse
to local array
/external/webkit/Source/WebCore/page/
PageGroup.cpp
506
// Clear our cached sheets and have them just
reparse
.
Completed in 1252 milliseconds
1
2
3