/dalvik/dx/src/com/android/dx/rop/annotation/ |
Annotation.java | 184 * Put an element into the set of (name, value) pairs for this instance. 190 public void put(NameValuePair pair) { method in class:Annotation 197 elements.put(pair.getName(), pair); 220 elements.put(name, pair);
|
/dalvik/libcore/archive/src/main/native/ |
zip.h | 48 // Contents from Harmony's inflater.h was put here:
|
/dalvik/libcore/luni/src/main/java/java/net/ |
ResponseCache.java | 37 * To write to the cache, the protocol handlers call {@code put()}, upon which a 40 * @see #put(URI, URLConnection) 152 * WriteableByteChannel} to put the resource data down. Otherwise, this 166 public abstract CacheRequest put(URI uri, URLConnection conn) method in class:ResponseCache
|
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/util/ |
DictionaryTest.java | 56 public Object put(Object arg0, Object arg1) { method in class:DictionaryTest.Mock_Dictionary
|
/dalvik/libcore/security/src/main/java/java/security/ |
UnresolvedPermissionCollection.java | 79 klasses.put(klass, klassMates); 162 permissions.put(key, new Vector(((Collection) entry.getValue()))); 165 fields.put("permissions", permissions); //$NON-NLS-1$ 193 klasses.put(key, new HashSet(values));
|
/dalvik/libcore/security/src/main/java/org/apache/harmony/security/fortress/ |
Services.java | 92 providersNames.put(p.getName(), p); 146 providersNames.put(provider.getName(), provider); 182 services.put(key, serv); 190 services.put(key, serv);
|
/dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/ |
ClientSessionContext.java | 138 sessionsById.put(new ByteArray(session.getId()), session); 149 sessionsById.put(new ByteArray(session.getId()), session); 175 sessions.put(new HostAndPort(host, port), session); 190 sessions.put(key, session);
|
/dalvik/libcore/xml/src/test/java/tests/api/org/xml/sax/support/ |
MockResolver.java | 35 entities.put("[" + publicId + ":" + systemId + "]", source);
|
/dalvik/vm/mterp/armv4t/ |
OP_APUT_WIDE.S | 3 * Array put, 64 bits. vBB[vCC] <- vAA.
|
/dalvik/vm/mterp/armv5te/ |
OP_APUT.S | 4 * Array put, 32 bits or less. vBB[vCC] <- vAA.
|
OP_APUT_WIDE.S | 3 * Array put, 64 bits. vBB[vCC] <- vAA.
|
/dalvik/vm/mterp/c/ |
OP_APUT_OBJECT.c | 25 LOGV("Can't put a '%s'(%p) into array type='%s'(%p)\n",
|
/dalvik/vm/mterp/x86/ |
OP_APUT_OBJECT.S | 3 * Array put, 32 bits or less. vBB[vCC] <- vAA
|
/development/samples/MySampleRss/src/com/example/codelab/rssexample/ |
MyRssReader4.java | 153 vals.put(RssContentProvider.TITLE, data.getStringExtra(RssContentProvider.TITLE)); 154 vals.put(RssContentProvider.URL, data.getStringExtra(RssContentProvider.URL)); 155 vals.put(RssContentProvider.CONTENT, data.getStringExtra(RssContentProvider.CONTENT)); 156 vals.put(RssContentProvider.LAST_UPDATED, data.getIntExtra(RssContentProvider.LAST_UPDATED, 0));
|
/development/simulator/app/ |
LogPrefsDialog.h | 36 bool mSingleLine; // put whole message on one line?
|
/development/tutorials/NotepadCodeLab/Notepadv1/src/com/android/demo/notepad1/ |
NotesDbAdapter.java | 122 initialValues.put(KEY_TITLE, title); 123 initialValues.put(KEY_BODY, body); 183 args.put(KEY_TITLE, title); 184 args.put(KEY_BODY, body);
|
/development/tutorials/NotepadCodeLab/Notepadv1Solution/src/com/android/demo/notepad1/ |
NotesDbAdapter.java | 122 initialValues.put(KEY_TITLE, title); 123 initialValues.put(KEY_BODY, body); 183 args.put(KEY_TITLE, title); 184 args.put(KEY_BODY, body);
|
/development/tutorials/NotepadCodeLab/Notepadv2/src/com/android/demo/notepad2/ |
NotesDbAdapter.java | 122 initialValues.put(KEY_TITLE, title); 123 initialValues.put(KEY_BODY, body); 183 args.put(KEY_TITLE, title); 184 args.put(KEY_BODY, body);
|
/development/tutorials/NotepadCodeLab/Notepadv2Solution/src/com/android/demo/notepad2/ |
NotesDbAdapter.java | 122 initialValues.put(KEY_TITLE, title); 123 initialValues.put(KEY_BODY, body); 183 args.put(KEY_TITLE, title); 184 args.put(KEY_BODY, body);
|
/development/tutorials/NotepadCodeLab/Notepadv3/src/com/android/demo/notepad3/ |
NotesDbAdapter.java | 122 initialValues.put(KEY_TITLE, title); 123 initialValues.put(KEY_BODY, body); 183 args.put(KEY_TITLE, title); 184 args.put(KEY_BODY, body);
|
/development/tutorials/NotepadCodeLab/Notepadv3Solution/src/com/android/demo/notepad3/ |
NotesDbAdapter.java | 122 initialValues.put(KEY_TITLE, title); 123 initialValues.put(KEY_BODY, body); 183 args.put(KEY_TITLE, title); 184 args.put(KEY_BODY, body);
|
/external/bluetooth/glib/gio/tests/ |
live-g-file.txt | 6 preffered to preserve unix modes) and put it on a reachable place.
|
/external/bzip2/ |
bz-common.xsl | 9 <!-- Do not put 'Chapter' at the start of eg 'Chapter 1. Doing This' -->
|
/external/clearsilver/csharp/ |
README | 21 is pulled out of or put into C-structures.
|
/external/clearsilver/perl/ |
README | 17 This Perl module is supposed to be put under ClearSilver's
|