HomeSort by relevance Sort by last modified time
    Searched full:put (Results 1126 - 1150 of 4625) sorted by null

<<41424344454647484950>>

  /dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/http/
HttpConnectionPool.java 98 connectionPool.put(config, connections);
  /dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/util/
SHAOutputStream.java 170 // After the user asks for the hash value, the stream is put back to the
196 // After the user asks for the hash value, the stream is put back to the
223 // After the user asks for the hash value, the stream is put back to the
257 // Now put 0's in all the buffer. memfill would be faster
  /dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/util/
WeakHashMapTest.java 56 weakMap.put(KEY_ARRAY[i], VALUE_ARRAY[i]);
  /dalvik/libcore/luni/src/test/java/tests/api/java/net/
SecureCacheResponseTest.java 176 public CacheRequest put(URI uri, URLConnection conn) method in class:SecureCacheResponseTest.TestResponseCache
  /dalvik/libcore/security/src/main/java/java/security/
AllPermissionCollection.java 126 fields.put("all_allowed", all != null); //$NON-NLS-1$
  /dalvik/libcore/security/src/main/java/org/bouncycastle/jce/provider/
JCEDHPrivateKey.java 141 pkcs12Attributes.put(oid, attribute);
JCERSAPrivateKey.java 107 pkcs12Attributes.put(oid, attribute);
JDKDSAPrivateKey.java 125 pkcs12Attributes.put(oid, attribute);
  /dalvik/libcore/security/src/test/java/org/apache/harmony/security/tests/java/security/
Signature2Test.java 371 p.put("DSA", "tests.java.security.support.cert.MyCertificate$1");
666 put("MessageDigest.SHA-1", "SomeClassName");
667 put("MessageDigest.abc", "SomeClassName");
668 put("Alg.Alias.MessageDigest.SHA1", "SHA-1");
SignedObjectTest.java 97 prop.put("aaa", "bbb");
  /dalvik/libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/
mySSLSession.java 128 Object obj1 = table.put(s, obj);
  /dalvik/libcore/xml/src/main/java/org/apache/xml/utils/
StringToIntTable.java 93 public final void put(String key, int value) method in class:StringToIntTable
  /dalvik/vm/mterp/x86-atom/
OP_IPUT.S 19 * Code: Generic 32-bit instance field "put" operation. Provides a
  /development/samples/ApiDemos/src/com/example/android/apis/app/
LocalService.java 63 // Display a notification about us starting. We put an icon in the status bar.
  /development/samples/NotePad/src/com/example/android/notepad/
TitleEditor.java 105 values.put(Notes.TITLE, mText.getText().toString());
  /development/simulator/app/
LogWindow.h 104 bool mSingleLine; // put whole message on one line?
  /development/tools/mkstubs/src/com/android/mkstubs/
AsmAnalyzer.java 53 classes.put(className, cr);
StubGenerator.java 58 all.put(name, b);
  /device/sample/frameworks/PlatformLibrary/
README.txt 45 basically whatever code you want. You can also put code in other Java
  /external/apache-http/src/org/apache/http/client/methods/
HttpUriRequest.java 54 * <code>PUT</code>, <code>POST</code>, or other.
  /external/apache-http/src/org/apache/http/conn/routing/
package.html 45 might be put on top of the tunnel.
  /external/apache-http/src/org/apache/http/cookie/params/
CookieSpecPNames.java 59 * should be put on
  /external/apache-http/src/org/apache/http/impl/
DefaultHttpRequestFactory.java 58 "PUT"
  /external/apache-http/src/org/apache/http/impl/auth/
DigestScheme.java 195 getParameters().put(name, value);
231 getParameters().put("methodname", request.getRequestLine().getMethod());
232 getParameters().put("uri", request.getRequestLine().getUri());
236 getParameters().put("charset", charset);
  /external/apache-http/src/org/apache/http/protocol/
BasicHttpContext.java 81 this.map.put(id, obj);

Completed in 115 milliseconds

<<41424344454647484950>>