HomeSort by relevance Sort by last modified time
    Searched full:disc (Results 26 - 50 of 193) sorted by null

12 3 4 5 6 7 8

  /frameworks/support/v7/mediarouter/src/android/support/v7/media/
MediaItemMetadata.java 119 * Integer key: Disc number within a collection.
121 * The value is a one-based integer disc number.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
cdrom.h 28 * mount or play an empty slot, mount an audio disc, or play a data disc.
122 #define CDROM_SELECT_DISC 0x5323 /* Select disc (for juke-boxes) */
125 #define CDROM_DISC_STATUS 0x5327 /* Get disc type, etc. */
146 #define CDROM_LAST_WRITTEN 0x5395 /* get last block written on disc */
359 /* The leadout track is always 0xAA, regardless of # of tracks on disc */
375 #define CDC_SELECT_DISC 0x10 /* select disc from juke-box */
401 /* can also return CDS_NO_[INFO|DISC], from above */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
cdrom.h 28 * mount or play an empty slot, mount an audio disc, or play a data disc.
122 #define CDROM_SELECT_DISC 0x5323 /* Select disc (for juke-boxes) */
125 #define CDROM_DISC_STATUS 0x5327 /* Get disc type, etc. */
146 #define CDROM_LAST_WRITTEN 0x5395 /* get last block written on disc */
359 /* The leadout track is always 0xAA, regardless of # of tracks on disc */
375 #define CDC_SELECT_DISC 0x10 /* select disc from juke-box */
401 /* can also return CDS_NO_[INFO|DISC], from above */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
cdrom.h 28 * mount or play an empty slot, mount an audio disc, or play a data disc.
122 #define CDROM_SELECT_DISC 0x5323 /* Select disc (for juke-boxes) */
125 #define CDROM_DISC_STATUS 0x5327 /* Get disc type, etc. */
146 #define CDROM_LAST_WRITTEN 0x5395 /* get last block written on disc */
359 /* The leadout track is always 0xAA, regardless of # of tracks on disc */
375 #define CDC_SELECT_DISC 0x10 /* select disc from juke-box */
401 /* can also return CDS_NO_[INFO|DISC], from above */
  /external/libppp/src/
