/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.cc | 12 PathOutput::PathOutput(const SourceDir& current_dir, EscapingMode escaping) 20 options_.mode = escaping; 88 // Shell escaping needs an intermediate string since it may end up 100 // Ninja (and none) escaping can avoid the intermediate string and
|
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);
|
/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/smack/src/org/jivesoftware/smack/util/ |
StringUtils.java | 380 * Escapes the node portion of a JID according to "JID Escaping" (JEP-0106). 381 * Escaping replaces characters prohibited by node-prep with escape sequences, 404 * All node escaping and un-escaping must be performed manually at the appropriate 441 * Un-escapes the node portion of a JID according to "JID Escaping" (JEP-0106).<p> 442 * Escaping replaces characters prohibited by node-prep with escape sequences, 465 * All node escaping and un-escaping must be performed manually at the appropriate
|
/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,
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
text_file.py | 18 escaping the newline (ie. backslash at end of line), strip
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
text_file.py | 18 escaping the newline (ie. backslash at end of line), strip
|
/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.
|
/libcore/json/src/test/java/org/json/ |
JSONTokenerTest.java | 344 // nextString permits slash-escaping of arbitrary characters! 384 // we're mixing Java escaping like \" and JavaScript escaping like \\\" 397 // we're mixing Java escaping like \\ and JavaScript escaping like \\u
|
/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 | 279 bool escaping = false; local 282 if (ch == '\\' && !escaping) { 283 escaping = true; 286 if (escaping || (ch == QCHAR && (cp - dp) > 1)) { 302 escaping = false; 371 /* 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,
|
/packages/apps/UnifiedEmail/src/com/android/mail/lib/base/ |
StringUtil.java | [all...] |
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/ |
StringUtil.java | [all...] |
/external/chromium_org/chrome/browser/ui/webui/options/ |
manage_profile_browsertest.js | 401 // Test both elision and HTML escaping. The allowed string length is the
|