/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/preloader/ |
D | Preloader.java | 50 public ObjectMap<String, String> texts = new ObjectMap<String, String>(); field in Preloader 175 texts.put(asset.url, (String) result); in preload() 201 if (texts.containsKey(url)) { in read() 203 return new ByteArrayInputStream(texts.get(url).getBytes("UTF-8")); in read() 221 …return texts.containsKey(url) || images.containsKey(url) || binaries.containsKey(url) || audio.con… in contains() 225 return texts.containsKey(url); in isText() 250 for (String path : texts.keys()) { in list() 262 for (String path : texts.keys()) { in list() 274 for (String path : texts.keys()) { in list() 286 for (String path : texts.keys()) { in list() [all …]
|
/external/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/ |
D | TestSelection.java | 90 for (int i = 0; i < texts.length; i++) { in TestConversionUTF16() 91 List<String> result = sel.selectForString(texts[i]); in TestConversionUTF16() 92 … verifyResultUTF16(texts[i], testEncodings, result, excluded, CharsetICU.ROUNDTRIP_SET); in TestConversionUTF16() 144 private String[] texts = { field in TestSelection
|
/external/chromium-trace/catapult/third_party/webtest/webtest/ |
D | forms.py | 179 def select_multiple(self, value=None, texts=None): argument 180 if value is not None and texts is not None: 183 if texts is not None: 184 value = self._get_value_for_texts(texts) 188 def _get_value_for_texts(self, texts): argument 189 str_texts = [utils.stringify(text) for text in texts] 588 def select_multiple(self, name, value=None, texts=None, index=None): argument 595 field.select_multiple(value, texts)
|
/external/icu/icu4c/source/extra/uconv/samples/utf8/ |
D | utf-8-demo.txt | 7 …f you want to refer to any of my texts, please use a hyperlink to my original and not a copy. I up…
|
/external/libvncserver/webclients/novnc/ |
D | LICENSE.txt | 63 The following license texts are included: 74 Or alternatively the license texts may be found here:
|
/external/pdfium/core/src/fpdftext/ |
D | fpdf_text.cpp | 742 CTextPage texts; in PDF_GetPageText_Unicode() local 743 texts.m_bAutoWidth = flags & PDF2TXT_AUTO_WIDTH; in PDF_GetPageText_Unicode() 744 texts.m_bKeepColumn = flags & PDF2TXT_KEEP_COLUMN; in PDF_GetPageText_Unicode() 745 texts.m_bBreakSpace = TRUE; in PDF_GetPageText_Unicode() 756 texts.ProcessObject(pObject); in PDF_GetPageText_Unicode() 758 texts.WriteOutput(lines, iMinWidth); in PDF_GetPageText_Unicode()
|
/external/iproute2/tipc/ |
D | README | 16 Help texts are not dynamically generated. That is, we do not pass datastructures 18 intentional. There is always that exception and when it comes to help texts
|
/external/harfbuzz_ng/test/shaping/ |
D | Makefile.am | 30 texts/in-tree \
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | MessageRegression.java | 489 String texts[] = {"pattern", "pat", "1234"}; in Test4120552() local 491 for (int i = 0; i < texts.length; i++) { in Test4120552() 493 Object[] objs = mf.parse(texts[i], pp); in Test4120552() 494 log(" text for parsing: \"" + texts[i] + "\""); in Test4120552()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | MessageRegression.java | 493 String texts[] = {"pattern", "pat", "1234"}; in Test4120552() local 495 for (int i = 0; i < texts.length; i++) { in Test4120552() 497 Object[] objs = mf.parse(texts[i], pp); in Test4120552() 498 log(" text for parsing: \"" + texts[i] + "\""); in Test4120552()
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ |
D | AndroidFacade.java | 615 ArrayList<String> texts = new ArrayList<String>(); in getTextClip() local 617 return texts; in getTextClip() 621 texts.add(cd.getItemAt(i).coerceToText(mService).toString()); in getTextClip() 623 return texts; in getTextClip()
|
/external/icu/icu4c/source/test/intltest/ |
D | msfmrgts.cpp | 830 UnicodeString texts[] = { in Test4120552() local 841 Formattable *objs = mf->parse(texts[i], pp, count); in Test4120552() 842 log(" text for parsing: \"" + texts[i] + "\""); in Test4120552()
|
/external/kernel-headers/original/uapi/sound/ |
D | asoc.h | 291 char texts[SND_SOC_TPLG_NUM_TEXTS][SNDRV_CTL_ELEM_ID_NAME_MAXLEN]; member
|
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/ |
D | GwtFileHandle.java | 150 if (preloader.isText(file)) return preloader.texts.get(file); in readString()
|
/external/opencv3/doc/py_tutorials/py_gui/py_drawing_functions/ |
D | py_drawing_functions.markdown | 83 To put texts in images, you need specify following things.
|
/external/libxml2/doc/ |
D | index.py | 1083 texts = ctxt.xpathEval("//pre//text()") 1084 for text in texts:
|
/external/zlib/src/doc/ |
D | txtvsbin.txt | 21 the bytes within the range [128..255], and texts using these alphabets
|
/external/boringssl/ |
D | NOTICE | 7 See below for the actual license texts. Actually both licenses are BSD-style
|
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/ |
D | README.md | 148 //Handle texts here
|
/external/boringssl/src/ |
D | LICENSE | 13 for the actual license texts. Actually both licenses are BSD-style Open Source
|
/external/opencv3/doc/tutorials/core/random_generator_and_text/ |
D | random_generator_and_text.markdown | 178 As a result, we will get (analagously to the other drawing functions) **NUMBER** texts over our
|
/external/proguard/src/proguard/gui/ |
D | GUIResources.properties | 51 # Info texts. 582 # Simple button texts.
|
/external/libmicrohttpd/doc/ |
D | fdl-1.3.texi | 164 If the required texts for either cover are too voluminous to fit 455 or in part into the MMC, (1) had no cover texts or invariant sections,
|
/external/bison/doc/ |
D | fdl.texi | 164 If the required texts for either cover are too voluminous to fit 455 or in part into the MMC, (1) had no cover texts or invariant sections,
|
/external/tagsoup/ |
D | README | 332 1. http://oregonstate.edu/instruct/phl302/texts/hobbes/leviathan-c.html
|