HomeSort by relevance Sort by last modified time
    Searched refs:escaping (Results 1 - 25 of 48) sorted by null

1 2

  /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 20 // escaping rules. This gives us a central place for managing this state.
26 // escaping the thing following it.
33 EscapingMode escaping,
46 // When the output escaping is ESCAPE_SHELL, the escaper will normally put
path_output.cc 13 EscapingMode escaping,
18 options_.mode = escaping;
77 // Shell escaping needs an intermediate string since it may end up
92 // 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/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 258 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/chromium_org/third_party/jinja2/
filters.py 67 """Enforce HTML escaping. This will probably double escape variables."""
284 # no automatic escaping? joining is a lot eaiser then
703 escaping enabled this variable will not be escaped.
  /external/linux-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...]
  /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/chrome/common/extensions/docs/examples/apps/hello-php/
popuplib.js 200 // processes key value pairs, escaping any input;
  /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/chrome/browser/ui/webui/options/
manage_profile_browsertest.js 243 // Test both elision and HTML escaping. The allowed string length is the
  /external/chromium_org/native_client_sdk/src/tools/
common.mk 116 # 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...]

Completed in 970 milliseconds

1 2