HomeSort by relevance Sort by last modified time
    Searched full:ship (Results 1 - 25 of 200) 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:
  /frameworks/base/tools/layoutlib/rename_font/
README 1 This tool is used to rename the PS name encoded inside the ttf font that we ship
4 versions are loaded. As a workaround, we rename all the fonts that we ship with
  /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
  /frameworks/base/docs/html/training/game-controllers/
multiple-controllers.jd 50 {@code mShips} variable stores a collection of {@code Ship} objects. A new
64 private final SparseArray&lt;Ship&gt; mShips = new SparseArray&lt;Ship&gt;();
76 private Ship getShipForID(int shipID) {
77 Ship currentShip = mShips.get(shipID);
79 currentShip = new Ship();
117 Ship currentShip = getShipForId(deviceId);
119 // (e.g. set the ship headings or fire lasers)
  /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 44 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])
  /cts/tests/tests/os/src/android/os/cts/
UsbDebuggingTest.java 30 // Don't ship vendor keys in user build
  /external/llvm/cmake/modules/
AddSphinxTarget.cmake 44 # FIXME: We might not ship all the tools that these man pages describe
  /external/chromium_org/content/child/webcrypto/nss/
util_nss.h 59 // On non-Linux platforms, Chromium embedders ship with a
  /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...]
  /packages/services/Telephony/sip/src/com/android/services/telephony/sip/
SipBroadcastReceiver.java 33 private static final boolean VERBOSE = false; /* STOP SHIP if true */
  /build/core/
sdk_font.mk 29 # List of fonts on the device that we want to ship. This is all .ttf fonts.
  /cts/tests/tests/provider/src/android/provider/cts/
Settings_SecureTest.java 156 assertEquals("Device should not ship with 'Unknown Sources' enabled by default.",
  /docs/source.android.com/src/devices/tech/security/
enhancements50.jd 9 <li><strong>Encrypted by default.</strong> On devices that ship with L
  /external/chromium_org/third_party/cython/src/
README.txt 29 Note that Cython used to ship the full version control repository in its source
  /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/harfbuzz_ng/
Android.mk 22 # ship with your Android NDK app, you can use the autotools

Completed in 1376 milliseconds

1 2 3 4 5 6 7 8