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

1 2 3 4 5 6 78 91011>>

  /external/protobuf/gtest/src/
gtest-port.cc 199 // Returns true iff the given atom (specified by escaped and pattern)
201 bool AtomMatchesChar(bool escaped, char pattern_char, char ch) {
202 if (escaped) { // "\\p" where p is pattern_char.
287 // expression. The regex atom is defined as c if escaped is false,
294 bool escaped, char c, char repeat, const char* regex,
311 if (str[i] == '\0' || !AtomMatchesChar(escaped, c, str[i]))
330 const bool escaped = *regex == '\\'; local
331 if (escaped)
338 escaped, regex[0], regex[1], regex + 2, str);
343 return (*str != '\0') && AtomMatchesChar(escaped, *regex, *str) &
    [all...]
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/
gtest-port.cc 201 // Returns true iff the given atom (specified by escaped and pattern)
203 bool AtomMatchesChar(bool escaped, char pattern_char, char ch) {
204 if (escaped) { // "\\p" where p is pattern_char.
289 // expression. The regex atom is defined as c if escaped is false,
296 bool escaped, char c, char repeat, const char* regex,
313 if (str[i] == '\0' || !AtomMatchesChar(escaped, c, str[i]))
332 const bool escaped = *regex == '\\'; local
333 if (escaped)
340 escaped, regex[0], regex[1], regex + 2, str);
345 return (*str != '\0') && AtomMatchesChar(escaped, *regex, *str) &
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest-port.cc.orig 226 // Returns true iff the given atom (specified by escaped and pattern)
228 bool AtomMatchesChar(bool escaped, char pattern_char, char ch) {
229 if (escaped) { // "\\p" where p is pattern_char.
314 // expression. The regex atom is defined as c if escaped is false,
321 bool escaped, char c, char repeat, const char* regex,
338 if (str[i] == '\0' || !AtomMatchesChar(escaped, c, str[i]))
357 const bool escaped = *regex == '\\';
358 if (escaped)
365 escaped, regex[0], regex[1], regex + 2, str);
370 return (*str != '\0') && AtomMatchesChar(escaped, *regex, *str) &
    [all...]
  /prebuilts/go/darwin-x86/src/text/tabwriter/
tabwriter.go 73 // A segment of text may be escaped by bracketing it with Escape
74 // characters. The tabwriter passes escaped text segments through
79 // width of the escaped text is always computed excluding the Escape
85 // inside an HTML tag or inside an escaped text segment, formfeed
105 endChar byte // terminating char of escaped sequence (Escape for escapes, '>', ';' for HTML tags/entities, or 0)
152 // Strip Escape characters bracketing escaped text segments
409 // Start escaped mode.
421 // Terminate escaped mode. If the escaped text was an HTML tag, its width
529 // start of escaped sequenc
    [all...]
  /prebuilts/go/linux-x86/src/text/tabwriter/
tabwriter.go 73 // A segment of text may be escaped by bracketing it with Escape
74 // characters. The tabwriter passes escaped text segments through
79 // width of the escaped text is always computed excluding the Escape
85 // inside an HTML tag or inside an escaped text segment, formfeed
105 endChar byte // terminating char of escaped sequence (Escape for escapes, '>', ';' for HTML tags/entities, or 0)
152 // Strip Escape characters bracketing escaped text segments
409 // Start escaped mode.
421 // Terminate escaped mode. If the escaped text was an HTML tag, its width
529 // start of escaped sequenc
    [all...]
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/src/
gtest-port.cc 226 // Returns true iff the given atom (specified by escaped and pattern)
228 bool AtomMatchesChar(bool escaped, char pattern_char, char ch) {
229 if (escaped) { // "\\p" where p is pattern_char.
314 // expression. The regex atom is defined as c if escaped is false,
321 bool escaped, char c, char repeat, const char* regex,
338 if (str[i] == '\0' || !AtomMatchesChar(escaped, c, str[i]))
357 const bool escaped = *regex == '\\'; local
358 if (escaped)
365 escaped, regex[0], regex[1], regex + 2, str);
370 return (*str != '\0') && AtomMatchesChar(escaped, *regex, *str) &
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/src/
gtest-port.cc.orig 226 // Returns true iff the given atom (specified by escaped and pattern)
228 bool AtomMatchesChar(bool escaped, char pattern_char, char ch) {
229 if (escaped) { // "\\p" where p is pattern_char.
314 // expression. The regex atom is defined as c if escaped is false,
321 bool escaped, char c, char repeat, const char* regex,
338 if (str[i] == '\0' || !AtomMatchesChar(escaped, c, str[i]))
357 const bool escaped = *regex == '\\';
358 if (escaped)
365 escaped, regex[0], regex[1], regex + 2, str);
370 return (*str != '\0') && AtomMatchesChar(escaped, *regex, *str) &
    [all...]
  /external/apache-http/src/org/apache/http/message/
BasicHeaderValueParser.java 369 boolean escaped = false;
372 if (ch == '"' && !escaped) {
375 if (!qouted && !escaped && isOneOf(ch, delimiters)) {
379 if (escaped) {
380 escaped = false;
382 escaped = qouted && ch == '\\';
  /external/jsilver/src/com/google/clearsilver/jsilver/autoescape/
AutoEscapeContext.java 111 * Name of resource being auto escaped. Will be used in error and display messages.
133 * @param resourceName Name of the resource being auto escaped.
153 * Sets the current position in the resource being auto escaped. Useful for generating detailed
165 * Returns the name of the resource currently being auto escaped.
172 * Returns the current line number within the resource being auto escaped.
179 * Returns the current column number within the resource being auto escaped.
  /external/pcre/dist2/testdata/
testinput11 23 \\ [^\x80-\xff] # Escaped something (something != CR)
37 \\ [^\x80-\xff] # Escaped something (something != CR)
74 \\ [^\x80-\xff] # Escaped something (something != CR)
86 \\ [^\x80-\xff] # Escaped something (something != CR)
156 \\ [^\x80-\xff] # Escaped something (something != CR)
170 \\ [^\x80-\xff] # Escaped something (something != CR)
testinput9 26 \\ [^\x80-\xff] # Escaped something (something != CR)
40 \\ [^\x80-\xff] # Escaped something (something != CR)
77 \\ [^\x80-\xff] # Escaped something (something != CR)
89 \\ [^\x80-\xff] # Escaped something (something != CR)
159 \\ [^\x80-\xff] # Escaped something (something != CR)
173 \\ [^\x80-\xff] # Escaped something (something != CR)
  /external/jsilver/src/com/google/clearsilver/jsilver/values/
Value.java 77 * True if either the {@code Value} was escaped, or it was created from a combination of escaped
256 * function, even if the entire expression has not been escaped. Both methods are required,
  /prebuilts/go/darwin-x86/src/html/template/
doc.go 53 produces safe, escaped HTML output
126 in the escaped template
144 When a data value is not plain text, you can make sure it is not over-escaped
url_test.go 52 escaped string
83 if s := test.escaper(input); s != test.escaped {
84 t.Errorf("%s: want\n\t%q\ngot\n\t%q", test.name, test.escaped, s)
  /prebuilts/go/linux-x86/src/html/template/
doc.go 53 produces safe, escaped HTML output
126 in the escaped template
144 When a data value is not plain text, you can make sure it is not over-escaped
url_test.go 52 escaped string
83 if s := test.escaper(input); s != test.escaped {
84 t.Errorf("%s: want\n\t%q\ngot\n\t%q", test.name, test.escaped, s)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
future_builtins.c 67 will have such characters backslash-escaped.");
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
install_egg_info.py 74 """Convert a project or version name to its filename-escaped form
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
text_file.py 42 leading up to the "#" -- unless it is escaped by a backslash
194 # carry on. Otherwise, it's just an escaped "#", so
195 # unescape it (and any other escaped "#"'s that might be
224 else: # it's an escaped "#"
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
future_builtins.c 67 will have such characters backslash-escaped.");
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRToken+DebuggerSupport.m 50 // format is tokenIndex, type, channel, line, col, (escaped)text
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
output_html.properties 39 # Note that the colon after the protocol needs to be escaped.
output_unknown.properties 43 # Note that the colon after the protocol needs to be escaped.
output_xml.properties 42 # Note that the colon after the protocol needs to be escaped.
  /external/clang/lib/Format/
UnwrappedLineFormatter.h 54 /// need an escaped newline due to a continued preprocessor directive.

Completed in 1098 milliseconds

1 2 3 4 5 6 78 91011>>