HomeSort by relevance Sort by last modified time
    Searched full:escaped (Results 551 - 575 of 1174) sorted by null

<<21222324252627282930>>

  /external/chromium_org/chrome/browser/ui/fullscreen/
fullscreen_controller_interactive_browsertest.cc 404 // Tests mouse lock can be escaped with ESC key.
452 // Tests mouse lock and fullscreen modes can be escaped with ESC key.
    [all...]
  /external/chromium_org/chrome/common/net/
url_fixer_upper.cc 597 // escaped things. We need to go through 8-bit since the escaped values
  /external/chromium_org/third_party/lcov/man/
lcov.1 511 escaped accordingly to prevent the shell from expanding them first).
750 escaped accordingly to prevent the shell from expanding them first).
  /external/chromium_org/third_party/libxslt/libxslt/
templates.c 273 if (*(cur+1) == '{') { /* escaped '{' */
325 if (*cur == '}') { /* escaped '}' */
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
unittest.proto 525 // Trigraphs should be escaped in C++ generated files, but they should not be
526 // escaped for other languages.
  /external/chromium_org/tools/grit/grit/tool/
android2grd.py 249 # care to handle whitespace transformations and escaped characters,
282 Interprets whitespace, quotes, and escaped characters in the android_string
  /external/clang/lib/StaticAnalyzer/Core/
CheckerManager.cpp 490 const InvalidatedSymbols &Escaped,
503 State = PointerEscapeCheckers[i](State, Escaped, Call, Kind, IsConst);
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
NewHdfParser.java 465 // Escaped character. Look for 1 to 3 digits in a row as octal or n,t,r.
487 // Regular escaped char like " or /
  /external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
TemplateInterpreter.java 213 // "set" was used to set a variable to a constant or escaped value like
421 // escaped or contains a constant string.
  /external/libxslt/libxslt/
templates.c 272 if (*(cur+1) == '{') { /* escaped '{' */
324 if (*cur == '}') { /* escaped '}' */
  /external/llvm/docs/
re_format.7 374 Any backslash-escaped character
588 Any backslash-escaped character
  /external/smack/src/org/jivesoftware/smackx/packet/
VCard.java 123 // fields that, as they are should not be escaped before forwarding to the server
156 * @param isUnescapable True if the value should not be escaped, and false if it should.
  /libcore/luni/src/main/java/java/util/regex/
Matcher.java 472 * and dollar signs escaped.
477 * been escaped.
  /libcore/luni/src/main/java/javax/xml/parsers/
SAXParser.java 293 System.out.println("Escaped URI = " + escapedURI);
322 System.out.println("Escaped URI = " + escapedURI);
  /libcore/luni/src/main/java/javax/xml/validation/
SchemaFactory.java 160 * need to be escaped in a property file, so make sure schema language
161 * URIs are properly escaped in it. For example:</p>
  /libcore/luni/src/main/java/org/w3c/dom/
Element.java 61 * appropriately escaped by the implementation when it is written out.
190 * treated as literal text, and needs to be appropriately escaped by the
  /libcore/luni/src/test/java/libcore/xml/
PullParserDtdTest.java 135 + "<!ENTITY example \"<p>An ampersand (&#38;#38;) may be escaped\n"
144 assertEquals("An ampersand (&) may be escaped\n"
  /packages/apps/Email/tests/src/com/android/emailcommon/internet/
MimeMessageTest.java 161 // test 2: raw readback is not escaped
194 // test 2: raw readback is escaped
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/codec/
EncoderUtil.java 508 String escaped = str.replaceAll("[\\\\\"]", "\\\\$0"); local
509 return "\"" + escaped + "\"";
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
SerializationStressTest4.java     [all...]
  /external/chromium_org/third_party/icu/source/i18n/
rbt_pars.cpp 440 UChar32 escaped = rule.unescapeAt(pos); // pos is already past '\\' local
441 if (escaped == (UChar32) -1) {
444 if (!parser.checkVariableRange(escaped)) {
447 buf.append(escaped);
    [all...]
  /external/icu4c/i18n/
rbt_pars.cpp 446 UChar32 escaped = rule.unescapeAt(pos); // pos is already past '\\' local
447 if (escaped == (UChar32) -1) {
450 if (!parser.checkVariableRange(escaped)) {
453 buf.append(escaped);
    [all...]
  /external/openssh/
ssh-keygen.c 514 int escaped = 0; local
522 escaped++;
533 if (escaped) {
534 escaped--;
535 /* fprintf(stderr, "escaped: %s", line); */
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ToHTMLStream.java 524 /** True if URLs should be specially escaped with the %xx form. */
533 * @param bool True if URLs should be specially escaped with the %xx form.
601 * @return True if URLs should be specially escaped with the %xx form.
    [all...]
  /external/chromium_org/tools/gyp/pylib/gyp/generator/
msvs.py 675 s: The string to be escaped.
678 The escaped string.
690 So that the Win32 CommandLineToArgv function will turn the escaped result back
697 s: the string to be escaped.
699 the escaped string.
735 s: the string to be escaped.
737 the escaped string.
    [all...]

Completed in 708 milliseconds

<<21222324252627282930>>