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

1 2 3 4

  /external/llvm/utils/llvm-build/llvmbuild/
util.py 8 note = lambda message: _write_message('note', message) variable
13 __all__ = ['note', 'warning', 'error', 'fatal']
  /external/python/cpython2/Doc/includes/
mp_webserver.py 26 def note(format, *args): function
33 note(format, *args)
36 note('starting server')
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/llvm-build/llvmbuild/
util.py 8 note = lambda message: _write_message('note', message) variable
13 __all__ = ['note', 'warning', 'error', 'fatal']
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_program_binary.c 37 const struct build_id_note *note = local
39 assert(note);
53 _mesa_sha1_update(&ctx, build_id_data(note), build_id_length(note));
  /external/swiftshader/third_party/LLVM/utils/lit/lit/
LitConfig.py 100 self.note("Unable to find 'bash.exe'.")
118 def note(self, message): member in class:LitConfig
119 self._write_message('note', message)
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
WithColor.cpp 56 case HighlightColor::Note:
67 raw_ostream &WithColor::note() { return note(errs()); } function in class:WithColor
81 raw_ostream &WithColor::note(raw_ostream &OS, StringRef Prefix) { function in class:WithColor
84 return WithColor(OS, HighlightColor::Note).get() << "note: ";
  /external/llvm/utils/Misc/
zkill 19 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/
LitConfig.py 97 self.note('load_config from %r' % path)
140 def note(self, message): member in class:LitConfig
141 self._write_message('note', message)
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/Misc/
zkill 19 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/swiftshader/third_party/llvm-7.0/llvm/utils/lit/lit/
LitConfig.py 107 self.note('load_config from %r' % path)
150 def note(self, message): member in class:LitConfig
151 self._write_message('note', message)
  /external/tensorflow/tensorflow/core/common_runtime/
device_resolver_local_test.cc 55 Notification note; local
58 [&note, &status](const Status& s) {
60 note.Notify();
62 note.WaitForNotification();
73 Notification note; local
76 [&note, &status](const Status& s) {
78 note.Notify();
80 note.WaitForNotification();
buf_rendezvous_test.cc 52 Notification note; local
55 [&note, &prod_status, &prod_callback_called](const Status& s) {
58 note.Notify();
72 note.WaitForNotification();
83 Notification note; local
97 [&note, &prod_status, &prod_callback_called](const Status& s) {
100 note.Notify();
103 note.WaitForNotification();
116 Notification note; local
118 [&bad_status, &note](const Status& s)
    [all...]
ring_gatherer.cc 99 Notification note; local
107 0 /*dev_to_dev_stream_index*/, [&note, &status](const Status& s) {
109 note.Notify();
111 note.WaitForNotification();
142 Notification note; local
144 col_ctx_->device, gpu_info->stream, [&note]() { note.Notify(); });
146 note.WaitForNotification();
collective_param_resolver_local_test.cc 160 Notification note[NUM_DEVS]; local
175 Env::Default()->SchedClosure([this, i, cp, &note, &statuses]() {
178 [&statuses, &note, i](const Status& s) {
180 note[i].Notify();
185 note[i].WaitForNotification();
224 Notification note[NUM_DEVS]; local
228 Env::Default()->SchedClosure([this, i, cp, &note, &statuses]() {
231 [&statuses, &note, i](const Status& s) {
233 note[i].Notify();
238 note[i].WaitForNotification()
262 Notification note[NUM_DEVS]; local
    [all...]
  /external/sl4a/Utils/src/com/googlecode/android_scripting/
Log.java 78 Notification note = builder.build(); local
79 note.contentView.getLayoutId();
80 notificationManager.notify(NotificationIdFactory.create(), note); local
  /external/google-breakpad/src/client/linux/minidump_writer/
linux_core_dumper.cc 140 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/mesa3d/src/util/
build_id.c 45 char name[4]; /* Note name for build-id is "GNU\0" */
53 struct build_id_note *note; member in struct:callback_data
79 struct build_id_note *note = (void *)(info->dlpi_addr + local
84 if (note->nhdr.n_type == NT_GNU_BUILD_ID &&
85 note->nhdr.n_descsz != 0 &&
86 note->nhdr.n_namesz == 4 &&
87 memcmp(note->name, "GNU", 4) == 0) {
88 data->note = note;
93 ALIGN(note->nhdr.n_namesz, 4)
    [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:__anon39326
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:__anon39329
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:__anon39309
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:__anon39316
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyKeyEvent.java 102 String note; local
104 note = "ACTION_UP";
106 note = "ACTION_DOWN";
110 Logger.out.println(":Sending Key (" + note + "): "
114 Logger.out.println(":Sending Key (" + note + "): "
  /external/google-breakpad/src/common/linux/
elf_core_dump_unittest.cc 197 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/snakeyaml/src/main/java/org/yaml/snakeyaml/error/
MarkedYAMLException.java 25 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);
  /external/tensorflow/tensorflow/core/common_runtime/gpu/
gpu_event_mgr_test.cc 258 Notification note; local
259 em.ThenExecute(stream.get(), [&hit, &note]() {
260 gpu_event_mgr::WarnIfInCallback([&hit, &note] {
262 note.Notify();
265 note.WaitForNotification();

Completed in 857 milliseconds

1 2 3 4