Searched defs:note (Results 1 - 25 of 67) 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.py8 from llvmbuild.util import fatal, note namespace
945 note("configured file %r hasn't changed" % outpath)
/external/llvm/utils/lit/lit/
H A DLitConfig.py65 self.note('load_config from %r' % path)
94 self.note("Unable to find 'bash.exe'.")
110 def note(self, message): member in class:LitConfig
111 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:__anon30877
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:__anon30864
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:__anon30867
/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:__anon30927
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:__anon30914
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:__anon30917
/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:__anon30979
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:__anon30982
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:__anon30962
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:__anon30969
/external/chromium_org/chrome/installer/mac/
H A Dkeystone_install.sh81 note() { function
120 note "g_temp_dir = ${g_temp_dir}"
353 note "g_os_version = ${g_os_version}"
394 note "g_ksadmin_version = ${g_ksadmin_version}"
525 note "marking 32-bit-only system"
528 note "couldn't mark 32-bit-only system, no ksadmin support"
536 note "current_tag = ${current_tag}"
539 note "current tag already has -32bit"
553 note "new_tag = ${new_tag}"
562 note "marke
[all...]
/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/oprofile/daemon/liblegacy/
H A Dopd_mapping.c139 void opd_handle_mapping(struct op_note const * note) argument
146 proc = opd_get_proc(note->pid, note->tgid);
149 verbprintf(vmisc, "Told about mapping for non-existent process %u.\n", note->pid);
150 proc = opd_new_proc(note->pid, note->tgid);
153 hash = note->hash;
166 image = opd_get_image(name, proc->name, 0, note->pid, note->tgid);
168 opd_add_mapping(proc, image, note
[all...]
H A Dinit.c72 fprintf(stderr, "Failed to open note device. Possibly you have passed incorrect\n"
75 perror("Failed to open note device");
117 * @param nbuf note buffer area
118 * @param nsize size of note buffer
132 /* it's always OK to read the note device */
159 * @param nbuf note buffer
160 * @param nsize size of note buffer
215 struct op_note const * note; local
218 note = &opd_buf[i];
222 switch (note
[all...]
H A Dopd_proc.c238 void opd_handle_fork(struct op_note const * note) argument
244 verbprintf(vmisc, "DO_FORK: from %d, %d to %ld, %ld\n", note->pid, note->tgid,
245 note->addr, note->len);
247 old = opd_get_proc(note->pid, note->tgid);
257 if (opd_get_proc(note->addr, note->len))
261 proc = opd_new_proc(note
317 opd_handle_exit(struct op_note const * note) argument
[all...]
/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/oprofile/libutil++/
H A Dop_spu_bfd.cpp57 asection * note = NULL; local
92 /* For embedded SPU ELF, a note section named '.note.spu_name'
96 note = bfd_get_section_by_name(ibfd.abfd, ".note.spu_name");
97 if (!note) {
98 cverb << vbfd << "No .note.spu-name section found" << endl;
101 cverb << vbfd << "found .note.spu_name section" << endl;
105 sec_size = bfd_section_size(ibfd.abfd, note)/oct_per_byte;
108 if (!bfd_get_section_contents(ibfd.abfd, note, sec_content
[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/oprofile/module/x86/
H A Dop_syscalls.c50 struct op_note note; local
56 note.pid = current->pid;
57 note.tgid = op_get_tgid();
58 note.addr = addr;
59 note.len = len;
60 note.offset = offset;
61 note.type = is_execve ? OP_EXEC : OP_MAP;
62 note.hash = hash_path(file);
63 if (note.hash == -1)
65 /* holding note loc
210 struct op_note note; local
281 struct op_note note; local
293 struct op_note note; local
[all...]
/external/proguard/src/proguard/
H A DConfiguration.java304 public List note = null; field in class:Configuration

Completed in 380 milliseconds

123