/external/chromium_org/tools/gyp/test/defines-escaping/ |
gyptest-defines-escaping.py | 22 test.run_gyp('defines-escaping.gyp') 26 test.build('defines-escaping.gyp') 38 test.run_gyp('defines-escaping.gyp') 43 test.touch('defines-escaping.c') 44 test.build('defines-escaping.gyp') 61 test.run_gyp('defines-escaping.gyp') 66 test.touch('defines-escaping.c') 67 test.build('defines-escaping.gyp') 84 test.run_gyp('defines-escaping.gyp') 89 test.touch('defines-escaping.c' [all...] |
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
output_html.properties | 43 {http\u003a//xml.apache.org/xalan}use-url-escaping=yes
|
/external/chromium_org/tools/gn/ |
path_output.h | 24 // escaping rules. This gives us a central place for managing this state. 30 // escaping the thing following it. 36 PathOutput(const SourceDir& current_dir, EscapingMode escaping);
|
path_output.cc | 12 PathOutput::PathOutput(const SourceDir& current_dir, EscapingMode escaping) 20 options_.mode = escaping; 122 // Shell escaping needs an intermediate string since it may end up 134 // Ninja (and none) escaping can avoid the intermediate string and
|
/external/chromium_org/v8/test/webkit/ |
dfg-put-scoped-var-backward-flow.js | 25 "Tests that the DFG treats the operand to PutScopedVar as escaping in an unconstrained way."
|
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/ |
EscapingEvaluator.java | 57 * is the output of an escaping function. If not, any expression that contains an escaping function 78 * {@code true} if {@code expression} should be exempted from escaping and {@code false} 91 // if the input should be exempt from escaping. As this should only be 109 * Compute the escaping applied to the given expression. Uses {@code propagateEscapeStatus} to 110 * determine how to treat constants, and whether escaping is required on a part of the expression 118 assert currentEscapingExpression != null : "No escaping calculated"; 125 private void setEscaping(JavaExpression escaping) { 126 currentEscapingExpression = escaping; 174 * Do not escape the output of a function if either the function is an escaping function, or an [all...] |
TemplateTranslator.java | 116 * Used to determine the escaping to apply before displaying a variable. If propagateEscapeStatus 117 * is enabled, string and numeric literals are not escaped, nor is the output of an escaping 118 * function. If not, any expression that contains an escaping function is not escaped. This 230 * <?cs var:blah > expression. Evaluate as string and write output, using default escaping. 241 JavaExpression escaping = local 243 writeVariable(result, escaping); 491 JavaExpression escaping = local 493 writeVariable(reference, escaping); 501 * variable expression should be exempted from any global escaping that may currently be in 503 * output an if/else statement to check the escaping status of the expression at run time [all...] |
/external/chromium_org/v8/test/webkit/fast/regex/ |
toString.js | 51 // These strings are equivalent, since the '\' is identity escaping the '/' at the string level.
|
/external/chromium_org/third_party/libxml/src/include/libxml/ |
xmlIO.h | 258 xmlCharEncodingOutputFunc escaping);
|
/external/libxml2/include/libxml/ |
xmlIO.h | 264 xmlCharEncodingOutputFunc escaping);
|
/external/libvorbis/doc/ |
Vorbis_I_spec.tex | 40 % escaping it (\_ instead of _). Since the Vorbis specs use it a lot,
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/config/ |
utilities.mak | 13 # what should replace a newline when escaping
|
/external/chromium_org/third_party/libxml/src/ |
xmlIO.c | [all...] |
/external/libxml2/ |
xmlIO.c | [all...] |
/external/chromium_org/third_party/jinja2/ |
filters.py | 74 """Enforce HTML escaping. This will probably double escape variables.""" 316 # no automatic escaping? joining is a lot eaiser then 745 escaping enabled this variable will not be escaped.
|
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/ |
popuplib.js | 200 // processes key value pairs, escaping any input;
|
/external/mksh/src/ |
edit.c | 280 bool escaping = false; local 283 if (ch == '\\' && !escaping) { 284 escaping = true; 287 if (escaping || (ch == QCHAR && (cp - dp) > 1)) { 303 escaping = false; 372 /* remove all escaping backward slashes */ [all...] |
/external/chromium_org/native_client_sdk/src/tools/ |
common.mk | 137 # Keep in mind however that the shell is responsible for command-line escaping,
|
/external/chromium_org/chrome/browser/ui/webui/options/ |
manage_profile_browsertest.js | 404 // Test both elision and HTML escaping. The allowed string length is the
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/ |
jstemplate.js | 810 // by HTML escaping and assignment to innerHTML, but that was even [all...] |
/external/chromium_org/third_party/jstemplate/ |
jstemplate.js | 777 // by HTML escaping and assignment to innerHTML, but that was even
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.apache.commons.el_1.0.0.v201004212143.jar | |
/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
earley-boyer.js | [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/ |
v8-earley-boyer.js | [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/ |
v8-earley-boyer.js | [all...] |