HomeSort by relevance Sort by last modified time
    Searched full:rewrite (Results 126 - 150 of 1034) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/clang/test/Rewriter/
rewrite-protocol-property.mm 1 // RUN: %clang_cc1 -x objective-c++ -Wno-return-type -fblocks -fms-extensions -rewrite-objc -fobjc-runtime=macosx-fragile-10.5 %s -o %t-rw.cpp
rewrite-static-block.mm 1 // RUN: %clang_cc1 -x objective-c++ -Wno-return-type -fblocks -fms-extensions -rewrite-objc -fobjc-runtime=macosx-fragile-10.5 %s -o %t-rw.cpp
rewrite-user-defined-accessors.mm 1 // RUN: %clang_cc1 -x objective-c++ -Wno-return-type -fblocks -fms-extensions -rewrite-objc -fobjc-runtime=macosx-fragile-10.5 %s -o %t-rw.cpp
rewrite-vararg.m 1 // RUN: %clang_cc1 -x objective-c++ -Wno-return-type -fblocks -fms-extensions -rewrite-objc -fobjc-runtime=macosx-fragile-10.5 %s -o %t-rw.cpp
unnamed-bf-modern-write.mm 2 // RUN: %clang_cc1 -x objective-c++ -fblocks -fms-extensions -rewrite-objc %t.mm -o - | FileCheck %s
rewrite-byref-vars.mm 1 // RUN: %clang_cc1 -x objective-c++ -Wno-return-type -fblocks -fms-extensions -rewrite-objc -fobjc-runtime=macosx-fragile-10.5 %s -o %t-rw.cpp
56 // $CLANG -cc1 -fms-extensions -rewrite-objc -fobjc-runtime=macosx-fragile-10.5 -x objective-c++ -fblocks bug.mm
rewrite-elaborated-type.mm 1 // RUN: %clang_cc1 -x objective-c++ -Wno-return-type -fms-extensions -rewrite-objc -fobjc-runtime=macosx-fragile-10.5 %s -o %t-rw.cpp
3 // RUN: %clang_cc1 -x objective-c++ -Wno-return-type -fms-extensions -rewrite-objc %s -o %t-modern-rw.cpp
rewrite-nested-blocks-1.mm 1 // RUN: %clang_cc1 -x objective-c++ -Wno-return-type -fblocks -fms-extensions -rewrite-objc -fobjc-runtime=macosx-fragile-10.5 %s -o %t-rw.cpp
3 // RUN: %clang_cc1 -x objective-c++ -Wno-return-type -fblocks -fms-extensions -rewrite-objc %s -o %t-modern-rw.cpp
rewrite-nested-property-in-blocks.mm 1 // RUN: %clang_cc1 -x objective-c++ -Wno-return-type -fblocks -fms-extensions -rewrite-objc -fobjc-runtime=macosx-fragile-10.5 %s -o %t-rw.cpp
3 // RUN: %clang_cc1 -x objective-c++ -Wno-return-type -fblocks -fms-extensions -rewrite-objc %s -o %t-modern-rw.cpp
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/JavaScript/
ASTTreeParser.stg 4 * Auto build or rewrite
21 /** What to emit when there is no rewrite rule. For auto build
97 <else> <! rewrite mode !>
185 <else> <! rewrite mode !>
211 /** rule when output=AST and tracking for rewrite */
217 /** x+=rule when output=AST and tracking for rewrite */
223 /** ^(rule ...) rewrite */
229 /** ^(x+=rule ...) rewrite */
AST.stg 73 * as a rule could have both rewrite and AST within the same alternative
88 /** ID and track it for use in a rewrite rule */
94 /** ids+=ID and track it for use in a rewrite rule; adds to ids *and*
95 * to the tracking list stream_ID for use in the rewrite.
102 /** ^(ID ...) track for rewrite */
108 /** Match ^(label+=TOKEN ...) track for rewrite */
118 /** rule when output=AST and tracking for rewrite */
124 /** x+=rule when output=AST and tracking for rewrite */
130 /** ^(rule ...) rewrite */
136 /** ^(x+=rule ...) rewrite */
    [all...]
  /external/chromium/build/linux/
pkg-config-wrapper 22 rewrite=`dirname $0`/rewrite_dirs.py
37 echo "$result"| $rewrite --sysroot "$root" --strip-prefix "$prefix"
  /external/libsepol/include/sepol/
booleans.h 12 and a boolean configuration file named by 'boolpath', rewrite the binary
20 with 'nel' elements, rewrite the binary policy for the boolean settings.
  /external/libvpx/examples/includes/geshi/docs/api/
todolist.html 15 <li>Rewrite with array traversal</li>
19 <li>Rewrite with array traversal</li>
  /external/regex-re2/re2/
