/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/util/ |
D | SourceCodeEscapers.java | 19 import com.google.common.escape.ArrayBasedCharEscaper; 20 import com.google.common.escape.CharEscaper; 21 import com.google.common.escape.Escaper; 172 @Override protected char[] escape(char c) {
|
D | XmlEditor.java | 368 return XmlEscapers.xmlAttributeEscaper().escape(unquoted); in defaultReplacement() 373 return XmlEscapers.xmlAttributeEscaper().escape(unescaped); in defaultReplacement()
|
/frameworks/base/tools/aapt/ |
D | pseudolocalize.cpp | 363 bool escape = false; in text() local 367 if (!escape && c == ESCAPE_CHAR) { in text() 368 escape = true; in text() 371 space = (!escape && is_space(c)) || (escape && (c == 'n' || c == 't')); in text() 380 if (escape) { in text() 382 escape=false; in text()
|
/frameworks/base/tools/aapt2/compile/ |
D | Pseudolocalizer.cpp | 448 bool escape = false; in Text() local 452 if (!escape && c == ESCAPE_CHAR) { in Text() 453 escape = true; in Text() 456 space = (!escape && isspace(c)) || (escape && (c == 'n' || c == 't')); in Text() 465 if (escape) { in Text() 467 escape=false; in Text()
|
/frameworks/base/core/java/com/android/internal/util/ |
D | FastXmlSerializer.java | 157 String escape = escapes[c]; in escapeAndAppendString() local 158 if (escape == null) continue; in escapeAndAppendString() 161 append(escape); in escapeAndAppendString() 175 String escape = escapes[c]; in escapeAndAppendString() local 176 if (escape == null) continue; in escapeAndAppendString() 179 append(escape); in escapeAndAppendString()
|
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/ |
D | LayoutXmlProcessor.java | 16 import com.google.common.escape.Escaper; 293 final String sdkPath = sdkDir == null ? null : javaEscaper.escape(sdkDir.getAbsolutePath()); in writeInfoClass() 295 final String layoutInfoPath = javaEscaper.escape(xmlOutDir.getAbsolutePath()); in writeInfoClass() 297 javaEscaper.escape(exportClassListTo.getAbsolutePath()); in writeInfoClass()
|
/frameworks/base/lowpan/java/android/net/lowpan/ |
D | LowpanIdentity.java | 52 private static String escape(@NonNull byte[] bytes) { in escape() method in LowpanIdentity.Builder 102 mIdentity.mName = "«" + escape(name) + "»"; in setRawName()
|
/frameworks/base/media/java/android/media/tv/ |
D | TvContract.java | 2709 boolean escape = false; in decode() 2714 if (!escape) { in decode() 2715 escape = true; in decode() 2720 if (!escape) { in decode() 2731 escape = false; in decode()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | jsilver.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/clearsilver/
org/ ... |
D | doclava.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/ccil/
org/ ... |
/frameworks/base/media/java/android/media/ |
D | WebVttRenderer.java | 192 private boolean replaceEscape(String escape, String replacement, int pos) { in replaceEscape() argument 193 if (mLine.startsWith(escape, pos)) { in replaceEscape() 196 mHandledLen = pos + escape.length(); in replaceEscape()
|
/frameworks/data-binding/prebuilds/1.0-rc0/ |
D | databinding-studio-bundle.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/databinding/
android/ ... |
/frameworks/support/work/integration-tests/testapp/src/main/assets/ |
D | retn.txt | 344 a witness of his friend's death and of my escape. He had waited, and 1942 that there was no possible escape. But he had not that supreme gift 2884 indeed the murderer, and if he has made his escape while I am seated 2887 "You need not be uneasy. He will not try to escape." 4630 as well as the track to guide us he cannot escape us now." 4698 of escape." 5179 possess, or you would not imagine that it is so easy to escape me. 5290 the escape of a murderer; for I cannot doubt that any money which was 8181 courtyard, and so could effect an escape." 8737 at the very door. There was no possible escape. He forgot his gloves, [all …]
|
D | lstb.txt | 968 make for some prearranged spot where they could escape investigation 1266 have seen how to escape the consequences of the deed. Finally, after 3054 brotherhood were frightful, but once within its rule no escape was 6104 ex-missionary friends escape the clutches of Lestrade, I shall expect 6780 was less escape for the vapour. The result seems to indicate that it 6830 At the same moment, in some effort of escape, I broke through that
|
D | advs.txt | 2003 the longer time they will have for their escape. We are at present, 2199 other day, as it would give them two days for their escape. For all 2206 it closing in upon me. My life is spent in one long effort to escape 3863 cannot escape, and you have saved an innocent human life as truly as 8028 occupant, perhaps she might escape every night for a week, but sooner 8708 slabs of metal, told me how narrow had been my escape.
|
D | mems.txt | 6749 beside him, so that he might escape by the window in case the stairs 9261 those were just enough to give the thief time to make his escape. 9520 extreme personal danger in which I lay. The only conceivable escape
|
D | case.txt | 1158 to get the book, though not long enough for an unobserved escape. Ah, 7531 Mr. Ian Murdoch was taking the first chance to open a path of escape 9609 escape from this weary workaday world by the side door of music.
|
/frameworks/av/media/libaaudio/ |
D | Doxyfile | 1470 # using the <cursor keys>. Press <Enter> to select an item or <escape> to cancel 1473 # to select a filter and <Enter> or <escape> to activate or cancel the filter
|
D | Doxyfile.orig | 1461 # using the <cursor keys>. Press <Enter> to select an item or <escape> to cancel 1464 # to select a filter and <Enter> or <escape> to activate or cancel the filter
|