HomeSort by relevance Sort by last modified time
    Searched full:devices (Results 176 - 200 of 1889) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
pg.h 6 command driver for parallel port ATAPI devices (pg). The
28 current ATAPI devices, command packets are assumed to be exactly
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
LayoutDeviceManager.java 57 * Manages the layout devices.
264 * Loads the default built-in and user created Layout Devices.
268 // load the default devices
271 // load the user devices;
295 * Does the actual parsing of a devices.xml file.
316 // get the parsed devices
331 * Creates some built-it layout devices.
375 // fill it with the layout devices.
  /system/core/adb/
test_track_devices.c 1 /* a simple test program, connects to ADB server, and opens a track-devices session */
58 const char* request = "host:track-devices";
  /external/bluetooth/bluez/serial/
port.c 86 static GSList *devices = NULL; variable
88 static struct serial_device *find_device(GSList *devices, const char *path)
92 for (l = devices; l != NULL; l = l->next) {
229 devices = g_slist_remove(devices, device);
235 g_slist_foreach(devices, (GFunc) serial_device_free, NULL);
236 g_slist_free(devices);
585 device = find_device(devices, path);
590 devices = g_slist_append(devices, device)
    [all...]
  /frameworks/base/docs/html/guide/market/publishing/
multiple-apks.jd 12 <li>Different APKs are distributed to different devices based on filters declared in the
15 support all desired devices with a single APK</li>
62 feature is useful for cases in which your application cannot reach all desired devices with a single
65 <p>Android-powered devices may differ in several ways and it's important
66 to the success of your application that you make it available to as many devices as possible.
67 Android applications usually run on most compatible devices with a single APK, by supplying
72 prevent a single APK from working on all devices.</p>
76 you publish your application for as many devices as possible, Android Market allows you to
78 the appropriate devices based on configuration support you've declared in the manifest file of each
161 whether your application is available for different devices. These rules are discussed mor
    [all...]
  /build/target/board/generic/
BoardConfig.mk 14 # it is supposed to replace (unlike on real devices where it is 2x to 3x
  /build/target/product/
large_emu_hw.mk 17 # This is a generic product for devices with large display but not specialized
  /cts/tests/tests/acceleration/src/android/acceleration/cts/
HardwareAccelerationTest.java 30 // Hardware acceleration should be available on devices with GL ES 2 or higher...
WindowFlagHardwareAccelerationTest.java 30 // Hardware acceleration should be available on devices with GL ES 2 or higher...
  /cts/tests/tests/permission/src/android/permission/cts/
DebuggableTest.java 30 * development, and never for shipping devices.
  /cts/tools/device-setup/TestDeviceSetup/src/android/tests/util/
DisableKeyguardReceiver.java 25 * A utility receiver to disable the keyguard on devices.
  /cts/tools/theme-test-tools/
README.txt 22 and xhdpi devices.
  /development/pdk/docs/about/
philosophy.jd 6 devices.</p>
12 Android devices to Market.</p>
47 modern devices to market. We roll the open source administration and
53 latest release, fixing bugs, launching new devices, experimenting with new
  /development/pdk/docs/compatibility/2.1/
versions.jd 10 running on their devices.</p>
  /development/pdk/docs/compatibility/2.2/
versions.jd 10 running on their devices.</p>
  /development/pdk/docs/compatibility/2.3/
versions.jd 10 running on their devices.</p>
  /development/pdk/docs/
index.jd 9 a significantly wider variety of devices, including devices with extra-large
17 installation on new and existing devices, and allows hobbyists, enthusiasts,
27 <p>Android is an open-source software stack for mobile devices, and a
  /development/samples/ActionBarCompat/src/com/example/android/actionbarcompat/
ActionBarHelperICS.java 26 * 4.0-specific functionality for IceCreamSandwich devices. It thus requires API level 14.
  /development/samples/CrossCompatibility/
_index.html 10 href="AndroidManifest.html">AndroidManifest.xml</a> file declares that it is backwards compatible with API level 3 devices with attribute <code>minSdkVersion</code> in the <code>uses-sdk</code> tag.
  /development/samples/CubeLiveWallpaper/
_index.html 2 <code>.apk</code> that users can install on their devices.</p>
57 To ensure that your application can only be installed on devices that support
72 displays your application only to users whose devices support live wallpapers,
73 while hiding it from other devices on which it would not be able to run. For
  /development/samples/TtsEngine/
_index.html 2 that users can install on their devices.</p>
  /device/generic/goldfish/audio/
AudioHardwareGeneric.h 44 uint32_t devices,
77 uint32_t devices,
120 uint32_t devices,
128 uint32_t devices,
  /device/sample/apps/SampleEmailPolicy/
README 21 to be deployed to devices with slightly different policies.
  /device/samsung/maguro/
device.mk 15 # This file includes all definitions that apply only to maguro devices
  /docs/source.android.com/src/about/
philosophy.md 20 devices.
28 Android devices to Market.
71 modern devices to market. We roll the open source administration and
78 latest release, fixing bugs, launching new devices, experimenting with new

Completed in 1596 milliseconds

1 2 3 4 5 6 78 91011>>