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

1 2 3 4 5 6 7

  /external/srec/make/asr/
Makefile.config 37 ASR_BUILD = SHIP
Makefile.defs 776 ifeq ("$(ASR_BUILD)","SHIP") # SHIP `S' OPTIMIZE
782 ifeq ("$(ASR_BUILD)","NDEBUG") # SHIP `S' OPTIMIZE
880 ifeq ($(ASR_BUILD),SHIP)
  /external/webkit/Source/WebCore/bridge/
nptypes.h 60 * AIX and SunOS ship a inttypes.h header that defines [u]int32_t,
72 * BSD/OS, FreeBSD, and OpenBSD ship sys/types.h that define int32_t and
100 * For those that ship a standard C99 stdint.h header file, include
101 * it. Can't do the same for stdbool.h tho, since some systems ship
  /packages/apps/Mms/src/com/android/mms/
LogTag.java 38 private static final boolean SHOW_SEVERE_WARNING_DIALOG = false; // Set to false before ship
39 public static final boolean DEBUG_SEND = false; // Set to false before ship
40 public static final boolean DEBUG_DUMP = false; // Set to false before ship
41 public static final boolean ALLOW_DUMP_IN_LOGS = false; // Set to false before ship
  /external/chromium/chrome/browser/autofill/
address_field.cc 150 // "bill" or "ship". We could check for the ECML type prefixes
152 // and Ecom_ShipTo contain "bill" and "ship" anyway.
385 // "Ship-to Address".
388 size_t ship = text.rfind( local
391 if (bill == string16::npos && ship == string16::npos)
394 if (bill != string16::npos && ship == string16::npos)
397 if (bill == string16::npos && ship != string16::npos)
400 if (bill > ship)
  /external/iptables/extensions/
libxt_SET.man 25 kernels do not ship this currently, the ipset or Xtables-addons package needs
libxt_set.man 22 kernels do not ship this currently, the ipset or Xtables-addons package needs
  /external/webkit/Source/JavaScriptCore/os-win32/
stdint.h 27 compile using MSVC which does not ship with the stdint.h header. */
  /development/samples/ApiDemos/src/com/example/android/apis/view/
GameView.java 46 private Ship mShip;
260 // Set the ship heading.
320 mShip = new Ship();
342 // Move the ship.
383 // Check for collisions between the ship and obstacles.
394 // Avoid putting them right on top of the ship.
444 // Draw the ship.
568 private class Ship extends Sprite {
580 public Ship() {
  /development/pdk/docs/compatibility/
downloads.jd 59 compatible must ship with Android 1.6 or later.</p>
  /docs/source.android.com/src/compatibility/
downloads.md 71 compatible must ship with Android 1.6 or later.
  /external/kernel-headers/original/linux/
ptrace.h 55 * The owner ship rules for task->ptrace which holds the ptrace
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebSecurityOrigin.mm 69 // Deprecated. Use host instead. This needs to stay here until we ship a new Safari.
  /frameworks/base/docs/html/sdk/api_diff/6/
user_comments_for_5_to_6.xml 14 removed, added, and modified packages, classes, methods, and fields. This file does not ship
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastReceiver.java 32 static final boolean DBG = true; // TODO: change to false before ship
  /development/samples/Compass/src/com/example/android/compass/
CompassActivity.java 118 // some test code which will be used/cleaned up before we ship this.
223 // some test code which will be used/cleaned up before we ship this.
  /build/
buildspec.mk.default 31 # User is what we ship. Userdebug is that, with a few flags turned on
  /cts/tests/tests/provider/src/android/provider/cts/
Settings_SecureTest.java 183 assertEquals("Device should not ship with 'Unknown Sources' enabled by default.",
  /development/pdk/docs/
index.jd 8 Android 2.3 allows device manufacturers to use the Android source code to ship
  /development/pdk/docs/source/
code-lines.jd 62 <p>OEMs and other device builders naturally want to ship devices with the
  /development/samples/LunarLander/src/com/example/android/lunarlander/
LunarView.java 42 * current ship physics. All x/y etc. are measured with (0,0) at the lower left.
44 * ship, and does an invalidate() to prompt another draw() as soon as possible
608 * Draws the ship, fuel/speed bars, and background to the provided
650 // Draw the ship with its current rotation
    [all...]
  /docs/source.android.com/src/
index.md 26 Android 2.3 allows device manufacturers to use the Android source code to ship
  /docs/source.android.com/src/source/
code-lines.md 91 OEMs and other device builders naturally want to ship devices with the
  /external/netcat/
Makefile.dist 54 # libraries [lib*.a] on your machine. By default, the Sun twits don't ship
  /external/valgrind/main/
README_PACKAGERS 9 -- Do not ship your Linux distro with a completely stripped

Completed in 783 milliseconds

1 2 3 4 5 6 7