Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/kernel_tests/
Dunicode_decode_op_test.py133 def testBasicDecode(self, texts, ragged_rank=None): argument
149 def testBasicDecodeWithOffsets(self, texts, ragged_rank=None): argument
189 def testDecodeWithSparseOutput(self, texts, expected): argument
224 def testDecodeWithPaddedOutput(self, texts, expected, ragged_rank=None): argument
349 def testDecodeWithDifferentEncodings(self, encoding, texts): argument
363 def testDecodeWithOffsetsWithDifferentEncodings(self, encoding, texts): argument
485 def testBasicSplit(self, texts, ragged_rank=None): argument
501 def testBasicSplitWithOffsets(self, texts, ragged_rank=None): argument
549 def testSplitWithSparseOutput(self, texts, expected): argument
592 def testSplitWithPaddedOutput(self, texts, expected, ragged_rank=None): argument
[all …]
/external/skia/modules/canvaskit/tests/
Dskottie.spec.js294 const texts = animation.getTextProps(); constant
316 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/openscreen/discovery/mdns/testing/
Dmdns_test_util.cc15 std::vector<TxtRecordRdata::Entry> texts; in MakeTxtRecord() 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/skia/modules/skottie/src/
DSkottieTest.cpp190 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/tinyalsa/include/tinyalsa/
Dmixer_plugin.h85 char **texts; member
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DMessageRegressionTest.java512 String texts[] = {"pattern", "pat", "1234"}; in Test4120552() local
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DMessageRegressionTest.java509 String texts[] = {"pattern", "pat", "1234"}; 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.java623 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.h426 char texts[SND_SOC_TPLG_NUM_TEXTS][SNDRV_CTL_ELEM_ID_NAME_MAXLEN]; member