| /external/python/cpython3/Lib/ | 
| pickletools.py | [all...] | 
| /prebuilts/tools/common/m2/repository/org/glassfish/jaxb/codemodel/2.2.11/ | 
| codemodel-2.2.11.jar |  | 
| /external/ImageMagick/MagickCore/ | 
| annotate.c | 47 #include "MagickCore/annotate.h" 48 #include "MagickCore/annotate-private.h"
 128   Annotate semaphores.
 159 %  AnnotateComponentGenesis() instantiates the annotate component.
 185 %  AnnotateComponentTerminus() destroys the annotate component.
 285     *annotate,
 331   annotate=CloneDrawInfo((ImageInfo *) NULL,draw_info);
 353     (void) CloneString(&annotate->text,textlist[i]);
 354     (void) GetTypeMetrics(image,annotate,&metrics,exception);
 357     switch (annotate->gravity
 279  *annotate,  local
 [all...]
 | 
| /external/dagger2/compiler/src/main/java/dagger/internal/codegen/ | 
| AbstractComponentWriter.java | 332       buildMethod.annotate(Override.class); 415           builderMethod.annotate(Deprecated.class);
 440     builderMethod.annotate(Override.class);
 531       contributionField.annotate(SuppressWarnings.class).setValue("rawtypes");
 601           interfaceMethod.annotate(Override.class);
 693       initializeMethod.annotate(SuppressWarnings.class).setValue("unchecked");
 [all...]
 | 
| ProducerFactoryGenerator.java | 136     factoryWriter.annotate(Generated.class).setValue(ComponentProcessor.class.getName()); 143     computeMethodWriter.annotate(Override.class);
 
 | 
| SubcomponentWriter.java | 158     componentMethod.annotate(Override.class); 
 | 
| /external/harfbuzz_ng/util/ | 
| options.hh | 123     annotate = false; 139   hb_bool_t annotate;  member in struct:view_options_t
 
 | 
| helper-cairo.cc | 401     if (view_opts->annotate || 
 | 
| /external/junit-params/ | 
| RELEASES.md | 21 You can create your own annotations for parameter conversion. Just annotate it with `@Param` and pass it a reference to `Converter` implementation. 
 | 
| /external/ImageMagick/Magick++/lib/Magick++/ | 
| Image.h | 589     // Annotate image (draw text on image) 602     // Annotate using specified text, and placement location
 603     void annotate(const std::string &text_,const Geometry &location_);
 605     // Annotate using specified text, bounding area, and placement
 607     void annotate(const std::string &text_,const Geometry &boundingArea_,
 610     // Annotate with text using specified text, bounding area,
 612     void annotate(const std::string &text_,const Geometry &boundingArea_,
 615     // Annotate with text (bounding area is entire image) and placement
 617     void annotate(const std::string &text_,const GravityType gravity_);
 [all...]
 | 
| /external/lisa/libs/utils/analysis/ | 
| frequency_analysis.py | 693             axes.annotate('OPP Residency Time', xy=(0, legend_y), 696             axes.annotate('GREEN: Total', xy=(0, legend_y),
 699             axes.annotate('RED: Active', xy=(0, legend_y),
 747             axes.annotate('OPP {} Residency Time'.format(res_type),
 
 | 
| tasks_analysis.py | 600         axes[0].annotate('Utilization-Capacity Matches', 604         axes[0].annotate('Task schduled (green) or not (red) on min cluster',
 
 | 
| idle_analysis.py | 313                 axes.annotate('Idle State Residency Time', xy=(0, legend_y), 
 | 
| /external/mesa3d/src/mesa/drivers/dri/i965/ | 
| intel_asm_annotation.c | 103 void annotate(const struct gen_device_info *devinfo,  function 
 | 
| brw_fs_builder.h | 153       annotate(const char *str, const void *ir = NULL) const  function in class:brw::fs_builder 
 | 
| brw_vec4_builder.h | 140       annotate(const char *str, const void *ir = NULL) const  function in class:brw::vec4_builder 
 | 
| brw_fs.cpp | 216    const fs_builder ubld = bld.annotate("send dependency resolve") 531       get_timestamp(bld.annotate("shader time start")), 0);
 540    const fs_builder ibld = bld.annotate("shader time end")
 [all...]
 | 
| /prebuilts/go/darwin-x86/src/cmd/cover/ | 
| cover.go | 88 		annotate(flag.Arg(0)) 264 		// Don't annotate an empty select - creates a syntax error.
 269 		// Don't annotate an empty switch - creates a syntax error.
 280 		// Don't annotate an empty type switch - creates a syntax error.
 303 func annotate(name string) {  func
 
 | 
| /prebuilts/go/linux-x86/src/cmd/cover/ | 
| cover.go | 88 		annotate(flag.Arg(0)) 264 		// Don't annotate an empty select - creates a syntax error.
 269 		// Don't annotate an empty switch - creates a syntax error.
 280 		// Don't annotate an empty type switch - creates a syntax error.
 303 func annotate(name string) {  func
 
 | 
| /external/autotest/contrib/ | 
| coverage.py | 342             '-a': 'annotate', 374             for j in ['annotate', 'report', 'collect']:
 380                        or settings.get('annotate')
 422         if settings.get('annotate'):
 423             self.annotate(args, directory, ignore_errors, omit_prefixes=omit)
 870     # annotate(morfs, ignore_errors).
 875     def annotate(self, morfs, directory=None, ignore_errors=0, omit_prefixes=[]):  member in class:coverage
 968 def annotate(*args, **kw):  function
 [all...]
 | 
| /external/ImageMagick/Magick++/demo/ | 
| demo.cpp | 83       cout << "  annotate ..." << endl; 85       example.label( "Annotate" );
 91       example.annotate( "Magick++", "+0+20", NorthGravity );
 
 | 
| /external/tensorflow/tensorflow/examples/tutorials/word2vec/ | 
| word2vec_basic.py | 328     plt.annotate( 
 | 
| /external/valgrind/cachegrind/ | 
| cg_annotate.in | 154     --auto=yes|no         annotate all source files containing functions 650 # Annotate selected files
 811             # Annotate chosen lines, tracking total counts of lines printed
 867     # Print list of unfound auto-annotate selected files.
 
 | 
| /prebuilts/go/darwin-x86/src/runtime/race/ | 
| race_test.go | 171 	// So let's set it for now. A more reliable solution is to explicitly annotate tests 
 | 
| /prebuilts/go/linux-x86/src/runtime/race/ | 
| race_test.go | 171 	// So let's set it for now. A more reliable solution is to explicitly annotate tests 
 |