HomeSort by relevance Sort by last modified time
    Searched full:logo (Results 201 - 225 of 715) sorted by null

1 2 3 4 5 6 7 891011>>

  /frameworks/base/docs/html/distribute/googleplay/promote/
brand.jd 37 <p>If used with your logo, "for Android" needs to be smaller in size than your logo.
75 <p>You may not file trademark applications incorporating the Android robot logo or
80 <h4 style="clear:right">Android logo</h4>
86 <p>The Android logo may not be used. Nor can this be used with the Android robot.</p>
155 <li>When used alongside logos for other application marketplaces, the Google Play logo
  /external/qemu/distrib/sdl-1.2.15/test/
testgl.c 19 /* Define this to be the name of the logo image to use with -logo */
452 int logo, int logocursor, int slowly, int bpp, float gamma, int noframe, int fsaa, int sync, int accel )
495 if ( logo && USE_DEPRECATED_OPENGLBLIT ) {
719 /* Draw 2D logo onto the 3D display */
720 if ( logo ) {
786 int i, logo, logocursor = 0; local
796 logo = 0;
803 if ( strcmp(argv[i], "-logo") == 0 ) {
804 logo = 1
    [all...]
  /external/chromium/chrome/browser/resources/
about_version.html 39 #logo {
68 <div id="logo">
  /external/chromium/chrome/browser/ui/views/
first_run_search_engine_view.cc 44 // Size to scale logos down to if showing 4 instead of 3 choices. Logo images
45 // are all originally sized at 180 x 120 pixels, with the logo text baseline
109 // No logo -- we must show a text label.
253 AddChildView(choice->GetView()); // The logo or text view.
259 AddChildView(default_choice->GetView()); // The logo or text view.
393 // Upper logo margin gives the amount of whitespace between the text label
394 // and the logo field. The total amount of whitespace available is equal
395 // to the height of the whole label subtracting the heights of the logo
  /external/jmonkeyengine/engine/src/android/jme3test/android/
SimpleTexturedTest.java 54 Texture texture = assetManager.loadTexture(new TextureKey("Interface/Logo/Monkey.jpg"));
55 Texture textureMonkey = assetManager.loadTexture(new TextureKey("Interface/Logo/Monkey.jpg"));
  /external/jmonkeyengine/engine/src/test/jme3test/collision/
TestRayCasting.java 59 Material mat = (Material) assetManager.loadMaterial("Interface/Logo/Logo.j3m");
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
manifest-expected-completion18.txt 7 android:logo : A Drawable resource providing an extended graphical logo for its associated item. [reference]
  /development/samples/training/multiscreen/newsreader/res/layout/
onepane_with_bar.xml 29 android:src="@drawable/logo"
  /external/jmonkeyengine/engine/src/test/jme3test/awt/
TestSafeCanvas.java 65 mat.setTexture("ColorMap", assetManager.loadTexture("Interface/Logo/Monkey.jpg"));
TestAwtPanels.java 80 mat.setTexture("ColorMap", assetManager.loadTexture("Interface/Logo/Monkey.jpg"));
  /external/jmonkeyengine/engine/src/test/jme3test/bullet/
PhysicsTestHelper.java 46 material.setTexture("ColorMap", assetManager.loadTexture("Interface/Logo/Monkey.jpg"));
88 material.setTexture("ColorMap", assetManager.loadTexture("Interface/Logo/Monkey.jpg"));
132 material.setTexture("ColorMap", assetManager.loadTexture("Interface/Logo/Monkey.jpg"));
148 material.setTexture("ColorMap", assetManager.loadTexture("Interface/Logo/Monkey.jpg"));
  /external/jmonkeyengine/engine/src/test/jme3test/gui/
TestOrtho.java 51 p.setImage(assetManager, "Interface/Logo/Monkey.png", false);
  /external/v8/benchmarks/
style.css 52 background-image: url(v8-logo.png);
  /external/valgrind/main/exp-bbv/tests/
logo.lzss_new 0 logo:
  /external/webkit/Source/WebCore/manual-tests/inspector-wrappers/
inspector-wrappers-test-utils.js 35 "<img id=logo src='../resources/webkit-background.png'" +
  /frameworks/base/docs/html/sdk/api_diff/9/changes/
android.content.pm.PackageItemInfo.html 102 <A NAME="android.content.pm.PackageItemInfo.logo"></A>
103 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/content/pm/PackageItemInfo.html#logo" target="_top"><code>logo</code></A></nobr>
  /external/jmonkeyengine/engine/src/test/jme3test/app/
TestReleaseDirectMemory.java 56 mat.setTexture("ColorMap", assetManager.loadTexture("Interface/Logo/Monkey.jpg"));
  /external/jmonkeyengine/engine/src/test/jme3test/model/shape/
TestBox.java 53 mat.setTexture("ColorMap", assetManager.loadTexture("Interface/Logo/Monkey.jpg"));
TestCylinder.java 55 TextureKey key = new TextureKey("Interface/Logo/Monkey.jpg", true);
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLImageElement03.js 105 assertEquals("altLink","DTS IMAGE LOGO",valt);
HTMLObjectElement08.js 105 assertURIEquals("dataLink",null,null,null,"logo.gif",null,null,null,null,vdata);
object06.js 103 assertEquals("dataLink","./pix/logo.gif",vdata);
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLImageElement03.js 105 assertEquals("altLink","DTS IMAGE LOGO",valt);
HTMLObjectElement08.js 105 assertURIEquals("dataLink",null,null,null,"logo.gif",null,null,null,null,vdata);
object06.js 103 assertEquals("dataLink","./pix/logo.gif",vdata);

Completed in 892 milliseconds

1 2 3 4 5 6 7 891011>>