/external/ImageMagick/PerlMagick/demo/ |
D | annotate.pl | 19 $label->Annotate(text=>"North West",gravity=>"NorthWest",x=>$x,y=>$y, 21 $label->Annotate(text=>"North",gravity=>"North",y=>$y,rotate=>$angle); 25 $label->Annotate(text=>"Center",gravity=>"Center",rotate=>$angle); 26 $label->Annotate(text=>"East",gravity=>"East",x=>$x,rotate=>$angle); 27 $label->Annotate(text=>"South West",gravity=>"SouthWest",x=>$x,y=>$y,
|
D | shapes.pl | 28 $image->Annotate(fill=>'red',geometry=>'+150+20',pointsize=>18, 30 $image->Annotate(fill=>'blue',geometry=>'+150+38',pointsize=>14, 32 $image->Annotate(fill=>'black',geometry=>'+280+120',pointsize=>14,
|
D | shadow-text.pl | 9 $image->Annotate(fill=>'rgba(100,100,100,0.8)',pointsize=>60, 12 $image->Annotate(fill=>'red',stroke=>'blue',pointsize=>60,
|
D | button.pl | 12 $q->Annotate(text=>'Push Me',fill=>'black',gravity=>'Center',pointsize=>18);
|
D | annotate_words.pl | 32 $image->Annotate(
|
D | piddle.pl | 62 $image->Annotate(text=>'This is a test!',geometry=>'+30+140',fill=>'green',
|
D | demo.pl | 66 $example->Annotate(text=>'Magick',geometry=>'+0+20',fill=>'gold',
|
/external/protobuf/src/google/protobuf/io/ |
D | printer_unittest.cc | 225 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()
|
D | printer.h | 182 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,
|
D | printer.cc | 89 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__.py | 49 def Annotate(f): function 61 annotated_grouping = symbol_type.Annotate(children) 67 annotated_symbol = symbol_type.Annotate(node.type, children)
|
D | import_statement.py | 25 def Annotate(cls, symbol_type, children): member in DottedName 60 def Annotate(cls, symbol_type, children): member in AsName 163 def Annotate(cls, symbol_type, children): member in ImportName 223 def Annotate(cls, symbol_type, children): member in ImportFrom
|
D | class_definition.py | 17 def Annotate(cls, symbol_type, children): member in Class
|
D | function_definition.py | 17 def Annotate(cls, symbol_type, children): member in Function
|
D | reference.py | 20 def Annotate(cls, nodes): member in Reference
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan.syms.extra | 12 Annotate*
|
/external/chromium-trace/catapult/common/py_utils/py_utils/refactor/ |
D | module.py | 14 self._snippet = annotated_symbol.Annotate(f)
|
/external/golang-protobuf/protoc-gen-go/generator/ |
D | generator.go | 988 func Annotate(file *FileDescriptor, path string, atoms ...interface{}) *AnnotatedAtoms { func 1371 g.P("type ", Annotate(enum.file, enum.path, ccTypeName), " int32", deprecatedEnum) 1384 g.P(Annotate(enum.file, etorPath, name), " ", ccTypeName, " = ", e.Number, " ", deprecatedValue) 1807 …g.P(f.comment, Annotate(mc.message.file, f.fullPath, f.goName), "\t", f.goType, "\t`", f.tags, "`"… 1821 …g.P("func (m *", mc.goName, ") ", Annotate(mc.message.file, f.fullPath, f.getterName), "() "+tname… 1910 g.P(comment, Annotate(mc.message.file, f.fullPath, f.goName), " ", f.goType, " `", f.tags, "`") 1923 g.P("type ", Annotate(mc.message.file, sf.fullPath, sf.oneofTypeName), " struct {") 1924 g.P(Annotate(mc.message.file, sf.fullPath, sf.goName), " ", sf.goType, " `", sf.tags, "`") 1933 …g.P("func (m *", mc.goName, ") ", Annotate(mc.message.file, f.fullPath, f.getterName), "() ", f.go… 1943 …g.P("func (m *", mc.goName, ") ", Annotate(mc.message.file, sf.fullPath, sf.getterName), "() "+sf.… [all …]
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_file.cc | 418 printer->Annotate("enumname", it->second); in Print() 426 printer->Annotate("classname", it->second); in Print() 931 printer->Annotate("classname", it->second); in GenerateMessageForwardDeclarations()
|
D | cpp_enum.cc | 87 printer->Annotate("enumbase", descriptor_); in GenerateDefinition()
|
/external/tensorflow/tensorflow/lite/g3doc/r2/convert/ |
D | concrete_function.md | 38 ### Annotate functions with `tf.function` 195 2. Annotate the model with `tf.function` as seen below.
|
/external/python/cpython3/Doc/library/ |
D | pickletools.rst | 56 Annotate each line with a short opcode description.
|
/external/ImageMagick/www/source/ |
D | examples.pl | 66 $example->Annotate(text=>'Magick',geometry=>'+0+20',font=>'Generic.ttf',
|
/external/llvm/lib/Target/Sparc/ |
D | SparcCallingConv.td | 94 // - Annotate integer arguments with zeroext or signext attributes.
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/ |
D | SparcCallingConv.td | 94 // - Annotate integer arguments with zeroext or signext attributes.
|