HomeSort by relevance Sort by last modified time
    Searched full:note (Results 1376 - 1400 of 7374) sorted by null

<<51525354555657585960>>

  /frameworks/base/docs/html/guide/topics/search/
index.jd 71 <p class="note"><strong>Note</strong>: The search framework does <em>not</em> provide APIs to
  /frameworks/base/docs/html/guide/topics/ui/
themes.jd 163 <p class="note"><strong>Note:</strong> This technique for inheritance by chaining together
227 <p class="note"><strong>Note:</strong> Don't forget to prefix the property names in each
274 <p class="note"><strong>Note:</strong> The <code>style</code> attribute
331 method and pass it the theme resource ID. Note that, when doing so, you must be sure to set the theme <em>before</em>
346 screen of your application, note that the theme would not be applied
  /frameworks/base/docs/html/guide/tutorials/views/
hello-timepicker.jd 75 <p class="note"><strong>Tip:</strong> Press Ctrl(or Cmd) + Shift + O to import all needed packages.</p>
114 the <code>mTimeDisplay</code> TextView. Note that we call a new method, <code>pad()</code>,
  /frameworks/base/include/camera/
CameraHardwareInterface.h 119 * Note that this is operates as an AND, if any of the messages
205 * Release the hardware resources owned by this object. Note that this is
  /frameworks/base/obex/javax/obex/
SessionNotifier.java 58 * <H4>Additional Note for OBEX over Bluetooth</H4> If this method is called
95 * <H4>Additional Note for OBEX over Bluetooth</H4> If this method is called
  /frameworks/base/opengl/java/android/opengl/
