/external/tensorflow/tensorflow/python/kernel_tests/strings_ops/ |
D | unicode_decode_op_test.py | 129 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/google-cloud-java/java-translate/google-cloud-translate/src/test/java/com/google/cloud/translate/ |
D | TranslateImplTest.java | 214 List<String> texts = ImmutableList.of(text1, text2); in testDetectList() local 229 List<String> texts = ImmutableList.of(text1, text2); in testDetectListMultipleDetections() local 249 List<String> texts = ImmutableList.of(text1, text2); in testDetectListNoDetection() local 347 List<String> texts = ImmutableList.of(text1, text2); in testTranslateList() local 359 List<String> texts = ImmutableList.of(text); in testTranslateListWithOptions() local 374 List<String> texts = ImmutableList.of(text); in testTranslateTextListWithModel() local
|
/external/skia/modules/canvaskit/tests/ |
D | skottie_test.js | 160 const texts = animation.getTextProps(); constant 175 const texts = animation.getTextProps(); constant 196 const texts = animation.getTextProps(); constant 436 const texts = animation.getTextProps(); constant 458 const texts = animation.getTextProps(); constant
|
/external/google-cloud-java/google-cloud-examples/src/test/java/com/google/cloud/examples/translate/snippets/ |
D | ITTranslateSnippets.java | 130 List<String> texts = new LinkedList<>(); in testDetectLanguageOfTextList() local 158 List<String> texts = new LinkedList<>(); in testTranslateTextList() local 175 List<String> texts = new LinkedList<>(); in testTranslateTextListWithOptions() local
|
/external/google-cloud-java/java-translate/google-cloud-translate/src/main/java/com/google/cloud/translate/ |
D | Translate.java | 179 List<Detection> detect(List<String> texts); in detect() 197 List<Detection> detect(String... texts); in detect() 249 List<Translation> translate(List<String> texts, TranslateOption... options); in translate()
|
/external/accessibility-test-framework/src/main/java/com/google/android/apps/common/testing/accessibility/framework/ocr/ |
D | OcrResult.java | 14 private final ImmutableList<TextComponent> texts; field in OcrResult 16 public OcrResult(ImmutableList<TextComponent> texts) { in OcrResult()
|
/external/google-cloud-java/java-translate/google-cloud-translate/src/main/java/com/google/cloud/translate/spi/v2/ |
D | TranslateRpc.java | 67 List<List<DetectionsResourceItems>> detect(List<String> texts); in detect() 77 List<TranslationsResource> translate(List<String> texts, Map<Option, ?> optionMap); in translate()
|
D | HttpTranslateRpc.java | 69 public List<List<DetectionsResourceItems>> detect(List<String> texts) { in detect() 99 public List<TranslationsResource> translate(List<String> texts, Map<Option, ?> optionMap) { in translate()
|
/external/google-cloud-java/google-cloud-examples/src/main/java/com/google/cloud/examples/translate/ |
D | TranslateExample.java | 96 public void run(Translate translate, List<String> texts) { in run() 131 public void run(Translate translate, List<String> texts) { in run()
|
/external/zxing/android/src/com/google/zxing/client/android/result/supplement/ |
D | SupplementalInfoRetriever.java | 165 static void maybeAddText(String text, Collection<String> texts) { in maybeAddText() 171 static void maybeAddTextSeries(Collection<String> textSeries, Collection<String> texts) { in maybeAddTextSeries()
|
/external/google-cloud-java/google-cloud-examples/src/main/java/com/google/cloud/examples/language/snippets/ |
D | AnalyzeSentiment.java | 38 String[] texts = {"I love this!", "I hate this!"}; in main() local
|
/external/rust/android-crates-io/crates/textwrap/tests/ |
D | indent.rs | 83 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/ |
D | TestConvertingDeserializer.java | 99 public String[] texts; field in TestConvertingDeserializer.LowerCaseTextArray 161 …LowerCaseTextArray texts = objectReader(LowerCaseTextArray.class).readValue("{\"texts\":[\"ABC\"]}… in testPropertyAnnotationArrayLC() local
|
/external/icu/icu4j/main/charset/src/test/java/com/ibm/icu/dev/test/charset/ |
D | TestSelection.java | 148 private String[] texts = { field in TestSelection
|
/external/cronet/tot/net/dns/ |
D | record_rdata.h | 188 const std::vector<std::string>& texts() const { return texts_; } in texts() function
|
/external/cronet/stable/net/dns/ |
D | record_rdata.h | 188 const std::vector<std::string>& texts() const { return texts_; } in texts() function
|
/external/openscreen/discovery/mdns/testing/ |
D | mdns_test_util.cc | 15 std::vector<TxtRecordRdata::Entry> texts; in MakeTxtRecord() local
|
/external/googleapis/google/ads/googleads/v14/common/ |
D | policy.proto | 106 repeated string texts = 2; field
|
/external/googleapis/google/ads/googleads/v15/common/ |
D | policy.proto | 106 repeated string texts = 2; field
|
/external/googleapis/google/ads/googleads/v16/common/ |
D | policy.proto | 106 repeated string texts = 2; field
|
/external/googleapis/google/ai/generativelanguage/v1beta3/ |
D | text_service.proto | 247 repeated string texts = 2 [(google.api.field_behavior) = REQUIRED]; field
|
/external/skia/modules/skottie/tests/ |
D | PropertyObserver.cpp | 123 const std::vector<TextInfo>& texts() const { return fTexts; } in texts() function in __anon579f18580111::MockPropertyObserver 336 const auto& texts = observer->texts(); in DEF_TEST() local
|
/external/googleapis/google/ai/generativelanguage/v1beta/ |
D | text_service.proto | 252 repeated string texts = 2 [(google.api.field_behavior) = OPTIONAL]; field
|
/external/openscreen/discovery/mdns/ |
D | mdns_records.cc | 342 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()
|
/external/accessibility-test-framework/src/main/proto/com/google/android/apps/common/testing/accessibility/framework/ |
D | AccessibilityEvaluation.proto | 140 repeated TextComponentProto texts = 1; field
|