/external/conscrypt/src/main/java/org/conscrypt/ |
D | OpenSSLProvider.java | 50 put("SSLContext.SSL", classOpenSSLContextImpl); in OpenSSLProvider() 51 put("SSLContext.SSLv3", classOpenSSLContextImpl); in OpenSSLProvider() 52 put("SSLContext.TLS", classOpenSSLContextImpl); in OpenSSLProvider() 53 put("SSLContext.TLSv1", classOpenSSLContextImpl); in OpenSSLProvider() 54 put("SSLContext.TLSv1.1", classOpenSSLContextImpl); in OpenSSLProvider() 55 put("SSLContext.TLSv1.2", classOpenSSLContextImpl); in OpenSSLProvider() 56 put("SSLContext.Default", prefix + "DefaultSSLContextImpl"); in OpenSSLProvider() 59 put("MessageDigest.SHA-1", prefix + "OpenSSLMessageDigestJDK$SHA1"); in OpenSSLProvider() 60 put("Alg.Alias.MessageDigest.SHA1", "SHA-1"); in OpenSSLProvider() 61 put("Alg.Alias.MessageDigest.SHA", "SHA-1"); in OpenSSLProvider() [all …]
|
/external/owasp/sanitizer/src/main/org/owasp/html/ |
D | HtmlEntities.java | 223 .put("quot", Integer.valueOf('"')) 224 .put("amp", Integer.valueOf('&')) 225 .put("lt", Integer.valueOf('<')) 226 .put("gt", Integer.valueOf('>')) 229 .put("apos", Integer.valueOf('\'')) 232 .put("nbsp", Integer.valueOf('\u00a0')) 233 .put("iexcl", Integer.valueOf('\u00a1')) 234 .put("cent", Integer.valueOf('\u00a2')) 235 .put("pound", Integer.valueOf('\u00a3')) 236 .put("curren", Integer.valueOf('\u00a4')) [all …]
|
D | CssSchema.java | 98 propertiesBuilder.put(propertyName, prop); in withProperties() 230 .put("image(", "image()") 231 .put("linear-gradient(", "linear-gradient()") 232 .put("radial-gradient(", "radial-gradient()") 233 .put("repeating-linear-gradient(", "repeating-linear-gradient()") 234 .put("repeating-radial-gradient(", "repeating-radial-gradient()") 235 .put("rgb(", "rgb()").put("rgba(", "rgba()") 390 builder.put("-moz-border-radius", mozBorderRadius); 393 builder.put("-moz-border-radius-bottomleft", mozBorderRadiusBottomleft); 395 builder.put("-moz-opacity", mozOpacity); [all …]
|
D | HtmlTextEscapingMode.java | 87 .put("iframe", CDATA) 92 .put("listing", CDATA_SOMETIMES) 93 .put("xmp", CDATA) 101 .put("comment", CDATA_SOMETIMES) // IE only 104 .put("plaintext", PLAIN_TEXT) 106 .put("script", CDATA) 107 .put("style", CDATA) 110 .put("textarea", RCDATA) 111 .put("title", RCDATA) 115 .put("area", VOID) [all …]
|
/external/apache-harmony/support/src/test/java/tests/support/ |
D | Support_TestProvider.java | 55 put("MessageDigest.SHA", in registerServices() 57 put("MessageDigest.MD2", in registerServices() 60 put("Alg.Alias.MessageDigest.SHA1", "SHA"); in registerServices() 61 put("Alg.Alias.MessageDigest.SHA-1", "SHA"); in registerServices() 62 put("Alg.Alias.MessageDigest.OID.1.3.14.3.2.26", "SHA"); in registerServices() 63 put("Alg.Alias.MessageDigest.1.3.14.3.2.26", "SHA"); in registerServices() 66 put("AlgorithmParameterGenerator.DSA", in registerServices() 70 put("AlgorithmParameters.DSA", in registerServices() 73 put("Alg.Alias.AlgorithmParameters.1.2.840.10040.4.1", "DSA"); in registerServices() 74 put("Alg.Alias.AlgorithmParameters.1.3.14.3.2.12", "DSA"); in registerServices() [all …]
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
D | ParserFactory.java | 60 parserTable.put(ReplyToHeader.NAME.toLowerCase(), ReplyToParser.class); in ReplyToHeader.NAME.toLowerCase() 62 parserTable.put( 66 parserTable.put( 70 parserTable.put( 74 parserTable.put("t", ToParser.class); 75 parserTable.put(ToHeader.NAME.toLowerCase(), ToParser.class); in ToHeader.NAME.toLowerCase() 77 parserTable.put(FromHeader.NAME.toLowerCase(), FromParser.class); in FromHeader.NAME.toLowerCase() 78 parserTable.put("f", FromParser.class); 80 parserTable.put(CSeqHeader.NAME.toLowerCase(), CSeqParser.class); in CSeqHeader.NAME.toLowerCase() 82 parserTable.put(ViaHeader.NAME.toLowerCase(), ViaParser.class); in ViaHeader.NAME.toLowerCase() [all …]
|
/external/dexmaker/src/dx/java/com/android/dx/dex/code/ |
D | RopToDop.java | 227 MAP.put(Rops.NOP, Dops.NOP); in MAP.put() 228 MAP.put(Rops.MOVE_INT, Dops.MOVE); in MAP.put() 229 MAP.put(Rops.MOVE_LONG, Dops.MOVE_WIDE); in MAP.put() 230 MAP.put(Rops.MOVE_FLOAT, Dops.MOVE); in MAP.put() 231 MAP.put(Rops.MOVE_DOUBLE, Dops.MOVE_WIDE); in MAP.put() 232 MAP.put(Rops.MOVE_OBJECT, Dops.MOVE_OBJECT); in MAP.put() 233 MAP.put(Rops.MOVE_PARAM_INT, Dops.MOVE); in MAP.put() 234 MAP.put(Rops.MOVE_PARAM_LONG, Dops.MOVE_WIDE); in MAP.put() 235 MAP.put(Rops.MOVE_PARAM_FLOAT, Dops.MOVE); in MAP.put() 236 MAP.put(Rops.MOVE_PARAM_DOUBLE, Dops.MOVE_WIDE); in MAP.put() [all …]
|
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/ |
D | CountryCodeToRegionCodeMap.java | 67 countryCodeToRegionCodeMap.put(1, listWithRegionCode); in getCountryCodeToRegionCodeMap() 72 countryCodeToRegionCodeMap.put(7, listWithRegionCode); in getCountryCodeToRegionCodeMap() 76 countryCodeToRegionCodeMap.put(20, listWithRegionCode); in getCountryCodeToRegionCodeMap() 80 countryCodeToRegionCodeMap.put(27, listWithRegionCode); in getCountryCodeToRegionCodeMap() 84 countryCodeToRegionCodeMap.put(30, listWithRegionCode); in getCountryCodeToRegionCodeMap() 88 countryCodeToRegionCodeMap.put(31, listWithRegionCode); in getCountryCodeToRegionCodeMap() 92 countryCodeToRegionCodeMap.put(32, listWithRegionCode); in getCountryCodeToRegionCodeMap() 96 countryCodeToRegionCodeMap.put(33, listWithRegionCode); in getCountryCodeToRegionCodeMap() 100 countryCodeToRegionCodeMap.put(34, listWithRegionCode); in getCountryCodeToRegionCodeMap() 104 countryCodeToRegionCodeMap.put(36, listWithRegionCode); in getCountryCodeToRegionCodeMap() [all …]
|
/external/chromium_org/gpu/command_buffer/service/ |
D | cmd_parser_test.cc | 71 EXPECT_EQ(0, parser->put()); in TEST_F() 78 CommandBufferOffset put = parser->put(); in TEST_F() local 84 buffer()[put++].value_header = header; in TEST_F() 85 parser->set_put(put); in TEST_F() 86 EXPECT_EQ(put, parser->put()); in TEST_F() 90 EXPECT_EQ(put, parser->get()); in TEST_F() 96 buffer()[put++].value_header = header; in TEST_F() 97 buffer()[put++].value_int32 = 2134; in TEST_F() 98 buffer()[put++].value_float = 1.f; in TEST_F() 99 parser->set_put(put); in TEST_F() [all …]
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/style/ |
D | RFC4519Style.java | 77 DefaultSymbols.put(businessCategory, "businessCategory"); in DefaultSymbols.put() 78 DefaultSymbols.put(c, "c"); in DefaultSymbols.put() 79 DefaultSymbols.put(cn, "cn"); in DefaultSymbols.put() 80 DefaultSymbols.put(dc, "dc"); in DefaultSymbols.put() 81 DefaultSymbols.put(description, "description"); in DefaultSymbols.put() 82 DefaultSymbols.put(destinationIndicator, "destinationIndicator"); in DefaultSymbols.put() 83 DefaultSymbols.put(distinguishedName, "distinguishedName"); in DefaultSymbols.put() 84 DefaultSymbols.put(dnQualifier, "dnQualifier"); in DefaultSymbols.put() 85 DefaultSymbols.put(enhancedSearchGuide, "enhancedSearchGuide"); in DefaultSymbols.put() 86 DefaultSymbols.put(facsimileTelephoneNumber, "facsimileTelephoneNumber"); in DefaultSymbols.put() [all …]
|
D | BCStyle.java | 206 DefaultSymbols.put(C, "C"); in DefaultSymbols.put() 207 DefaultSymbols.put(O, "O"); in DefaultSymbols.put() 208 DefaultSymbols.put(T, "T"); in DefaultSymbols.put() 209 DefaultSymbols.put(OU, "OU"); in DefaultSymbols.put() 210 DefaultSymbols.put(CN, "CN"); in DefaultSymbols.put() 211 DefaultSymbols.put(L, "L"); in DefaultSymbols.put() 212 DefaultSymbols.put(ST, "ST"); in DefaultSymbols.put() 213 DefaultSymbols.put(SN, "SERIALNUMBER"); in DefaultSymbols.put() 214 DefaultSymbols.put(EmailAddress, "E"); in DefaultSymbols.put() 215 DefaultSymbols.put(DC, "DC"); in DefaultSymbols.put() [all …]
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | ImmutableTableTest.java | 31 builder.put((String) data[i], (Integer) data[i + 1], in create() 42 .put('a', 1, "foo") in testBuilder() 45 expectedTable.put('a', 1, "foo"); in testBuilder() 46 expectedTable.put('b', 1, "bar"); in testBuilder() 47 expectedTable.put('a', 2, "baz"); in testBuilder() 49 otherTable.put('b', 1, "bar"); in testBuilder() 50 otherTable.put('a', 2, "baz"); in testBuilder() 60 .put(Tables.immutableCell('a', 1, "foo")) in testBuilder_withImmutableCell() 68 builder.put(Tables.immutableCell((Character) null, 1, "foo")); in testBuilder_withImmutableCellAndNullContents() 74 builder.put(Tables.immutableCell('a', (Integer) null, "foo")); in testBuilder_withImmutableCellAndNullContents() [all …]
|
D | AbstractMultimapTest.java | 120 multimap.put("foo", 1); in testSize1() 125 multimap.put("foo", 1); in testSize2Keys() 126 multimap.put("bar", 5); in testSize2Keys() 131 multimap.put("foo", 1); in testSize2Values() 132 multimap.put("foo", 7); in testSize2Values() 137 multimap.put("foo", 1); in testSizeNull() 138 multimap.put("bar", 5); in testSizeNull() 139 multimap.put(nullKey(), nullValue()); in testSizeNull() 140 multimap.put("foo", nullValue()); in testSizeNull() 141 multimap.put(nullKey(), 5); in testSizeNull() [all …]
|
D | ImmutableListMultimapTest.java | 45 .put(Maps.immutableEntry("one", 1)) in testBuilder_withImmutableEntry() 53 builder.put(Maps.immutableEntry("one", (Integer) null)); in testBuilder_withImmutableEntryAndNullContents() 58 builder.put(Maps.immutableEntry((String) null, 1)); in testBuilder_withImmutableEntryAndNullContents() 82 builder.put(entry); in testBuilder_withMutableEntry() 113 toPut.put("foo", 1); in testBuilderPutAllMultimap() 114 toPut.put("bar", 4); in testBuilderPutAllMultimap() 115 toPut.put("foo", 2); in testBuilderPutAllMultimap() 116 toPut.put("foo", 3); in testBuilderPutAllMultimap() 118 moreToPut.put("foo", 6); in testBuilderPutAllMultimap() 119 moreToPut.put("bar", 5); in testBuilderPutAllMultimap() [all …]
|
/external/jsilver/src/com/google/clearsilver/jsilver/functions/html/ |
D | HtmlStripFunction.java | 49 tempMap.put("amp", "&"); 50 tempMap.put("quot", "\""); 51 tempMap.put("gt", ">"); 52 tempMap.put("lt", "<"); 54 tempMap.put("agrave", "\u00e0"); 55 tempMap.put("aacute", "\u00e1"); 56 tempMap.put("acirc", "\u00e2"); 57 tempMap.put("atilde", "\u00e3"); 58 tempMap.put("auml", "\u00e4"); 59 tempMap.put("aring", "\u00e5"); [all …]
|
/external/apache-xml/src/main/java/org/apache/xalan/xslt/ |
D | EnvironmentCheck.java | 573 h.put("java.version", javaVersion); in checkSystemProperties() 579 h.put( in checkSystemProperties() 592 h.put("java.class.path", cp); in checkSystemProperties() 597 h.put(FOUNDCLASSES + "java.class.path", classpathJars); in checkSystemProperties() 604 h.put("sun.boot.class.path", othercp); in checkSystemProperties() 609 h.put(FOUNDCLASSES + "sun.boot.class.path", classpathJars); in checkSystemProperties() 618 h.put("java.ext.dirs", othercp); in checkSystemProperties() 623 h.put(FOUNDCLASSES + "java.ext.dirs", classpathJars); in checkSystemProperties() 633 h.put( in checkSystemProperties() 687 h.put(jars[i] + "-path", f.getAbsolutePath()); in checkPathForJars() [all …]
|
/external/nist-sip/java/gov/nist/javax/sip/message/ |
D | ListMap.java | 61 headerListTable.put(ExtensionHeaderImpl.class, ExtensionHeaderList.class); in initializeListMap() 63 headerListTable.put(Contact.class, ContactList.class); in initializeListMap() 65 headerListTable.put(ContentEncoding.class, ContentEncodingList.class); in initializeListMap() 67 headerListTable.put(Via.class, ViaList.class); in initializeListMap() 69 headerListTable.put(WWWAuthenticate.class, WWWAuthenticateList.class); in initializeListMap() 71 headerListTable.put(Accept.class, AcceptList.class); in initializeListMap() 73 headerListTable.put(AcceptEncoding.class, AcceptEncodingList.class); in initializeListMap() 75 headerListTable.put(AcceptLanguage.class, AcceptLanguageList.class); in initializeListMap() 77 headerListTable.put(ProxyRequire.class, ProxyRequireList.class); in initializeListMap() 79 headerListTable.put(Route.class, RouteList.class); in initializeListMap() [all …]
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/apple/ |
D | AppleStoreCountryCodeBox.java | 13 countryCodes.put("143460", "Australia"); 14 countryCodes.put("143445", "Austria"); 15 countryCodes.put("143446", "Belgium"); 16 countryCodes.put("143455", "Canada"); 17 countryCodes.put("143458", "Denmark"); 18 countryCodes.put("143447", "Finland"); 19 countryCodes.put("143442", "France"); 20 countryCodes.put("143443", "Germany"); 21 countryCodes.put("143448", "Greece"); 22 countryCodes.put("143449", "Ireland"); [all …]
|
/external/mockito/src/org/mockito/internal/util/ |
D | Primitives.java | 58 primitiveTypes.put(Boolean.class, Boolean.TYPE); in primitiveTypes.put() 59 primitiveTypes.put(Character.class, Character.TYPE); in primitiveTypes.put() 60 primitiveTypes.put(Byte.class, Byte.TYPE); in primitiveTypes.put() 61 primitiveTypes.put(Short.class, Short.TYPE); in primitiveTypes.put() 62 primitiveTypes.put(Integer.class, Integer.TYPE); in primitiveTypes.put() 63 primitiveTypes.put(Long.class, Long.TYPE); in primitiveTypes.put() 64 primitiveTypes.put(Float.class, Float.TYPE); in primitiveTypes.put() 65 primitiveTypes.put(Double.class, Double.TYPE); in primitiveTypes.put() 69 primitiveOrWrapperDefaultValues.put(Boolean.class, false); in primitiveOrWrapperDefaultValues.put() 70 primitiveOrWrapperDefaultValues.put(Character.class, '\u0000'); in primitiveOrWrapperDefaultValues.put() [all …]
|
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/ |
D | DefaultSignatureAlgorithmIdentifierFinder.java | 48 algorithms.put("MD5WITHRSAENCRYPTION", PKCSObjectIdentifiers.md5WithRSAEncryption); 49 algorithms.put("MD5WITHRSA", PKCSObjectIdentifiers.md5WithRSAEncryption); 50 algorithms.put("SHA1WITHRSAENCRYPTION", PKCSObjectIdentifiers.sha1WithRSAEncryption); 51 algorithms.put("SHA1WITHRSA", PKCSObjectIdentifiers.sha1WithRSAEncryption); 52 algorithms.put("SHA224WITHRSAENCRYPTION", PKCSObjectIdentifiers.sha224WithRSAEncryption); 53 algorithms.put("SHA224WITHRSA", PKCSObjectIdentifiers.sha224WithRSAEncryption); 54 algorithms.put("SHA256WITHRSAENCRYPTION", PKCSObjectIdentifiers.sha256WithRSAEncryption); 55 algorithms.put("SHA256WITHRSA", PKCSObjectIdentifiers.sha256WithRSAEncryption); 56 algorithms.put("SHA384WITHRSAENCRYPTION", PKCSObjectIdentifiers.sha384WithRSAEncryption); 57 algorithms.put("SHA384WITHRSA", PKCSObjectIdentifiers.sha384WithRSAEncryption); [all …]
|
D | DefaultDigestAlgorithmIdentifierFinder.java | 34 digestOids.put(OIWObjectIdentifiers.sha1WithRSA, OIWObjectIdentifiers.idSHA1); in digestOids.put() 36 … digestOids.put(PKCSObjectIdentifiers.sha224WithRSAEncryption, NISTObjectIdentifiers.id_sha224); in digestOids.put() 37 … digestOids.put(PKCSObjectIdentifiers.sha256WithRSAEncryption, NISTObjectIdentifiers.id_sha256); in digestOids.put() 38 … digestOids.put(PKCSObjectIdentifiers.sha384WithRSAEncryption, NISTObjectIdentifiers.id_sha384); in digestOids.put() 39 … digestOids.put(PKCSObjectIdentifiers.sha512WithRSAEncryption, NISTObjectIdentifiers.id_sha512); in digestOids.put() 44 digestOids.put(PKCSObjectIdentifiers.md5WithRSAEncryption, PKCSObjectIdentifiers.md5); in digestOids.put() 45 digestOids.put(PKCSObjectIdentifiers.sha1WithRSAEncryption, OIWObjectIdentifiers.idSHA1); in digestOids.put() 47 digestOids.put(X9ObjectIdentifiers.ecdsa_with_SHA1, OIWObjectIdentifiers.idSHA1); in digestOids.put() 48 digestOids.put(X9ObjectIdentifiers.ecdsa_with_SHA224, NISTObjectIdentifiers.id_sha224); in digestOids.put() 49 digestOids.put(X9ObjectIdentifiers.ecdsa_with_SHA256, NISTObjectIdentifiers.id_sha256); in digestOids.put() [all …]
|
/external/chromium_org/third_party/cython/src/Cython/ |
D | CodeWriter.py | 17 def put(self, s): member in LinesResult 25 self.put(s) 52 self.result.put(self.indent_string * self.numindents + s) 54 def put(self, s): member in DeclarationWriter 55 self.result.put(s) 72 self.put(u" = ") 74 self.put(u", ") 97 self.put('*') 101 self.put('&') 106 self.put(u'[') [all …]
|
/external/libphonenumber/java/test/com/android/i18n/phonenumbers/ |
D | CountryCodeToRegionCodeMapForTesting.java | 44 countryCodeToRegionCodeMap.put(1, listWithRegionCode); in getCountryCodeToRegionCodeMap() 48 countryCodeToRegionCodeMap.put(33, listWithRegionCode); in getCountryCodeToRegionCodeMap() 52 countryCodeToRegionCodeMap.put(36, listWithRegionCode); in getCountryCodeToRegionCodeMap() 56 countryCodeToRegionCodeMap.put(39, listWithRegionCode); in getCountryCodeToRegionCodeMap() 61 countryCodeToRegionCodeMap.put(44, listWithRegionCode); in getCountryCodeToRegionCodeMap() 65 countryCodeToRegionCodeMap.put(48, listWithRegionCode); in getCountryCodeToRegionCodeMap() 69 countryCodeToRegionCodeMap.put(49, listWithRegionCode); in getCountryCodeToRegionCodeMap() 73 countryCodeToRegionCodeMap.put(52, listWithRegionCode); in getCountryCodeToRegionCodeMap() 77 countryCodeToRegionCodeMap.put(54, listWithRegionCode); in getCountryCodeToRegionCodeMap() 81 countryCodeToRegionCodeMap.put(55, listWithRegionCode); in getCountryCodeToRegionCodeMap() [all …]
|
/external/libcxx/test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members/ |
D | put2.pass.cpp | 48 iter = f.put(output_iterator<char*>(str), ios, '*', &t, 'A'); in main() 53 iter = f.put(output_iterator<char*>(str), ios, '*', &t, 'a'); in main() 58 iter = f.put(output_iterator<char*>(str), ios, '*', &t, 'B'); in main() 63 iter = f.put(output_iterator<char*>(str), ios, '*', &t, 'b'); in main() 68 iter = f.put(output_iterator<char*>(str), ios, '*', &t, 'C'); in main() 73 iter = f.put(output_iterator<char*>(str), ios, '*', &t, 'c'); in main() 78 iter = f.put(output_iterator<char*>(str), ios, '*', &t, 'D'); in main() 83 iter = f.put(output_iterator<char*>(str), ios, '*', &t, 'd'); in main() 88 iter = f.put(output_iterator<char*>(str), ios, '*', &t, 'c', 'E'); in main() 93 iter = f.put(output_iterator<char*>(str), ios, '*', &t, 'C', 'E'); in main() [all …]
|
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/ |
D | SocketHandlerTest.java | 94 props.put("handlers", className + "$MockHandler " + className in initProps() 96 props.put("java.util.logging.FileHandler.pattern", "%h/java%u.log"); in initProps() 97 props.put("java.util.logging.FileHandler.limit", "50000"); in initProps() 98 props.put("java.util.logging.FileHandler.count", "5"); in initProps() 99 props.put("java.util.logging.FileHandler.formatter", in initProps() 101 props.put(".level", "FINE"); in initProps() 102 props.put("java.util.logging.ConsoleHandler.level", "OFF"); in initProps() 103 props.put("java.util.logging.ConsoleHandler.formatter", in initProps() 105 props.put("foo.handlers", "java.util.logging.ConsoleHandler"); in initProps() 106 props.put("foo.level", "WARNING"); in initProps() [all …]
|