/development/samples/NotePad/tests/src/com/example/android/notepad/ |
NotePadProviderTest.java | 49 Uri.withAppendedPath(NotePad.Notes.CONTENT_URI, "invalid"); 151 NotePad.Notes.TABLE_NAME, // the table name for the insert 152 NotePad.Notes.COLUMN_NAME_TITLE, // column set to null if empty values map 164 // Tests the MIME type for the notes table URI. 165 String mimeType = mMockResolver.getType(NotePad.Notes.CONTENT_URI); 166 assertEquals(NotePad.Notes.CONTENT_TYPE, mimeType); 169 mimeType = mMockResolver.getType(NotePad.Notes.LIVE_FOLDER_URI); 170 assertEquals(NotePad.Notes.CONTENT_TYPE, mimeType); 173 Uri noteIdUri = ContentUris.withAppendedId(NotePad.Notes.CONTENT_ID_URI_BASE, 1); 177 assertEquals(NotePad.Notes.CONTENT_ITEM_TYPE, mimeType) [all...] |
/development/samples/NotePad/src/com/example/android/notepad/ |
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...] |
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...] |
TitleEditor.java | 45 NotePad.Notes._ID, // 0 46 NotePad.Notes.COLUMN_NAME_TITLE, // 1 144 values.put(NotePad.Notes.COLUMN_NAME_TITLE, mText.getText().toString());
|
NoteEditor.java | 61 NotePad.Notes._ID, 62 NotePad.Notes.COLUMN_NAME_TITLE, 63 NotePad.Notes.COLUMN_NAME_NOTE 201 * Using the URI passed in with the triggering Intent, gets the note or notes in 209 mUri, // The URI that gets multiple notes from the provider. 270 int colTitleIndex = mCursor.getColumnIndex(NotePad.Notes.COLUMN_NAME_TITLE); 289 int colNoteIndex = mCursor.getColumnIndex(NotePad.Notes.COLUMN_NAME_NOTE); 412 int colNoteIndex = mCursor.getColumnIndex(NotePad.Notes.COLUMN_NAME_NOTE); 481 if (uri != null && NotePad.Notes.CONTENT_ITEM_TYPE.equals(cr.getType(uri))) { 496 int colNoteIndex = mCursor.getColumnIndex(NotePad.Notes.COLUMN_NAME_NOTE) [all...] |
NotesLiveFolder.java | 66 liveFolderIntent.setData(NotePad.Notes.LIVE_FOLDER_URI); 94 = new Intent(Intent.ACTION_EDIT, NotePad.Notes.CONTENT_ID_URI_PATTERN);
|
NotesList.java | 43 * Displays a list of notes. Will display notes from the {@link Uri} 61 NotePad.Notes._ID, // 0 62 NotePad.Notes.COLUMN_NAME_TITLE, // 1 86 // accesses a list of notes. 88 intent.setData(NotePad.Notes.CONTENT_URI); 108 NotePad.Notes.DEFAULT_SORT_ORDER // Use the default sort order. 120 String[] dataColumns = { NotePad.Notes.COLUMN_NAME_TITLE } ; 145 * this Activity. Other applications that want to handle notes can "register" themselves in 147 * mimeTYpe NotePad.Notes.CONTENT_TYPE. If they do this, the code in onCreateOptionsMenu( [all...] |
/external/clang/include/clang/Frontend/ |
TextDiagnosticBuffer.h | 31 DiagList Errors, Warnings, Notes; 39 const_iterator note_begin() const { return Notes.begin(); } 40 const_iterator note_end() const { return Notes.end(); }
|
VerifyDiagnosticConsumer.h | 186 DirectiveList Notes; 191 llvm::DeleteContainerPointers(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/chromium_org/tools/grit/grit/ |
tclib_unittest.py | 95 'IBM Lotus Notes Plug-In\r\n' 97 'The Lotus Notes plug-in is included in the release of Google \r\n' 98 'Desktop for Enterprise. The IBM Lotus Notes Plug-in for Google \r\n' 100 'documents from Notes. Discussion documents including those from \r\n' 104 'document can be opened in Lotus Notes from the Google Desktop \r\n' 108 'Desktop setup process if Lotus Notes is already installed. Lotus \r\n' 109 'Notes must not be running in order for the install to occur. \r\n' 112 'set in the \'Google Desktop for Notes\' dialog reached through the \r\n' 119 'Notes Plug-in Known Issues\r\n' 122 'If the \'Google Desktop for Notes\' item is not available from the \r\n [all...] |
/external/clang/lib/Frontend/ |
TextDiagnosticBuffer.cpp | 19 /// HandleDiagnostic - Store the errors, warnings, and notes that are 33 Notes.push_back(std::make_pair(Info.getLocation(), Buf.str()));
|
VerifyDiagnosticConsumer.cpp | 310 DL = ED ? &ED->Notes : NULL; 709 NumProblems += CheckLists(Diags, SourceMgr, "note", ED.Notes, 820 ED.Notes.clear();
|
/external/mesa3d/src/egl/main/ |
Android.mk | 130 # Notes about the order here:
|
/system/media/camera/docs/ |
html.mako | 163 <th class="th_notes">Notes</th> 187 <th class="th_notes">Notes</th> 212 % if prop.notes is not None: 213 <notes>${prop.notes | h,wbr}</notes> 261 % if value.notes is not None: 262 <span class="entry_type_enum_notes">${value.notes | wbr}</span> 290 % if prop.notes is not None: 291 ${prop.notes | wbr, br [all...] |
/external/chromium_org/third_party/icu/source/test/perf/collationperf/ |
CollPerf.pl | 210 <h3><i>Notes</i></h3>
|
/external/clang/lib/Sema/ |
AnalysisBasedWarnings.cpp | [all...] |
SemaTemplate.cpp | [all...] |
SemaOverload.cpp | [all...] |
/external/icu4c/test/perf/collationperf/ |
CollPerf.pl | 210 <h3><i>Notes</i></h3>
|
/external/libvpx/libvpx/vp8/common/x86/ |
idctllm_mmx.asm | 15 ; * Notes:
|
subpixel_sse2.asm | 21 ; Notes: filter_block1d_h6 applies a 6 tap filter horizontally to the input pixels. The 151 ; Notes: filter_block1d_h6 applies a 6 tap filter horizontally to the input pixels. The 329 ; Notes: filter_block1d8_v6 applies a 6 tap filter vertically to the input pixels. The 424 ; Notes: filter_block1d16_v6 applies a 6 tap filter vertically to the input pixels. The [all...] |
/external/clang/lib/AST/ |
Decl.cpp | [all...] |
/external/chromium_org/third_party/jinja2/ |
filters.py | 778 See :ref:`Notes on subscriptions <notes-on-subscriptions>` for more details.
|
/external/chromium_org/native_client_sdk/src/doc/devguide/devcycle/ |
dynamic-loading.rst | 87 **Notes:** 207 With a few exceptions (listed in the :ref:`Release Notes 208 <sdk-release-notes>`), running "make" in each example's directory builds
|