HomeSort by relevance Sort by last modified time
    Searched full:logo (Results 851 - 875 of 1154) sorted by null

<<31323334353637383940>>

  /external/clang/docs/
doxygen.cfg.in 49 # With the PROJECT_LOGO tag one can specify an logo or icon that is included in
50 # the documentation. The maximum height of the logo should not exceed 55 pixels
51 # and the maximum width should not exceed 200 pixels. Doxygen will copy the logo
    [all...]
  /external/flatbuffers/docs/source/
doxyfile 49 # With the PROJECT_LOGO tag one can specify an logo or icon that is included in
50 # the documentation. The maximum height of the logo should not exceed 55 pixels
51 # and the maximum width should not exceed 200 pixels. Doxygen will copy the logo
    [all...]
  /external/jsoncpp/doc/
doxyfile.in 49 # With the PROJECT_LOGO tag one can specify an logo or icon that is included in
50 # the documentation. The maximum height of the logo should not exceed 55 pixels
51 # and the maximum width should not exceed 200 pixels. Doxygen will copy the logo
    [all...]
  /external/libusb/doc/
doxygen.cfg.in 49 # With the PROJECT_LOGO tag one can specify an logo or icon that is included in
50 # the documentation. The maximum height of the logo should not exceed 55 pixels
51 # and the maximum width should not exceed 200 pixels. Doxygen will copy the logo
    [all...]
  /external/libxcam/doc/
Doxyfile 49 # With the PROJECT_LOGO tag one can specify an logo or icon that is included in
50 # the documentation. The maximum height of the logo should not exceed 55 pixels
51 # and the maximum width should not exceed 200 pixels. Doxygen will copy the logo
    [all...]
  /external/libxkbcommon/xkbcommon/src/xkbcomp/
parser.c 190 LOGO = 37,
256 #define LOGO 37
663 "LOGO", "VIRTUAL", "EQUALS", "PLUS", "MINUS", "DIVIDE", "TIMES",
    [all...]
  /external/llvm/docs/
doxygen.cfg.in 49 # With the PROJECT_LOGO tag one can specify an logo or icon that is included in
50 # the documentation. The maximum height of the logo should not exceed 55 pixels
51 # and the maximum width should not exceed 200 pixels. Doxygen will copy the logo
    [all...]
  /external/mockito/src/main/java/org/mockito/
Mockito.java 42 * <p align="left"><img src="logo.png" srcset="logo@2x.png 2x" alt="Mockito logo"/></p>
    [all...]
  /external/parameter-framework/upstream/doc/
Doxyfile.in 49 # With the PROJECT_LOGO tag one can specify a logo or an icon that is included
50 # in the documentation. The maximum height of the logo should not exceed 55
52 # the logo to the output directory.
    [all...]
  /external/swiftshader/third_party/subzero/docs/
Doxyfile 49 # With the PROJECT_LOGO tag one can specify an logo or icon that is included in
50 # the documentation. The maximum height of the logo should not exceed 55 pixels
51 # and the maximum width should not exceed 200 pixels. Doxygen will copy the logo
    [all...]
  /external/tinyxml2/
dox 49 # With the PROJECT_LOGO tag one can specify a logo or an icon that is included
50 # in the documentation. The maximum height of the logo should not exceed 55
52 # the logo to the output directory.
    [all...]
  /frameworks/av/media/libaaudio/
Doxyfile 49 # With the PROJECT_LOGO tag one can specify an logo or icon that is included in
50 # the documentation. The maximum height of the logo should not exceed 55 pixels
51 # and the maximum width should not exceed 200 pixels. Doxygen will copy the logo
    [all...]
Doxyfile.orig 49 # With the PROJECT_LOGO tag one can specify an logo or icon that is included in
50 # the documentation. The maximum height of the logo should not exceed 55 pixels
51 # and the maximum width should not exceed 200 pixels. Doxygen will copy the logo
    [all...]
  /hardware/google/av/codec2/docs/
doxygen.config 49 # With the PROJECT_LOGO tag one can specify a logo or an icon that is included
50 # in the documentation. The maximum height of the logo should not exceed 55
52 # the logo to the output directory.
    [all...]
  /packages/apps/Test/connectivity/sl4n/rapidjson/doc/
Doxyfile.in 49 # With the PROJECT_LOGO tag one can specify an logo or icon that is included in
50 # the documentation. The maximum height of the logo should not exceed 55 pixels
51 # and the maximum width should not exceed 200 pixels. Doxygen will copy the logo
    [all...]
  /system/chre/chre_api/doc/
Doxyfile 49 # With the PROJECT_LOGO tag one can specify a logo or an icon that is included
50 # in the documentation. The maximum height of the logo should not exceed 55
52 # the logo to the output directory.
    [all...]
  /system/chre/pal/doc/
Doxyfile 49 # With the PROJECT_LOGO tag one can specify a logo or an icon that is included
50 # in the documentation. The maximum height of the logo should not exceed 55
52 # the logo to the output directory.
    [all...]
  /system/media/audio_utils/
Doxyfile 49 # With the PROJECT_LOGO tag one can specify an logo or icon that is included in
50 # the documentation. The maximum height of the logo should not exceed 55 pixels
51 # and the maximum width should not exceed 200 pixels. Doxygen will copy the logo
    [all...]
Doxyfile.orig 49 # With the PROJECT_LOGO tag one can specify an logo or icon that is included in
50 # the documentation. The maximum height of the logo should not exceed 55 pixels
51 # and the maximum width should not exceed 200 pixels. Doxygen will copy the logo
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/doc/
contents.html 19 <A HREF="http://www.lua.org/"><IMG SRC="logo.gif" ALT="" BORDER=0></A>
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
InfClassObject.py 71 "LOGO" : "BASE",
    [all...]
  /external/ImageMagick/MagickWand/
animate.c 402 option="logo:";
    [all...]
  /external/doclava/src/com/google/doclava/
PageMetadata.java 512 public static String[] IMAGE_EXCLUDE = {"/triangle-", "favicon","android-logo",
    [all...]
  /external/fio/
gfio.c     [all...]
  /external/googletest/googlemock/docs/
ForDummies.md 50 Let's look at an example. Suppose you are developing a graphics program that relies on a LOGO-like API for drawing. How would you test that it does the right thing? Well, you can run it and compare the screen with a golden screen snapshot, but let's admit it: tests like this are expensive to run and fragile (What if you just upgraded to a shiny new graphics card that has better anti-aliasing? Suddenly you have to update all your golden images.). It would be too painful if all your tests are like this. Fortunately, you learned about Dependency Injection and know the right thing to do: instead of having your application talk to the drawing API directly, wrap the API in an interface (say, `Turtle`) and code to that interface:

Completed in 1529 milliseconds

<<31323334353637383940>>