HomeSort by relevance Sort by last modified time
    Searched refs:note (Results 1 - 25 of 284) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/qemu/distrib/sdl-1.2.12/src/video/quartz/
SDL_QuartzWindow.h 29 - (void)appDidHide:(NSNotification*)note;
30 - (void)appWillUnhide:(NSNotification*)note;
31 - (void)appDidUnhide:(NSNotification*)note;
  /development/tutorials/NotepadCodeLab/Notepadv3Solution/src/com/android/demo/notepad3/
NoteEdit.java 69 Cursor note = mDbHelper.fetchNote(mRowId); local
70 startManagingCursor(note);
71 mTitleText.setText(note.getString(
72 note.getColumnIndexOrThrow(NotesDbAdapter.KEY_TITLE)));
73 mBodyText.setText(note.getString(
74 note.getColumnIndexOrThrow(NotesDbAdapter.KEY_BODY)));
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
seqmid.h 364 * \brief set note event
367 * \param key note key
374 (ev)->data.note.channel = (ch),\
375 (ev)->data.note.note = (key),\
376 (ev)->data.note.velocity = (vel),\
377 (ev)->data.note.duration = (dur))
380 * \brief set note-on event
383 * \param key note key
389 (ev)->data.note.channel = (ch),
    [all...]
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyKeyEvent.java 112 String note; local
114 note = "ACTION_UP";
116 note = "ACTION_DOWN";
120 System.out.println(":SendKey (" + note + "): "
MonkeyMotionEvent.java 135 String note; local
138 note = "DOWN";
140 note = "UP";
142 note = "MOVE";
144 System.out.println(":Sending Pointer ACTION_" + note +
  /external/sonivox/arm-fm-22k/lib_src/
eas_rtttldata.h 56 EAS_I32 tick; /* length of 32nd note in 256th of a msec */
57 EAS_I32 restTicks; /* ticks to rest after current note */
63 EAS_U8 note; /* MIDI note number */ member in struct:__anon7240
65 EAS_I8 duration; /* default note duration */
eas_imelodydata.h 54 EAS_I32 tickBase; /* basline length of 32nd note in 256th of a msec */
55 EAS_I32 tick; /* actual length of 32nd note in 256th of a msec */
56 EAS_I32 restTicks; /* ticks to rest after current note */
66 EAS_U8 note; /* MIDI note number */ member in struct:__anon7227
eas_otadata.h 62 EAS_U32 tick; /* length of 32nd note in 256th of a msec */
63 EAS_U32 restTicks; /* ticks to rest after current note */
71 EAS_U8 note; /* MIDI note number */ member in struct:__anon7230
eas_rtttl.c 48 /* length of 32nd note in 1/256ths of a msec for 63 BPM tempo */
57 /* note used for rest */
89 /* lookup table for note values */
267 EAS_U8 note; local
284 /* check for end of note */
285 if (pData->note)
287 /* stop the note */
288 VMStopNote(pEASData->pVoiceMgr, pData->pSynth, RTTTL_CHANNEL, pData->note, 0);
289 pData->note = 0;
302 note = 0
    [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_rtttldata.h 56 EAS_I32 tick; /* length of 32nd note in 256th of a msec */
57 EAS_I32 restTicks; /* ticks to rest after current note */
63 EAS_U8 note; /* MIDI note number */ member in struct:__anon7290
65 EAS_I8 duration; /* default note duration */
eas_imelodydata.h 54 EAS_I32 tickBase; /* basline length of 32nd note in 256th of a msec */
55 EAS_I32 tick; /* actual length of 32nd note in 256th of a msec */
56 EAS_I32 restTicks; /* ticks to rest after current note */
66 EAS_U8 note; /* MIDI note number */ member in struct:__anon7277
eas_otadata.h 62 EAS_U32 tick; /* length of 32nd note in 256th of a msec */
63 EAS_U32 restTicks; /* ticks to rest after current note */
71 EAS_U8 note; /* MIDI note number */ member in struct:__anon7280
eas_rtttl.c 48 /* length of 32nd note in 1/256ths of a msec for 63 BPM tempo */
57 /* note used for rest */
89 /* lookup table for note values */
267 EAS_U8 note; local
284 /* check for end of note */
285 if (pData->note)
287 /* stop the note */
288 VMStopNote(pEASData->pVoiceMgr, pData->pSynth, RTTTL_CHANNEL, pData->note, 0);
289 pData->note = 0;
302 note = 0
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_rtttldata.h 56 EAS_I32 tick; /* length of 32nd note in 256th of a msec */
57 EAS_I32 restTicks; /* ticks to rest after current note */
63 EAS_U8 note; /* MIDI note number */ member in struct:__anon7342
65 EAS_I8 duration; /* default note duration */
eas_tcdata.h 51 EAS_I32 length; /* length of current note */
55 EAS_I8 note; /* current note */ member in struct:__anon7345
56 EAS_I8 repeatCount; /* note repeat counter */
eas_imelodydata.h 54 EAS_I32 tickBase; /* basline length of 32nd note in 256th of a msec */
55 EAS_I32 tick; /* actual length of 32nd note in 256th of a msec */
56 EAS_I32 restTicks; /* ticks to rest after current note */
67 EAS_U8 note; /* MIDI note number */ member in struct:__anon7325
eas_otadata.h 62 EAS_U32 tick; /* length of 32nd note in 256th of a msec */
63 EAS_U32 restTicks; /* ticks to rest after current note */
71 EAS_U8 note; /* MIDI note number */ member in struct:__anon7332
eas_rtttl.c 48 /* length of 32nd note in 1/256ths of a msec for 63 BPM tempo */
57 /* note used for rest */
89 /* lookup table for note values */
267 EAS_U8 note; local
284 /* check for end of note */
285 if (pData->note)
287 /* stop the note */
288 VMStopNote(pEASData->pVoiceMgr, pData->pSynth, RTTTL_CHANNEL, pData->note, 0);
289 pData->note = 0;
302 note = 0
    [all...]
  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_MONITOR_ENTER.S 21 @ Bail to interpreter - no chain [note - r4 still contains rPC]
TEMPLATE_MONITOR_ENTER_DEBUG.S 28 @ Bail to interpreter - no chain [note - r4 still contains rPC]
  /external/e2fsprogs/lib/
Makefile.elf-lib 56 --remove-section=.note $(DESTDIR)$(ELF_INSTALL_DIR)/$(ELF_LIB)
61 --remove-section=.note $(DESTDIR)$(ELF_INSTALL_DIR)/$(ELF_LIB)
  /external/proguard/src/proguard/
Configuration.java 294 public List note = null; field in class:Configuration
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/arm-eabi/lib/ldscripts/
armelf.xr 13 .note.gnu.build-id : { *(.note.gnu.build-id) }
151 .note.gnu.arm.ident 0 : { KEEP (*(.note.gnu.arm.ident)) }
armelf.xu 13 .note.gnu.build-id : { *(.note.gnu.build-id) }
152 .note.gnu.arm.ident 0 : { KEEP (*(.note.gnu.arm.ident)) }
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/arm-eabi/lib/ldscripts/
armelf.xr 13 .note.gnu.build-id : { *(.note.gnu.build-id) }
151 .note.gnu.arm.ident 0 : { KEEP (*(.note.gnu.arm.ident)) }

Completed in 383 milliseconds

1 2 3 4 5 6 7 8 91011>>