HomeSort by relevance Sort by last modified time
    Searched full:notes (Results 1 - 25 of 1863) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/e2fsprogs/debian/
e2fsprogs.docs 2 RELEASE-NOTES
  /external/ppp/pppd/
README.google 0 Notes:
  /development/tutorials/NotepadCodeLab/Notepadv1/res/values/
strings.xml 4 <string name="no_notes">No Notes Yet</string>
  /development/tutorials/NotepadCodeLab/Notepadv1Solution/res/values/
strings.xml 4 <string name="no_notes">No Notes Yet</string>
  /external/llvm/test/Assembler/
2008-09-02-FunctionNotes2.ll 1 ; Test function notes
  /external/e2fsprogs/
.release-checklist 5 3) Use "git log" to assemble release notes.
12 RELEASE-NOTES
  /system/media/camera/docs/
metadata_properties.xml 46 <notes>Use the android.colorCorrection.transform matrix
47 to do color conversion</notes>
50 <notes>Must not slow down frame rate relative to raw
51 bayer output</notes>
54 <notes>Frame rate may be reduced by high
55 quality</notes>
72 <notes>Values outside (0,1) should be clamped. Need to
75 algorithm.</notes>
101 <notes>For example, if EV step is 0.333, '6' will mean an
103 compensation of -1</notes>
    [all...]
  /frameworks/base/docs/html/tools/revisions/
index.jd 6 an update at their own schedule, so some have their own set of release notes. You can
8 href="{@docRoot}tools/sdk/tools-notes.html">SDK Tools</a> and the latest <a
  /external/linux-tools-perf/util/
annotate.c 5 * copyright notes.
21 struct annotation *notes = symbol__annotation(sym); local
22 pthread_mutex_init(&notes->lock, NULL);
28 struct annotation *notes = symbol__annotation(sym); local
32 notes->src = zalloc(sizeof(*notes->src) + nevents * sizeof_sym_hist);
33 if (notes->src == NULL)
35 notes->src->sizeof_sym_hist = sizeof_sym_hist;
36 notes->src->nr_histograms = nevents;
37 INIT_LIST_HEAD(&notes->src->source)
43 struct annotation *notes = symbol__annotation(sym); local
56 struct annotation *notes; local
125 struct annotation *notes = symbol__annotation(sym); local
200 struct annotation *notes = symbol__annotation(sym); local
390 struct annotation *notes = symbol__annotation(sym); local
410 struct annotation *notes = symbol__annotation(sym); local
494 struct annotation *notes = symbol__annotation(sym); local
511 struct annotation *notes = symbol__annotation(sym); local
571 struct annotation *notes = symbol__annotation(sym); local
579 struct annotation *notes = symbol__annotation(sym); local
    [all...]
  /packages/providers/ContactsProvider/tests/assets/testUnsynced/
expected_groups.txt 7 7 notes=null
  /development/samples/NotePad/src/com/example/android/notepad/
NotePad.java 36 * Notes table contract
38 public static final class Notes implements BaseColumns {
41 private Notes() {}
46 public static final String TABLE_NAME = "notes";
62 * Path part for the Notes URI
64 private static final String PATH_NOTES = "/notes";
69 private static final String PATH_NOTE_ID = "/notes/";
79 private static final String PATH_LIVE_FOLDER = "/live_folders/notes";
101 * The content Uri pattern for a notes listing for live folders
111 * The MIME type of {@link #CONTENT_URI} providing a directory of notes
    [all...]
NotePadProvider.java 51 * Provides access to a database of notes. Each note has a title, the note
82 NotePad.Notes._ID, // Projection position 0, the note's id
83 NotePad.Notes.COLUMN_NAME_NOTE, // Projection position 1, the note's content
84 NotePad.Notes.COLUMN_NAME_TITLE, // Projection position 2, the note's title
93 // The incoming URI matches the Notes URI pattern
94 private static final int NOTES = 1;
122 // Add a pattern that routes URIs terminated with "notes" to a NOTES operation
123 sUriMatcher.addURI(NotePad.AUTHORITY, "notes", NOTES);
    [all...]
  /external/smack/src/org/jivesoftware/smackx/workgroup/ext/notes/
ChatNotes.java 20 package org.jivesoftware.smackx.workgroup.ext.notes;
27 * IQ packet for retrieving and adding Chat Notes.
34 public static final String ELEMENT_NAME = "chat-notes";
43 private String notes; field in class:ChatNotes
54 return notes;
57 public void setNotes(String notes) {
58 this.notes = notes;
68 buf.append("<notes>").append(getNotes()).append("</notes>");
    [all...]
  /development/tutorials/NotepadCodeLab/Notepadv2/res/values/
strings.xml 4 <string name="no_notes">No Notes Yet</string>
  /development/tutorials/NotepadCodeLab/Notepadv2Solution/res/values/
strings.xml 4 <string name="no_notes">No Notes Yet</string>
  /development/tutorials/NotepadCodeLab/Notepadv3/res/values/
strings.xml 4 <string name="no_notes">No Notes Yet</string>
  /development/tutorials/NotepadCodeLab/Notepadv3Solution/res/values/
strings.xml 4 <string name="no_notes">No Notes Yet</string>
  /external/chromium/chrome/common/extensions/docs/static/
experimental.clipboard.html 4 <h2>Notes</h2>
  /external/chromium/net/data/ftp/
dir-listing-vms-4.expected 56 notes$notebook.note
  /external/dropbear/libtomcrypt/notes/etc/
whirltest.c 17 /* $Source: /cvs/libtom/libtomcrypt/notes/etc/whirltest.c,v $ */
  /external/e2fsprogs/util/
subset.exclude 33 RELEASE-NOTES
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/staticDropFiles/
buildNotes.php 21 echo "<title>Build Notes for $buildType $buildName </title>";
28 <p><b><font face="Verdana" size="+3">Build Notes</font></b> </p>
33 Build Notes for <?php echo "$buildType $buildName"; ?></font></b></td>
56 echo "<br>There are no build notes for this build.";
  /external/qemu-pc-bios/vgabios/
Notes 1 Development notes
  /external/quake/quake/src/QW/docs/
readme.qwsv 1 QWSV Notes (May.05.1998 Release)
  /external/webkit/Source/WebCore/manual-tests/
whitespace-pre-affinity.html 4 NOTES:<ol>

Completed in 320 milliseconds

1 2 3 4 5 6 7 8 91011>>