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

1 23 4 5

  /packages/apps/Email/emailcommon/src/com/android/emailcommon/
VendorPolicyLoader.java 57 private static final String FIND_PROVIDER_NOTE = "findProvider.note";
229 public String note; field in class:VendorPolicyLoader.Provider
286 * Note, if we get this far, we expect "correct" results from the policy method. But throwing
306 p.note = out.getString(FIND_PROVIDER_NOTE);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
LockTaskUiTestActivity.java 261 * Note that we {@link #finish()} this activity here, since it's started by the "Stop LockTask
326 Notification note = new Notification.Builder(this, channelId) local
332 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 2173 const std::string note = local
2189 note, local
2202 note, local
    [all...]
  /external/mesa3d/src/compiler/nir/
nir_print.c 74 const char *note = entry->data; local
77 fprintf(stderr, "%s\n\n", note);
  /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/v8/testing/gmock/test/
gmock-spec-builders_test.cc 2116 const string note = local
2132 note, local
2145 note, local
    [all...]
  /external/v8/tools/clang/blink_gc_plugin/
DiagnosticsReporter.cpp 214 // Register note messages.
216 DiagnosticsEngine::Note, kBaseRequiresTracingNote);
218 DiagnosticsEngine::Note, kFieldRequiresTracingNote);
220 DiagnosticsEngine::Note, kFieldShouldNotBeTracedNote);
222 DiagnosticsEngine::Note, kRawPtrToGCManagedClassNote);
224 DiagnosticsEngine::Note, kRefPtrToGCManagedClassNote);
226 DiagnosticsEngine::Note, kReferencePtrToGCManagedClassNote);
228 DiagnosticsEngine::Note, kOwnPtrToGCManagedClassNote);
230 DiagnosticsEngine::Note, kUniquePtrToGCManagedClassNote);
232 DiagnosticsEngine::Note, kMemberToGCUnmanagedClassNote)
332 unsigned note; local
    [all...]
  /external/valgrind/coregrind/m_coredump/
coredump-solaris.c 52 typedef struct __attribute__ ((__packed__)) note { struct
53 struct note *next;
782 /*=== Note utility functions ===*/
810 static UInt note_size(const note_t *note)
812 return sizeof(note_t) - sizeof(note_t *) + note->nhdr.n_descsz;
818 const note_t *note; local
820 for (note = list; note != NULL; note = note->next
842 const note_t *note; local
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
runtime2.go 113 // must call noteclear to initialize the Note.
131 type note struct { type
428 blocked bool // m is blocked on a note
441 park note
601 stopnote note
603 sysmonnote note
609 safePointNote note
  /prebuilts/go/linux-x86/src/runtime/
runtime2.go 113 // must call noteclear to initialize the Note.
131 type note struct { type
428 blocked bool // m is blocked on a note
441 park note
601 stopnote note
603 sysmonnote note
609 safePointNote note
  /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/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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/
seq_event.h 50 /** note on and off with duration; event data type = #snd_seq_ev_note_t */
52 /** note on; event data type = #snd_seq_ev_note_t */
54 /** note off; event data type = #snd_seq_ev_note_t */
209 * NOTE: only 8 bits available!
229 /** Note event */
232 unsigned char note; /**< note */ member in struct:snd_seq_ev_note
234 unsigned char off_velocity; /**< note-off velocity; only for #SND_SEQ_EVENT_NOTE */
235 unsigned int duration; /**< duration until note-off; only for #SND_SEQ_EVENT_NOTE */
259 void *ptr; /**< pointer to data (note: can be 64-bit) *
302 snd_seq_ev_note_t note; \/**< note information *\/ member in union:snd_seq_event::__anon62069
    [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/tinyxml2/
xmltest.cpp 170 file, and read some interesting text. Note
283 the text. Note the extra FirstChildElement( "v" )
2250 static const char* note = local
    [all...]
  /external/valgrind/coregrind/m_debuginfo/
readelf.c 298 the size be 1. Note that sym->st_size has type UWord,
1131 ElfXX_Nhdr note; local
1170 ElfXX_Nhdr note; local
    [all...]
  /frameworks/opt/vcard/java/com/android/vcard/
VCardBuilder.java 23 import android.provider.ContactsContract.CommonDataKinds.Note;
62 * .appendNotes(contentValuesListMap.get(Note.CONTENT_ITEM_TYPE))
348 // Note:
538 // Note: "CHARSET" param is not allowed in vCard 3.0, but we may add it
614 // Note: There is no appropriate property for expressing
1330 String note = contentValues.getAsString(Note.NOTE); local
    [all...]
  /prebuilts/go/darwin-x86/src/regexp/testdata/
testregex.c 8 * note: REG_* features are detected by #ifdef; if REG_* are enums
258 T(" : comment comment copied as output NOTE\n");
260 T(" N[OTE] comment comment copied as output NOTE\n");
1061 note(unsigned long level, char* msg, unsigned long skip, unsigned long test) function
1065 printf("NOTE\t");
1089 printf("NOTE\t%s\n", msg);
1131 skip = note(level, msg, skip, test);
1413 printf("NOTE\t%s\n", s);
1426 printf("NOTE\tunsupported: %s", unsupported[i]);
    [all...]
  /prebuilts/go/linux-x86/src/regexp/testdata/
testregex.c 8 * note: REG_* features are detected by #ifdef; if REG_* are enums
258 T(" : comment comment copied as output NOTE\n");
260 T(" N[OTE] comment comment copied as output NOTE\n");
1061 note(unsigned long level, char* msg, unsigned long skip, unsigned long test) function
1065 printf("NOTE\t");
1089 printf("NOTE\t%s\n", msg);
1131 skip = note(level, msg, skip, test);
1413 printf("NOTE\t%s\n", s);
1426 printf("NOTE\tunsupported: %s", unsupported[i]);
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-bfin.c 976 INSTR_T note = NULL_CODE; local
1025 note = note1;
1028 note = note_reloc1 (gencode (0), head->value.s_value, parent_reloc, pcrel);
1030 note = conscode (note1, note);
1041 note = conscode (note_reloc2 (gencode (0), head->Left_Child->value.s_value,
1045 note = conscode (note1, note);
1050 note = note_reloc1 (gencode (0), op, parent_reloc, pcrel);
1052 note = conscode (note1, note)
1062 INSTR_T note = 0; local
    [all...]
  /toolchain/binutils/binutils-2.27/opcodes/
ia64-gen.c 207 int waw_special; /* Special WAW dependency note. */
223 int note; /* Optional note. */
468 int i, note = 0;
501 note = atoi (notestr + 1);
505 note = 13;
507 warn (_("multiple note %s not handled\n"), notestr);
528 && note == ics[i]->note)
556 ics[ind]->note = note
222 int note; \/* Optional note. *\/ member in struct:iclass
466 int i, note = 0; local
710 int note; local
    [all...]

Completed in 1666 milliseconds

1 23 4 5