HomeSort by relevance Sort by last modified time
    Searched full:notes (Results 1 - 25 of 1855) 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>
  /external/mesa3d/docs/
relnotes.html 3 <TITLE>Mesa Release Notes</TITLE>
9 <H1>Release Notes</H1>
12 The release notes summarize what's new or changed in each Mesa release.
16 <LI><A HREF="relnotes-7.9.html">7.9 release notes</A>
17 <LI><A HREF="relnotes-7.8.3.html">7.8.3 release notes</A>
18 <LI><A HREF="relnotes-7.8.2.html">7.8.2 release notes</A>
19 <LI><A HREF="relnotes-7.8.1.html">7.8.1 release notes</A>
20 <LI><A HREF="relnotes-7.8.html">7.8 release notes</A>
21 <LI><A HREF="relnotes-7.7.1.html">7.7.1 release notes</A>
22 <LI><A HREF="relnotes-7.7.html">7.7 release notes</A
    [all...]
  /cts/tests/tests/app/src/android/app/cts/
ActivityGroupTest.java 43 notes = "",
49 notes = "",
55 notes = "",
61 notes = "",
67 notes = "",
73 notes = "",
79 notes = "",
85 notes = "",
91 notes = "",
97 notes = ""
    [all...]
AlertDialogTest.java 68 notes = "",
74 notes = "",
80 notes = "",
86 notes = "",
92 notes = "",
98 notes = "",
104 notes = "",
110 notes = "",
155 notes = "",
161 notes = ""
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/cts/
Camera_ParametersTest.java 32 notes = "tested indirectly",
38 notes = "tested indirectly",
44 notes = "tested indirectly",
50 notes = "tested indirectly",
56 notes = "",
62 notes = "",
68 notes = "",
74 notes = "",
80 notes = "",
86 notes = ""
    [all...]
  /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
  /cts/tests/tests/net/src/android/net/cts/
LocalSocketTest.java 40 notes = "test core functions of LocalSocket",
46 notes = "test core functions of LocalSocket",
52 notes = "test core functions of LocalSocket",
58 notes = "test core functions of LocalSocket",
64 notes = "test core functions of LocalSocket",
70 notes = "test core functions of LocalSocket",
76 notes = "test core functions of LocalSocket",
82 notes = "test core functions of LocalSocket",
88 notes = "test core functions of LocalSocket",
94 notes = "test core functions of LocalSocket"
    [all...]
Uri_BuilderTest.java 32 notes = "Test Builder operations.",
38 notes = "Test Builder operations.",
44 notes = "Test Builder operations.",
50 notes = "Test Builder operations.",
56 notes = "Test Builder operations.",
62 notes = "Test Builder operations.",
68 notes = "Test Builder operations.",
74 notes = "Test Builder operations.",
80 notes = "Test Builder operations.",
86 notes = "Test Builder operations."
    [all...]
  /cts/tests/tests/os/src/android/os/cts/
EnvironmentTest.java 30 notes = "Test constructor(s) of {@link Environment}",
36 notes = "Test method: getExternalStorageState",
42 notes = "Test method: getExternalStorageDirectory",
48 notes = "Test method: getRootDirectory",
54 notes = "Test method: getDownloadCacheDirectory",
60 notes = "Test method: getDataDirectory",
CountDownTimerTest.java 51 notes = "",
57 notes = "",
63 notes = "",
69 notes = "",
85 notes = "",
91 notes = "",
97 notes = "",
103 notes = "",
109 notes = "",
HandlerThreadTest.java 36 notes = "Test constructors",
42 notes = "Test constructors",
57 notes = "Test getThreadId, onLooperPrepared, ",
63 notes = "Test getThreadId, onLooperPrepared, ",
69 notes = "Test getThreadId, onLooperPrepared, ",
75 notes = "Test getThreadId, onLooperPrepared, ",
  /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...]
  /cts/tests/tests/location/src/android/location/cts/
AddressTest.java 39 notes = "Test constructor",
53 notes = "Test describeContents()",
72 notes = "Test setAdminArea(String) and getAdminArea()",
78 notes = "Test setAdminArea(String) and getAdminArea()",
97 notes = "Test setCountryCode(String) and getCountryCode()",
103 notes = "Test setCountryCode(String) and getCountryCode()",
122 notes = "Test setCountryName(String) and getCountryName()",
128 notes = "Test setCountryName(String) and getCountryName()",
147 notes = "Test setExtras(Bundle) and getExtras()",
153 notes = "Test setExtras(Bundle) and getExtras()"
    [all...]
  /cts/tests/tests/util/src/android/util/cts/
MonthDisplayHelperTest.java 39 notes = "Test constructor(s) of MonthDisplayHelper.",
45 notes = "Test constructor(s) of MonthDisplayHelper.",
90 notes = "Test getNumberOfDaysInMonth().",
96 notes = "Test getNumberOfDaysInMonth().",
113 notes = "Test nextMonth().",
119 notes = "Test nextMonth().",
125 notes = "Test nextMonth().",
146 notes = "Test getRowOf(int day).",
152 notes = "Test getRowOf(int day).",
171 notes = "Test getWeekStartDay()."
    [all...]
SparseIntArrayTest.java 44 notes = "Test SparseIntArray with default capacity.",
50 notes = "Test SparseIntArray with default capacity.",
56 notes = "Test SparseIntArray with default capacity.",
62 notes = "Test SparseIntArray with default capacity.",
68 notes = "Test SparseIntArray with default capacity.",
74 notes = "Test SparseIntArray with default capacity.",
80 notes = "Test SparseIntArray with default capacity.",
86 notes = "Test SparseIntArray with default capacity.",
92 notes = "Test SparseIntArray with default capacity.",
98 notes = "Test SparseIntArray with default capacity."
    [all...]
LogTest.java 38 notes = "Test Log operations.",
44 notes = "Test Log operations.",
50 notes = "Test Log operations.",
56 notes = "Test Log operations.",
62 notes = "Test Log operations.",
68 notes = "Test Log operations.",
74 notes = "Test Log operations.",
80 notes = "Test Log operations.",
86 notes = "Test Log operations.",
92 notes = "Test Log operations."
    [all...]
  /cts/tests/tests/content/src/android/content/pm/cts/
PermissionGroupInfoTest.java 39 notes = "Test describeContents",
45 notes = "Test loadDescription",
51 notes = "Test constructors",
57 notes = "Test constructors",
63 notes = "Test toString",
69 notes = "Test writeToParcel",
PermissionInfoTest.java 39 notes = "Test describeContents",
45 notes = "Test loadDescription",
51 notes = "Test constructors",
57 notes = "Test constructors",
63 notes = "Test toString",
69 notes = "Test writeToParcel",
  /cts/tests/tests/text/src/android/text/style/cts/
UnderlineSpanTest.java 36 notes = "Test constructor(s) of UnderlineSpan.",
42 notes = "Test constructor(s) of UnderlineSpan.",
61 notes = "Test {@link UnderlineSpan#updateDrawState(TextPaint)}",
87 notes = "Test describeContents().",
98 notes = "Test getSpanTypeId().",
109 notes = "Test writeToParcel(Parcel dest, int flags).",

Completed in 563 milliseconds

1 2 3 4 5 6 7 8 91011>>