/external/icu/icu4c/source/test/intltest/ |
calcasts.cpp | 111 enum { SUN=UCAL_SUNDAY, 131 { 1507231.5, 0, -1245, 12, 9, SUN, 0, 0, 0}, 134 { 1770641.5, 0, -501, 4, 6, SUN, 0, 0, 0}, 138 { 2091164.5, 0, 403, 10, 5, SUN, 0, 0, 0}, 139 { 2121509.5, 0, 489, 5, 22, SUN, 0, 0, 0}, 143 { 2195261.5, 0, 697, 7, 7, SUN, 0, 0, 0}, 144 { 2229274.5, 0, 793, 7, 1, SUN, 0, 0, 0}, 150 { 2334848.5, 0, 1091, 6, 2, SUN, 0, 0, 0}, 152 { 2366978.5, 0, 1182, 2, 3, SUN, 0, 0, 0}, 155 { 2416223.5, 0, 1321, 1, 21, SUN, 0, 0, 0} [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
TextTrieMapTest.java | 27 private static final Integer SUN = new Integer(1); 44 {"Sunday", SUN}, 51 {"Sun", SUN}, 58 {"S", SUN}, 72 {"Sunday", SUN, SUN}, 73 {"sunday", null, SUN}, 79 {"SUN", new Object[]{SUN, SAT}, SUN} [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
TextTrieMapTest.java | 24 private static final Integer SUN = new Integer(1); 41 {"Sunday", SUN}, 48 {"Sun", SUN}, 55 {"S", SUN}, 69 {"Sunday", SUN, SUN}, 70 {"sunday", null, SUN}, 76 {"SUN", new Object[]{SUN, SAT}, SUN} [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/ |
IndianTest.java | 66 new TestCase(1770641.5, 0, 57, ASVINA, 10, SUN, 0, 0, 0), 70 new TestCase(2091164.5, 0, 935, VAISAKHA, 5, SUN, 0, 0, 0), 71 new TestCase(2121509.5, 0, 1018, JYAISTHA, 3, SUN, 0, 0, 0), 75 new TestCase(2195261.5, 0, 1220, VAISAKHA, 7, SUN, 0, 0, 0), 76 new TestCase(2229274.5, 0, 1313, JYAISTHA, 22, SUN, 0, 0, 0), 84 new TestCase(2334610.5, 0, 1601, KARTIKA, 14, SUN, 0, 0, 0), 89 new TestCase(2334757.5, 0, 1602, CHAITRA, 11, SUN, 0, 0, 0), 93 new TestCase(2334848.5, 0, 1602, ASADHA, 9, SUN, 0, 0, 0), 96 new TestCase(2366978.5, 0, 1690, JYAISTHA, 29, SUN, 0, 0, 0), 99 new TestCase(2416223.5, 0, 1825, CHAITRA, 29, SUN, 0, 0, 0) [all...] |
HebrewTest.java | 150 new TestCase(1507231.5, 0, 3174, 12, 10, SUN, 0, 0, 0), 153 new TestCase(1770641.5, 0, 3896, 1, 9, SUN, 0, 0, 0), 157 new TestCase(2091164.5, 0, 4773, 9, 6, SUN, 0, 0, 0), 158 new TestCase(2121509.5, 0, 4856, 9, 23, SUN, 0, 0, 0), 162 new TestCase(2195261.5, 0, 5058, 9, 7, SUN, 0, 0, 0), 163 new TestCase(2229274.5, 0, 5151, 11, 1, SUN, 0, 0, 0), 171 new TestCase(2334610.5, 0, 5440, 3, 1, SUN, 0, 0, 0), 176 new TestCase(2334757.5, 0, 5440, 8, 1, SUN, 0, 0, 0), 180 new TestCase(2334848.5, 0, 5440, 11, 3, SUN, 0, 0, 0), 183 new TestCase(2366978.5, 0, 5528, 11, 4, SUN, 0, 0, 0) [all...] |
ChineseTest.java | 33 * Sun Mar 21 2004 = 4641-02*-01, Year 21, Cycle 78 38 * Sun Jul 23 2017 = 4654-06*-01, Year 34, Cycle 78 49 * Sun Jun 23 2047 = 4684-05*-01, Year 04, Cycle 79 65 * Sun Sep 24 2090 = 4727-08*-01, Year 47, Cycle 79 68 * Sun Mar 22 2099 = 4736-02*-01, Year 56, Cycle 79 216 new ChineseTestCase(1507231.5, 35, 11, 6, false, 12, SUN), 219 new ChineseTestCase(1770641.5, 47, 12, 8, false, 9, SUN), 223 new ChineseTestCase(2091164.5, 61, 50, 3, false, 7, SUN), 224 new ChineseTestCase(2121509.5, 63, 13, 4, false, 24, SUN), 228 new ChineseTestCase(2195261.5, 66, 35, 3, false, 9, SUN), //* [all...] |
IslamicTest.java | 100 new TestCase(1507231.5, 0, -1245, 12, 9, SUN, 0, 0, 0), 103 new TestCase(1770641.5, 0, -501, 4, 6, SUN, 0, 0, 0), 107 new TestCase(2091164.5, 0, 403, 10, 5, SUN, 0, 0, 0), 108 new TestCase(2121509.5, 0, 489, 5, 22, SUN, 0, 0, 0), 112 new TestCase(2195261.5, 0, 697, 7, 7, SUN, 0, 0, 0), 113 new TestCase(2229274.5, 0, 793, 7, 1, SUN, 0, 0, 0), 119 new TestCase(2334848.5, 0, 1091, 6, 2, SUN, 0, 0, 0), 121 new TestCase(2366978.5, 0, 1182, 2, 3, SUN, 0, 0, 0), 124 new TestCase(2416223.5, 0, 1321, 1, 21, SUN, 0, 0, 0), 125 new TestCase(2425848.5, 0, 1348, 3, 19, SUN, 0, 0, 0) [all...] |
EthiopicTest.java | 157 // new TestCase(1724536.5, 1, 4, 1, 1, SUN, 0, 0, 0), // Gregorian: 28/08/0011 158 new TestCase(1725316.5, 1, 4, 1, 1, SUN, 0, 0, 0), // Gregorian: 28/08/0011 - dlf 164 // new TestCase(1725560.5, 1, 4, 13, 5, SUN, 0, 0, 0), // Gregorian: 26/08/0012 - dlf 165 new TestCase(1725680.5, 1, 4, 13, 5, SUN, 0, 0, 0), // Gregorian: 26/08/0012 206 // new TestCase(1724536.5, 0, 5504, 1, 1, SUN, 0, 0, 0), // Gregorian: 28/08/0011 207 new TestCase(1725316.5, 0, 5504, 1, 1, SUN, 0, 0, 0), // Gregorian: 28/08/0011 - dlf 213 // new TestCase(1725560.5, 0, 5504, 13, 5, SUN, 0, 0, 0), // Gregorian: 26/08/0012 - dlf 214 new TestCase(1725680.5, 0, 5504, 13, 5, SUN, 0, 0, 0), // Gregorian: 26/08/0012
|
CopticTest.java | 124 new TestCase(1825759.5, 1, 3, 1, 1, SUN, 0, 0, 0), // Gregorian: 29/08/0286 129 new TestCase(1826123.5, 1, 3, 13, 5, SUN, 0, 0, 0), // Gregorian: 28/08/0287
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
IndianTest.java | 63 new TestCase(1770641.5, 0, 57, ASVINA, 10, SUN, 0, 0, 0), 67 new TestCase(2091164.5, 0, 935, VAISAKHA, 5, SUN, 0, 0, 0), 68 new TestCase(2121509.5, 0, 1018, JYAISTHA, 3, SUN, 0, 0, 0), 72 new TestCase(2195261.5, 0, 1220, VAISAKHA, 7, SUN, 0, 0, 0), 73 new TestCase(2229274.5, 0, 1313, JYAISTHA, 22, SUN, 0, 0, 0), 81 new TestCase(2334610.5, 0, 1601, KARTIKA, 14, SUN, 0, 0, 0), 86 new TestCase(2334757.5, 0, 1602, CHAITRA, 11, SUN, 0, 0, 0), 90 new TestCase(2334848.5, 0, 1602, ASADHA, 9, SUN, 0, 0, 0), 93 new TestCase(2366978.5, 0, 1690, JYAISTHA, 29, SUN, 0, 0, 0), 96 new TestCase(2416223.5, 0, 1825, CHAITRA, 29, SUN, 0, 0, 0) [all...] |
HebrewTest.java | 147 new TestCase(1507231.5, 0, 3174, 12, 10, SUN, 0, 0, 0), 150 new TestCase(1770641.5, 0, 3896, 1, 9, SUN, 0, 0, 0), 154 new TestCase(2091164.5, 0, 4773, 9, 6, SUN, 0, 0, 0), 155 new TestCase(2121509.5, 0, 4856, 9, 23, SUN, 0, 0, 0), 159 new TestCase(2195261.5, 0, 5058, 9, 7, SUN, 0, 0, 0), 160 new TestCase(2229274.5, 0, 5151, 11, 1, SUN, 0, 0, 0), 168 new TestCase(2334610.5, 0, 5440, 3, 1, SUN, 0, 0, 0), 173 new TestCase(2334757.5, 0, 5440, 8, 1, SUN, 0, 0, 0), 177 new TestCase(2334848.5, 0, 5440, 11, 3, SUN, 0, 0, 0), 180 new TestCase(2366978.5, 0, 5528, 11, 4, SUN, 0, 0, 0) [all...] |
ChineseTest.java | 31 * Sun Mar 21 2004 = 4641-02*-01, Year 21, Cycle 78 36 * Sun Jul 23 2017 = 4654-06*-01, Year 34, Cycle 78 47 * Sun Jun 23 2047 = 4684-05*-01, Year 04, Cycle 79 63 * Sun Sep 24 2090 = 4727-08*-01, Year 47, Cycle 79 66 * Sun Mar 22 2099 = 4736-02*-01, Year 56, Cycle 79 213 new ChineseTestCase(1507231.5, 35, 11, 6, false, 12, SUN), 216 new ChineseTestCase(1770641.5, 47, 12, 8, false, 9, SUN), 220 new ChineseTestCase(2091164.5, 61, 50, 3, false, 7, SUN), 221 new ChineseTestCase(2121509.5, 63, 13, 4, false, 24, SUN), 225 new ChineseTestCase(2195261.5, 66, 35, 3, false, 9, SUN), //* [all...] |
IslamicTest.java | 97 new TestCase(1507231.5, 0, -1245, 12, 9, SUN, 0, 0, 0), 100 new TestCase(1770641.5, 0, -501, 4, 6, SUN, 0, 0, 0), 104 new TestCase(2091164.5, 0, 403, 10, 5, SUN, 0, 0, 0), 105 new TestCase(2121509.5, 0, 489, 5, 22, SUN, 0, 0, 0), 109 new TestCase(2195261.5, 0, 697, 7, 7, SUN, 0, 0, 0), 110 new TestCase(2229274.5, 0, 793, 7, 1, SUN, 0, 0, 0), 116 new TestCase(2334848.5, 0, 1091, 6, 2, SUN, 0, 0, 0), 118 new TestCase(2366978.5, 0, 1182, 2, 3, SUN, 0, 0, 0), 121 new TestCase(2416223.5, 0, 1321, 1, 21, SUN, 0, 0, 0), 122 new TestCase(2425848.5, 0, 1348, 3, 19, SUN, 0, 0, 0) [all...] |
EthiopicTest.java | 154 // new TestCase(1724536.5, 1, 4, 1, 1, SUN, 0, 0, 0), // Gregorian: 28/08/0011 155 new TestCase(1725316.5, 1, 4, 1, 1, SUN, 0, 0, 0), // Gregorian: 28/08/0011 - dlf 161 // new TestCase(1725560.5, 1, 4, 13, 5, SUN, 0, 0, 0), // Gregorian: 26/08/0012 - dlf 162 new TestCase(1725680.5, 1, 4, 13, 5, SUN, 0, 0, 0), // Gregorian: 26/08/0012 203 // new TestCase(1724536.5, 0, 5504, 1, 1, SUN, 0, 0, 0), // Gregorian: 28/08/0011 204 new TestCase(1725316.5, 0, 5504, 1, 1, SUN, 0, 0, 0), // Gregorian: 28/08/0011 - dlf 210 // new TestCase(1725560.5, 0, 5504, 13, 5, SUN, 0, 0, 0), // Gregorian: 26/08/0012 - dlf 211 new TestCase(1725680.5, 0, 5504, 13, 5, SUN, 0, 0, 0), // Gregorian: 26/08/0012
|
CopticTest.java | 121 new TestCase(1825759.5, 1, 3, 1, 1, SUN, 0, 0, 0), // Gregorian: 29/08/0286 126 new TestCase(1826123.5, 1, 3, 13, 5, SUN, 0, 0, 0), // Gregorian: 28/08/0287
|
/prebuilts/jdk/jdk9/darwin-x86/conf/security/ |
java.security | 63 security.provider.1=SUN 107 # MessageDigest.SHA-256:SUN, Group.HmacSHA2:SunJCE 113 # Sun Provider SecureRandom seed source. 116 # and "DRBG" SecureRandom implementations in the "Sun" provider. 149 # DRBG and SHA1PRNG in the Sun provider. 163 securerandom.strongAlgorithms=NativePRNGBlocking:SUN,DRBG:SUN 166 # Sun provider DRBG configuration and default instantiation request. 172 # in the SUN provider. (Other DRBG implementations can also use this property.) 179 # Please note that the SUN implementation of DRBG always supports reseeding [all...] |
/prebuilts/jdk/jdk9/linux-x86/conf/security/ |
java.security | 63 security.provider.1=SUN 106 # MessageDigest.SHA-256:SUN, Group.HmacSHA2:SunJCE 112 # Sun Provider SecureRandom seed source. 115 # and "DRBG" SecureRandom implementations in the "Sun" provider. 148 # DRBG and SHA1PRNG in the Sun provider. 162 securerandom.strongAlgorithms=NativePRNGBlocking:SUN,DRBG:SUN 165 # Sun provider DRBG configuration and default instantiation request. 171 # in the SUN provider. (Other DRBG implementations can also use this property.) 178 # Please note that the SUN implementation of DRBG always supports reseeding [all...] |
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
TokenNames.java | 65 public static final String SUN = SIPDate.SUN;
|
HeaderParser.java | 67 else if (TokenNames.SUN.equalsIgnoreCase(id))
|
/device/generic/goldfish/camera/fake-pipeline2/ |
Scene.h | 122 SUN, 151 // Sun, moon illuminance levels in 2-hour increments. These don't match any
|
/device/google/cuttlefish_common/guest/hals/camera/fake-pipeline2/ |
Scene.h | 109 SUN, 138 // Sun, moon illuminance levels in 2-hour increments. These don't match any
|
/external/objenesis/main/src/main/java/org/objenesis/strategy/ |
PlatformDescription.java | 44 public static final String SUN = HOTSPOT;
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
SIPDate.java | 78 public static final String SUN = "Sun"; 194 sipWkDay = SUN; 395 } else if (sipWkDay.compareToIgnoreCase(SUN) == 0) {
|
/external/libxml2/xstc/ |
Makefile.am | 4 PYSCRIPTS=nist-test.py ms-test.py sun-test.py 55 echo -n "extracting test data (Sun, Microsoft)..." ; \ 84 sun-test.py: Tests/Metadata/$(SUNTESTDEF) xstc-to-python.xsl 86 echo "Rebuilding script (Sun)" $@ ; \ 87 $(XSLTPROC) --nonet --stringparam vendor SUN \ 104 -@(if [ -x sun-test.py -a -d $(TESTDIR)/suntest ] ; then \ 105 echo "## Running Schema tests (Sun)"; \ 110 $(CHECKER) $(PYTHON) sun-test.py -s -b $(srcdir) ; fi)
|
/prebuilts/jdk/jdk8/darwin-x86/jre/lib/security/ |
java.security | 53 # is called the "SUN" provider, and its Provider subclass 54 # named Sun appears in the sun.security.provider package. Thus, the 55 # "SUN" provider is registered via the following: 57 # security.provider.1=sun.security.provider.Sun 68 security.provider.1=sun.security.provider.Sun 69 security.provider.2=sun.security.rsa.SunRsaSign 70 security.provider.3=sun.security.ec.SunE [all...] |