OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:note
(Results
1 - 25
of
7374
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/icu4c/test/testdata/
ra.txt
11
* @
note
Comments for tag named ra
17
* @
note
{0} represents the position of OSNAME and {1} represents the position of job name
23
* @
note
This resource is for test2
31
* @
note
This resource is for TestTable
37
* @
note
This resource is for test3
43
* @
note
This resource is for test4
49
* @
note
This resource is for test5
55
* @
note
This resource is for test6
62
* @
note
This resource is for Tag name: Array
68
* @
note
This resource is un-named strin
[
all
...]
/development/tutorials/NotepadCodeLab/Notepadv2/res/values/
strings.xml
5
<string name="menu_insert">Add
Note
</string>
6
<string name="menu_delete">Delete
Note
</string>
10
<string name="edit_note">Edit
Note
</string>
/development/tutorials/NotepadCodeLab/Notepadv2Solution/res/values/
strings.xml
5
<string name="menu_insert">Add
Note
</string>
6
<string name="menu_delete">Delete
Note
</string>
10
<string name="edit_note">Edit
Note
</string>
/development/tutorials/NotepadCodeLab/Notepadv3/res/values/
strings.xml
5
<string name="menu_insert">Add
Note
</string>
6
<string name="menu_delete">Delete
Note
</string>
10
<string name="edit_note">Edit
Note
</string>
/development/tutorials/NotepadCodeLab/Notepadv3Solution/res/values/
strings.xml
5
<string name="menu_insert">Add
Note
</string>
6
<string name="menu_delete">Delete
Note
</string>
10
<string name="edit_note">Edit
Note
</string>
/development/samples/NotePad/res/values/
strings.xml
19
<string name="menu_insert">Add
note
</string>
23
<string name="resolve_edit">Edit
note
</string>
26
<string name="title_create">Create
note
</string>
27
<string name="title_edit">Edit
note
</string>
28
<string name="title_notes_list">
Note
pad</string>
29
<string name="title_note">
Note
</string>
30
<string name="title_edit_title">
Note
title:</string>
32
<string name="app_name">
Note
Pad</string>
38
<string name="error_message">Error loading
note
</string>
/dalvik/tests/068-classloader/src-ex/
Inaccessible1.java
4
* Non-public class, inaccessible from Main.
Note
the constructor is
/dalvik/tests/071-dexfile/
info.txt
4
NOTE
: the test requires that /sdcard exists and is writable.
/external/dropbear/libtomcrypt/notes/
tech0007.txt
1
Tech
Note
#7
/external/qemu/slirp-android/
ctl.h
5
/*
NOTE
: DNS_ADDR_MAX addresses, starting from CTL_DNS, are reserved */
/external/v8/
V8_MERGE_REVISION
3
Note
: We are currently not syncing with chromium release revisions
/external/webkit/WebKitTools/BuildSlaveSupport/build.webkit.org-config/
README
0
Note
: This directory is *not* automatically synchronized with Subversion via a post-commit hook.
/prebuilt/linux-x86/toolchain/sh-4.3.3/lib/gcc/sh-linux-gnu/4.3.3/
crtend.o
/development/samples/NotePad/src/com/google/provider/
NotePad.java
42
* The title of the
note
48
* The
note
itself
51
public static final String
NOTE
= "
note
";
54
* The timestamp for when the
note
was created
60
* The timestamp for when the
note
was last modified
/external/proguard/docs/
testimonials.html
24
<center><table class="
note
">
25
<tr><td class="
note
"><p class="
note
"><cite>
36
<center><table class="
note
">
37
<tr><td class="
note
"><p class="
note
"><cite>
48
<center><table class="
note
">
49
<tr><td class="
note
"><p class="
note
"><cite>
60
<center><table class="
note
">
[
all
...]
/development/samples/NotePad/src/com/example/android/notepad/
NotePad.java
46
public static final String CONTENT_TYPE = "vnd.android.cursor.dir/vnd.google.
note
";
49
* The MIME type of a {@link #CONTENT_URI} sub-directory of a single
note
.
51
public static final String CONTENT_ITEM_TYPE = "vnd.android.cursor.item/vnd.google.
note
";
59
* The title of the
note
65
* The
note
itself
68
public static final String
NOTE
= "
note
";
71
* The timestamp for when the
note
was created
77
* The timestamp for when the
note
was last modified
/development/tutorials/NotepadCodeLab/Notepadv1/src/com/android/demo/notepad1/
NotesDbAdapter.java
30
* retrieve or modify a specific
note
.
112
* Create a new
note
using the title and body provided. If the
note
is
113
* successfully created return the new rowId for that
note
, otherwise return
116
* @param title the title of the
note
117
* @param body the body of the
note
129
* Delete the
note
with the given rowId
131
* @param rowId id of
note
to delete
151
* Return a Cursor positioned at the
note
that matches the given rowId
153
* @param rowId id of
note
to retriev
[
all
...]
/development/tutorials/NotepadCodeLab/Notepadv1Solution/src/com/android/demo/notepad1/
NotesDbAdapter.java
30
* retrieve or modify a specific
note
.
112
* Create a new
note
using the title and body provided. If the
note
is
113
* successfully created return the new rowId for that
note
, otherwise return
116
* @param title the title of the
note
117
* @param body the body of the
note
129
* Delete the
note
with the given rowId
131
* @param rowId id of
note
to delete
151
* Return a Cursor positioned at the
note
that matches the given rowId
153
* @param rowId id of
note
to retriev
[
all
...]
/development/tutorials/NotepadCodeLab/Notepadv2/src/com/android/demo/notepad2/
NotesDbAdapter.java
30
* retrieve or modify a specific
note
.
112
* Create a new
note
using the title and body provided. If the
note
is
113
* successfully created return the new rowId for that
note
, otherwise return
116
* @param title the title of the
note
117
* @param body the body of the
note
129
* Delete the
note
with the given rowId
131
* @param rowId id of
note
to delete
151
* Return a Cursor positioned at the
note
that matches the given rowId
153
* @param rowId id of
note
to retriev
[
all
...]
/development/tutorials/NotepadCodeLab/Notepadv2Solution/src/com/android/demo/notepad2/
NotesDbAdapter.java
30
* retrieve or modify a specific
note
.
112
* Create a new
note
using the title and body provided. If the
note
is
113
* successfully created return the new rowId for that
note
, otherwise return
116
* @param title the title of the
note
117
* @param body the body of the
note
129
* Delete the
note
with the given rowId
131
* @param rowId id of
note
to delete
151
* Return a Cursor positioned at the
note
that matches the given rowId
153
* @param rowId id of
note
to retriev
[
all
...]
/development/tutorials/NotepadCodeLab/Notepadv3/src/com/android/demo/notepad3/
NotesDbAdapter.java
30
* retrieve or modify a specific
note
.
112
* Create a new
note
using the title and body provided. If the
note
is
113
* successfully created return the new rowId for that
note
, otherwise return
116
* @param title the title of the
note
117
* @param body the body of the
note
129
* Delete the
note
with the given rowId
131
* @param rowId id of
note
to delete
151
* Return a Cursor positioned at the
note
that matches the given rowId
153
* @param rowId id of
note
to retriev
[
all
...]
/development/tutorials/NotepadCodeLab/Notepadv3Solution/src/com/android/demo/notepad3/
NotesDbAdapter.java
30
* retrieve or modify a specific
note
.
112
* Create a new
note
using the title and body provided. If the
note
is
113
* successfully created return the new rowId for that
note
, otherwise return
116
* @param title the title of the
note
117
* @param body the body of the
note
129
* Delete the
note
with the given rowId
131
* @param rowId id of
note
to delete
151
* Return a Cursor positioned at the
note
that matches the given rowId
153
* @param rowId id of
note
to retriev
[
all
...]
/dalvik/libcore/sql/src/main/java/java/sql/
package.html
8
<p>
Note
that you must provide your own JDBC driver.</p>
/external/bluetooth/glib/build/win32/vs8/
README
0
Note
that this is mostly experimental and not really maintained. It
/external/bluetooth/glib/build/win32/vs9/
README
0
Note
that this is mostly experimental and not really maintained. It
Completed in 334 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>