/build/core/ |
notice_files.mk | 21 # device-obj or host-obj. 30 # aren't included on the device, so this name is synthetic anyway.
|
/cts/tests/tests/os/src/android/os/cts/ |
BuildVersionTest.java | 56 * (BRAND)/(PRODUCT)/(DEVICE):(VERSION.RELEASE)/(BUILD_ID)/ 73 assertEquals(Build.DEVICE, devicePlatform[0]);
|
/cts/tests/tests/telephony/src/android/telephony/cts/ |
TelephonyManagerTest.java | 277 * Tests that the device properly reports either a valid IMEI if 279 * only a WiFi device. 312 assertTrue("IMEI device id " + deviceId + " does not match pattern " + imeiPattern, 358 // CDMA device IDs may either be a 14-hex-digit MEID or an 366 fail("device id on CDMA must be 14-digit hex MEID or 8-digit hex ESN."); 372 assertTrue("ESN hex device id " + deviceId + " does not match pattern " + esnPattern, 374 assertFalse("ESN hex device id " + deviceId + " must not be a pseudo-ESN", 381 assertTrue("MEID device id " + deviceId + " does not match pattern " + meidPattern,
|
/cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/targetsetup/ |
CtsSetupTest.java | 19 import com.android.tradefed.device.DeviceNotAvailableException; 20 import com.android.tradefed.device.ITestDevice;
|
/development/apps/SpareParts/res/values/ |
strings.xml | 3 /* //device/apps/common/assets/res/any/strings.xml 23 <string name="device_info_title">Device info</string>
|
/development/cmds/monkey/src/com/android/commands/monkey/ |
MonkeyKeyEvent.java | 51 int device, int scancode) { 59 mDeviceId = device;
|
/development/host/windows/usb/api/ |
adb_api_private_defines.h | 85 /// Gets interface's device name
104 /// Interface's device name
|
/development/ndk/platforms/android-3/arch-arm/include/asm/arch/ |
board.h | 93 struct device; 97 int (*set_power)(struct device *dev, int state);
|
/development/samples/BusinessCard/src/com/example/android/businesscard/ |
ContactAccessorSdk3_4.java | 32 * There are several reasons why we wouldn't want to use this class on an Eclair device: 34 * <li>It would see at most one account, namely the first Google account created on the device.
|
/device/google/accessory/arduino/USB_Host_Shield/ |
Usb.h | 108 /* device record structure */
110 EP_RECORD* epinfo; //device endpoint information
111 byte devclass; //device class
118 /* device table. Filled during enumeration */
119 /* index corresponds to device address */
121 /* and device class to use in various places */
123 //EP_RECORD dev0ep; //Endpoint data structure used during enumeration for uninitialized device
160 //get device descriptor
|
/device/htc/passion-common/ |
BoardConfigCommon.mk | 54 BOARD_EGL_CFG := device/htc/passion-common/egl.cfg 80 TARGET_RELEASETOOLS_EXTENSIONS := device/htc/common
|
/device/htc/passion-common/overlay/frameworks/base/core/res/res/xml/ |
power_profile.xml | 20 <device name="Android"> 72 </device>
|
/device/samsung/crespo/overlay/frameworks/base/core/res/res/xml/ |
power_profile.xml | 20 <device name="Android"> 60 </device>
|
/device/samsung/crespo/recovery/ |
recovery_ui.c | 39 // to open a device that doesn't exist). Hold up the start of 41 // block device to exist.
|
/external/blktrace/ |
blkparse_fmt.c | 198 fprintf(ofp,"%3d,%-3d", MAJOR(t->device), MINOR(t->device)); 204 fprintf(ofp, strcat(format, "d"), MAJOR(t->device)); 207 fprintf(ofp, strcat(format, "d"), MINOR(t->device)); 294 * For remaps we have to modify the device using the remap structure 299 t->device = r.device_to; 306 MAJOR(t->device), MINOR(t->device), pci->cpu, t->sequence,
|
blktrace_api.h | 103 __u32 device; /* device identifier (dev_t) */ member in struct:blk_io_trace
|
/external/blktrace/doc/ |
btrace.8 | 53 Specifies the device to trace. 61 will show a trace of the device \fI/dev/sda\fR.
|
/external/bluetooth/bluez/audio/ |
device.h | 76 struct btd_device *device, 80 void audio_device_unregister(struct audio_device *device);
|
/external/bluetooth/bluez/src/ |
main.conf | 11 # Default device class. Only the major and minor device class bits are
|
/external/jdiff/ |
build.xml | 5 Builds Android's jdiff.jar and places it in device/extlibs/jdiff-1.1.0/. 50 <!-- Place the jdiff.jar file in <branch-root>/device/extlibs/jdiff-.1.0/ (under version control) -->
|
/external/kernel-headers/original/linux/ |
msm_audio.h | 66 uint32_t device; member in struct:msm_snd_device_config 76 uint32_t device; member in struct:msm_snd_volume_config
|
/external/libnfc-nxp/src/ |
phHciNfc_RFReaderA.h | 134 * the Device Interface Link 157 * the Device Interface Link 180 * the Device Interface Link 203 * the Device Interface Link 252 * the Device Interface Link 254 * \param[in] cmd command that needs to be sent to the device 280 * the Device Interface Link 333 * the Device Interface Link
|
/external/libxml2/ |
Android.mk | 3 # We need to build this for both the device (as a shared library) 54 # For the device
|
/external/qemu/distrib/sdl-1.2.12/include/ |
SDL_events.h | 121 Uint8 which; /* The keyboard device index */ 129 Uint8 which; /* The mouse device index */ 139 Uint8 which; /* The mouse device index */ 148 Uint8 which; /* The joystick device index */ 156 Uint8 which; /* The joystick device index */ 165 Uint8 which; /* The joystick device index */ 178 Uint8 which; /* The joystick device index */ 241 This function updates the event queue and internal input device state.
|
/external/qemu/distrib/sdl-1.2.12/src/audio/nto/ |
SDL_nto_audio.c | 52 /* Open the audio device for playback, and don't block if busy */ 168 static void NTO_DeleteAudioDevice(SDL_AudioDevice *device) 170 if ((device)&&(device->hidden)) 172 SDL_free(device->hidden); 174 if (device) 176 SDL_free(device); 366 /* Open the audio device */
|