/external/wpa_supplicant_8/hs20/server/ |
D | sql-example.txt | 1 INSERT INTO osu_config(realm,field,value) VALUES('example.com','fqdn','example.com'); 2 INSERT INTO osu_config(realm,field,value) VALUES('example.com','friendly_name','Example Operator'); 3 INSERT INTO osu_config(realm,field,value) VALUES('example.com','spp_http_auth_url','https://subscri… 4 INSERT INTO osu_config(realm,field,value) VALUES('example.com','trust_root_cert_url','https://osu-s… 5 INSERT INTO osu_config(realm,field,value) VALUES('example.com','trust_root_cert_fingerprint','5b393… 6 INSERT INTO osu_config(realm,field,value) VALUES('example.com','aaa_trust_root_cert_url','https://o… 7 INSERT INTO osu_config(realm,field,value) VALUES('example.com','aaa_trust_root_cert_fingerprint','5… 8 INSERT INTO osu_config(realm,field,value) VALUES('example.com','free_account','free'); 9 INSERT INTO osu_config(realm,field,value) VALUES('example.com','policy_url','https://subscription-s… 10 INSERT INTO osu_config(realm,field,value) VALUES('example.com','remediation_url','https://subscript… [all …]
|
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
D | AtomicDoubleArrayTest.java | 21 private static final double[] VALUES = { field in AtomicDoubleArrayTest 71 AtomicDoubleArray aa = new AtomicDoubleArray(VALUES); in testConstructor2() 72 assertEquals(VALUES.length, aa.length()); in testConstructor2() 73 for (int i = 0; i < VALUES.length; i++) { in testConstructor2() 74 assertBitEquals(VALUES[i], aa.get(i)); in testConstructor2() 144 AtomicDoubleArray aa = new AtomicDoubleArray(VALUES.length); in testGetSet() 145 for (int i = 0; i < VALUES.length; i++) { in testGetSet() 147 aa.set(i, VALUES[i]); in testGetSet() 148 assertBitEquals(VALUES[i], aa.get(i)); in testGetSet() 156 AtomicDoubleArray aa = new AtomicDoubleArray(VALUES.length); in testGetLazySet() [all …]
|
D | AtomicDoubleTest.java | 19 private static final double[] VALUES = { field in AtomicDoubleTest 51 for (double x : VALUES) { in testConstructor() 67 for (double x : VALUES) { in testGetSet() 77 for (double x : VALUES) { in testGetLazySet() 88 for (double x : VALUES) { in testCompareAndSet() 123 for (double x : VALUES) { in testWeakCompareAndSet() 138 for (double x : VALUES) { in testGetAndSet() 146 for (double x : VALUES) { in testGetAndAdd() 147 for (double y : VALUES) { in testGetAndAdd() 158 for (double x : VALUES) { in testAddAndGet() [all …]
|
/external/guava/android/guava-tests/test/com/google/common/util/concurrent/ |
D | AtomicDoubleArrayTest.java | 21 private static final double[] VALUES = { field in AtomicDoubleArrayTest 71 AtomicDoubleArray aa = new AtomicDoubleArray(VALUES); in testConstructor2() 72 assertEquals(VALUES.length, aa.length()); in testConstructor2() 73 for (int i = 0; i < VALUES.length; i++) { in testConstructor2() 74 assertBitEquals(VALUES[i], aa.get(i)); in testConstructor2() 144 AtomicDoubleArray aa = new AtomicDoubleArray(VALUES.length); in testGetSet() 145 for (int i = 0; i < VALUES.length; i++) { in testGetSet() 147 aa.set(i, VALUES[i]); in testGetSet() 148 assertBitEquals(VALUES[i], aa.get(i)); in testGetSet() 156 AtomicDoubleArray aa = new AtomicDoubleArray(VALUES.length); in testGetLazySet() [all …]
|
D | AtomicDoubleTest.java | 19 private static final double[] VALUES = { field in AtomicDoubleTest 51 for (double x : VALUES) { in testConstructor() 67 for (double x : VALUES) { in testGetSet() 77 for (double x : VALUES) { in testGetLazySet() 88 for (double x : VALUES) { in testCompareAndSet() 122 for (double x : VALUES) { in testWeakCompareAndSet() 137 for (double x : VALUES) { in testGetAndSet() 145 for (double x : VALUES) { in testGetAndAdd() 146 for (double y : VALUES) { in testGetAndAdd() 157 for (double x : VALUES) { in testAddAndGet() [all …]
|
/external/emma/ant/ant14/com/vladium/emma/report/ |
D | IReportEnums.java | 28 return VALUES; in getValues() 32 private static final String [] VALUES = new String [] field in IReportEnums.TypeAttribute 47 return VALUES; in getValues() 51 private static final String [] VALUES = new String [] field in IReportEnums.DepthAttribute 67 return VALUES; in getValues() 71 private static final String [] VALUES = new String [] field in IReportEnums.ViewTypeAttribute 84 return VALUES; in getValues() 88 private static final String [] VALUES = new String [] field in IReportEnums.UnitsTypeAttribute
|
/external/libjpeg-turbo/simd/x86_64/ |
D | jcphuff-sse2.asm | 206 movdqa xmm0, XMMWORD [VALUES + ( 0*2)] 207 movdqa xmm1, XMMWORD [VALUES + ( 8*2)] 208 movdqa xmm2, XMMWORD [VALUES + (16*2)] 209 movdqa xmm3, XMMWORD [VALUES + (24*2)] 210 movdqa xmm4, XMMWORD [VALUES + (32*2)] 211 movdqa xmm5, XMMWORD [VALUES + (40*2)] 212 movdqa xmm6, XMMWORD [VALUES + (48*2)] 213 movdqa xmm7, XMMWORD [VALUES + (56*2)] 276 %define VALUES r14 315 movdqa XMMWORD [VALUES + (0) * 2], X0 [all …]
|
/external/libjpeg-turbo/simd/i386/ |
D | jcphuff-sse2.asm | 205 movdqa xmm0, XMMWORD [VALUES + ( 0*2)] 206 movdqa xmm1, XMMWORD [VALUES + ( 8*2)] 207 movdqa xmm2, XMMWORD [VALUES + (16*2)] 208 movdqa xmm3, XMMWORD [VALUES + (24*2)] 209 movdqa xmm4, XMMWORD [VALUES + (32*2)] 210 movdqa xmm5, XMMWORD [VALUES + (40*2)] 211 movdqa xmm6, XMMWORD [VALUES + (48*2)] 220 pcmpeqw xmm7, XMMWORD [VALUES + (56*2)] 275 %define VALUES edi 300 mov VALUES, INT [eax + 24] [all …]
|
/external/cblas/testing/ |
D | din2 | 8 6 NUMBER OF VALUES OF N 9 0 1 2 3 5 9 VALUES OF N 10 4 NUMBER OF VALUES OF K 11 0 1 2 4 VALUES OF K 12 4 NUMBER OF VALUES OF INCX AND INCY 13 1 2 -1 -2 VALUES OF INCX AND INCY 14 3 NUMBER OF VALUES OF ALPHA 15 0.0 1.0 0.7 VALUES OF ALPHA 16 3 NUMBER OF VALUES OF BETA 17 0.0 1.0 0.9 VALUES OF BETA
|
D | zin2 | 8 6 NUMBER OF VALUES OF N 9 0 1 2 3 5 9 VALUES OF N 10 4 NUMBER OF VALUES OF K 11 0 1 2 4 VALUES OF K 12 4 NUMBER OF VALUES OF INCX AND INCY 13 1 2 -1 -2 VALUES OF INCX AND INCY 14 3 NUMBER OF VALUES OF ALPHA 15 (0.0,0.0) (1.0,0.0) (0.7,-0.9) VALUES OF ALPHA 16 3 NUMBER OF VALUES OF BETA 17 (0.0,0.0) (1.0,0.0) (1.3,-1.1) VALUES OF BETA
|
D | cin2 | 8 6 NUMBER OF VALUES OF N 9 0 1 2 3 5 9 VALUES OF N 10 4 NUMBER OF VALUES OF K 11 0 1 2 4 VALUES OF K 12 4 NUMBER OF VALUES OF INCX AND INCY 13 1 2 -1 -2 VALUES OF INCX AND INCY 14 3 NUMBER OF VALUES OF ALPHA 15 (0.0,0.0) (1.0,0.0) (0.7,-0.9) VALUES OF ALPHA 16 3 NUMBER OF VALUES OF BETA 17 (0.0,0.0) (1.0,0.0) (1.3,-1.1) VALUES OF BETA
|
D | sin2 | 8 6 NUMBER OF VALUES OF N 9 0 1 2 3 5 9 VALUES OF N 10 4 NUMBER OF VALUES OF K 11 0 1 2 4 VALUES OF K 12 4 NUMBER OF VALUES OF INCX AND INCY 13 1 2 -1 -2 VALUES OF INCX AND INCY 14 3 NUMBER OF VALUES OF ALPHA 15 0.0 1.0 0.7 VALUES OF ALPHA 16 3 NUMBER OF VALUES OF BETA 17 0.0 1.0 0.9 VALUES OF BETA
|
D | sin3 | 8 6 NUMBER OF VALUES OF N 9 0 1 2 3 5 9 VALUES OF N 10 3 NUMBER OF VALUES OF ALPHA 11 0.0 1.0 0.7 VALUES OF ALPHA 12 3 NUMBER OF VALUES OF BETA 13 0.0 1.0 1.3 VALUES OF BETA
|
D | din3 | 8 6 NUMBER OF VALUES OF N 9 1 2 3 5 7 9 VALUES OF N 10 3 NUMBER OF VALUES OF ALPHA 11 0.0 1.0 0.7 VALUES OF ALPHA 12 3 NUMBER OF VALUES OF BETA 13 0.0 1.0 1.3 VALUES OF BETA
|
D | zin3 | 8 6 NUMBER OF VALUES OF N 9 0 1 2 3 5 9 VALUES OF N 10 3 NUMBER OF VALUES OF ALPHA 11 (0.0,0.0) (1.0,0.0) (0.7,-0.9) VALUES OF ALPHA 12 3 NUMBER OF VALUES OF BETA 13 (0.0,0.0) (1.0,0.0) (1.3,-1.1) VALUES OF BETA
|
D | cin3 | 8 6 NUMBER OF VALUES OF N 9 0 1 2 3 5 9 VALUES OF N 10 3 NUMBER OF VALUES OF ALPHA 11 (0.0,0.0) (1.0,0.0) (0.7,-0.9) VALUES OF ALPHA 12 3 NUMBER OF VALUES OF BETA 13 (0.0,0.0) (1.0,0.0) (1.3,-1.1) VALUES OF BETA
|
/external/eigen/blas/testing/ |
D | sblat2.dat | 9 6 NUMBER OF VALUES OF N 10 0 1 2 3 5 9 VALUES OF N 11 4 NUMBER OF VALUES OF K 12 0 1 2 4 VALUES OF K 13 4 NUMBER OF VALUES OF INCX AND INCY 14 1 2 -1 -2 VALUES OF INCX AND INCY 15 3 NUMBER OF VALUES OF ALPHA 16 0.0 1.0 0.7 VALUES OF ALPHA 17 3 NUMBER OF VALUES OF BETA 18 0.0 1.0 0.9 VALUES OF BETA
|
D | cblat2.dat | 9 6 NUMBER OF VALUES OF N 10 0 1 2 3 5 9 VALUES OF N 11 4 NUMBER OF VALUES OF K 12 0 1 2 4 VALUES OF K 13 4 NUMBER OF VALUES OF INCX AND INCY 14 1 2 -1 -2 VALUES OF INCX AND INCY 15 3 NUMBER OF VALUES OF ALPHA 16 (0.0,0.0) (1.0,0.0) (0.7,-0.9) VALUES OF ALPHA 17 3 NUMBER OF VALUES OF BETA 18 (0.0,0.0) (1.0,0.0) (1.3,-1.1) VALUES OF BETA
|
D | zblat2.dat | 9 6 NUMBER OF VALUES OF N 10 0 1 2 3 5 9 VALUES OF N 11 4 NUMBER OF VALUES OF K 12 0 1 2 4 VALUES OF K 13 4 NUMBER OF VALUES OF INCX AND INCY 14 1 2 -1 -2 VALUES OF INCX AND INCY 15 3 NUMBER OF VALUES OF ALPHA 16 (0.0,0.0) (1.0,0.0) (0.7,-0.9) VALUES OF ALPHA 17 3 NUMBER OF VALUES OF BETA 18 (0.0,0.0) (1.0,0.0) (1.3,-1.1) VALUES OF BETA
|
D | dblat2.dat | 9 6 NUMBER OF VALUES OF N 10 0 1 2 3 5 9 VALUES OF N 11 4 NUMBER OF VALUES OF K 12 0 1 2 4 VALUES OF K 13 4 NUMBER OF VALUES OF INCX AND INCY 14 1 2 -1 -2 VALUES OF INCX AND INCY 15 3 NUMBER OF VALUES OF ALPHA 16 0.0 1.0 0.7 VALUES OF ALPHA 17 3 NUMBER OF VALUES OF BETA 18 0.0 1.0 0.9 VALUES OF BETA
|
D | sblat3.dat | 9 6 NUMBER OF VALUES OF N 10 0 1 2 3 5 9 VALUES OF N 11 3 NUMBER OF VALUES OF ALPHA 12 0.0 1.0 0.7 VALUES OF ALPHA 13 3 NUMBER OF VALUES OF BETA 14 0.0 1.0 1.3 VALUES OF BETA
|
D | dblat3.dat | 9 6 NUMBER OF VALUES OF N 10 0 1 2 3 5 9 VALUES OF N 11 3 NUMBER OF VALUES OF ALPHA 12 0.0 1.0 0.7 VALUES OF ALPHA 13 3 NUMBER OF VALUES OF BETA 14 0.0 1.0 1.3 VALUES OF BETA
|
D | zblat3.dat | 9 6 NUMBER OF VALUES OF N 10 0 1 2 3 5 9 VALUES OF N 11 3 NUMBER OF VALUES OF ALPHA 12 (0.0,0.0) (1.0,0.0) (0.7,-0.9) VALUES OF ALPHA 13 3 NUMBER OF VALUES OF BETA 14 (0.0,0.0) (1.0,0.0) (1.3,-1.1) VALUES OF BETA
|
D | cblat3.dat | 9 6 NUMBER OF VALUES OF N 10 0 1 2 3 5 9 VALUES OF N 11 3 NUMBER OF VALUES OF ALPHA 12 (0.0,0.0) (1.0,0.0) (0.7,-0.9) VALUES OF ALPHA 13 3 NUMBER OF VALUES OF BETA 14 (0.0,0.0) (1.0,0.0) (1.3,-1.1) VALUES OF BETA
|
/external/protobuf/java/core/src/test/java/com/google/protobuf/ |
D | ExperimentalTestDataProvider.java | 96 private static final int[][] VALUES = { field in ExperimentalTestDataProvider.Varint32Provider 122 listIndex = (listIndex + 1) % VALUES.length; in getInt() 127 int value = VALUES[listIndex][sampleIndex]; in getInt() 142 private static final long[][] VALUES = { field in ExperimentalTestDataProvider.Varint64Provider 175 listIndex = (listIndex + 1) % VALUES.length; in getLong() 180 long value = VALUES[listIndex][sampleIndex]; in getLong()
|