HomeSort by relevance Sort by last modified time
    Searched defs:escape (Results 126 - 150 of 989) sorted by null

1 2 3 4 56 7 8 91011>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/sax/
saxutils.py 30 def escape(data, entities={}): function
31 """Escape &, <, and > in a string of data.
33 You can escape other strings of data by passing a dictionary as
61 """Escape and quote an attribute value.
63 Escape &, <, and > in a string of data, then quote it for use as
67 You can escape other strings of data by passing a dictionary as
73 data = escape(data, entities)
162 self._write(escape(content))
  /external/ImageMagick/MagickCore/
token.c 205 escape;
209 case '"': escape='"'; break;
210 case '\'': escape='\''; break;
211 case '`': escape='\''; break;
212 case '{': escape='}'; break;
213 default: escape=(*p); break;
217 if ((*p == '\\') && ((*(p+1) == escape) || (*(p+1) == '\\')))
220 if (*p == escape)
652 % characters in the string can be preceded by a specifiable escape character
703 % o Escape character: A character which itself is ignored but whic
200 escape; local
    [all...]
  /external/aac/libSACenc/src/
sacenc_huff_tab.h 139 HUFF_ENTRY escape; member in struct:__anon13973
145 HUFF_ENTRY escape; member in struct:__anon13974
151 HUFF_ENTRY escape; member in struct:__anon13975
157 HUFF_ENTRY escape; member in struct:__anon13976
163 HUFF_ENTRY escape; member in struct:__anon13977
169 HUFF_ENTRY escape; member in struct:__anon13978
175 HUFF_ENTRY escape; member in struct:__anon13979
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
task.rb 216 return parts.map! { | t | escape( t ) }.join( ' ' )
219 def escape( token ) method in class:ANTLR3.CompileTask.GrammarSet
  /external/eigen/bench/
