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

1 2

  /external/llvm/utils/llvm-build/llvmbuild/
util.py 8 note = lambda message: _write_message('note', message) variable
13 __all__ = ['note', 'warning', 'error', 'fatal']
main.py 8 from llvmbuild.util import fatal, note namespace
    [all...]
  /development/tutorials/NotepadCodeLab/Notepadv3Solution/src/com/android/demo/notepad3/
NoteEdit.java 69 Cursor note = mDbHelper.fetchNote(mRowId); local
70 startManagingCursor(note);
71 mTitleText.setText(note.getString(
72 note.getColumnIndexOrThrow(NotesDbAdapter.KEY_TITLE)));
73 mBodyText.setText(note.getString(
74 note.getColumnIndexOrThrow(NotesDbAdapter.KEY_BODY)));
  /external/llvm/utils/lit/lit/
LitConfig.py 65 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)
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyKeyEvent.java 102 String note; local
104 note = "ACTION_UP";
106 note = "ACTION_DOWN";
110 System.out.println(":Sending Key (" + note + "): "
114 System.out.println(":Sending Key (" + note + "): "
  /external/chromium_org/chrome/installer/mac/
keystone_install.sh 81 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 "marked 32-bit-only system
    [all...]
  /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/oprofile/daemon/liblegacy/
init.c 72 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->type)
    [all...]
  /external/oprofile/libutil++/
op_spu_bfd.cpp 57 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_contents
    [all...]
  /external/libexif/libexif/fuji/
exif-mnote-data-fuji.c 256 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/olympus/
exif-mnote-data-olympus.c 283 "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/libexif/libexif/pentax/
exif-mnote-data-pentax.c 246 "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->count <= n) return NULL
359 ExifMnoteDataPentax *note = (ExifMnoteDataPentax *) d; local
369 ExifMnoteDataPentax *note = (ExifMnoteDataPentax *) d; local
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
MockListener.java 203 JSONObject note = mNotifications.get(key); local
204 if (note != null) {
206 note.put(JSON_RANK, rank.getRank());
207 note.put(JSON_AMBIENT, rank.isAmbient());
208 note.put(JSON_MATCHES_ZEN_FILTER, rank.matchesInterruptionFilter());
  /external/clang/lib/ARCMigrate/
TransUnbridgedCasts.cpp 380 std::string note = "remove the cast and change return type of function " local
382 note += E->getSubExpr()->getType().getAsString(Pass.Ctx.getPrintingPolicy());
383 note += "' to have the object automatically autoreleased";
384 Pass.TA.reportNote(note, retS->getLocStart());
  /external/oprofile/module/ia64/
op_syscalls.c 90 struct op_note note; local
96 note.pid = current->pid;
97 note.tgid = op_get_tgid();
98 note.addr = addr;
99 note.len = len;
100 note.offset = offset;
101 note.type = is_execve ? OP_EXEC : OP_MAP;
102 note.hash = hash_path(file);
103 if (note.hash == -1)
105 oprof_put_note(&note);
238 struct op_note note; local
291 struct op_note note; local
302 struct op_note note; local
    [all...]
  /external/oprofile/module/x86/
op_syscalls.c 50 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 lock *
210 struct op_note note; local
281 struct op_note note; local
293 struct op_note note; local
    [all...]
  /development/samples/NotePad/src/com/example/android/notepad/
NoteEditor.java 42 * This Activity handles "editing" a note, where editing is responding to
43 * {@link Intent#ACTION_VIEW} (request to view data), edit a note
44 * {@link Intent#ACTION_EDIT}, create a note {@link Intent#ACTION_INSERT}, or
45 * create a new note from the current contents of the clipboard {@link Intent#ACTION_PASTE}.
47 * NOTE: Notice that the provider operations in this Activity are taking place on the UI thread.
57 * Creates a projection that returns the note ID and the note contents.
166 // Sets the Activity state to INSERT, gets the general note URI, and inserts an
172 * If the attempt to insert the new note fails, shuts down this Activity. The
179 Log.e(TAG, "Failed to insert new note into " + getIntent().getData())
290 String note = mCursor.getString(colNoteIndex); local
    [all...]
  /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...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/console/
ConsoleViewMessage.js 461 var note = section.titleElement.createChild("span", "object-info-state-note"); variable
462 note.title = WebInspector.UIString("Object state below is captured upon first expansion");
    [all...]
  /external/lldb/source/Plugins/Process/elf-core/
ProcessElfCore.cpp 373 /// Note Structure found in ELF core dumps.
409 // by some older Linux versions, which write a note named "CORE"
429 log->Printf("Failed to parse note name lacking nul terminator");
438 // Parse a FreeBSD NT_PRSTATUS note - see FreeBSD sys/procfs.h for details.
475 /// 1) A PT_NOTE segment is composed of one or more NOTE entries.
476 /// 2) NOTE Entry contains a standard header followed by variable size data.
478 /// 3) A Thread Context in a core file usually described by 3 NOTE entries.
482 /// 4) The NOTE entries can be in any order
484 /// a) Each thread context(2 or more NOTE entries) contained in its own segment (PT_NOTE)
488 /// new thread when it finds NT_PRSTATUS or NT_PRPSINFO NOTE entry
511 ELFNote note = ELFNote(); local
    [all...]
  /external/chromium_org/third_party/icu/source/tools/genrb/
wrtxml.cpp 417 UChar* note = NULL; local
426 note = (UChar*) uprv_malloc(U_SIZEOF_UCHAR * capacity);
430 uprv_free(note);
434 noteLen = getAt(src->fChars,src->fLength, &note, capacity, i, UPC_NOTE, status);
436 uprv_free(note);
441 print(note, noteLen,"<note>", "</note>", status);
444 uprv_free(note);
    [all...]
  /external/icu/icu4c/source/tools/genrb/
wrtxml.cpp 427 UChar* note = NULL; local
436 note = (UChar*) uprv_malloc(U_SIZEOF_UCHAR * capacity);
440 uprv_free(note);
444 noteLen = getAt(src->fChars,src->fLength, &note, capacity, i, UPC_NOTE, status);
446 uprv_free(note);
451 print(note, noteLen,"<note>", "</note>", status);
454 uprv_free(note);
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
aria_util.js 34 * Note: If you are adding a new mapping, the new message identifier needs a
79 * Note: If you are adding a new mapping, the new message identifier needs a
103 'note' : 'aria_role_note',
224 * Note that elements with aria-label are treated as leaf elements. See:
  /external/chromium_org/content/common/gpu/media/
video_decode_accelerator_unittest.cc 200 // Doesn't take ownership of |rendering_helper| or |note|, which must outlive
218 ClientStateNotification<ClientState>* note,
330 ClientStateNotification<ClientState>* note,
351 note_(note),
846 ClientStateNotification<ClientState>* note);
847 void WaitUntilDecodeFinish(ClientStateNotification<ClientState>* note);
1085 ClientStateNotification<ClientState>* note = local
1129 ClientStateNotification<ClientState>* note = notes[i]; local
1346 ClientStateNotification<ClientState>* note = local
    [all...]

Completed in 2008 milliseconds

1 2