Home
last modified time | relevance | path

Searched defs:texts (Results 1 – 20 of 20) sorted by relevance

/external/tensorflow/tensorflow/python/kernel_tests/strings_ops/
Dunicode_decode_op_test.py129 def testBasicDecode(self, texts, ragged_rank=None): argument
145 def testBasicDecodeWithOffsets(self, texts, ragged_rank=None): argument
185 def testDecodeWithSparseOutput(self, texts, expected): argument
220 def testDecodeWithPaddedOutput(self, texts, expected, ragged_rank=None): argument
345 def testDecodeWithDifferentEncodings(self, encoding, texts): argument
359 def testDecodeWithOffsetsWithDifferentEncodings(self, encoding, texts): argument
481 def testBasicSplit(self, texts, ragged_rank=None): argument
497 def testBasicSplitWithOffsets(self, texts, ragged_rank=None): argument
545 def testSplitWithSparseOutput(self, texts, expected): argument
588 def testSplitWithPaddedOutput(self, texts, expected, ragged_rank=None): argument
[all …]
/external/skia/modules/canvaskit/tests/
Dskottie_test.js292 const texts = animation.getTextProps(); constant
314 const texts = animation.getTextProps(); constant
/external/rust/crates/textwrap/tests/
Dindent.rs83 let texts = ["foo\nbar", "foo\nbar\n", "foo\nbar\nbaz"]; in indented_text_should_have_the_same_number_of_lines_as_the_original_text() localVariable
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/convert/
DTestConvertingDeserializer.java99 public String[] texts; field in TestConvertingDeserializer.LowerCaseTextArray
161 …LowerCaseTextArray texts = objectReader(LowerCaseTextArray.class).readValue("{\"texts\":[\"ABC\"]}… in testPropertyAnnotationArrayLC() local
/external/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
DTestSelection.java148 private String[] texts = { field in TestSelection
/external/cronet/net/dns/
Drecord_rdata.h188 const std::vector<std::string>& texts() const { return texts_; } in texts() function
/external/openscreen/discovery/mdns/testing/
Dmdns_test_util.cc15 std::vector<TxtRecordRdata::Entry> texts; in MakeTxtRecord() local
/external/skia/modules/skottie/src/
DSkottieTest.cpp193 const std::vector<TextInfo>& texts() const { return fTexts; } in DEF_TEST() function in DEF_TEST::TestPropertyObserver
309 const auto& texts = observer->texts(); in DEF_TEST() local
/external/openscreen/discovery/mdns/
Dmdns_records.cc342 ErrorOr<TxtRecordRdata> TxtRecordRdata::TryCreate(std::vector<Entry> texts) { in TryCreate()
364 TxtRecordRdata::TxtRecordRdata(std::vector<Entry> texts) { in TxtRecordRdata()
369 TxtRecordRdata::TxtRecordRdata(std::vector<std::string> texts, in TxtRecordRdata()
Dmdns_reader.cc222 std::vector<TxtRecordRdata::Entry> texts; in Read() local
Dmdns_records.h286 const std::vector<std::string>& texts() const { return texts_; } in texts() function
/external/tinyalsa/include/tinyalsa/
Dmixer_plugin.h85 char **texts; member
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DMessageRegressionTest.java509 String texts[] = {"pattern", "pat", "1234"}; in Test4120552() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DMessageRegressionTest.java512 String texts[] = {"pattern", "pat", "1234"}; in Test4120552() local
/external/cronet/third_party/icu/source/test/intltest/
Dmsfmrgts.cpp834 UnicodeString texts[] = { in Test4120552() local
/external/tinyalsa_new/include/tinyalsa/
Dplugin.h226 char **texts; member
/external/icu/icu4c/source/test/intltest/
Dmsfmrgts.cpp834 UnicodeString texts[] = { in Test4120552() local
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
DAndroidFacade.java628 ArrayList<String> texts = new ArrayList<String>(); in getTextClip() local
/external/mesa3d/src/intel/tools/
Daubinator_viewer.cpp1016 static const char *texts[] = { in display_aubfile_window() local
/external/kernel-headers/original/uapi/sound/
Dasoc.h422 char texts[SND_SOC_TPLG_NUM_TEXTS][SNDRV_CTL_ELEM_ID_NAME_MAXLEN]; member