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

1 2 3 45 6 7 8 91011>>

  /frameworks/base/docs/html/training/notepad/
notepad-index.jd 87 <td>Start here. Construct a simple notes list that lets the user add new notes but not
90 menu options. Uses a SQLite database to store the notes.</td>
135 <li>Setting up a custom striped list for the list of notes.</li>
139 <li>Implementing a full <code>ContentProvider</code> for notes.</li>
  /system/media/camera/docs/
metadata_parser_xml.py 163 notes = value.find('notes')
164 if notes is not None:
165 enum_notes[value_body] = notes.string
204 optional_elements = ['description', 'range', 'units', 'notes']
  /development/samples/NotePad/src/com/example/android/notepad/
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...]
  /frameworks/base/docs/html/tools/revisions/
platforms.jd 28 release notes for each version of the platform and the subsequent revisions to the platform
555 <p>Requires <a href="{@docRoot}tools/sdk/tools-notes.html">SDK Tools r12</a> or
558 <dt>Notes:</dt>
583 <p>Requires <a href="{@docRoot}tools/sdk/tools-notes.html">SDK Tools r11</a> or
586 <dt>Notes:</dt>
609 <p>Requires <a href="{@docRoot}tools/sdk/tools-notes.html">SDK Tools r11</a> or
658 <p>Requires <a href="{@docRoot}tools/sdk/tools-notes.html">SDK Tools r12</a> or
661 <dt>Notes:</dt>
685 <p>Requires <a href="{@docRoot}tools/sdk/tools-notes.html">SDK Tools r10</a> or higher.</p>
796 <p>Requires <a href="{@docRoot}tools/sdk/tools-notes.html">SDK Tools r12</a> o
    [all...]
  /frameworks/av/media/libeffects/lvm/lib/Bass/lib/
LVDBE.h 296 /* NOTES: */
332 /* NOTES: */
359 /* NOTES: */
383 /* NOTES: */
424 /* NOTES: */
450 /* NOTES: */
  /frameworks/av/media/libeffects/lvm/lib/Eq/lib/
LVEQNB.h 315 /* NOTES: */
353 /* NOTES: */
381 /* NOTES: */
406 /* NOTES: */
432 /* NOTES: */
460 /* NOTES: */
  /hardware/ti/omap3/dspbridge/inc/
list.h 39 * Notes:
93 * Notes:
115 * Notes:
176 * Notes:
207 * Notes:
277 * Notes:
  /hardware/ti/omap3/dspbridge/libbridge/inc/
list.h 39 * Notes:
93 * Notes:
115 * Notes:
176 * Notes:
207 * Notes:
277 * Notes:
  /frameworks/base/docs/html/sdk/
older_releases.jd 38 Notes</a></em></p>
83 Notes</a></em></p>
128 Notes</a></em></p>
176 Notes</a></em></p>
232 Notes</a></em></p>
277 Notes</a></em></p>
322 Notes</a></em></p>
386 <p><em>August 18, 2008 - <a href="OLD_RELEASENOTES.html#0.9_beta">Release Notes</a></em></p>
423 <p><em>March 3, 2008 - <a href="OLD_RELEASENOTES.html#m5-rc15">Release Notes</a></em></p>
460 <p><em>February 12, 2008 - <a href="OLD_RELEASENOTES.html#m5-rc14">Release Notes</a></em></p
    [all...]
  /dalvik/opcode-gen/
README.txt 16 Notes on updating the sets of defined opcodes and instruction formats
40 * Rebuild the interpreter code. See the notes in vm/mterp/ReadMe.txt for
  /dalvik/vm/compiler/template/armv5te/
header.S 24 ARM EABI general notes:
52 JIT and ARM notes:
  /development/tutorials/NotepadCodeLab/Notepadv2/src/com/android/demo/notepad2/
Notepadv2.java 63 SimpleCursorAdapter notes = local
65 setListAdapter(notes);
  /development/tutorials/NotepadCodeLab/Notepadv3Solution/src/com/android/demo/notepad3/
Notepadv3.java 63 SimpleCursorAdapter notes = local
65 setListAdapter(notes);
  /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()));
  /external/llvm/docs/
HowToBuildOnARM.rst 11 Notes On Building LLVM/Clang on ARM
13 Here are some notes on building/testing LLVM/Clang on ARM. Note that
  /frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/
LVCS_Equaliser.c 53 /* NOTES: */
131 /* NOTES: */
  /external/chromium/chrome/common/extensions/docs/static/
experimental.webInspector.resources.html 10 <h2>Notes</h2>
  /external/clang/test/CXX/special/class.inhctor/
p4.cpp 64 // FIXME: produce notes indicating why it was deleted
  /external/clang/test/Misc/
serialized-diags.m 18 // This test checks that serialized diagnostics handle notes with no source location.
  /external/clang/test/SemaCXX/
array-bounds-ptr-arith.cpp 28 // TODO: Add FixIt notes for adding parens around non-ptr part of arith expr
  /external/clang/www/
related.html 49 Notes on using Clang to build the Chromium web browser.
  /external/e2fsprogs/ext2ed/
ext2ed.8.in 64 EXT2ED design notes.
  /external/libvpx/libvpx/examples/includes/geshi/docs/api/
todolist.html 38 <p class="notes" id="credit">
  /external/linux-tools-perf/
builtin-top.c 160 struct annotation *notes; local
180 notes = symbol__annotation(sym);
181 if (notes->src != NULL) {
182 pthread_mutex_lock(&notes->lock);
186 pthread_mutex_lock(&notes->lock);
189 pthread_mutex_unlock(&notes->lock);
208 pthread_mutex_unlock(&notes->lock);
220 struct annotation *notes; local
227 notes = symbol__annotation(sym);
229 if (pthread_mutex_trylock(&notes->lock)
240 struct annotation *notes; local
    [all...]
  /external/opencv/cv/src/
cvcondens.cpp 53 // Notes:
112 // Notes:
155 // Notes:
227 // Notes:

Completed in 1387 milliseconds

1 2 3 45 6 7 8 91011>>