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

1 2 3 4 5 6 7 8

  /external/libexif/binary/
Makefile.am 5 SH_DIST_HOOK = dist-ship-binary-hook
6 dist-ship-binary-hook include bin:
  /development/samples/ControllerSample/src/com/example/controllersample/
GameView.java 48 * a bullet is fired or the ship crashes into an obstacle. Otherwise, the system
62 * Each ship is created as an event comes in from a new Joystick device
64 private final SparseArray<Ship> mShips;
87 mShips = new SparseArray<Ship>();
111 // Iterate through the input devices, looking for controllers. Create a ship
118 // if the device is a gamepad/joystick, create a ship to represent it
131 Ship currentShip = getShipForId(deviceId);
145 Ship currentShip = getShipForId(deviceId);
168 Ship curShip = getShipForId(id);
189 Ship currentShip = mShips.valueAt(i)
1145 Ship ship = getShipForId(deviceId); local
    [all...]
  /external/naver-fonts/
README 3 from http://hangeul.naver.com/font. Because these fonts ship with
6 will ship on Android devices which do not use hints, the following changes
  /external/chromium_org/third_party/leveldatabase/src/port/win/
stdint.h 5 // MSVC didn't ship with this file until the 2010 version.
  /external/chromium_org/third_party/npapi/bindings/
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
  /external/chromium_org/third_party/npapi/npspy/extern/plugin/
nptypes.h 53 * AIX and SunOS ship a inttypes.h header that defines [u]int32_t,
63 * BSD/OS, FreeBSD, and OpenBSD ship sys/types.h that define int32_t and
88 * For those that ship a standard C99 stdint.h header file, include
89 * it. Can't do the same for stdbool.h tho, since some systems ship
  /external/llvm/test/YAMLParser/
spec-02-27.data 16 ship-to: *id001
  /external/srec/make/asr/
Makefile.config 40 ASR_BUILD = SHIP
  /packages/apps/Mms/src/com/android/mms/
LogTag.java 48 private static final boolean SHOW_SEVERE_WARNING_DIALOG = false; // Set to false before ship
49 public static final boolean DEBUG_SEND = false; // Set to false before ship
50 public static final boolean DEBUG_DUMP = false; // Set to false before ship
51 public static final boolean ALLOW_DUMP_IN_LOGS = false; // Set to false before ship
  /external/libexif/
Makefile.am 23 # If present, ship ChangeLog.cvs in source tarball.
24 # If not present, don't ship it.
README-Win32.txt 30 then add the --enable-ship-binaries option to the ./configure command line.
configure.ac 88 dnl Whether we're supposed to ship binaries in the tarball
92 AC_ARG_ENABLE([ship-binaries],
93 [AS_HELP_STRING([--enable-ship-binaries],
94 [Whether to ship binaries in the tarball [default=no]])],[
100 GP_CONFIG_MSG([Ship binaries in tarball],[$ship_binaries])
  /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)
  /cts/tests/tests/os/src/android/os/cts/
UsbDebuggingTest.java 30 // Don't ship vendor keys in user build
  /external/chromium_org/ui/message_center/
message_center_switches.h 25 // Enables experimental features that we don't want to ship yet.
  /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/chromium_org/base/profiler/
scoped_profile.h 21 // We don't ship these profiled regions. This is for developer builds only.
  /development/samples/ApiDemos/src/com/example/android/apis/view/
GameView.java 41 * when a bullet is fired or the ship crashes into an obstacle. Otherwise, the
51 private Ship mShip;
265 // Set the ship heading.
331 mShip = new Ship();
363 // Move the ship.
404 // Check for collisions between the ship and obstacles.
415 // Avoid putting them right on top of the ship.
465 // Draw the ship.
589 private class Ship extends Sprite {
601 public Ship() {
    [all...]
  /external/chromium_org/content/renderer/media/android/
stream_texture_factory_android.h 62 // a mailbox so it can be used to ship in a VideoFrame, with a sync point for
  /cts/tests/tests/provider/src/android/provider/cts/
Settings_SecureTest.java 156 assertEquals("Device should not ship with 'Unknown Sources' enabled by default.",
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
p3-0x.cpp 55 Map ship = {{"Sophie",14}, {"Surprise",28}}; member in namespace:bullet4_example2
  /external/kernel-headers/original/linux/
ptrace.h 55 * The owner ship rules for task->ptrace which holds the ptrace
  /frameworks/base/docs/html/about/
start.jd 55 densities, and tested it on the Android emulator and on real devices. You're ready to ship your app.</p>
  /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

Completed in 721 milliseconds

1 2 3 4 5 6 7 8