HomeSort by relevance Sort by last modified time
    Searched full:annotate (Results 451 - 475 of 1244) sorted by null

<<11121314151617181920>>

  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Basic/
AttrList.inc 34 INHERITABLE_PARAM_ATTR(Annotate)
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Transforms/Utils/
LoopVersioning.h 81 /// \brief Annotate memory instructions in the versioned loop with no-alias
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Basic/
AttrList.inc 34 INHERITABLE_PARAM_ATTR(Annotate)
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Transforms/Utils/
LoopVersioning.h 81 /// \brief Annotate memory instructions in the versioned loop with no-alias
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
LoopVersioning.h 81 /// \brief Annotate memory instructions in the versioned loop with no-alias
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Basic/
AttrList.inc 34 INHERITABLE_PARAM_ATTR(Annotate)
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Transforms/Utils/
LoopVersioning.h 81 /// \brief Annotate memory instructions in the versioned loop with no-alias
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Basic/
AttrList.inc 34 INHERITABLE_PARAM_ATTR(Annotate)
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Transforms/Utils/
LoopVersioning.h 81 /// \brief Annotate memory instructions in the versioned loop with no-alias
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Basic/
AttrList.inc 34 INHERITABLE_PARAM_ATTR(Annotate)
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Transforms/Utils/
LoopVersioning.h 81 /// \brief Annotate memory instructions in the versioned loop with no-alias
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Basic/
AttrList.inc 34 INHERITABLE_PARAM_ATTR(Annotate)
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Transforms/Utils/
LoopVersioning.h 81 /// \brief Annotate memory instructions in the versioned loop with no-alias
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Basic/
AttrList.inc 34 INHERITABLE_PARAM_ATTR(Annotate)
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Transforms/Utils/
LoopVersioning.h 81 /// \brief Annotate memory instructions in the versioned loop with no-alias
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Basic/
AttrList.inc 34 INHERITABLE_PARAM_ATTR(Annotate)
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Transforms/Utils/
LoopVersioning.h 81 /// \brief Annotate memory instructions in the versioned loop with no-alias
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++abi/src/
cxa_exception.hpp 67 // annotate _Unwind_Exception in unwind.h with __attribute__((aligned)), but
  /system/netd/server/dns/
DnsTlsDispatcher.h 67 // This lock is static so that it can be used to annotate the Transport struct.
  /system/sepolicy/prebuilts/api/26.0/public/
attributes 285 # We annotate server domains with x_server to loosen the coupling between
  /system/extras/simpleperf/scripts/
test.py 29 annotate.py
274 self.run_cmd(["annotate.py", "-h"])
277 self.run_cmd(["annotate.py", "-s", self.example_path])
479 self.run_cmd(["annotate.py", "-s", self.example_path])
586 self.run_cmd(["annotate.py", "-s", self.example_path, "--comm", "SleepThread"])
618 self.run_cmd(["annotate.py", "-s", self.example_path, "--comm", "BusyThread"])
748 self.run_cmd(["annotate.py", "-s", self.example_path])
    [all...]
  /external/ImageMagick/ImageMagick/script/
montage.html 134 <td><a href="command-line-options.php#annotate">-annotate <var>geometry text</var></a></td>
135 <td>annotate the image with text</td>
205 <td>annotate image with comment</td>
265 <td>annotate the image with a graphic primitive</td>
  /external/ImageMagick/www/
montage.html 138 <td><a href="command-line-options.html#annotate">-annotate <var>geometry text</var></a></td>
139 <td>annotate the image with text</td>
209 <td>annotate image with comment</td>
269 <td>annotate the image with a graphic primitive</td>
  /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/ImageMagick/Magick++/lib/
STL.cpp 62 // Annotate image (draw text on image)
64 // Annotate using specified text, and placement location
73 // Annotate using specified text, bounding area, and placement gravity
83 // Annotate with text using specified text, bounding area, placement
95 // Annotate with text (bounding area is entire image) and placement
107 image_.annotate( _text, _geometry, _gravity, _degrees );
    [all...]

Completed in 900 milliseconds

<<11121314151617181920>>