Searched defs:note (Results 1 - 25 of 58) 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
1000 note("configured file %r hasn't changed" % outpath)
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/scanner/
H A DScannerException.java41 * @param note
46 String note) {
47 super(context, contextMark, problem, problemMark, note);
45 ScannerException(String context, Mark contextMark, String problem, Mark problemMark, String note) argument
/external/python/cpython2/Doc/includes/
H A Dmp_webserver.py26 def note(format, *args): function
33 note(format, *args)
36 note('starting server')
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/error/
H A DMarkedYAMLException.java25 private String note; field in class:MarkedYAMLException
28 Mark problemMark, String note) {
29 this(context, contextMark, problem, problemMark, note, null);
33 Mark problemMark, String note, Throwable cause) {
39 this.note = note;
79 if (note != null) {
80 lines.append(note);
27 MarkedYAMLException(String context, Mark contextMark, String problem, Mark problemMark, String note) argument
32 MarkedYAMLException(String context, Mark contextMark, String problem, Mark problemMark, String note, Throwable cause) argument
/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:__anon18667
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:__anon18670
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:__anon18650
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:__anon18657
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/swiftshader/third_party/LLVM/utils/lit/lit/
H A DLitConfig.py100 self.note("Unable to find 'bash.exe'.")
118 def note(self, message): member in class:LitConfig
119 self._write_message('note', message)
/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/llvm/utils/lit/lit/
H A DLitConfig.py97 self.note('load_config from %r' % path)
140 def note(self, message): member in class:LitConfig
141 self._write_message('note', message)
/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-amd64-solaris.c477 VexEmNote note; local
539 note = LibVEX_GuestAMD64_fxrstor((HWord)fs, &tst->arch.vex);
540 if (note != EmNote_NONE)
543 tid, LibVEX_EmNote_string(note));
/external/ImageMagick/MagickCore/
H A Dmagick.h65 *note, member in struct:_MagickInfo
/external/autotest/frontend/server/
H A Dmodels.py25 'Note : %(note)s\n')
37 note = dbmodels.TextField(null=True, blank=True) variable in class:Server
58 'note': self.note}
91 details['note'] = self.note
/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/ltp/testcases/kernel/syscalls/sigrelse/
H A Dsigrelse01.c385 char note[MAXMESG]; /* message buffer for pipe */ local
390 /* set note to READY and if an error occurs, overwrite it */
391 (void)strcpy(note, READY);
395 /* an error occured - put mesg in note and send it back to parent */
396 (void)strcpy(note, mesg);
399 /* an error occured - put mesg in note and send it back to parent */
400 (void)strcpy(note, mesg);
409 (void)sprintf(note,
420 * send note to parent (if not READY, parent will BROK) and
427 if (write_pipe(pipe_fd[1], note) <
[all...]
/external/proguard/src/proguard/
H A DConfiguration.java304 public List note = null; field in class:Configuration

Completed in 1307 milliseconds

123