HomeSort by relevance Sort by last modified time
    Searched full:escaped (Results 901 - 925 of 2017) sorted by null

<<31323334353637383940>>

  /prebuilts/go/linux-x86/src/encoding/xml/
xml.go 1023 // Read escaped character expression up to semicolon.
    [all...]
  /prebuilts/go/linux-x86/src/go/build/
build.go     [all...]
  /external/libevent/test/
regress_http.c 3815 char *escaped = NULL; local
    [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/ppp/pppd/
pppd.8 134 Specifies that certain characters should be escaped on transmission
135 (regardless of whether the peer requests them to be escaped with its
136 async control character map). The characters to be escaped are
140 to be specified. The characters which may not be escaped are those
300 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/llvm/lib/CodeGen/
StackColoring.cpp 70 ProtectFromEscapedAllocas("protect-from-escaped-allocas",
88 STATISTIC(EscapedAllocas, "Number of allocas that escaped the lifetime region");
    [all...]
  /external/nos/host/generic/nugget/proto/google/protobuf/
descriptor.proto 187 // For strings, contains the default text contents (not escaped in any way).
188 // For bytes, contains the C escaped value. All bytes >= 128 are escaped.
    [all...]
  /external/python/cpython3/Modules/
_json.c 129 accommodate an escaped surrogate pair "\uXXXX\uXXXX" */
163 /* Take a PyUnicode pystr and return a new ASCII-only escaped PyUnicode */
229 /* Take a PyUnicode pystr and return a new escaped PyUnicode */
    [all...]
  /external/testng/doc/
prettify.js     [all...]
  /external/toybox/toys/posix/
sed.c 57 (above) require the first delimeter to be escaped with a backslash when
696 // Check escaped end delimiter before printf style escapes.
965 // escape at end of line: resume if -e escaped literal newline,
    [all...]
  /libcore/ojluni/src/main/java/java/util/
Properties.java 207 * terminator is escaped; there must be an odd number of
208 * contiguous backslashes for the line terminator to be escaped.
358 //need check if escaped.
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/json/
encode.go 50 // The angle brackets "<" and ">" are escaped to "\u003c" and "\u003e"
52 // Ampersand "&" is also escaped to "\u0026" for the same reason.
331 // escapeHTML causes '<', '>', and '&' to be escaped in JSON strings.
    [all...]
  /prebuilts/go/linux-x86/src/encoding/json/
encode.go 50 // The angle brackets "<" and ">" are escaped to "\u003c" and "\u003e"
52 // Ampersand "&" is also escaped to "\u0026" for the same reason.
331 // escapeHTML causes '<', '>', and '&' to be escaped in JSON strings.
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/3.0.0/include/google/protobuf/
descriptor.proto 185 // For strings, contains the default text contents (not escaped in any way).
186 // For bytes, contains the C escaped value. All bytes >= 128 are escaped.
    [all...]
  /tools/tradefederation/core/tests/src/com/android/tradefed/config/
ArgsOptionParserTest.java 779 * Make sure that the single map option parsing works as expected with escaped value.
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/gen/
fnmatch.c 200 * "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/Application/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.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/json/
encoder.py 111 characters in the output are escaped with \uXXXX sequences,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
filelist.py 299 # any OS. So change all non-escaped dots in the RE to match any
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/json/
__init__.py 196 coercion rules instead of being escaped to an ASCII ``str``.

Completed in 1554 milliseconds

<<31323334353637383940>>