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

1 23 4

  /external/ImageMagick/coders/
pdb.c 119 note;
396 pdb_image.note=ReadBlobMSBLong(image);
857 pdb_image.note=0;
117 note; member in struct:_PDBImage
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
LockTaskUiTestActivity.java 272 * Note that we {@link #finish()} this activity here, since it's started by the "Stop LockTask
337 Notification note = new Notification.Builder(this, channelId) local
343 mNotifyMgr.notify(0, note);
  /development/samples/MySampleRss/src/com/example/codelab/rssexample/
RssService.java 63 Notification note = new Notification(this, R.drawable.rss_icon, "RSS Service", local
65 mNM.notify(NOTIFY_ID, note);
  /development/samples/NotePad/tests/src/com/example/android/notepad/
NotePadProviderTest.java 40 * This class tests the content provider for the Note Pad sample application.
59 new NoteInfo("Note0", "This is note 0"),
60 new NoteInfo("Note1", "This is note 1"),
61 new NoteInfo("Note2", "This is note 2"),
62 new NoteInfo("Note3", "This is note 3"),
63 new NoteInfo("Note4", "This is note 4"),
64 new NoteInfo("Note5", "This is note 5"),
65 new NoteInfo("Note6", "This is note 6"),
66 new NoteInfo("Note7", "This is note 7"),
67 new NoteInfo("Note8", "This is note 8")
620 NoteInfo note = new NoteInfo( local
796 String note; field in class:NotePadProviderTest.NoteInfo
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/webchecker/
webchecker.py 291 def note(self, level, format, *args): member in class:Checker
333 self.note(2, "Parsing %s", url)
339 self.note(1, "I/O error parsing %s: %s", url, msg)
344 self.note(0, "\nRound %d (%s)\n", self.round, self.status())
407 self.note(0, "Error parsing %s: %s",
446 self.note(3, " Done link %s", self.format_url(url))
460 self.note(3, " Seen todo link %s", self.format_url(url))
463 self.note(3, " New todo link %s", self.format_url(url))
494 self.note(1, " Not checking %s URL" % scheme)
503 self.note(1, " Not checking ext link")
685 def note(self, level, msg, *args): member in class:Page
    [all...]
  /external/googletest/googlemock/test/
gmock-spec-builders_test.cc 2175 const std::string note = local
2193 note, local
2206 note, local
    [all...]
  /external/mesa3d/src/compiler/nir/
nir_print.c 70 const char *note = entry->data; local
73 fprintf(stderr, "%s\n\n", note);
    [all...]
  /external/python/cpython2/Tools/webchecker/
webchecker.py 291 def note(self, level, format, *args): member in class:Checker
333 self.note(2, "Parsing %s", url)
339 self.note(1, "I/O error parsing %s: %s", url, msg)
344 self.note(0, "\nRound %d (%s)\n", self.round, self.status())
407 self.note(0, "Error parsing %s: %s",
446 self.note(3, " Done link %s", self.format_url(url))
460 self.note(3, " Seen todo link %s", self.format_url(url))
463 self.note(3, " New todo link %s", self.format_url(url))
494 self.note(1, " Not checking %s URL" % scheme)
503 self.note(1, " Not checking ext link"
685 def note(self, level, msg, *args): member in class:Page
    [all...]
  /external/tensorflow/tensorflow/core/common_runtime/
ring_gatherer_test.cc 306 Notification note; local
311 inst, "" /*tensor_name*/, dev, &actual, [&note](const Status& s) {
313 note.Notify();
315 note.WaitForNotification();
429 Notification note; local
431 &cpu_tensor, device_, &input_tensor_, [&note](const Status& s) {
433 note.Notify();
435 note.WaitForNotification();
ring_reducer_test.cc 326 Notification note; local
331 inst, "" /*tensor_name*/, dev, &actual, [&note](const Status& s) {
333 note.Notify();
335 note.WaitForNotification();
453 Notification note; local
455 &cpu_tensor, device_, &tensor_, [&note](const Status& s) {
457 note.Notify();
459 note.WaitForNotification();
  /external/v8/tools/clang/blink_gc_plugin/
DiagnosticsReporter.cpp 230 // Register note messages.
232 DiagnosticsEngine::Note, kBaseRequiresTracingNote);
234 DiagnosticsEngine::Note, kFieldRequiresTracingNote);
236 DiagnosticsEngine::Note, kFieldShouldNotBeTracedNote);
238 DiagnosticsEngine::Note, kRawPtrToGCManagedClassNote);
240 DiagnosticsEngine::Note, kRefPtrToGCManagedClassNote);
242 DiagnosticsEngine::Note, kReferencePtrToGCManagedClassNote);
244 DiagnosticsEngine::Note, kUniquePtrToGCManagedClassNote);
246 DiagnosticsEngine::Note, kMemberToGCUnmanagedClassNote);
248 DiagnosticsEngine::Note, kStackAllocatedFieldNote)
349 unsigned note; local
    [all...]
  /external/cldr/tools/java/org/unicode/cldr/icu/
ICUResourceWriter.java 71 String[] note = new String[20]; field in class:ICUResourceWriter.Resource
    [all...]
  /external/icu/icu4c/source/tools/genrb/
wrtxml.cpp 432 UChar* note = NULL; local
441 note = (UChar*) uprv_malloc(U_SIZEOF_UCHAR * capacity);
445 uprv_free(note);
449 noteLen = getAt(src->fChars,src->fLength, &note, capacity, i, UPC_NOTE, status);
451 uprv_free(note);
456 print(note, noteLen,"<note>", "</note>", status);
459 uprv_free(note);
    [all...]
  /external/mesa3d/src/intel/vulkan/
anv_device.c 224 const struct build_id_note *note = local
226 if (!note) {
232 unsigned build_id_len = build_id_length(note);
247 _mesa_sha1_update(&sha1_ctx, build_id_data(note), build_id_len);
258 memcpy(device->driver_uuid, build_id_data(note), VK_UUID_SIZE);
    [all...]
  /external/sonivox/arm-wt-22k/host_src/
eas_types.h 240 EAS_U8 note; member in struct:s_ext_audio_event_tag
  /external/sonivox/arm-wt-22k/lib_src/
eas_synth.h 279 EAS_U16 age; /* large value means old note */
284 EAS_U8 note; /* 12 <= key number <= 108 */ member in struct:s_synth_voice_tag
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DWARFVerifier.cpp 158 note() << "The length for this unit is too "
161 note() << "The 16 bit unit header version is not valid.\n";
163 note() << "The unit type encoding is not valid.\n";
165 note() << "The offset into the .debug_abbrev section is "
168 note() << "The address size is unsupported.\n";
1354 raw_ostream &DWARFVerifier::note() const { return WithColor::note(OS); } function in class:DWARFVerifier
    [all...]
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/localeconverter/
XLIFF2ICUConverter.java 107 private static final String NOTE = "note";
273 * Note: This method is not necessarily proven to get the
277 * Also note, this method does not handle other non-file:
320 // Note the presumption that it's a file reference
608 String[] note = new String[20]; field in class:XLIFF2ICUConverter.Resource
671 // print note elements if any
673 if(note[i]!=null){
675 write(writer, TAG+NOTE+SPACE+note[i])
1021 String note = child.getFirstChild().getNodeValue(); local
1067 String note = child.getFirstChild().getNodeValue(); local
1125 String note = child.getFirstChild().getNodeValue(); local
1188 String note = child.getFirstChild().getNodeValue(); local
    [all...]
  /external/tensorflow/tensorflow/core/distributed_runtime/
master_session.cc 228 // NOTE(mrry): This pointer will be null after `RegisterPartitions()` returns.
347 // NOTE(mrry): The pointers in `graph_defs_for_publishing` do not remain
1486 Notification note; local
    [all...]
  /external/tinyxml2/
xmltest.cpp 177 file, and read some interesting text. Note
290 the text. Note the extra FirstChildElement( "v" )
2322 static const char* note = local
    [all...]
  /bionic/libc/kernel/uapi/sound/
asequencer.h 111 unsigned char note; member in struct:snd_seq_ev_note
175 struct snd_seq_ev_note note; member in union:snd_seq_event::__anon1437
  /external/kernel-headers/original/uapi/sound/
asequencer.h 1 /* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */
41 /** note messages (channel specific)
175 /* event mode flag - NOTE: only 8 bits available! */
194 /* note event */
197 unsigned char note; member in struct:snd_seq_ev_note
224 void *ptr; /* pointer to data (note: maybe 64-bit) */
286 struct snd_seq_ev_note note; member in union:snd_seq_event::__anon26329
  /external/google-breakpad/src/third_party/libdisasm/
libdis.h 109 enum x86_reg_type { /* NOTE: these may be ORed together */
220 /* NOTE: an 'implied' operand is one which can be considered a side
411 * NOTE : These may not be accurate for all instructions; updates to the
444 * NOTE : These may not be accurate for all instructions; updates to the
467 * NOTE : These may not be accurate for all instructions; updates to the
496 enum x86_insn_note note; /* note, e.g. RING0 */ member in struct:__anon22805
617 * or which are accessed in certain ways (e.g. read or write). Note
620 * useful. Note also that by definition Execute Access implies Read
689 * screwed up the conversion of the immediate data. Note that 'imm' in thi
    [all...]
  /external/zxing/core/
core.jar 
  /external/error_prone/javac/
javac-9+181-r4173-1.jar 

Completed in 2433 milliseconds

1 23 4