GLUtils.java 85 * NOTE: this method doesn't change GL_UNPACK_ALIGNMENT, you must make
159 * NOTE: this method doesn't change GL_UNPACK_ALIGNMENT, you must make
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CdmaCall.java 86 /** Please note: if this is the foreground call and a
180 * Note that at this point, the hangup request has been dispatched to the radio
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/sms/
UserData.java 58 * Note this mapping is also equivalent to that used by both the
61 * Table 4.3.1.4.1-1 -- and note the encoding uses only 6 bits,
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmCall.java 82 /** Please note: if this is the foreground call and a
176 * Note that at this point, the hangup request has been dispatched to the radio
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
OverrideMethod.java 24 * Implementation note: all types required by this class(inner/outer classes & interfaces)
64 * Note: this is not intended to be used by the LayoutLib Bridge. It is intended to be called
TransformClassAdapter.java 79 // note: leave abstract classes as such
94 // note: leave abstract classes as such
  /frameworks/base/wifi/java/android/net/wifi/
SupplicantState.java 30 * Note, the order of these enum constants must match the numerical values of the
114 * fully configured. Note, however, that there may not be any IP
  /hardware/msm7k/libcamera/
QualcommCameraHardware.h 189 // NOTE: keep those values small; they are used internally as indices
191 // NOTE: if you add to this enumeration, make sure you update
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/src/
OMX_Core.c 115 * Note
163 * Note
329 * Note
406 * Note
443 * Note
497 * Note
533 * Note
616 * Note
  /hardware/ti/wlan/wl1271/CUDK/os/linux/src/
ipc_sta.c 81 * Note : don't open all the socket, only returns when one matches,
84 * Note : in 2001% of the case, we will just open the inet_sock.
  /hardware/ti/wlan/wl1271/platforms/hw/linux/
SdioAdapter.h 111 * \note It's assumed that this function is called only when idle (i.e. previous Txn is done).
137 * \note It's assumed that this function is called only when idle (i.e. previous Txn is done).
  /hardware/ti/wlan/wl1271/stad/src/Application/
roamingMngrTypes.h 81 * Note: TI_BOOL is not used, beacuse of misdefinition between the Driver and CU
96 * Note - It is the applicatio's responsibility to change the threshold when Voice is On
  /hardware/ti/wlan/wl1271/stad/src/Data_link/
txCtrlServ.c 72 dot11_header_t *pHeader; /* Note : there is no body for null frame */
147 * Note that the header length doesn't include it, so the txCtrl detects the pad existence
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
soundcard.h 771 #define _CHN_VOICE(dev, event, chn, note, parm) {_SEQ_NEEDBUF(8); _seqbuf[_seqbufptr] = EV_CHN_VOICE; _seqbuf[_seqbufptr+1] = (dev); _seqbuf[_seqbufptr+2] = (event); _seqbuf[_seqbufptr+3] = (chn); _seqbuf[_seqbufptr+4] = (note); _seqbuf[_seqbufptr+5] = (parm); _seqbuf[_seqbufptr+6] = (0); _seqbuf[_seqbufptr+7] = 0; _SEQ_ADVBUF(8);}
773 #define SEQ_START_NOTE(dev, chn, note, vol) _CHN_VOICE(dev, MIDI_NOTEON, chn, note, vol)
775 #define SEQ_STOP_NOTE(dev, chn, note, vol) _CHN_VOICE(dev, MIDI_NOTEOFF, chn, note, vol)
777 #define SEQ_KEY_PRESSURE(dev, chn, note, pressure) _CHN_VOICE(dev, MIDI_KEY_PRESSURE, chn, note, pressure)
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
soundcard.h 771 #define _CHN_VOICE(dev, event, chn, note, parm) {_SEQ_NEEDBUF(8); _seqbuf[_seqbufptr] = EV_CHN_VOICE; _seqbuf[_seqbufptr+1] = (dev); _seqbuf[_seqbufptr+2] = (event); _seqbuf[_seqbufptr+3] = (chn); _seqbuf[_seqbufptr+4] = (note); _seqbuf[_seqbufptr+5] = (parm); _seqbuf[_seqbufptr+6] = (0); _seqbuf[_seqbufptr+7] = 0; _SEQ_ADVBUF(8);}
773 #define SEQ_START_NOTE(dev, chn, note, vol) _CHN_VOICE(dev, MIDI_NOTEON, chn, note, vol)
775 #define SEQ_STOP_NOTE(dev, chn, note, vol) _CHN_VOICE(dev, MIDI_NOTEOFF, chn, note, vol)
777 #define SEQ_KEY_PRESSURE(dev, chn, note, pressure) _CHN_VOICE(dev, MIDI_KEY_PRESSURE, chn, note, pressure)
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
soundcard.h 771 #define _CHN_VOICE(dev, event, chn, note, parm) {_SEQ_NEEDBUF(8); _seqbuf[_seqbufptr] = EV_CHN_VOICE; _seqbuf[_seqbufptr+1] = (dev); _seqbuf[_seqbufptr+2] = (event); _seqbuf[_seqbufptr+3] = (chn); _seqbuf[_seqbufptr+4] = (note); _seqbuf[_seqbufptr+5] = (parm); _seqbuf[_seqbufptr+6] = (0); _seqbuf[_seqbufptr+7] = 0; _SEQ_ADVBUF(8);}
773 #define SEQ_START_NOTE(dev, chn, note, vol) _CHN_VOICE(dev, MIDI_NOTEON, chn, note, vol)
775 #define SEQ_STOP_NOTE(dev, chn, note, vol) _CHN_VOICE(dev, MIDI_NOTEOFF, chn, note, vol)
777 #define SEQ_KEY_PRESSURE(dev, chn, note, pressure) _CHN_VOICE(dev, MIDI_KEY_PRESSURE, chn, note, pressure)
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
soundcard.h 771 #define _CHN_VOICE(dev, event, chn, note, parm) {_SEQ_NEEDBUF(8); _seqbuf[_seqbufptr] = EV_CHN_VOICE; _seqbuf[_seqbufptr+1] = (dev); _seqbuf[_seqbufptr+2] = (event); _seqbuf[_seqbufptr+3] = (chn); _seqbuf[_seqbufptr+4] = (note); _seqbuf[_seqbufptr+5] = (parm); _seqbuf[_seqbufptr+6] = (0); _seqbuf[_seqbufptr+7] = 0; _SEQ_ADVBUF(8);}
773 #define SEQ_START_NOTE(dev, chn, note, vol) _CHN_VOICE(dev, MIDI_NOTEON, chn, note, vol)
775 #define SEQ_STOP_NOTE(dev, chn, note, vol) _CHN_VOICE(dev, MIDI_NOTEOFF, chn, note, vol)
777 #define SEQ_KEY_PRESSURE(dev, chn, note, pressure) _CHN_VOICE(dev, MIDI_KEY_PRESSURE, chn, note, pressure)
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
soundcard.h 771 #define _CHN_VOICE(dev, event, chn, note, parm) {_SEQ_NEEDBUF(8); _seqbuf[_seqbufptr] = EV_CHN_VOICE; _seqbuf[_seqbufptr+1] = (dev); _seqbuf[_seqbufptr+2] = (event); _seqbuf[_seqbufptr+3] = (chn); _seqbuf[_seqbufptr+4] = (note); _seqbuf[_seqbufptr+5] = (parm); _seqbuf[_seqbufptr+6] = (0); _seqbuf[_seqbufptr+7] = 0; _SEQ_ADVBUF(8);}
773 #define SEQ_START_NOTE(dev, chn, note, vol) _CHN_VOICE(dev, MIDI_NOTEON, chn, note, vol)
775 #define SEQ_STOP_NOTE(dev, chn, note, vol) _CHN_VOICE(dev, MIDI_NOTEOFF, chn, note, vol)
777 #define SEQ_KEY_PRESSURE(dev, chn, note, pressure) _CHN_VOICE(dev, MIDI_KEY_PRESSURE, chn, note, pressure)
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/
soundcard.h 771 #define _CHN_VOICE(dev, event, chn, note, parm) {_SEQ_NEEDBUF(8); _seqbuf[_seqbufptr] = EV_CHN_VOICE; _seqbuf[_seqbufptr+1] = (dev); _seqbuf[_seqbufptr+2] = (event); _seqbuf[_seqbufptr+3] = (chn); _seqbuf[_seqbufptr+4] = (note); _seqbuf[_seqbufptr+5] = (parm); _seqbuf[_seqbufptr+6] = (0); _seqbuf[_seqbufptr+7] = 0; _SEQ_ADVBUF(8);}
773 #define SEQ_START_NOTE(dev, chn, note, vol) _CHN_VOICE(dev, MIDI_NOTEON, chn, note, vol)
775 #define SEQ_STOP_NOTE(dev, chn, note, vol) _CHN_VOICE(dev, MIDI_NOTEOFF, chn, note, vol)
777 #define SEQ_KEY_PRESSURE(dev, chn, note, pressure) _CHN_VOICE(dev, MIDI_KEY_PRESSURE, chn, note, pressure)
  /ndk/build/toolchains/x86-4.2.1/
setup.mk 22 # Note that this file may end up being parsed several times in future
89 # NOTE: Ensure that TARGET_LIBGCC is placed after all private objects

Completed in 340 milliseconds

<<51525354555657585960>>