re2.cc 307 // Returns the maximum submatch needed for the rewrite to be done by Replace().
308 // E.g. if rewrite == "foo \\2,\\1", returns 2.
309 static int MaxSubmatch(const StringPiece& rewrite) {
311 for (const char *s = rewrite.data(), *end = s + rewrite.size();
328 const StringPiece& rewrite) {
330 int nvec = 1 + MaxSubmatch(rewrite);
337 if (!re.Rewrite(&s, rewrite, vec, nvec))
348 const StringPiece& rewrite) {
    [all...]
  /external/v8/src/
rewriter.h 38 // Rewrite top-level code (ECMA 262 "programs") so as to conservatively
44 static bool Rewrite(CompilationInfo* info);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
cursesapp.h 60 // Rewrite this in your derived class if you prefer other settings
64 // You may rewrite this in your derived class
70 // You may rewrite this in your derived class
75 // You may rewrite this in your derived class
81 // You may rewrite this in your derived class
119 // ignores them. Your derived class may rewrite this.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
cursesapp.h 60 // Rewrite this in your derived class if you prefer other settings
64 // You may rewrite this in your derived class
70 // You may rewrite this in your derived class
75 // You may rewrite this in your derived class
81 // You may rewrite this in your derived class
119 // ignores them. Your derived class may rewrite this.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
cursesapp.h 60 // Rewrite this in your derived class if you prefer other settings
64 // You may rewrite this in your derived class
70 // You may rewrite this in your derived class
75 // You may rewrite this in your derived class
81 // You may rewrite this in your derived class
119 // ignores them. Your derived class may rewrite this.
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/
AST.stg 78 * as a rule could have both rewrite and AST within the same alternative
93 /** ID and track it for use in a rewrite rule */
99 /** ids+=ID and track it for use in a rewrite rule; adds to ids *and*
100 * to the tracking list stream_ID for use in the rewrite.
107 /** ^(ID ...) track for rewrite */
113 /** Match ^(label+=TOKEN ...) track for rewrite */
119 /** rule when output=AST and tracking for rewrite */
125 /** x+=rule when output=AST and tracking for rewrite */
131 /** ^(rule ...) rewrite */
137 /** ^(x+=rule ...) rewrite */
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
AST.stg 104 * as a rule could have both rewrite and AST within the same alternative
119 /** ID and track it for use in a rewrite rule */
125 /** ids+=ID and track it for use in a rewrite rule; adds to ids *and*
126 * to the tracking list stream_ID for use in the rewrite.
133 /** ^(ID ...) track for rewrite */
139 /** Match ^(label+=TOKEN ...) track for rewrite */
145 /** rule when output=AST and tracking for rewrite */
151 /** x+=rule when output=AST and tracking for rewrite */
157 /** ^(rule ...) rewrite */
163 /** ^(x+=rule ...) rewrite */
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
AST.stg 106 * as a rule could have both rewrite and AST within the same alternative
117 /** ID and track it for use in a rewrite rule */
123 /** ids+=ID and track it for use in a rewrite rule; adds to ids *and*
124 * to the tracking list stream_ID for use in the rewrite.
131 /** ^(ID ...) track for rewrite */
137 /** Match ^(label+=TOKEN ...) track for rewrite */
143 /** rule when output=AST and tracking for rewrite */
149 /** x+=rule when output=AST and tracking for rewrite */
155 /** ^(rule ...) rewrite */
161 /** ^(x+=rule ...) rewrite */
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
AST.stg 122 * as a rule could have both rewrite and AST within the same alternative
137 /** ID and track it for use in a rewrite rule */
143 /** ids+=ID and track it for use in a rewrite rule; adds to ids *and*
144 * to the tracking list stream_ID for use in the rewrite.
151 /** ^(ID ...) track for rewrite */
157 /** Match ^(label+=TOKEN ...) track for rewrite */
167 /** rule when output=AST and tracking for rewrite */
173 /** x+=rule when output=AST and tracking for rewrite */
179 /** ^(rule ...) rewrite */
185 /** ^(x+=rule ...) rewrite */
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
AST.stg 77 * as a rule could have both rewrite and AST within the same alternative
92 /** ID and track it for use in a rewrite rule */
98 /** ids+=ID and track it for use in a rewrite rule; adds to ids *and*
99 * to the tracking list stream_ID for use in the rewrite.
106 /** ^(ID ...) track for rewrite */
112 /** Match ^(label+=TOKEN ...) track for rewrite */
118 /** rule when output=AST and tracking for rewrite */
124 /** x+=rule when output=AST and tracking for rewrite */
130 /** ^(rule ...) rewrite */
136 /** ^(x+=rule ...) rewrite */
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
AST.stg 214 * as a rule could have both rewrite and AST within the same alternative
229 /** ID and track it for use in a rewrite rule */
238 /** ids+=ID and track it for use in a rewrite rule; adds to ids *and*
239 * to the tracking list stream_ID for use in the rewrite.
246 /** ^(ID ...) track for rewrite */
255 /** Match ^(label+=TOKEN ...) track for rewrite */
261 /** rule when output=AST and tracking for rewrite */
268 /** x+=rule when output=AST and tracking for rewrite */
274 /** ^(rule ...) rewrite */
282 /** ^(x+=rule ...) rewrite */
    [all...]

Completed in 1258 milliseconds

1 2 3 4 56 7 8 91011>>