HomeSort by relevance Sort by last modified time
    Searched full:droid (Results 1 - 25 of 30) sorted by null

1 2

  /system/core/mkbootimg/
Android.mk 12 $(call dist-for-goals,droid,$(LOCAL_BUILT_MODULE))
  /external/qemu/
Android.mk 5 ifeq ($(DEFAULT_GOAL),droid)
  /system/core/cpio/
Android.mk 13 $(call dist-for-goals,droid,$(LOCAL_BUILT_MODULE))
  /build/tools/droiddoc/templates/assets/
carousel.js 42 function droid(appName){ function
47 var droid = droidList[appName];
62 var droid = droidList[x];
63 var icon = droid.icon;
64 var name = droid.name;
69 var text = document.createTextNode(droid.name);
75 img.setAttribute("src", toRoot + assetsRoot + "images/home/" + droid.icon);
86 var layout = droid.layout;
107 imgDiv.innerHTML = "<img src='" + toRoot + assetsRoot + "images/home/" + droid.img + "'>";
108 descDiv.innerHTML = (droid.title != "") ? "<h3>" + droid.title + "</h3>" + droid.desc : droid.desc
    [all...]
  /external/yaffs2/
Android.mk 22 $(call dist-for-goals,droid,$(LOCAL_BUILT_MODULE))
  /cts/tools/signature-tools/src/signature/model/
IAnnotationField.java 22 * String and the default value "droid".
26 * @interface A { String androField() default "droid"; }
  /external/guava/
Android.mk 26 $(call dist-for-goals, droid, $(LOCAL_BUILT_MODULE):guava.jar)
  /external/jsr305/
Android.mk 25 $(call dist-for-goals, droid, $(LOCAL_BUILT_MODULE):jsr305.jar)
  /frameworks/base/common/
Android.mk 29 $(call dist-for-goals, droid, $(LOCAL_BUILT_MODULE):android-common.jar)
  /packages/apps/Protips/res/layout/
widget.xml 25 <include layout="@layout/droid" />
  /packages/apps/Protips/res/layout-land/
widget.xml 25 <include layout="@layout/droid" />
  /sdk/sdklauncher/
Android.mk 48 $(call dist-for-goals,droid,$(LOCAL_BUILT_MODULE))
  /system/core/fastboot/
Android.mk 53 $(call dist-for-goals,droid,$(LOCAL_BUILT_MODULE))
  /build/core/
distdir.mk 48 # $(1): a list of goals (e.g. droid, sdk, pdk, ndk)
main.mk 49 .PHONY: droid
50 DEFAULT_GOAL := droid
650 # All the droid stuff, in directories
709 droid: apps_only
730 $(call dist-for-goals, droid, \
737 droid: droidcore
742 .PHONY: droid tests
build-system.html 246 same as "<code>make eng</code>". <code>droid</code> is an alias
307 <li><b>droid</b> - <code>make droid</code> is the normal build. This target
310 droid</code> does, plus everything whose <code>LOCAL_MODULE_TAGS</code> do not
311 include the "droid" tag. The build server runs this to make sure
683 tags. If the tag list is empty or contains <code>droid</code>, the module
684 will get installed as part of a <code>make droid</code>. Otherwise, it will
    [all...]
base_rules.mk 92 # on which goal (e.g., sdk or just droid) is being built.
  /packages/inputmethods/OpenWnn/res/xml/
symbols_china_list.xml 387 <!-- no glyph in Droid font
392 <!-- no glyph in Droid font <string value="\u01f9"/> -->
726 <!-- no glyph in Droid font
749 <!-- no glyph in Droid font
760 <!-- no glyph in Droid font
  /build/
buildspec.mk.default 40 # minimal targets like "make droid". This takes simple target names
  /system/core/adb/
Android.mk 87 $(call dist-for-goals,droid,$(LOCAL_BUILT_MODULE))
  /frameworks/base/docs/html/guide/tutorials/views/
hello-mapview.jd 234 <p>We've sent our droid to Mexico City. Hola, Mundo!</p>
244 <p>Run it again... We've sent a new droid to Tokyo. Sekai, konichiwa!</p>
  /frameworks/base/docs/html/sdk/
win-usb.jd 102 <dt><p>Adds support for the Verizon Droid (or similar hardware on
131 <li>Verizon Droid*</li>
  /frameworks/base/docs/html/intl/ja/
index.jd 77 <td class="imageCell"><a href="http://www.youtube.com/user/androiddevelopers"><img src="{@docRoot}assets/images/video-droid.png" style="padding:0" /></a></td>
  /external/qemu/docs/
ANDROID-SKIN-FILES.TXT 112 device like the T-Mobile G1 or the Verizon Droid.
  /frameworks/base/docs/html/sdk/ndk/
index.jd 84 Supported by devices such as Verizon Droid by Motorola, Google Nexus One, and
218 run only on devices such as the Verizon Droid or Google Nexus One that have a

Completed in 557 milliseconds

1 2