HomeSort by relevance Sort by last modified time
    Searched full:note (Results 26 - 50 of 7374) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/dhcpcd/dhcpcd-hooks/
90-NetworkManager 2 # NOTE: NetworkManager will override the script dhcpcd calls, so this hook
  /external/iptables/extensions/
libip6t_mac.man 4 Note that this only makes sense for packets coming from an Ethernet device
libipt_mac.man 4 Note that this only makes sense for packets coming from an Ethernet device
  /external/webkit/LayoutTests/storage/resources/
stress-frame.html 22 tx.executeSql("CREATE TABLE WebKitStickyNotes (id REAL UNIQUE, note TEXT)", [], function(result) {
23 tx.executeSql("INSERT INTO WebKitStickyNotes (id, note) VALUES (?, ?)", [1, 'Text'], function(result) {
24 tx.executeSql("INSERT INTO WebKitStickyNotes (id, note) VALUES (?, ?)", [2, 'More Text'], function(result) {
36 tx.executeSql("SELECT id, note FROM WebKitStickyNotes", [], function(tx, result) {
  /external/webkit/WebCore/manual-tests/
database-threading-stress-test-2.html 22 tx.executeSql("CREATE TABLE WebKitStickyNotes (id REAL UNIQUE, note TEXT)", [], function(result) {
23 tx.executeSql("INSERT INTO WebKitStickyNotes (id, note) VALUES (?, ?)", [1, 'Text'], function(result) {
24 tx.executeSql("INSERT INTO WebKitStickyNotes (id, note) VALUES (?, ?)", [2, 'More Text'], function(result) {
36 tx.executeSql("SELECT id, note FROM WebKitStickyNotes", [], function(tx, result) {
  /frameworks/base/core/tests/coretests/res/raw/
v21_invalid_comment_line.vcf 7 NOTE;ENCODING=QUOTED-PRINTABLE:This is an (sharp ->=
  /prebuilt/linux-x86/sdl/lib/
libSDLmain.a 6 ELF?4( GCC: (GNU) 4.2.4 (Ubuntu 4.2.4-1ubuntu3).symtab.strtab.shstrtab.text.data.bss.comment.note.GNU-stack4! (…)
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/
crtbegin.o 
crtend.o 
crtendS.o 
  /prebuilt/linux-x86/toolchain/sh-4.3.3/lib/gcc/sh-linux-gnu/4.3.3/
crtbegin.o 
crtbeginS.o 
crtbeginT.o 
crtendS.o 
  /development/samples/NotePad/src/com/example/android/notepad/
NoteEditor.java 39 * A generic activity for editing a note in a database. This can be used
40 * either to simply view a note {@link Intent#ACTION_VIEW}, view and edit a note
41 * {@link Intent#ACTION_EDIT}, or create a new note {@link Intent#ACTION_INSERT}.
47 * Standard projection for the interesting columns of a normal note.
51 Notes.NOTE, // 1
53 /** The index of the note column */
127 // If we were unable to create a new note, then just finish
131 Log.e(TAG, "Failed to insert new note into " + getIntent().getData());
150 // The text view for our note, identified by its ID in the XML file
184 String note = mCursor.getString(COLUMN_INDEX_NOTE); local
    [all...]
  /build/tools/apriori/
rangesort.h 55 NOTE: The input range must be sorted!
57 NOTE: destroy_range_list() will take care of releasing the data that it
61 NOTE: the user data of the original range_t structures is simply copied, so
66 NOTE: The returned range is not sorted. You must call sort_ranges() if you
85 NOTE: Both range lists must be sorted on input. This is guarded by an
88 NOTE: Range s must contain ranges, which are fully contained by the span of
93 NOTE: In addition to the requirement above, range s must contain ranges,
96 NOTE: There is no user info associated with the resulting range.
98 NOTE: The resulting range is not sorted.
  /external/elfcopy/
rangesort.h 55 NOTE: The input range must be sorted!
57 NOTE: destroy_range_list() will take care of releasing the data that it
61 NOTE: the user data of the original range_t structures is simply copied, so
66 NOTE: The returned range is not sorted. You must call sort_ranges() if you
85 NOTE: Both range lists must be sorted on input. This is guarded by an
88 NOTE: Range s must contain ranges, which are fully contained by the span of
93 NOTE: In addition to the requirement above, range s must contain ranges,
96 NOTE: There is no user info associated with the resulting range.
98 NOTE: The resulting range is not sorted.
  /development/tutorials/NotepadCodeLab/Notepadv3Solution/src/com/android/demo/notepad3/
NoteEdit.java 68 Cursor note = mDbHelper.fetchNote(mRowId); local
69 startManagingCursor(note);
70 mTitleText.setText(note.getString(
71 note.getColumnIndexOrThrow(NotesDbAdapter.KEY_TITLE)));
72 mBodyText.setText(note.getString(
73 note.getColumnIndexOrThrow(NotesDbAdapter.KEY_BODY)));
  /frameworks/base/telephony/java/com/android/internal/telephony/
TelephonyIntents.java 49 * <p class="note">
52 * <p class="note">This is a protected intent that can only be sent
64 * <p class="note">
70 * <p class="note">
73 * <p class="note">This is a protected intent that can only be sent
83 * <p class="note">
89 * <p class="note">
92 * <p class="note">This is a protected intent that can only be sent
109 * <p class="note">
115 * <p class="note">
    [all...]
  /external/icu4c/layout/
ContextualSubstSubtables.h 74 // NOTE: Multiple variable size arrays!!
98 // NOTE: Multiple variable size arrays!!
107 // NOTE: This isn't a subclass of GlyphSubstitutionSubtable 'cause
110 // NOTE: Multiple variable size arrays!!
142 // NOTE: Multiple variable size arrays!!
172 // NOTE: Multiple variable size arrays!!
185 // NOTE: This isn't a subclass of GlyphSubstitutionSubtable 'cause
188 // NOTE: Multiple variable size arrays!!
PairPositioningSubtables.h 24 // NOTE: ValueRecord has a variable size
58 // NOTE: ValueRecord has a variable size
  /external/ppp/pppd/plugins/radius/etc/
realms 4 # (note the server must be told to strip the realm)
21 # radiusclient.conf file. Note that this is different than the
  /build/core/combo/arch/arm/
armv5te.mk 11 # Note: Hard coding the 'tune' value here is probably not ideal,
  /external/bison/m4/
error.m4 13 dnl Note: AC_FUNC_ERROR_AT_LINE does AC_LIBSOURCES([error.h, error.c]).
  /external/bluetooth/bluez/audio/
bluetooth.conf 1 # Please note that this ALSA configuration file fragment needs be enabled in

Completed in 46 milliseconds

12 3 4 5 6 7 8 91011>>