HomeSort by relevance Sort by last modified time
    Searched refs:escaped (Results 26 - 50 of 96) sorted by null

12 3 4

  /external/chromium_org/third_party/webrtc/base/
base64_unittest.cc 335 std::string escaped; local
336 Base64::EncodeFromArray((const char *)src, szsrc, &escaped);
337 memcpy(dest, escaped.data(), min(escaped.size(), szdest));
338 return escaped.size();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/workspace/
SearchConfig.js 67 var filePattern = "-?file:(([^\\\\ ]|\\\\.)+)"; // After file: prefix: any symbol except space and backslash or any symbol escaped with a backslash.
68 var quotedPattern = "\"(([^\\\\\"]|\\\\.)+)\""; // Inside double quotes: any symbol except double quote and backslash or any symbol escaped with a backslash.
70 // A word is a sequence of any symbols except space and backslash or any symbols escaped with a backslash, that does not start with file:.
  /external/gtest/src/
gtest-port.cc 227 // Returns true iff the given atom (specified by escaped and pattern)
229 bool AtomMatchesChar(bool escaped, char pattern_char, char ch) {
230 if (escaped) { // "\\p" where p is pattern_char.
315 // expression. The regex atom is defined as c if escaped is false,
322 bool escaped, char c, char repeat, const char* regex,
339 if (str[i] == '\0' || !AtomMatchesChar(escaped, c, str[i]))
358 const bool escaped = *regex == '\\'; local
359 if (escaped)
366 escaped, regex[0], regex[1], regex + 2, str);
371 return (*str != '\0') && AtomMatchesChar(escaped, *regex, *str) &
    [all...]
  /external/harfbuzz_ng/test/api/
test-buffer.c 382 char *escaped; local
384 escaped = g_strescape (test->utf8, NULL);
385 g_test_message ("UTF-8 test #%d: %s", i, escaped);
386 g_free (escaped);
671 char *escaped; local
673 escaped = g_strescape (test->utf8, NULL);
674 g_test_message ("UTF-8 test #%d: %s", i, escaped);
675 g_free (escaped);
  /external/chromium_org/chrome/browser/chromeos/drive/
file_system_util.cc 230 std::string escaped; local
234 base::StringAppendF(&escaped, "%%%02X", c);
236 escaped.push_back(c);
239 return escaped;
  /external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
FieldVerifier.java 295 * escaped with "%".
299 boolean escaped = false;
301 if (escaped) {
302 escaped = false;
313 escaped = true;
  /external/chromium_org/tools/grit/grit/gather/
policy_json.py 69 reason = '''Input isn't valid XML (has < & > been escaped?): ''' + string
rc_unittest.py 272 escaped = rc.Section.Escape(original)
273 self.failUnless(escaped == 'Hello ""bingo""\\n How\\\\are\\\\you\\\\n?')
274 unescaped = rc.Section.UnEscape(escaped)
  /external/iptables/iptables/
ip6tables-restore.c 119 int quote_open = 0, escaped = 0, param_len = 0; local
128 if (escaped) {
130 escaped = 0;
133 escaped = 1;
iptables-restore.c 118 int quote_open = 0, escaped = 0, param_len = 0; local
127 if (escaped) {
129 escaped = 0;
132 escaped = 1;
  /external/chromium_org/third_party/WebKit/Source/platform/text/
SegmentedString.cpp 88 ASSERT(!escaped());
142 ASSERT(!escaped());
143 ASSERT(!s.escaped());
  /bionic/libc/dns/nameser/
ns_name.c 229 int c, n, escaped, e = 0; local
232 escaped = 0;
238 if (escaped) {
250 escaped = 0;
280 escaped = 0;
282 escaped = 1;
  /external/chromium_org/v8/test/webkit/fast/js/
regexp-ranges-and-escaped-hyphens.js 52 // Similar to the above tests, but where the hyphen is escaped this is never a range.
67 // Test that an escaped hyphen can be used as a bound on a range.
  /external/chromium_org/v8/test/webkit/fast/regex/
toString.js 54 // This string passes "^\/$" to the RegExp, so the '/' is escaped in the re!
59 // These strings match two backslashes (the second with the '/' escaped).
  /external/chromium_org/testing/gtest/src/
gtest-port.cc 610 // Returns true iff the given atom (specified by escaped and pattern)
612 bool AtomMatchesChar(bool escaped, char pattern_char, char ch) {
613 if (escaped) { // "\\p" where p is pattern_char.
698 // expression. The regex atom is defined as c if escaped is false,
705 bool escaped, char c, char repeat, const char* regex,
722 if (str[i] == '\0' || !AtomMatchesChar(escaped, c, str[i]))
741 const bool escaped = *regex == '\\'; local
742 if (escaped)
749 escaped, regex[0], regex[1], regex + 2, str);
754 return (*str != '\0') && AtomMatchesChar(escaped, *regex, *str) &
    [all...]
  /external/chromium_org/tools/gn/
ninja_build_writer.cc 259 std::string escaped = EscapeString(phony_name, ninja_escape, NULL); local
261 out_ << "build " << escaped << ": phony "; local
  /external/linux-tools-perf/perf-3.12.0/tools/perf/config/
utilities.mak 20 # Usage: escaped-text = $(call escape-nl,text[,escape])
36 # Usage: text = $(call unescape-nl,escaped-text[,escape])
90 # Usage: single-quoted-and-escaped-text = $(call shell-sq,text)
120 # processes the resulting escaped text, it transforms
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
X509Name.java 698 boolean escaped = false;
703 // if it's an escaped hash string and not an actual encoding in string form
704 // we need to leave it escaped.
728 if (!escaped)
736 escaped = false;
738 else if (c == '\\' && !(escaped || quoted))
740 escaped = true;
745 if (c == ' ' && !escaped && !nonWhiteSpaceEncountered)
750 escaped = false;
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
dtfmtrtts.cpp 79 UnicodeString escaped; local
80 escape(str,escaped);
81 errln(UnicodeString("FAIL: ") + msg + " failed, error " + u_errorName(status) + ", str=" + escaped);
  /external/icu/icu4c/source/test/intltest/
dtfmtrtts.cpp 77 UnicodeString escaped; local
78 escape(str,escaped);
79 errln(UnicodeString("FAIL: ") + msg + " failed, error " + u_errorName(status) + ", str=" + escaped);
  /external/chromium_org/tools/gyp/pylib/gyp/generator/
cmake.py 129 The following do not need to be escaped
133 '$' generator variables (like ${obj}) must not be escaped,
134 but text $ should be escaped
    [all...]
  /external/chromium_org/chrome/browser/safe_browsing/
download_protection_service.cc 1005 std::string escaped; local
    [all...]
  /external/chromium_org/third_party/libxml/src/
HTMLtree.c 701 xmlChar *escaped; local
706 escaped = xmlURIEscapeStr(tmp, BAD_CAST"@/:=?;#%&,+");
707 if (escaped != NULL) {
708 xmlBufferWriteQuotedString(buf->buffer, escaped);
709 xmlFree(escaped);
  /external/libxml2/
HTMLtree.c 719 xmlChar *escaped; local
725 * the < and > have already been escaped at the entity level
728 escaped = xmlURIEscapeStr(tmp, BAD_CAST"@/:=?;#%&,+<>");
729 if (escaped != NULL) {
730 xmlBufWriteQuotedString(buf->buffer, escaped);
731 xmlFree(escaped);
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
DeadStoresChecker.cpp 130 llvm::SmallPtrSet<const VarDecl*, 20> Escaped;
141 llvm::SmallPtrSet<const VarDecl *, 20> &escaped)
143 Escaped(escaped), currentBlock(nullptr) {}
166 if (Escaped.count(V))
398 llvm::SmallPtrSet<const VarDecl*, 20> Escaped;
402 // escaped.
413 Escaped.insert(VD);
443 DeadStoreObs A(cfg, BR.getContext(), BR, this, AC, pmap, FS.Escaped);

Completed in 1025 milliseconds

12 3 4