HomeSort by relevance Sort by last modified time
    Searched refs:put (Results 476 - 500 of 1796) sorted by null

<<11121314151617181920>>

  /development/samples/ApiDemos/src/com/example/android/apis/os/
RotationVectorDemo.java 189 mVertexBuffer.put(vertices);
195 mColorBuffer.put(colors);
199 mIndexBuffer.put(indices);
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
JCEDHKeyAgreement.java 46 algorithms.put("DES", i64);
47 algorithms.put("DESEDE", i192);
48 algorithms.put("BLOWFISH", i128);
  /external/chromium/third_party/zlib/
infback.c 121 put = strm->next_out; \
132 strm->next_out = put; \
204 put = state->window; \
207 if (out(out_desc, put, left)) { \
250 unsigned char FAR *put; /* next output */ local
277 put = state->window;
338 zmemcpy(put, next, copy);
342 put += copy;
500 *put++ = (unsigned char)(state->length);
573 from = put + copy
    [all...]
  /external/emma/core/java12/com/vladium/emma/
EMMAProperties.java 168 s_properties.put (loader, properties);
193 redirects.put (IReportProperties.PREFIX.concat (IReportProperties.OUT_ENCODING),
195 redirects.put (IReportProperties.PREFIX.concat (IReportProperties.OUT_DIR),
  /external/junit/src/junit/swingui/
TestTreeModel.java 150 fFailures.put(t, t);
156 fErrors.put(t, t);
162 fRunTests.put(t, t);
  /external/nist-sip/java/gov/nist/javax/sip/stack/
TCPMessageProcessor.java 222 this.tcpMessageChannels.put(key, retval);
242 this.tcpMessageChannels.put(key, messageChannel);
254 this.tcpMessageChannels.put(key, retval);
  /external/protobuf/java/src/main/java/com/google/protobuf/
ExtensionRegistry.java 225 extensionsByName.put(extension.descriptor.getFullName(), extension);
226 extensionsByNumber.put(
239 extensionsByName.put(field.getMessageType().getFullName(), extension);
  /external/qemu/distrib/zlib-1.2.3/
infback.c 121 put = strm->next_out; \
132 strm->next_out = put; \
204 put = state->window; \
207 if (out(out_desc, put, left)) { \
250 unsigned char FAR *put; /* next output */ local
277 put = state->window;
338 zmemcpy(put, next, copy);
342 put += copy;
500 *put++ = (unsigned char)(state->length);
573 from = put + copy
    [all...]
  /external/webkit/WebCore/bridge/
runtime_array.cpp 124 void RuntimeArray::put(ExecState* exec, const Identifier& propertyName, JSValue value, PutPropertySlot& slot) function in class:JSC::RuntimeArray
138 JSObject::put(exec, propertyName, value, slot);
141 void RuntimeArray::put(ExecState* exec, unsigned index, JSValue value) function in class:JSC::RuntimeArray
  /external/webkit/WebKitTools/pywebsocket/mod_pywebsocket/
msgutil.py 174 self._queue.put(message)
241 self._queue.put((message, condition))
247 self._queue.put((message, threading.Condition()))
  /external/zlib/examples/
gzlog.c 165 - Put what to append in the foo.add file so that the operation can be
503 uint put; local
517 put = (MAX_STORE << 10) - log->stored;
518 if (put > len)
519 put = (uint)len;
520 if (put) {
521 if (write(log->fd, data, put) != put)
524 log->tcrc = crc32(log->tcrc, data, put);
525 log->tlen += put;
    [all...]
  /external/zlib/
infback.c 121 put = strm->next_out; \
132 strm->next_out = put; \
204 put = state->window; \
207 if (out(out_desc, put, left)) { \
250 unsigned char FAR *put; /* next output */ local
277 put = state->window;
338 zmemcpy(put, next, copy);
342 put += copy;
509 *put++ = (unsigned char)(state->length);
582 from = put + copy
    [all...]
  /frameworks/base/core/java/android/provider/
DrmStore.java 163 values.put(DrmStore.Columns.TITLE, title);
164 values.put(DrmStore.Columns.SIZE, size);
165 values.put(DrmStore.Columns.MIME_TYPE, mimeType);
  /frameworks/base/core/java/com/android/internal/os/
PowerProfile.java 177 sPowerMap.put(arrayName, array.toArray(new Double[array.size()]));
195 sPowerMap.put(name, value);
203 sPowerMap.put(arrayName, array.toArray(new Double[array.size()]));
  /frameworks/base/keystore/java/android/security/
KeyStore.java 69 public boolean put(byte[] key, byte[] value) { method in class:KeyStore
74 public boolean put(String key, String value) { method in class:KeyStore
75 return put(getBytes(key), getBytes(value));
  /libcore/luni/src/main/java/java/lang/reflect/
Proxy.java 144 .put( method
181 interfaceCache.put(interfaceKey, new WeakReference<Class<?>>(
185 proxyCache.put(newClass, "");
  /libcore/luni/src/main/java/java/nio/
ReadWriteHeapByteBuffer.java 95 public ByteBuffer put(byte b) { method in class:ReadWriteHeapByteBuffer
104 public ByteBuffer put(int index, byte b) { method in class:ReadWriteHeapByteBuffer
113 * Override ByteBuffer.put(byte[], int, int) to improve performance.
117 * @see java.nio.ByteBuffer#put(byte[], int, int)
120 public ByteBuffer put(byte[] src, int off, int len) { method in class:ReadWriteHeapByteBuffer
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
IndexedPKIXParameters.java 57 encodings.put(encoded, anchor);
60 if (bySubject.put(subject, anchor) != null) {
70 byCA.put(ca, caAnchors);
  /libcore/xml/src/main/java/org/xmlpull/v1/
XmlPullParserFactory.java 91 features.put(name, new Boolean(state));
119 features.put (XmlPullParser.FEATURE_PROCESS_NAMESPACES, new Boolean (awareness));
146 features.put (XmlPullParser.FEATURE_VALIDATION, new Boolean (validating));
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppObexServerSession.java 254 values.put(BluetoothShare.FILENAME_HINT, name);
255 values.put(BluetoothShare.TOTAL_BYTES, length.intValue());
256 values.put(BluetoothShare.MIMETYPE, mimeType);
260 values.put(BluetoothShare.DESTINATION, a);
262 values.put(BluetoothShare.DESTINATION, "FF:FF:FF:00:00:00");
265 values.put(BluetoothShare.DIRECTION, BluetoothShare.DIRECTION_INBOUND);
266 values.put(BluetoothShare.TIMESTAMP, mTimestamp);
269 /** It's not first put if !serverBlocking, so we auto accept it */
271 values.put(BluetoothShare.USER_CONFIRMATION,
351 updateValues.put(BluetoothShare._DATA, mFileInfo.mFileName)
    [all...]
  /packages/apps/Email/src/com/android/exchange/adapter/
AbstractSyncParser.java 148 cv.put(MailboxColumns.SYNC_KEY, newKey);
173 cv.put(MailboxColumns.SYNC_INTERVAL, mMailbox.mSyncInterval);
180 cv.put(MailboxColumns.SYNC_INTERVAL, Mailbox.CHECK_INTERVAL_PING);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Hints.java 60 SPEAKABLE_PUNCTUATION.put(",", "comma");
61 SPEAKABLE_PUNCTUATION.put(".", "period");
62 SPEAKABLE_PUNCTUATION.put("?", "question mark");
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarCache.java 180 values.put(COLUMN_NAME_ID, key.hashCode());
181 values.put(COLUMN_NAME_KEY, key);
182 values.put(COLUMN_NAME_VALUE, value);
  /packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
DownloadManagerFunctionalTest.java 135 values.put(Downloads.COLUMN_URI, getServerUri(path));
136 values.put(Downloads.COLUMN_DESTINATION, Downloads.DESTINATION_EXTERNAL);
145 values.put(column, value);
  /sdk/draw9patch/src/com/android/draw9patch/ui/
MainFrame.java 68 actionsMap.put(OpenAction.ACTION_NAME, new OpenAction(this));
69 actionsMap.put(SaveAction.ACTION_NAME, new SaveAction(this));
70 actionsMap.put(ExitAction.ACTION_NAME, new ExitAction(this));

Completed in 424 milliseconds

<<11121314151617181920>>