Home
last modified time | relevance | path

Searched refs:Annotate (Results 1 – 25 of 38) sorted by relevance

12

/external/ImageMagick/PerlMagick/demo/
Dannotate.pl23 $label->Annotate(text=>"North West",gravity=>"NorthWest",x=>$x,y=>$y,
25 $label->Annotate(text=>"North",gravity=>"North",y=>$y,rotate=>$angle);
29 $label->Annotate(text=>"Center",gravity=>"Center",rotate=>$angle);
30 $label->Annotate(text=>"East",gravity=>"East",x=>$x,rotate=>$angle);
31 $label->Annotate(text=>"South West",gravity=>"SouthWest",x=>$x,y=>$y,
Dshapes.pl28 $image->Annotate(fill=>'red',geometry=>'+150+20',font=>'Generic.ttf',
30 $image->Annotate(fill=>'blue',geometry=>'+150+38',font=>'Generic.ttf',
32 $image->Annotate(fill=>'black',geometry=>'+280+120',font=>'Generic.ttf',
Dshadow-text.pl9 $image->Annotate(font=>'Generic.ttf',fill=>'rgba(100,100,100,0.8)',
12 $image->Annotate(font=>'Generic.ttf',fill=>'red',stroke=>'blue',pointsize=>60,
Dbutton.pl12 $q->Annotate(text=>'Push Me',font=>'Generic.ttf',fill=>'black',
Dannotate_words.pl32 $image->Annotate(
Dpiddle.pl62 $image->Annotate(text=>'This is a test!',geometry=>'+30+140',
Ddemo.pl66 $example->Annotate(text=>'Magick',geometry=>'+0+20',font=>'Generic.ttf',
/external/protobuf/src/google/protobuf/io/
Dprinter_unittest.cc225 printer.Annotate("foo", "foo", &descriptor_1); in TEST()
226 printer.Annotate("bar", "bar", &descriptor_2); in TEST()
265 printer.Annotate("foo", "foo", &descriptor_1); in TEST()
266 printer.Annotate("bar", "bar", &descriptor_2); in TEST()
301 printer.Annotate("foo", "bar", &descriptor); in TEST()
326 printer.Annotate("baz", "bam", &descriptor); in TEST()
350 printer.Annotate("bar", "bar", &descriptor); in TEST()
438 EXPECT_DEBUG_DEATH(printer.Annotate("foo", "foo", &descriptor), "multiple"); in TEST()
453 EXPECT_DEBUG_DEATH(printer.Annotate("bar", "foo", &descriptor), "negative"); in TEST()
468 EXPECT_DEBUG_DEATH(printer.Annotate("bar", "bar", &descriptor), in TEST()
Dprinter.h182 void Annotate(const char* varname, const SomeDescriptor* descriptor) { in Annotate() function
183 Annotate(varname, varname, descriptor); in Annotate()
191 void Annotate(const char* begin_varname, const char* end_varname, in Annotate() function
200 Annotate(begin_varname, end_varname, descriptor->file()->name(), path); in Annotate()
290 void Annotate(const char* begin_varname, const char* end_varname,
Dprinter.cc89 void Printer::Annotate(const char* begin_varname, const char* end_varname, in Annotate() function in google::protobuf::io::Printer
/external/chromium-trace/catapult/common/py_utils/py_utils/refactor/annotated_symbol/
D__init__.py49 def Annotate(f): function
61 annotated_grouping = symbol_type.Annotate(children)
67 annotated_symbol = symbol_type.Annotate(node.type, children)
Dimport_statement.py25 def Annotate(cls, symbol_type, children): member in DottedName
59 def Annotate(cls, symbol_type, children): member in AsName
158 def Annotate(cls, symbol_type, children): member in ImportName
218 def Annotate(cls, symbol_type, children): member in ImportFrom
Dfunction_definition.py19 def Annotate(cls, symbol_type, children): member in Function
Dclass_definition.py19 def Annotate(cls, symbol_type, children): member in Class
Dreference.py20 def Annotate(cls, nodes): member in Reference
/external/libtextclassifier/
Dtext-classifier_test.cc384 EXPECT_THAT(classifier->Annotate(test_string), in TEST_P()
502 EXPECT_THAT(classifier->Annotate("call me at (800) 123-456 today"), in TEST_P()
711 TEST_P(TextClassifierTest, Annotate) { in TEST_P() argument
720 EXPECT_THAT(classifier->Annotate(test_string), in TEST_P()
730 EXPECT_THAT(classifier->Annotate("853 225 3556", options), in TEST_P()
732 EXPECT_TRUE(classifier->Annotate("853 225\n3556", options).empty()); in TEST_P()
736 classifier->Annotate("853 225 3556\n\xf0\x9f\x98\x8b\x8b", options) in TEST_P()
759 EXPECT_THAT(classifier->Annotate(test_string), in TEST_P()
769 EXPECT_THAT(classifier->Annotate("853 225 3556", options), in TEST_P()
771 EXPECT_TRUE(classifier->Annotate("853 225\n3556", options).empty()); in TEST_P()
[all …]
Dtext-classifier.h147 std::vector<AnnotatedSpan> Annotate(
Dmodel.fbs327 // Annotate() will run. If a mode is disabled it returns empty/no-op results.
336 // and Annotate().
/external/compiler-rt/lib/tsan/rtl/
Dtsan.syms.extra12 Annotate*
/external/chromium-trace/catapult/common/py_utils/py_utils/refactor/
Dmodule.py14 self._snippet = annotated_symbol.Annotate(f)
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_file.cc418 printer->Annotate("enumname", it->second); in Print()
426 printer->Annotate("classname", it->second); in Print()
931 printer->Annotate("classname", it->second); in GenerateMessageForwardDeclarations()
Dcpp_enum.cc87 printer->Annotate("enumbase", descriptor_); in GenerateDefinition()
/external/python/cpython3/Doc/library/
Dpickletools.rst56 Annotate each line with a short opcode description.
/external/ImageMagick/www/source/
Dexamples.pl66 $example->Annotate(text=>'Magick',geometry=>'+0+20',font=>'Generic.ttf',
/external/llvm/lib/Target/Sparc/
DSparcCallingConv.td94 // - Annotate integer arguments with zeroext or signext attributes.

12