Searched defs:note (Results 1 - 25 of 53) sorted by relevance

123

/external/llvm/utils/llvm-build/llvmbuild/
H A Dutil.py8 note = lambda message: _write_message('note', message) variable
13 __all__ = ['note', 'warning', 'error', 'fatal']
H A Dmain.py9 from llvmbuild.util import fatal, note namespace
966 note("configured file %r hasn't changed" % outpath)
/external/llvm/utils/lit/lit/
H A DLitConfig.py65 self.note('load_config from %r' % path)
108 def note(self, message): member in class:LitConfig
109 self._write_message('note', message)
/external/sonivox/arm-fm-22k/lib_src/
H A Deas_rtttldata.h56 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:__anon14221
65 EAS_I8 duration; /* default note duration */
H A Deas_imelodydata.h54 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:__anon14208
H A Deas_otadata.h62 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:__anon14211
H A Deas_rtttl.c48 /* 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
[all...]
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_rtttldata.h56 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:__anon14271
65 EAS_I8 duration; /* default note duration */
H A Deas_imelodydata.h54 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:__anon14258
H A Deas_otadata.h62 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:__anon14261
H A Deas_rtttl.c48 /* 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
[all...]
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_rtttldata.h56 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:__anon14323
65 EAS_I8 duration; /* default note duration */
H A Deas_tcdata.h51 EAS_I32 length; /* length of current note */
55 EAS_I8 note; /* current note */ member in struct:__anon14326
56 EAS_I8 repeatCount; /* note repeat counter */
H A Deas_imelodydata.h54 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:__anon14306
H A Deas_otadata.h62 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:__anon14313
H A Deas_rtttl.c48 /* 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
[all...]
/external/google-breakpad/src/common/linux/
H A Delf_core_dump_unittest.cc197 ElfCoreDump::Note note = core.GetFirstNote(); local
198 while (note.IsValid()) {
199 MemoryRange name = note.GetName();
200 MemoryRange description = note.GetDescription();
204 switch (note.GetType()) {
244 note = note.GetNextNote();
/external/llvm/utils/Misc/
H A Dzkill19 note = lambda message: _write_message('note', message) variable
219 note('using signal %d (SIG%s)' % (signal, name))
221 note('using signal %d' % signal)
265 note('kill(%r, %s) # (user=%r, executable=%r, CPU=%2.2f%%, time=%r, vmem=%r, rss=%r)' %
/external/google-breakpad/src/client/linux/minidump_writer/
H A Dlinux_core_dumper.cc140 ElfCoreDump::Note note = core_.GetFirstNote(); local
141 if (!note.IsValid()) {
148 ElfCoreDump::Word type = note.GetType();
149 MemoryRange name = note.GetName();
150 MemoryRange description = note.GetDescription();
246 note = note.GetNextNote();
247 } while (note.IsValid());
/external/libexif/libexif/fuji/
H A Dexif-mnote-data-fuji.c256 ExifMnoteDataFuji *note = (ExifMnoteDataFuji *) d; local
258 if (!note) return 0;
259 if (note->count <= n) return 0;
260 return note->entries[n].tag;
/external/libexif/libexif/pentax/
H A Dexif-mnote-data-pentax.c246 "Parsing Pentax maker note v%d...", (int)n->version);
251 "Parsing Casio maker note v2...");
258 "Parsing Pentax maker note v1...");
339 ExifMnoteDataPentax *note = (ExifMnoteDataPentax *) d; local
341 if (!note) return 0;
342 if (note->count <= n) return 0;
343 return note->entries[n].tag;
349 ExifMnoteDataPentax *note = (ExifMnoteDataPentax *) d; local
351 if (!note) return NULL;
352 if (note
359 ExifMnoteDataPentax *note = (ExifMnoteDataPentax *) d; local
369 ExifMnoteDataPentax *note = (ExifMnoteDataPentax *) d; local
[all...]
/external/google-breakpad/src/third_party/libdisasm/
H A Dx86_format.c1042 if (!(insn->note & insn_note_nosuffix) &&
1096 char note[32] = {0}; local
1099 if ( insn->note & insn_note_ring0 ) {
1100 STRNCATF( note, "%s", "Ring0 ", note_len );
1102 if ( insn->note & insn_note_smm ) {
1103 STRNCATF( note, "%s", "SMM ", note_len );
1105 if ( insn->note & insn_note_serial ) {
1106 STRNCATF(note, "%s", "Serialize ", note_len );
1108 STRNCATF( buf, "%s|", note, len );
1148 /* insn note */
[all...]
/external/libexif/libexif/canon/
H A Dexif-mnote-data-canon.c81 exif_mnote_data_canon_get_value (ExifMnoteData *note, unsigned int n, char *val, unsigned int maxlen) argument
83 ExifMnoteDataCanon *dc = (ExifMnoteDataCanon *) note;
314 exif_mnote_data_canon_get_name (ExifMnoteData *note, unsigned int i) argument
316 ExifMnoteDataCanon *dc = (ExifMnoteDataCanon *) note;
326 exif_mnote_data_canon_get_title (ExifMnoteData *note, unsigned int i) argument
328 ExifMnoteDataCanon *dc = (ExifMnoteDataCanon *) note;
338 exif_mnote_data_canon_get_description (ExifMnoteData *note, unsigned int i) argument
340 ExifMnoteDataCanon *dc = (ExifMnoteDataCanon *) note;
/external/libexif/libexif/olympus/
H A Dexif-mnote-data-olympus.c283 "Parsing Olympus/Sanyo/Epson maker note v1...");
307 "Parsing Olympus maker note v2 (0x%02x, %02x, %02x, %02x)...",
323 "Parsing Nikon maker note v1 (0x%02x, %02x, %02x, "
351 "Parsing Nikon maker note v2 (0x%02x, %02x, %02x, "
394 "Parsing Nikon maker note v0 (0x%02x, %02x, %02x, "
514 ExifMnoteDataOlympus *note = (ExifMnoteDataOlympus *) d; local
516 if (!note) return 0;
517 if (note->count <= n) return 0;
518 return note->entries[n].tag;
/external/proguard/src/proguard/
H A DConfiguration.java304 public List note = null; field in class:Configuration

Completed in 483 milliseconds

123