/external/ppp/pppd/ |
pppd.8 | 133 Specifies that certain characters should be escaped on transmission 134 (regardless of whether the peer requests them to be escaped with its 135 async control character map). The characters to be escaped are 139 to be specified. The characters which may not be escaped are those 295 escaped for both the transmit and the receive direction. [all...] |
/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/ |
URI.java | 110 * userinfo can be composed of unreserved, escaped and these 1056 // userinfo can contain alphanumerics, mark characters, escaped [all...] |
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
URI.java | 107 * userinfo can be composed of unreserved, escaped and these 1076 // userinfo can contain alphanumerics, mark characters, escaped [all...] |
/external/chromium_org/chrome/browser/search_engines/ |
template_url.cc | 118 // them. |terms| may be escaped as path or query depending on |is_in_query|; 119 // |original_query| is always escaped as query. Returns whether the encoding 442 // When nothing worked, just use the escaped text. We have no idea what the [all...] |
/external/chromium_org/third_party/icu/source/common/ |
uniset_props.cpp | 410 * Characters preceded by '\\' are escaped, losing any special 710 // current character is not special, or if it is escaped, 840 // escaped chars ("\u4E01") and non-syntax characters [all...] |
/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...] |
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/man/man1/ |
arm-eabi-cpp.1 | 288 However, a trigraph that would form an escaped newline (\fB??/\fR at 290 Therefore, only trigraphs that would form escaped newlines produce 714 conversion, escaped newline splicing, and processing of most directives. [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/man/man1/ |
arm-linux-androideabi-cpp.1 | 288 However, a trigraph that would form an escaped newline (\fB??/\fR at 290 Therefore, only trigraphs that would form escaped newlines produce 714 conversion, escaped newline splicing, and processing of most directives. [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/man/man1/ |
arm-eabi-cpp.1 | 288 However, a trigraph that would form an escaped newline (\fB??/\fR at 290 Therefore, only trigraphs that would form escaped newlines produce 714 conversion, escaped newline splicing, and processing of most directives. [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/man/man1/ |
arm-linux-androideabi-cpp.1 | 288 However, a trigraph that would form an escaped newline (\fB??/\fR at 290 Therefore, only trigraphs that would form escaped newlines produce 714 conversion, escaped newline splicing, and processing of most directives. [all...] |
/bionic/libc/unistd/ |
fnmatch.c | 199 * "x-]" is not allowed unless escaped ("x-\]")
|
/cts/libs/json/src/com/android/json/stream/ |
JsonWriter.java | 360 * quotation marks except for the characters that must be escaped:
|
/developers/build/prebuilts/gradle/BasicSyncAdapter/BasicSyncAdapterSample/src/main/java/com/example/android/common/db/ |
SelectionBuilder.java | 142 * {@code selection} statement. Will be automatically escaped.
|
/developers/samples/android/common/src/java/com/example/android/common/db/ |
SelectionBuilder.java | 142 * {@code selection} statement. Will be automatically escaped.
|
/development/samples/browseable/BasicSyncAdapter/src/com.example.android.common/db/ |
SelectionBuilder.java | 142 * {@code selection} statement. Will be automatically escaped.
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/ |
RemoteDebugEventSocketListener.cs | 576 txt = StringExtensions.replaceAll(txt, "%25", "%"); // undo escaped escape chars
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/ |
RemoteDebugEventSocketListener.cs | 732 txt = txt.Replace( "%25", "%" ); // undo escaped escape chars
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/ |
RemoteDebugEventSocketListener.java | 517 txt = txt.replaceAll("%25","%"); // undo escaped escape chars
|
/external/bison/build-aux/ |
gitlog-to-changelog | 119 # Change the author to be Paul. Note the escaped "@":
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/ |
jsevalcontext.js | 372 // constant or escaped.
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/ |
jsevalcontext.js | 372 // constant or escaped.
|
/external/chromium/net/http/ |
http_auth_handler_digest.cc | 364 // any characters needing to be escaped.
|
/external/chromium_org/base/android/java/src/org/chromium/base/ |
CommandLine.java | 138 * may be escaped with back-slash. (Otherwise backslash is taken as a literal).
|
/external/chromium_org/chrome/browser/managed_mode/ |
managed_mode_url_filter_unittest.cc | 169 // Verify that non-URI characters are escaped.
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/benchmark/jst/ |
jsevalcontext.js | 372 // constant or escaped.
|