/dalvik/libcore/security/src/main/java/org/bouncycastle/x509/ |
X509V2AttributeCertificateGenerator.java | 178 extensions.put(oid, new X509Extension(critical, new DEROctetString(value)));
|
/dalvik/libcore/security/src/test/java/org/apache/harmony/security/tests/java/security/ |
DigestInputStreamTest.java | 340 * Assertion: put bytes read into specified array at specified offset<br> 379 * Assertion: put bytes read into specified array at specified offset<br> 424 * Assertion: put bytes read into specified array at specified offset<br> 516 * Assertion: put bytes read into specified array at specified offset<br>
|
DigestOutputStreamTest.java | 342 * Assertion: put bytes into output stream<br> 377 * Assertion: put bytes into output stream<br> 417 * Assertion: put bytes into output stream<br> 462 * Assertion: put bytes into output stream<br>
|
/dalvik/libcore/support/src/test/java/org/apache/harmony/security/tests/support/acl/ |
AclImpl.java | 71 hashtable.put(principal1, aclentry);
|
/dalvik/libcore/support/src/test/java/tests/support/ |
Support_GetPutFieldsDefaulted.java | 134 // Do not put anything into putField so that the get methods
|
/dalvik/libcore/text/src/main/java/java/text/ |
AttributedString.java | 244 result.put(entry.getKey(), value); 568 attributeMap.put((AttributedCharacterIterator.Attribute) entry 598 attributeMap.put(attribute, ranges); 640 attributeMap.put(attribute, ranges);
|
/dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/ |
KeyManagerImpl.java | 74 hash.put(alias, entry);
|
/dalvik/libcore/x-net/src/test/java/tests/api/javax/net/ssl/ |
TrustManagerFactorySpiTest.java | 162 put("TrustManagerFactory.MyTMF",
|
/dalvik/libcore/xml/src/main/java/org/apache/xalan/extensions/ |
ExtensionsTable.java | 96 m_extensionFunctionNamespaces.put(uri, extNS);
|
/dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/ |
FuncKey.java | 115 usedrefs.put(ref, ISTRUE);
|
TemplateList.java | 79 m_namedTemplates.put(template.getName(), template); 89 m_namedTemplates.put(template.getName(), template); 852 m_patternTable.put(key, assoc); 916 m_compilerCache.put(new Integer(retValue.getUid()), retValue);
|
/dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/ |
ElemDesc.java | 162 m_attrs.put(name, flags);
|
SerializerFactory.java | 131 // _serializers.put(method, cls);
|
/dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/utils/ |
StringToIntTable.java | 100 public final void put(String key, int value) method in class:StringToIntTable
|
/dalvik/libcore/xml/src/main/java/org/apache/xml/utils/ |
NamespaceSupport2.java | 38 * Wasteful.... But SAX did not put an interface under that object and 554 prefixTable.put(prefix, uri); 555 uriTable.put(uri, prefix); // may wipe out another prefix 632 table.put(name[2], name);
|
/dalvik/tests/004-annotations/src/android/test/anno/ |
TestAnnotations.java | 19 sorted.put(a.annotationType().getName(), a);
|
/development/build/tools/ |
patch_windows_sdk.sh | 64 # Put the JetCreator tools, content and docs (not available in the linux SDK)
|
/development/cmds/monkey/ |
README.NETWORK.txt | 128 You can put the Monkey to sleep by using the "sleep" command with a
|
/development/pdk/docs/porting/ |
tcpdump.jd | 21 adb push /wherever/you/put/tcpdump /system/xbin/tcpdump
|
/development/pdk/docs/source/ |
licenses.jd | 54 dictate all the uses to which people will want to put our software. So, while
|
/development/samples/ApiDemos/src/com/example/android/apis/os/ |
MorseCodeConverter.java | 113 // Generate the pattern array. Note that we put an extra element of 0
|
/development/samples/GlobalTime/src/com/android/globaltime/ |
City.java | 90 cities.put(name, city);
|
/development/scripts/app_engine_server/ |
memcache_zipserve.py | 89 put into memcache, which is much faster than retreiving them from the zip 202 Put any work related to interpreting the incoming URL here. For example, 293 # IF we have the file, put it in the memcache 294 # ELSE put it in the negative cache
|
/external/apache-http/src/org/apache/http/auth/ |
AuthSchemeRegistry.java | 84 registeredSchemes.put(name.toLowerCase(Locale.ENGLISH), factory);
|
/external/apache-http/src/org/apache/http/conn/params/ |
ConnPerRouteBean.java | 90 this.maxPerHostMap.put(route, Integer.valueOf(max));
|