/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/provider/crypto/ |
D | SHA1PRNG_SecureRandomTest.java | 33 private static final int LENGTH = 20; // constant defining loop limit field in SHA1PRNG_SecureRandomTest 72 for ( int i = 0; i < LENGTH; i++ ) { in testGenerateSeedint02() 91 for ( int i = 0; i < LENGTH; i+=INCR ) { in testGenerateSeedint03() 133 for ( int i = 1; i < LENGTH; i+=INCR ) { in testNextBytesbyteArray02() 143 for ( int k = 1; k < LENGTH; k+=INCR ) { in testNextBytesbyteArray02() 159 for ( int n = 1; n < LENGTH; n+=INCR ) { in testNextBytesbyteArray02() 200 for ( int i = 1; i < LENGTH/2; i+=INCR ) { in testNextBytesbyteArray03() 255 for ( int i = 1; i < LENGTH/2; i+=INCR ) { in testNextBytesbyteArray04() 290 for ( int n = 1; n < LENGTH; n+=INCR ) { in testNextBytesbyteArray04() 341 byte[] seed = new byte[LENGTH]; in testSetSeedbyteArray02() [all …]
|
D | SHA1_MessageDigestTest.java | 128 private static final int LENGTH = 100; // field in SHA1_MessageDigestTest 153 byte[] bytes = new byte[LENGTH]; in testClone() 158 md.update(bytes, 0, LENGTH); in testClone() 179 for ( int i = 0; i < LENGTH; i++ ) { in testDigest01() 230 for ( int i = 1; i < LENGTH; i++ ) { in testDigest03() 348 for ( int n = 1 ; n < LENGTH; n++ ) { in testDigestbyteArrayintint03() 377 byte[] bytes = new byte[LENGTH]; in testGetDigestLength() 379 for (int i = 0; i < LENGTH; i++ ) { in testGetDigestLength() 393 case 4: md.update(bytes, 0, LENGTH); in testGetDigestLength() 411 byte[] bytes = new byte[LENGTH]; in testReset() [all …]
|
/external/clang/test/CodeGen/ |
D | ms-inline-asm.cpp | 44 __asm mov eax, LENGTH Foo::ptr in t3() 46 __asm mov eax, LENGTH Foo::Bar::ptr in t3() 48 __asm mov eax, LENGTH Foo::arr in t3() 50 __asm mov eax, LENGTH Foo::Bar::arr in t3()
|
D | ms-inline-asm.c | 178 __asm mov eax, LENGTH foo 179 __asm mov eax, LENGTH bar 180 __asm mov eax, LENGTH _foo 181 __asm mov eax, LENGTH _bar 301 __asm mov olen, LENGTH arr
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
D | SparseArrayTest.java | 41 private static final int LENGTH = VALUES.length; field in SparseArrayTest 71 assertEquals(LENGTH, sparseArray.size()); in testSparseArrayWithDefaultCapacity() 74 assertEquals(LENGTH, sparseArray.size()); in testSparseArrayWithDefaultCapacity() 137 assertEquals(LENGTH, sparseArray.size()); in testSparseArrayWithSpecifiedCapacity() 140 assertEquals(LENGTH, sparseArray.size()); in testSparseArrayWithSpecifiedCapacity()
|
/external/icu4c/data/translit/ |
D | InterIndic_Oriya.txt | 90 \uE055→; # UNMAPPED InterIndic-Oriya: LENGTH MARK 91 \uE056→\u0B56; # AI LENGTH MARK 92 \uE057→ୗ; # AU LENGTH MARK 103 \uE062→\u0B56\u0B3C; # FALLBACK \u0B62→\u0B56\u0B3C = VOWEL SIGN VOCALIC L→AI LENGTH MARK.SIGN NUKTA 104 \uE063→ୗ\u0B3C; # FALLBACK \u0B63→ୗ\u0B3C = VOWEL SIGN VOCALIC LL→AU LENGTH MARK.SIGN NUKTA
|
D | InterIndic_Bengali.txt | 90 \uE055→; # LENGTH MARK 91 \uE056→ৈ; # REMAP (indicExceptions.txt): \u09D6→ৈ = AI LENGTH MARK→VOWEL SIGN AI 92 \uE057→ৗ; # AU LENGTH MARK
|
D | Kannada_InterIndic.txt | 78 ೕ→\uE055; # LENGTH MARK 79 ೖ→\uE056; # AI LENGTH MARK
|
D | Telugu_InterIndic.txt | 77 \u0C55→\uE055; # LENGTH MARK 78 \u0C56→\uE056; # AI LENGTH MARK
|
D | Oriya_InterIndic.txt | 72 \u0B56→\uE056; # AI LENGTH MARK 73 ୗ→\uE057; # AU LENGTH MARK
|
D | InterIndic_Devanagari.txt | 24 \uE055→; # FALLBACK BLOW AWAY KANNADA AND TELUGU LENGTH MARK 25 \uE056→; # FALLBACK BLOW AWAY KANNADA AND TELUGU AI LENGTH MARK 26 \uE057→; # FALLBACK BLOW AWAY TAMIL AU LENGTH MARK
|
D | InterIndic_Kannada.txt | 92 \uE055→ೕ; # LENGTH MARK 93 \uE056→ೖ; # AI LENGTH MARK 94 \uE057→\u0CCC; # REMAP (indicExceptions.txt): \u0CD7→\u0CCC = AU LENGTH MARK→VOWEL SIGN AU
|
/external/chromium_org/third_party/icu/source/data/translit/ |
D | InterIndic_Oriya.txt | 90 \uE055→; # UNMAPPED InterIndic-Oriya: LENGTH MARK 91 \uE056→\u0B56; # AI LENGTH MARK 92 \uE057→ୗ; # AU LENGTH MARK 103 \uE062→\u0B56\u0B3C; # FALLBACK \u0B62→\u0B56\u0B3C = VOWEL SIGN VOCALIC L→AI LENGTH MARK.SIGN NUKTA 104 \uE063→ୗ\u0B3C; # FALLBACK \u0B63→ୗ\u0B3C = VOWEL SIGN VOCALIC LL→AU LENGTH MARK.SIGN NUKTA
|
D | InterIndic_Bengali.txt | 90 \uE055→; # LENGTH MARK 91 \uE056→ৈ; # REMAP (indicExceptions.txt): \u09D6→ৈ = AI LENGTH MARK→VOWEL SIGN AI 92 \uE057→ৗ; # AU LENGTH MARK
|
D | Oriya_InterIndic.txt | 72 \u0B56→\uE056; # AI LENGTH MARK 73 ୗ→\uE057; # AU LENGTH MARK
|
D | Telugu_InterIndic.txt | 77 \u0C55→\uE055; # LENGTH MARK 78 \u0C56→\uE056; # AI LENGTH MARK
|
D | Kannada_InterIndic.txt | 78 ೕ→\uE055; # LENGTH MARK 79 ೖ→\uE056; # AI LENGTH MARK
|
D | InterIndic_Malayalam.txt | 92 \uE055→; # FALLBACK BLOW AWAY LENGTH MARK 93 \uE056→ൈ; # REMAP (indicExceptions.txt): \u0D56→ൈ = AI LENGTH MARK→VOWEL SIGN AI 94 \uE057→ൗ; # AU LENGTH MARK
|
D | InterIndic_Gurmukhi.txt | 94 \uE055→; # FALLBACK BLOW AWAY LENGTH MARK 95 \uE056→\u0A48; # REMAP (indicExceptions.txt): \u0A56→\u0A48 = AI LENGTH MARK→VOWEL SIGN AI 96 \uE057→\u0A4C; # REMAP (indicExceptions.txt): \u0A57→\u0A4C = AU LENGTH MARK→VOWEL SIGN AU
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
D | pagemap.h | 71 static const int LENGTH = 1 << BITS; 90 return n <= LENGTH - x; // an overflow-free way to do "x + n <= LENGTH" in Ensure() 134 static const int LENGTH = 1 << BITS; 176 ASSERT(sizeof(committed_) * 8 == (LENGTH * sizeof(*array_)) >> kPageShift); in TCMalloc_PageMap1_LazyCommit() 210 if (n > LENGTH - x) in Ensure()
|
/external/libppp/src/ |
D | chap_ms.c | 191 #define LENGTH 20 macro 196 unsigned char digest[LENGTH]; in SHA1_End() 200 buf = malloc(2*LENGTH + 1); in SHA1_End() 204 for (i = 0; i < LENGTH; i++) { in SHA1_End()
|
/external/bison/data/ |
D | c++.m4 | 114 # b4_rhs_value(RULE-LENGTH, NUM, [TYPE]) 116 # Expansion of $<TYPE>NUM, where the current rule has RULE-LENGTH 128 # b4_rhs_location(RULE-LENGTH, NUM) 130 # Expansion of @NUM, where the current rule has RULE-LENGTH symbols
|
D | java.m4 | 190 # b4_rhs_value(RULE-LENGTH, NUM, [TYPE]) 192 # Expansion of $<TYPE>NUM, where the current rule has RULE-LENGTH 207 # b4_rhs_location(RULE-LENGTH, NUM) 209 # Expansion of @NUM, where the current rule has RULE-LENGTH symbols
|
/external/eigen/bench/btl/ |
D | CMakeLists.txt | 58 list(LENGTH _sources _argn_length) 62 list(LENGTH _sources _src_length)
|
/external/clang/test/Sema/ |
D | ms-inline-asm.c | 24 mov eax, LENGTH bar // expected-error {{Unable to lookup expr!}} in f()
|