Home
last modified time | relevance | path

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

12345678910>>...19

/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/strings_ops/
H A 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 …]
/aosp_15_r20/external/google-cloud-java/java-translate/google-cloud-translate/src/test/java/com/google/cloud/translate/
H A DTranslateImplTest.java214 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 Dskottie_test.js160 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 DITTranslateSnippets.java130 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 DTranslate.java179 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 DOcrResult.java14 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 DKeyguardClockAccessibilityDelegateTest.java110 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/
DTabsBinder.kt37 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 DTranslateRpc.java67 List<List<DetectionsResourceItems>> detect(List<String> texts); in detect()
77 List<TranslationsResource> translate(List<String> texts, Map<Option, ?> optionMap); in translate()
H A DHttpTranslateRpc.java69 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 DTranslateExample.java96 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 DSupplementalInfoRetriever.java165 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 DTestConvertingDeserializer.java99 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 DNormalizeTest.java554 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 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()
/aosp_15_r20/external/skia/modules/skottie/tests/
H A DPropertyObserver.cpp123 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 DSubListTemplateDataTest.java46 List<Text> texts = new ArrayList<>(); in testCreateSubListTemplateData() local
H A DSubImageTemplateDataTest.java47 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 DAnalyzeSentiment.java38 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 DExampleBroadcastReceiver.java45 ArrayList<String> texts = new ArrayList<String>(); in onReceive() local
/aosp_15_r20/external/rust/android-crates-io/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
/aosp_15_r20/frameworks/ex/common/java/com/android/common/contacts/
H A DDataUsageStatUpdater.java50 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 DTestSelection.java148 private String[] texts = { field in TestSelection
/aosp_15_r20/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/
Dtel_message_utils.py951 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 Drecord_rdata.h188 const std::vector<std::string>& texts() const { return texts_; } in texts() function

12345678910>>...19