Home
last modified time | relevance | path

Searched refs:long_text (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/
Dpresubmit_test_mocks.py61 def __init__(self, message, items=None, long_text=''): argument
64 self.long_text = long_text
70 def __init__(self, message, items=None, long_text=''): argument
71 MockOutputApi.PresubmitResult.__init__(self, message, items, long_text)
DPRESUBMIT.py458 long_text='\n\n'.join(str(err) for err in errors))]
642 long_text='\n\n'.join(errors))]
/external/libtextclassifier/native/annotator/pod_ner/
Dpod-ner-impl_test.cc369 const std::string long_text = in TEST_F() local
389 UTF8ToUnicodeText(long_text + " " + text_with_unknown_wordpieces), in TEST_F()
407 const std::string long_text = in TEST_P() local
442 ASSERT_TRUE(annotator->Annotate(UTF8ToUnicodeText(long_text), &annotations)); in TEST_P()
447 long_text.find(location_from_beginning); in TEST_P()
454 int start_span_location_from_end = long_text.find(location_from_end); in TEST_P()
467 const std::string long_text = in TEST_F() local
502 int klondike_start = long_text.find(klondike); in TEST_F()
505 EXPECT_TRUE(annotator->SuggestSelection(UTF8ToUnicodeText(long_text), in TEST_F()
/external/grpc-grpc/test/core/slice/
Dslice_string_helpers_test.cc45 static const char* long_text = in test_dump_slice() local
55 expect_slice_dump(grpc_slice_from_copied_string(long_text), GPR_DUMP_ASCII, in test_dump_slice()
56 long_text); in test_dump_slice()
/external/angle/
DPRESUBMIT.py231 long_text='Please ensure your ANGLE repositiory is synced to tip-of-tree\n'
284 long_text='Please double check whether newly added header files need '
347 long_text=
379 long_text='Non-ASCII characters are forbidden in ANGLE source files.\n'
/external/pdfium/public/
DPRESUBMIT.py22 long_text=error.output)]
/external/pdfium/fpdfsdk/
DPRESUBMIT.py30 long_text=error.output)]
/external/skqp/
DPRESUBMIT.py269 long_text = status['message'] + '\n' + json_url
272 message=short_text, long_text=long_text))