/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/strings_ops/ |
H A 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 …]
|
/aosp_15_r20/external/google-cloud-java/java-translate/google-cloud-translate/src/test/java/com/google/cloud/translate/ |
H A 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
|
/aosp_15_r20/external/skia/modules/canvaskit/tests/ |
H A 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
|
/aosp_15_r20/external/google-cloud-java/google-cloud-examples/src/test/java/com/google/cloud/examples/translate/snippets/ |
H A 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
|
/aosp_15_r20/external/google-cloud-java/java-translate/google-cloud-translate/src/main/java/com/google/cloud/translate/ |
H A 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()
|
/aosp_15_r20/external/accessibility-test-framework/src/main/java/com/google/android/apps/common/testing/accessibility/framework/ocr/ |
H A D | OcrResult.java | 14 private final ImmutableList<TextComponent> texts; field in OcrResult 16 public OcrResult(ImmutableList<TextComponent> texts) { in OcrResult()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/keyguard/ |
H A D | KeyguardClockAccessibilityDelegateTest.java | 110 private boolean isAscii(List<CharSequence> texts) { in isAscii() 114 private boolean isEmpty(List<CharSequence> texts) { in isEmpty()
|
/aosp_15_r20/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/preview/ui/binder/ |
D | TabsBinder.kt | 37 val texts = in bind() constant
|
/aosp_15_r20/external/google-cloud-java/java-translate/google-cloud-translate/src/main/java/com/google/cloud/translate/spi/v2/ |
H A 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()
|
H A 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()
|
/aosp_15_r20/external/google-cloud-java/google-cloud-examples/src/main/java/com/google/cloud/examples/translate/ |
H A 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()
|
/aosp_15_r20/external/zxing/android/src/com/google/zxing/client/android/result/supplement/ |
H A 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()
|
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/convert/ |
H A D | TestConvertingDeserializer.java | 99 public String[] texts; field in TestConvertingDeserializer.LowerCaseTextArray 161 …LowerCaseTextArray texts = objectReader(LowerCaseTextArray.class).readValue("{\"texts\":[\"ABC\"]}… in testPropertyAnnotationArrayLC() local
|
/aosp_15_r20/libcore/luni/src/test/java/libcore/xml/ |
H A D | NormalizeTest.java | 554 private Document createDocumentWithAdjacentTexts(String... texts) throws Exception { in createDocumentWithAdjacentTexts() 569 private void assertChildren(Element element, String... texts) { in assertChildren()
|
/aosp_15_r20/external/openscreen/discovery/mdns/ |
H A 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()
|
/aosp_15_r20/external/skia/modules/skottie/tests/ |
H A D | PropertyObserver.cpp | 123 const std::vector<TextInfo>& texts() const { return fTexts; } in texts() function in __anon7cb27dd80111::MockPropertyObserver 336 const auto& texts = observer->texts(); in DEF_TEST() local
|
/aosp_15_r20/cts/tests/smartspace/src/android/smartspace/cts/ |
H A D | SubListTemplateDataTest.java | 46 List<Text> texts = new ArrayList<>(); in testCreateSubListTemplateData() local
|
H A D | SubImageTemplateDataTest.java | 47 List<Text> texts = new ArrayList<>(); in testCreateSubImageTemplateData() local
|
/aosp_15_r20/external/google-cloud-java/google-cloud-examples/src/main/java/com/google/cloud/examples/language/snippets/ |
H A D | AnalyzeSentiment.java | 38 String[] texts = {"I love this!", "I hate this!"}; in main() local
|
/aosp_15_r20/development/samples/ApiDemos/src/com/example/android/apis/appwidget/ |
H A D | ExampleBroadcastReceiver.java | 45 ArrayList<String> texts = new ArrayList<String>(); in onReceive() local
|
/aosp_15_r20/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
|
/aosp_15_r20/frameworks/ex/common/java/com/android/common/contacts/ |
H A D | DataUsageStatUpdater.java | 50 public boolean updateWithRfc822Address(Collection<CharSequence> texts){ in updateWithRfc822Address()
|
/aosp_15_r20/external/icu/icu4j/main/charset/src/test/java/com/ibm/icu/dev/test/charset/ |
H A D | TestSelection.java | 148 private String[] texts = { field in TestSelection
|
/aosp_15_r20/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/ |
D | tel_message_utils.py | 951 event, phonenumber_tx, phonenumber_tx2, texts=[], texts2=[]): argument 967 event, phonenumber_tx, phonenumber_tx2, texts=[], texts2=[]): argument
|
/aosp_15_r20/external/cronet/net/dns/ |
H A D | record_rdata.h | 188 const std::vector<std::string>& texts() const { return texts_; } in texts() function
|