Searched refs:texts (Results 1 - 25 of 28) sorted by relevance

12

/external/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
H A DTestSelection.java93 for (int i = 0; i < texts.length; i++) {
94 List<String> result = sel.selectForString(texts[i]);
95 verifyResultUTF16(texts[i], testEncodings, result, excluded, CharsetICU.ROUNDTRIP_SET);
148 private String[] texts = { field in class:TestSelection
/external/tensorflow/tensorflow/python/keras/_impl/keras/preprocessing/
H A Dtext_test.py44 texts = [
50 tokenizer.fit_on_texts(texts)
53 for seq in tokenizer.texts_to_sequences_generator(texts):
61 matrix = tokenizer.texts_to_matrix(texts, mode)
H A Dtext.py149 filtered from the texts. The default is all punctuation, plus
151 lower: boolean. Whether to convert the texts to lowercase.
157 By default, all punctuation is removed, turning the texts into
191 def fit_on_texts(self, texts):
192 """Updates internal vocabulary based on a list of texts.
197 texts: can be a list of strings,
201 for text in texts:
253 def texts_to_sequences(self, texts):
254 """Transforms each text in texts in a sequence of integers.
260 texts
[all...]
/external/python/cpython2/Lib/
H A Dcmd.py392 texts = []
399 texts.append(x)
400 while texts and not texts[-1]:
401 del texts[-1]
402 for col in range(len(texts)):
403 texts[col] = texts[col].ljust(colwidths[col])
404 self.stdout.write("%s\n"%str(" ".join(texts)))
/external/python/cpython3/Lib/
H A Dcmd.py389 texts = []
396 texts.append(x)
397 while texts and not texts[-1]:
398 del texts[-1]
399 for col in range(len(texts)):
400 texts[col] = texts[col].ljust(colwidths[col])
401 self.stdout.write("%s\n"%str(" ".join(texts)))
/external/curl/src/
H A Dmkhelp.pl141 texts by NOT passing -c to the mkhelp.pl tool. */
/external/lisa/libs/utils/analysis/
H A Dresidency_analysis.py239 patches, texts, autotexts = axes.pie(df.loc[cgroup], labels=df.columns, autopct='%.2f', colors=colors)
246 plt.setp(texts, fontproperties=proptease)
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
H A DMessageRegressionTest.java512 String texts[] = {"pattern", "pat", "1234"};
514 for (int i = 0; i < texts.length; i++) {
516 Object[] objs = mf.parse(texts[i], pp);
517 log(" text for parsing: \"" + texts[i] + "\"");
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DMessageRegressionTest.java509 String texts[] = {"pattern", "pat", "1234"};
511 for (int i = 0; i < texts.length; i++) {
513 Object[] objs = mf.parse(texts[i], pp);
514 log(" text for parsing: \"" + texts[i] + "\"");
/external/kernel-headers/original/uapi/sound/
H A Dasoc.h399 char texts[SND_SOC_TPLG_NUM_TEXTS][SNDRV_CTL_ELEM_ID_NAME_MAXLEN]; member in struct:snd_soc_tplg_enum_control
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
H A DAndroidFacade.java611 ArrayList<String> texts = new ArrayList<String>();
613 return texts;
617 texts.add(cd.getItemAt(i).coerceToText(mService).toString());
619 return texts;
/external/icu/icu4c/source/test/intltest/
H A Dmsfmrgts.cpp833 UnicodeString texts[] = { local
842 //Object[] objs = mf.parse(texts[i], pp);
844 Formattable *objs = mf->parse(texts[i], pp, count);
845 log(" text for parsing: \"" + texts[i] + "\"");
/external/python/cpython2/Demo/tkinter/guido/
H A Dss1.py242 self.texts = []
246 self.texts.append(text)
251 method("".join(self.texts))
/external/python/cpython3/Tools/demo/
H A Dss1.py241 self.texts = []
244 self.texts.append(text)
249 method("".join(self.texts))
/external/syslinux/gpxe/src/drivers/net/
H A Dmtd80x.c443 static const char* texts[]={"half","full","10","100","1000"}; local
445 DBG ( "Link is OK : %s %s\n", texts[mtdx.duplexmode-1], texts[mtdx.line_speed+1] );
/external/libxml2/doc/
H A Dindex.py1083 texts = ctxt.xpathEval("//pre//text()")
1084 for text in texts:
/external/python/cpython3/Tools/clinic/
H A Dclinic.py1553 texts = [ta.output() for ta in self._array]
1554 return "".join(texts)
/external/robolectric/v1/lib/main/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/external/libffi/
H A Dtexinfo.tex800 \def\lefttext{#1}% have both texts
9792 % \normaloffset until the front-side and back-side texts align. Then
/external/libmicrohttpd/doc/
H A Dtexinfo.tex800 \def\lefttext{#1}% have both texts
9792 % \normaloffset until the front-side and back-side texts align. Then
/external/python/cpython2/Modules/_ctypes/libffi/
H A Dtexinfo.tex800 \def\lefttext{#1}% have both texts
9792 % \normaloffset until the front-side and back-side texts align. Then
/external/python/cpython3/Modules/_ctypes/libffi/
H A Dtexinfo.tex800 \def\lefttext{#1}% have both texts
9792 % \normaloffset until the front-side and back-side texts align. Then
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 1626 milliseconds

12