HomeSort by relevance Sort by last modified time
    Searched full:notes (Results 1 - 25 of 3114) 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:
  /external/chromium_org/third_party/mesa/src/docs/
relnotes.html 5 <title>Mesa Release Notes</title>
10 <h1>Release Notes</h1>
13 The release notes summarize what's new or changed in each Mesa release.
17 <li><a href="relnotes-9.0.3.html">9.0.3 release notes</a>
18 <li><a href="relnotes-9.0.2.html">9.0.2 release notes</a>
19 <li><a href="relnotes-9.0.1.html">9.0.1 release notes</a>
20 <li><a href="relnotes-9.0.html">9.0 release notes</a>
21 <li><a href="relnotes-8.0.4.html">8.0.4 release notes</a>
22 <li><a href="relnotes-8.0.3.html">8.0.3 release notes</a>
23 <li><a href="relnotes-8.0.2.html">8.0.2 release notes</a
    [all...]
  /external/mesa3d/docs/
relnotes.html 5 <title>Mesa Release Notes</title>
10 <h1>Release Notes</h1>
13 The release notes summarize what's new or changed in each Mesa release.
17 <li><a href="relnotes-9.0.3.html">9.0.3 release notes</a>
18 <li><a href="relnotes-9.0.2.html">9.0.2 release notes</a>
19 <li><a href="relnotes-9.0.1.html">9.0.1 release notes</a>
20 <li><a href="relnotes-9.0.html">9.0 release notes</a>
21 <li><a href="relnotes-8.0.4.html">8.0.4 release notes</a>
22 <li><a href="relnotes-8.0.3.html">8.0.3 release notes</a>
23 <li><a href="relnotes-8.0.2.html">8.0.2 release notes</a
    [all...]
  /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/chromium_org/chromecast/android/src/
dummy 2 See the notes above that target's 'java_in_dir' variable in chromecast.gyp.
  /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
  /external/chromium_org/tools/grit/grit/testdata/
README.txt 24 IBM Lotus Notes Plug-In
26 The Lotus Notes plug-in is included in the release of Google
27 Desktop for Enterprise. The IBM Lotus Notes Plug-in for Google
29 documents from Notes. Discussion documents including those from
33 document can be opened in Lotus Notes from the Google Desktop
37 Desktop setup process if Lotus Notes is already installed. Lotus
38 Notes must not be running in order for the install to occur. The
42 set in the 'Google Desktop for Notes' dialog reached through the
49 Notes Plug-in Known Issues
52 If the 'Google Desktop for Notes' item is not available from the
    [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/chromium_org/chrome/common/extensions/docs/templates/public/
owners.html 23 #notes {
34 <th>Notes</th>
49 <td id="notes">
50 {{entry.notes}}
  /external/clang/test/CodeGenCXX/
coverage.cpp 1 // RUN: %clang_cc1 %s -triple %itanium_abi_triple -emit-llvm -o - -test-coverage -femit-coverage-notes | FileCheck %s
  /external/compiler-rt/android/
README.LLVM 1 LLVM notes
  /external/libpng/
updatenotes 0 Notes for updating libpng in the android tree:
  /hardware/intel/img/psb_video/debian/
README.Debian 4 <possible notes regarding this package - if none, delete this file>
  /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...]
  /external/chromium_org/chrome/common/extensions/docs/server2/
owners_data_source_test.py 75 owners, notes = ParseOwnersFile(owners_content, randomize=False)
92 self.assertEqual(notes, '')
103 owners, notes = ParseOwnersFile(owners_content_with_comments,
120 self.assertEqual(notes, '\n'.join([
138 'notes': 'Core owners.',
154 'notes': 'Hallo!',
160 'notes': 'Use one of the Core Extensions/Apps Owners.',
172 'notes': 'For editing moar_apis.',
184 'notes': '',
owners_data_source.py 22 '''Returns a tuple (owners, notes), where
24 |notes| is a string formed from the comments in |content|.
29 notes = []
34 notes.append(line[len(_COMMENT_START_MARKER):].lstrip())
43 return owners, '\n'.join(notes)
58 owners, notes = ParseOwnersFile(content, self._randomize)
63 'notes': notes,
  /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>

Completed in 706 milliseconds

1 2 3 4 5 6 7 8 91011>>