/external/dhcpcd/ |
bpf.c | 66 char *device; local 69 device = xmalloc(sizeof(char) * PATH_MAX); 71 snprintf(device, PATH_MAX, "/dev/bpf%d", n++); 72 fd = open(device, O_RDWR | O_NONBLOCK); 74 free(device);
|
/external/e2fsprogs/misc/ |
e2image.8.in | 13 .I device 19 .I device 81 file back to the device. It can be used to restore the filesystem metadata 82 back to the device in emergency situations. 113 recommended command is as follows (replace hda1 with the appropriate device):
|
/external/kernel-headers/original/linux/ |
if_arp.h | 65 #define ARPHRD_FRAD 770 /* Frame Relay Access Device */ 67 #define ARPHRD_LOOPBACK 772 /* Loopback device */ 68 #define ARPHRD_LOCALTLK 773 /* Localtalk device */ 71 #define ARPHRD_SIT 776 /* sit0 device - IPv6-in-IPv4 */ 166 /* ARP header, plus 2 device addresses, plus 2 IP addresses. */
|
/external/libnfc-nxp/src/ |
phHciNfc_IDMgmt.h | 82 * the Device Interface Link . 105 * the Device Interface Link . 124 * the Host Controller Device and the NFC Device. 129 * the Device Interface Link .
|
phHciNfc_Jewel.h | 125 * the Device Interface Link 197 * the Device Interface Link 220 * the Device Interface Link 222 * \param[in] cmd command that needs to be sent to the device 247 * the Device Interface Link
|
phHciNfc_PollingLoop.h | 93 * the Device Interface Link . 113 * between the Host Controller Device and the NFC Device. 118 * the Device Interface Link . 145 * the Device Interface Link
|
/external/oprofile/ |
opimport_pull | 9 print " serial_number: the device being profiled" 40 device = " -s %s" % sys.argv[2] 43 device = "" 67 "> /dev/null 2>&1" % (device, output_dir)) 69 print "adb%s pull failure, exiting" % device
|
/external/quake/quake/src/WinQuake/ |
snd_sun.cpp | 69 Con_Printf("Audio device is being used by another process\n"); 78 Con_Printf("Could not communicate with audio device.\n"); 139 Con_Printf("Could not communicate with audio device.\n"); 155 Con_Printf("Could not communicate with audio device.\n"); 176 Send sound to device if buffer isn't really the dma buffer
|
/frameworks/base/core/java/android/os/ |
SystemClock.java | 43 * sleep (CPU off, display dark, device waiting for external input), 52 * device sleep. Most methods that accept a timestamp value expect the 66 * clock; if the device enters sleep, the remainder of the time will be 67 * postponed until the device wakes up. These synchronous functions may 83 * recurring events which occur even when the device is in deep sleep
|
/frameworks/base/core/jni/ |
android_media_AudioSystem.cpp | 0 /* //device/libs/android_runtime/android_media_AudioSystem.cpp 126 android_media_AudioSystem_setDeviceConnectionState(JNIEnv *env, jobject thiz, jint device, jint state, jstring device_address) 129 int status = check_AudioSystem_Command(AudioSystem::setDeviceConnectionState(static_cast <AudioSystem::audio_devices>(device), 137 android_media_AudioSystem_getDeviceConnectionState(JNIEnv *env, jobject thiz, jint device, jstring device_address) 140 int state = static_cast <int>(AudioSystem::getDeviceConnectionState(static_cast <AudioSystem::audio_devices>(device),
|
/frameworks/base/docs/html/guide/topics/location/ |
index.jd | 10 device's location and bearing and register for updates</li> 29 <p>Location and maps-based applications are compelling for mobile device users. You 37 the device through the classes in the {@code android.location} package. The 40 determine location and bearing of the underlying device (if available). </p> 56 <li>Register/unregister for a given {@link android.content.Intent} to be fired if the device
|
/frameworks/base/docs/html/guide/topics/resources/ |
index.jd | 24 resources also allows you to provide alternative resources that support specific device 49 the device configuration or when there are no alternative resources that match the current 60 device's current configuration to your resource directory names.</p> 64 the same application with a set of alternative resources that qualify for one of the device 74 alternative resources for specific device configurations.</dd>
|
localization.jd | 14 that match the device's locale.</li>
37 <li><a href="#device">Testing on a Device</a></li>
102 sets of resources, each customized for a different device configuration. When a
104 resources that best match the device.</p>
125 device's locale.</p></td>
155 <li>When this application is launched on a device with locale set to English,
160 button</strong> when this application is launched on a device set to a
246 <li>If the device is set to any language other than French, Android will load
248 <li>If the device is set to French, Android will load <code>title</code> from [all...] |
/packages/apps/Settings/res/xml/ |
device_info_settings.xml | 36 <!-- Device status - launches activity --> 108 <!-- Device hardware model --> 114 <!-- Device firmware version --> 120 <!-- Device Baseband version --> 126 <!-- Device Kernel version -->
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/ |
XKBsrv.h | 149 DeviceIntPtr device; member in struct:_XkbSrvInfo 242 #define WRAP_PROCESS_INPUT_PROC(device, oldprocs, proc, unwrapproc) \ 243 device->public.processInputProc = proc; \ 245 oldprocs->realInputProc = device->public.realInputProc; \ 246 device->public.realInputProc = proc; \ 247 oldprocs->unwrapProc = device->unwrapProc; \ 248 device->unwrapProc = unwrapproc; 250 #define COND_WRAP_PROCESS_INPUT_PROC(device, oldprocs, proc, unwrapproc) \ 251 if (device->public.processInputProc == device->public.realInputProc) [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/net/ |
if_arp.h | 109 #define ARPHRD_FRAD 770 /* Frame Relay Access Device. */ 111 #define ARPHRD_LOOPBACK 772 /* Loopback device. */ 112 #define ARPHRD_LOCALTLK 773 /* Localtalk device. */ 115 #define ARPHRD_SIT 776 /* sit0 device - IPv6-in-IPv4. */ 174 unsigned long int dev; /* Device entry is tied to. */
|
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/handler/ |
BaseFileHandler.java | 40 * Base handler class for handler dealing with files located on a device. 58 * @param sync the {@link SyncService} to use to pull the file from the device 60 * @param remoteFilePath The name of the file to pull off of the device 115 * Pulls a file off of a device. This displays a {@link ProgressMonitorDialog} and therefore 133 "Pulling %1$s from the device", remoteFilePath)));
|
/system/core/toolbox/ |
lsof.c | 60 "DEVICE", 100 char device[10]; local 110 while (fscanf(maps, "%*x-%*x %*s %zx %5s %ld %s\n", &offset, device, &inode, 113 if (inode == 0 || !strcmp(device, "00:00")) 117 "???", device, offset, inode, file);
|
/system/extras/tests/directiotest/ |
directiotest.c | 17 * of direct i/o on a block device node. 196 fprintf(stderr, "%s is not a block device\n", path); 219 * Start the actual test. Go through the entire device, writing 224 printf("Warning: Device too large for test variables\n"); 225 printf("Entire device will not be tested\n");
|
/device/samsung/crespo/liboverlay/ |
overlay.cpp | 110 struct overlay_control_device_t device; member in struct:overlay_control_context_t 118 struct overlay_data_device_t device; member in struct:overlay_data_context_t 151 const char* name, struct hw_device_t** device); 558 LOGE("Failed to open overlay device : %s\n", strerror(errno)); [all...] |
/external/bluetooth/bluez/audio/ |
sink.c | 41 #include "device.h" 48 #include "../src/device.h" 176 struct audio_device *device = user_data; local 177 struct sink *sink = device->sink; 179 DBG("Sink: disconnect %s", device->path); 593 "Device Already Connected"); 614 struct audio_device *device = data; local 615 struct sink *sink = device->sink; 622 "Device not Connected"); 653 struct audio_device *device = data local 687 struct audio_device *device = data; local 722 struct audio_device *device = data; local 742 struct audio_device *device = data; local [all...] |
/external/iproute2/doc/ |
ip-tunnels.tex | 36 will create tunnel device with name \verb|MY-TUNNEL|. Now you may configure 78 Q: In 2.0.36 I used to load \verb|tunnel| device module and \verb|ipip| module. 106 \item {\bf In 2.0} you could compile tunnel device into kernel 113 tunnel device \verb|tunl0| and another tunnels may be created with command 132 {\bf 2.2} interprets this command equally for all device 148 Mode & Description & Base device \\ 161 This command creates new tunnel device with name \verb|<NAME>|. 186 that base device or fallback tunnel cannot be replicated.\footnote{ 197 After tunnel device is created you should configure it as you did 220 reachable over device \verb|tunl0|. With IPv6 the situation is much simpler [all...] |
/external/kernel-headers/original/linux/mtd/ |
nand.h | 28 /* Scan and identify a NAND device */ 30 /* Free resources held by the NAND device */ 82 /* Extended commands for AG-AND device */ 141 /* Device supports partial programming without padding */ 207 * @active: the mtd device which holds the controller currently 288 * @IO_ADDR_R: [BOARDSPECIFIC] address to read the 8 I/O lines of the flash device 289 * @IO_ADDR_W: [BOARDSPECIFIC] address to write the 8 I/O lines of the flash device 300 * @dev_ready: [BOARDSPECIFIC] hardwarespecific function for accesing device ready/busy line 313 * @state: [INTERN] the current state of the NAND device 409 * struct nand_flash_dev - NAND Flash Device ID Structur [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
BluetoothOppTransfer.java | 65 * This class run an actual Opp transfer session (from connect target device to 365 * 3) new a thread to connect to target device 366 * 3.1) Try a few times to do SDP query for target device OPUSH channel 557 BluetoothDevice device = intent.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE); 558 if (V) Log.v(TAG, "ACTION_UUID for device " + device); 559 if (device.equals(mBatch.mDestination)) { 568 if (V) Log.v(TAG, "SDP get OPP result for device " + device); 585 private final BluetoothDevice device; field in class:BluetoothOppTransfer.SocketConnectThread [all...] |
/dalvik/tools/ |
dexcheck | 19 # Android device connected to your computer. 23 # 1. Disconnect all but one device from USB. 46 echo 'ERROR: commands must run as root on device (try "adb root" first?)'
|