tty.c 96 int disc; /* Old line-discipline */ member in struct:ttydevice::__anon21090
281 if (ioctl(p->fd, TIOCGETD, &dev->real.disc) < 0) {
297 ID0ioctl(p->fd, TIOCSETD, &dev->real.disc);
306 ID0ioctl(p->fd, TIOCSETD, &dev->real.disc);
374 ID0ioctl(p->fd, TIOCSETD, &dev->real.disc);
396 if (ID0ioctl(p->fd, TIOCSETD, &dev->real.disc) == 0) {
707 dev->real.disc = -1;
lqr.c 374 u_int32_t LQRs, transitLQRs, pkts, octets, disc, err; local
401 disc = newlqr->PeerInDiscards - oldlqr->PeerInDiscards;
403 if (disc && err)
406 else if (disc)
  /external/chromium_org/chrome/common/extensions/docs/examples/howto/userscript-runat/
runat.user.js 74 'list-style-type: disc;',
  /external/chromium_org/content/browser/
browser_shutdown_profile_dumper.cc 36 DVLOG(1) << "Flushing shutdown traces to disc. The buffer is %" <<
  /external/kernel-headers/original/linux/
cdrom.h 28 * mount or play an empty slot, mount an audio disc, or play a data disc.
122 #define CDROM_SELECT_DISC 0x5323 /* Select disc (for juke-boxes) */
125 #define CDROM_DISC_STATUS 0x5327 /* Get disc type, etc. */
146 #define CDROM_LAST_WRITTEN 0x5395 /* get last block written on disc */
359 /* The leadout track is always 0xAA, regardless of # of tracks on disc */
375 #define CDC_SELECT_DISC 0x10 /* select disc from juke-box */
401 /* can also return CDS_NO_[INFO|DISC], from above */
    [all...]
tty.h 278 extern int tty_register_ldisc(int disc, struct tty_ldisc *new_ldisc);
279 extern int tty_unregister_ldisc(int disc);
  /external/libnfc-nci/src/nfa/hci/
nfa_hci_main.c 127 * HOT_PLUG_EVT(s) and or EE DISC REQ Ntf(s) are already received
133 /* Received HOT PLUG EVT, we will also wait for EE DISC REQ Ntf(s) */
159 /* Received DISC REQ Ntf while waiting for other Host in the network to bootup after DH host bootup is complete */
162 /* Received expected number of EE DISC REQ Ntf(s) */
171 /* Received DISC REQ Ntf during DH host bootup */
174 /* Received expected number of EE DISC REQ Ntf(s) */
491 /* Received HOT PLUG EVT, we will also wait for EE DISC REQ Ntf(s) */
496 /* Received EE DISC REQ Ntf(s) */
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
arc.c 103 double dsq, disc, s, sdx, sdy; local
108 disc = 1.0/dsq - 1.0/4.0;
113 if (floatIsZero(disc))
114 disc = 0.0;
116 if (disc < 0.0) return VG_FALSE; /* Points are too far apart */
117 s = sqrt(disc);
  /external/mesa3d/src/gallium/state_trackers/vega/
arc.c 103 double dsq, disc, s, sdx, sdy; local
108 disc = 1.0/dsq - 1.0/4.0;
113 if (floatIsZero(disc))
114 disc = 0.0;
116 if (disc < 0.0) return VG_FALSE; /* Points are too far apart */
117 s = sqrt(disc);
  /external/libnfc-nci/src/nfc/llcp/
llcp_link.c 306 /* We had sent out DISC */
421 /* get rid of the data pending in NFC tx queue, so DISC PDU can be sent ASAP */
426 /* Wait until DISC is sent to peer */
427 LLCP_TRACE_DEBUG0 ("llcp_link_deactivate (): Wait until DISC is sent to peer");
433 /* if DISC is sent to NFCC, wait for short period for NFCC to send it to peer */
444 /* if received DISC to deactivate LLCP link as target role, send SYMM PDU */
948 /* wait for short period for NFCC to send DISC */
    [all...]
llcp_dlc.c 399 /* set flag to send DISC when tx queue is empty */
734 ** Description Process DISC PDU
750 LLCP_TRACE_ERROR1 ("llcp_dlc_proc_disc_pdu (): Received extra data (%d bytes) in DISC PDU", length);
    [all...]
  /packages/apps/Nfc/nci/jni/
PeerToPeer.cpp     [all...]
  /external/bzip2/
manual.html 105 <li class="listitem" style="list-style-type: disc"><p>Redistributions of source code must retain the
108 <li class="listitem" style="list-style-type: disc"><p>The origin of this software must not be
113 <li class="listitem" style="list-style-type: disc"><p>Altered source versions must be plainly marked
116 <li class="listitem" style="list-style-type: disc"><p>The name of the author may not be used to
232 <li class="listitem" style="list-style-type: disc"><p><a class="xref" href="#using" title="2.?How to use bzip2">How to use bzip2</a> describes how to use
236 <li class="listitem" style="list-style-type: disc"><p><a class="xref" href="#libprog" title="3.? Programming with libbzip2">Programming with libbzip2</a> describes the
238 <li class="listitem" style="list-style-type: disc"><p><a class="xref" href="#misc" title="4.?Miscellanea">Miscellanea</a> records some
267 <li class="listitem" style="list-style-type: disc"><p><code class="computeroutput">bzip2</code>,
270 <li class="listitem" style="list-style-type: disc"><p><code class="computeroutput">bzcat</code> -
272 <li class="listitem" style="list-style-type: disc"><p><code class="computeroutput">bzip2recover</code>
    [all...]
  /external/eigen/Eigen/src/Eigenvalues/
ComplexSchur.h 251 ComplexScalar disc = sqrt(c*c + RealScalar(4)*b); local
254 ComplexScalar eival1 = (trace + disc) / RealScalar(2);
255 ComplexScalar eival2 = (trace - disc) / RealScalar(2);
  /frameworks/av/media/libstagefright/rtsp/
MyHandler.h 90 kWhatDisconnected = 'disc',
448 (new AMessage('disc', id()))->post();
453 case 'disc':
566 sp<AMessage> reply = new AMessage('disc', id());
611 sp<AMessage> reply = new AMessage('disc', id());
748 sp<AMessage> reply = new AMessage('disc', id());
781 sp<AMessage> reply = new AMessage('disc', id());
902 sp<AMessage> reply = new AMessage('disc', id());
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/p2p/nsd/
WifiP2pServiceResponse.java 190 * P2P-SERV-DISC-RESP &lt;address&gt; &lt;update indicator&gt; &lt;response data&gt;
191 * e.g) P2P-SERV-DISC-RESP 02:03:7f:11:62:da 1 0300000101
  /external/bluetooth/bluedroid/stack/hid/
hidh_conn.c 586 HIDH_TRACE_WARNING1 ("HID-Host Rcvd L2CAP disc, unknown CID: 0x%x", l2cap_cid);
593 HIDH_TRACE_EVENT1 ("HID-Host Rcvd L2CAP disc, CID: 0x%x", l2cap_cid);
664 HIDH_TRACE_WARNING1 ("HID-Host Rcvd L2CAP disc cfm, unknown CID: 0x%x", l2cap_cid);
668 HIDH_TRACE_EVENT1 ("HID-Host Rcvd L2CAP disc cfm, CID: 0x%x", l2cap_cid);
    [all...]
  /external/bluetooth/bluedroid/stack/sdp/
sdp_main.c 465 SDP_TRACE_WARNING1 ("SDP - Rcvd L2CAP disc, unknown CID: 0x%x", l2cap_cid);
472 SDP_TRACE_EVENT1 ("SDP - Rcvd L2CAP disc, CID: 0x%x", l2cap_cid);
678 SDP_TRACE_WARNING1 ("SDP - Rcvd L2CAP disc cfm, unknown CID: 0x%x", l2cap_cid);
682 SDP_TRACE_EVENT1 ("SDP - Rcvd L2CAP disc cfm, CID: 0x%x", l2cap_cid);
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
povray.php 102 'disc', 'mesh', 'triangle', 'smooth_triangle', 'mesh2', 'vertex_vectors', 'normal_vectors', 'uv_vectors',
  /external/qemu/distrib/sdl-1.2.15/docs/html/
sdlcd.html 242 >. It represents an opened CDROM device and stores information on the layout of the tracks on the disc.</P
  /frameworks/av/media/libstagefright/httplive/
LiveSession.h 99 kWhatDisconnect = 'disc',

Completed in 759 milliseconds

12 3 4 5 6 7 8