HomeSort by relevance Sort by last modified time
    Searched full:escaped (Results 226 - 250 of 1175) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/components/search_provider_logos/
google_logo_api.cc 22 // ":" to "%3A", but the server requires the colon not to be escaped.
  /external/chromium_org/extensions/common/
extension_urls.h 61 // will be escaped and added as a query parameter to the returned web store
  /external/chromium_org/testing/gtest/test/
gtest-death-test_ex_test.cc 55 FAIL() << "An exception escaped a death test macro invocation "
  /external/chromium_org/third_party/WebKit/Source/core/editing/
MarkupAccumulator.h 51 // Non-breaking space needs to be escaped in innerHTML for compatibility reason. See http://trac.webkit.org/changeset/32879
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
TextCodec.h 50 // Encodes the character as en entity as above, but escaped
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/handshake/
__init__.py 66 # To print mimetools.Message as escaped one-line string, we converts
  /external/chromium_org/third_party/icu/source/common/
util.cpp 77 * append the escaped notation and return TRUE.
284 * quoted or escaped. Usually this means it is a syntactic element
287 * should be escaped using \uxxxx or \Uxxxxxxxx. These escapes will
302 // logic applies to literals, but literals are never escaped.
  /external/chromium_org/third_party/icu/source/test/cintltst/
cintltst.h 66 * Convert a const UChar* into an escaped char*
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/
regexp_adapter_re2.cc 87 // escaped and that we need to retain it. To do this, we replace pairs of
  /external/chromium_org/third_party/polymer/components/core-localstorage/
core-localstorage.html 97 // be escaped, i.e. "null")
  /external/chromium_org/ui/base/clipboard/
scoped_clipboard_writer.h 53 // |url| will be escaped as needed.
  /external/chromium_org/v8/test/preparser/
duplicate-parameter.pyt 73 DuplicateParameterTest("dups-escaped", """
  /external/chromium_org/v8/test/webkit/fast/regex/
invalid-range-in-class.js 44 // An escaped hypen should not be confused for an invalid range.
  /external/clang/lib/Format/
FormatToken.h 146 /// \brief Whether the token text contains newlines (escaped or not).
158 /// \brief Returns actual token start location without leading escaped
161 /// This can be different to Tok.getLocation(), which includes leading escaped
170 /// escaped newlines.
  /external/gtest/test/
gtest-death-test_ex_test.cc 55 FAIL() << "An exception escaped a death test macro invocation "
  /external/icu/icu4c/source/common/
simplepatternformatter.h 24 * account for curly braces escaped by apostrophe (').
util.cpp 77 * append the escaped notation and return TRUE.
284 * quoted or escaped. Usually this means it is a syntactic element
287 * should be escaped using \uxxxx or \Uxxxxxxxx. These escapes will
302 // logic applies to literals, but literals are never escaped.
  /external/icu/icu4c/source/test/cintltst/
cintltst.h 66 * Convert a const UChar* into an escaped char*
  /external/jsilver/src/com/google/clearsilver/jsilver/functions/html/
BaseUrlValidateFunction.java 27 * is valid according to these criteria, the string is escaped with an appropriate escaping
  /external/kernel-headers/original/uapi/linux/
ppp_defs.h 71 * Extended asyncmap - allows any character to be escaped.
  /external/llvm/lib/Support/Windows/
Program.inc 138 /// CreateProcess and returns length of quoted arg with escaped quotes
146 // We need to add a backslash, but ensure that it isn't escaped.
159 // Make sure the closing quote doesn't get escaped by a trailing backslash.
211 // Make sure our quote doesn't get escaped by a trailing backslash.
  /external/oprofile/libutil++/
string_manip.h 42 * separated by the sep character, sep char can be escaped
  /frameworks/base/services/core/java/com/android/server/
NativeDaemonConnector.java 323 * be properly escaped.
358 * command so they can be properly escaped.
375 * properly escaped.
485 * be separated from base command so they can be properly escaped.
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
setAttributeNS05.java 43 * The new attribute "<newValue>" contains markup and therefore is escaped
  /libcore/luni/src/main/java/javax/net/ssl/
DistinguishedNameParser.java 126 // shift char: required for string with escaped chars
208 // escaped char
236 // returns escaped char
260 // RFC doesn't explicitly say that escaped hex pair is

Completed in 679 milliseconds

1 2 3 4 5 6 7 8 91011>>