BenchTimer.h 30 static void escape(void *p) { function
  /external/google-tv-pairing-protocol/java/src/com/google/polo/json/
JSONML.java 319 tagName = XML.escape(tagName);
337 sb.append(XML.escape(k));
340 sb.append(XML.escape(v));
361 sb.append(XML.escape(e.toString()));
401 return XML.escape(jo.toString());
404 tagName = XML.escape(tagName);
418 sb.append(XML.escape(k));
421 sb.append(XML.escape(v));
440 sb.append(XML.escape(e.toString()));
  /external/guava/guava/src/com/google/common/escape/
Escapers.java 17 package com.google.common.escape;
52 @Override public String escape(String string) {
56 @Override protected char[] escape(char c) {
202 * @param c the character to escape if necessary
206 return stringOrNull(escaper.escape(c));
216 * @param cp the Unicode code point to escape if necessary
220 return stringOrNull(escaper.escape(cp));
230 @Override protected char[] escape(int cp) {
231 // If a code point maps to a single character, just escape that.
233 return escaper.escape((char) cp)
    [all...]
  /external/guava/guava-gwt/test/com/google/common/escape/
UnicodeEscaperTest_gwt.java 16 package com.google.common.escape;
19 return "com.google.common.escape.testModule";
22 com.google.common.escape.UnicodeEscaperTest testCase = new com.google.common.escape.UnicodeEscaperTest();
27 com.google.common.escape.UnicodeEscaperTest testCase = new com.google.common.escape.UnicodeEscaperTest();
32 com.google.common.escape.UnicodeEscaperTest testCase = new com.google.common.escape.UnicodeEscaperTest();
37 com.google.common.escape.UnicodeEscaperTest testCase = new com.google.common.escape.UnicodeEscaperTest()
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/number/
AffixUtilsTest.java 73 AffixUtils.escape(input, sb);
  /external/icu/icu4c/source/test/intltest/
nmfmtrt.cpp 250 logln(/*value.getString(temp) +*/ " F> " + escape(s));
255 logln(escape(s) + " P> " /*+ n.getString(temp)*/);
263 logln(/*n.getString(temp) +*/ " F> " + escape(s2));
267 errln("*** STRING ERROR \"" + escape(s) + "\" != \"" + escape(s2) + "\"");
295 escape(s) + " P> " + (n.getType() == Formattable::kDouble ? n.getDouble() : (double)n.getLong())
297 escape(s2));
342 NumberFormatRoundTripTest::escape(UnicodeString& s) function in class:NumberFormatRoundTripTest
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
TransliteratingTextComponent.java 194 System.out.println(escape(log.toString()));
230 * Escape non-ASCII characters as Unicode.
233 public static final String escape(String s) { method in class:TransliteratingTextComponent
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
AffixUtilsTest.java 70 AffixUtils.escape(input, sb);
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/
SyntaxTreeDumper.java 78 + escape(token.getText()) + "\"";
90 private String escape(String text) { method in class:SyntaxTreeDumper
  /external/libmojo/third_party/markupsafe/
__init__.py 16 __all__ = ['Markup', 'soft_unicode', 'escape', 'escape_silent']
30 The `escape` function returns markup objects so that double escaping can't
49 :meth:`escape` classmethod to create a :class:`Markup` object:
51 >>> Markup.escape("Hello <em>World</em>!")
55 arguments are passed through the :func:`escape` function:
80 return self.__class__(super(Markup, self).__add__(self.escape(other)))
85 return self.escape(other).__add__(self)
96 arg = tuple(_MarkupEscapeHelper(x, self.escape) for x in arg)
98 arg = _MarkupEscapeHelper(arg, self.escape)
108 return self.__class__(text_type.join(self, map(self.escape, seq))
157 def escape(cls, s): member in class:Markup
    [all...]
_speedups.c 74 /* Do we need to escape anything at all? */
104 /* escape 'next_escp' */
118 escape(PyObject *self, PyObject *text) function
122 /* we don't have to escape integers, bools or floats */
139 /* otherwise make the object unicode if it isn't, then escape */
166 return escape(self, text);
186 {"escape", (PyCFunction)escape, METH_O,
187 "escape(s) -> markup\n\n"
193 "Like escape but converts None to an empty string."}
    [all...]
  /external/python/cpython2/Lib/
re.py 87 escape Backslash all non-alphanumerics in a string.
114 "compile", "purge", "template", "escape", "I", "L", "M", "S", "X",
208 def escape(pattern): function
209 "Escape all non-alphanumeric characters in pattern."
  /external/python/cpython2/Lib/xml/sax/
saxutils.py 23 def escape(data, entities={}): function
24 """Escape &, <, and > in a string of data.
26 You can escape other strings of data by passing a dictionary as
54 """Escape and quote an attribute value.
56 Escape &, <, and > in a string of data, then quote it for use as
60 You can escape other strings of data by passing a dictionary as
66 data = escape(data, entities)
188 self._write(escape(content))
  /external/swiftshader/third_party/LLVM/utils/lit/lit/
TclUtil.py 47 def escape(self, c): member in class:TclLexer
102 str += self.escape(self.eat())
121 str += self.escape(self.eat())
  /external/turbine/javatests/com/google/turbine/parse/
LexerTest.java 21 import com.google.common.escape.SourceCodeEscapers;
289 public void escape() { method in class:LexerTest
361 token.name(), SourceCodeEscapers.javaCharEscaper().escape(lexer.stringValue()));
  /external/valgrind/exp-bbv/tests/ppc32-linux/
ll.S 402 lis 4,escape@ha
403 addi 4,4,escape@l
514 escape: .ascii "\033[\0" label
  /external/valgrind/none/tests/
faultstatus.c 55 static sigjmp_buf escape; variable
110 siglongjmp(escape, ok + 1);
177 if (sigsetjmp(escape, 1) == 0) {
  /external/valgrind/none/tests/x86/
faultstatus.c 24 static jmp_buf escape; variable
73 siglongjmp(escape, ok + 1);
151 if (sigsetjmp(escape, 1) == 0) {
  /libcore/ojluni/src/main/java/java/util/logging/
XMLFormatter.java 77 private void escape(StringBuilder sb, String text) { method in class:XMLFormatter
124 escape(sb, name); method
129 escape(sb, record.getLevel().toString()); method
134 escape(sb, record.getSourceClassName()); method
140 escape(sb, record.getSourceMethodName()); method
152 escape(sb, message); method
166 escape(sb, record.getMessage()); method
169 escape(sb, record.getResourceBundleName()); method
184 escape(sb, parameters[i].toString()); method
197 escape(sb, th.toString()) method
204 escape(sb, frame.getClassName()); method
207 escape(sb, frame.getMethodName()); method
    [all...]
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
UnicodeEscaper.java 51 * the {@link #escape(int)} method.
56 /** The amount of padding (chars) to use when growing the escape buffer. */
78 * @param cp the Unicode code point to escape if necessary
82 protected abstract char[] escape(int cp); method in class:UnicodeEscaper
90 * successive Unicode code points and invokes {@link #escape(int)} for each of
95 * <p>Note however that if your escaper does not escape characters in the
112 if (cp < 0 || escape(cp) != null) {
129 * {@link #escape(Appendable)}) which can cope with arbitrarily split input.
144 public String escape(String string) { method in class:UnicodeEscaper
153 * index. This method is called by the {@link #escape(String)} method when i
262 public Appendable escape(final Appendable out) { method in class:UnicodeEscaper
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
re.py 87 escape Backslash all non-alphanumerics in a string.
110 "compile", "purge", "template", "escape", "I", "L", "M", "S", "X",
204 def escape(pattern): function
205 "Escape all non-alphanumeric characters in pattern."

Completed in 1708 milliseconds

1 2 3 4 56 7 8 91011>>