Searched refs:LENGTH (Results 1 - 25 of 47) sorted by relevance

12

/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/provider/crypto/
H A DSHA1PRNG_SecureRandomTest.java33 private static final int LENGTH = 20; // constant defining loop limit field in class:SHA1PRNG_SecureRandomTest
72 for (int i = 0; i < LENGTH; i++) {
91 for (int i = 0; i < LENGTH; i += INCR) {
133 for (int i = 1; i < LENGTH; i += INCR) {
143 for (int k = 1; k < LENGTH; k += INCR) {
159 for (int n = 1; n < LENGTH; n += INCR) {
200 for (int i = 1; i < LENGTH / 2; i += INCR) {
255 for (int i = 1; i < LENGTH / 2; i += INCR) {
290 for (int n = 1; n < LENGTH; n += INCR) {
341 byte[] seed = new byte[LENGTH];
[all...]
/external/clang/test/CodeGen/
H A Dms-inline-asm.cpp44 __asm mov eax, LENGTH Foo::ptr
46 __asm mov eax, LENGTH Foo::Bar::ptr
48 __asm mov eax, LENGTH Foo::arr
50 __asm mov eax, LENGTH Foo::Bar::arr
H A Dms-inline-asm.c183 __asm mov eax, LENGTH foo
184 __asm mov eax, LENGTH bar
185 __asm mov eax, LENGTH _foo
186 __asm mov eax, LENGTH _bar
307 __asm mov olen, LENGTH arr
/external/chromium_org/third_party/zlib/
H A Dinflate.h48 LENGTH, /* i: waiting for 32-bit length (gzip) */ enumerator in enum:__anon16405
77 CHECK -> LENGTH -> DONE
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dinflate.h48 LENGTH, /* i: waiting for 32-bit length (gzip) */ enumerator in enum:__anon28594
77 CHECK -> LENGTH -> DONE
/external/qemu/distrib/zlib-1.2.8/
H A Dinflate.h48 LENGTH, /* i: waiting for 32-bit length (gzip) */ enumerator in enum:__anon29633
77 CHECK -> LENGTH -> DONE
/external/zlib/src/
H A Dinflate.h48 LENGTH, /* i: waiting for 32-bit length (gzip) */ enumerator in enum:__anon34355
77 CHECK -> LENGTH -> DONE
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DSparseArrayTest.java41 private static final int LENGTH = VALUES.length; field in class:SparseArrayTest
71 assertEquals(LENGTH, sparseArray.size());
74 assertEquals(LENGTH, sparseArray.size());
137 assertEquals(LENGTH, sparseArray.size());
140 assertEquals(LENGTH, sparseArray.size());
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
H A Dfast_masking.i43 %apply (char *STRING, int LENGTH) {
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dpagemap.h71 static const int LENGTH = 1 << BITS; member in class:TCMalloc_PageMap1
90 return n <= LENGTH - x; // an overflow-free way to do "x + n <= LENGTH"
134 static const int LENGTH = 1 << BITS; member in class:TCMalloc_PageMap1_LazyCommit
175 // Make sure we divided LENGTH evenly.
176 ASSERT(sizeof(committed_) * 8 == (LENGTH * sizeof(*array_)) >> kPageShift);
210 if (n > LENGTH - x)
/external/clang/test/Sema/
H A Dms-inline-asm.c24 mov eax, LENGTH bar // expected-error {{unable to lookup expression}}
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dpagemap.h65 static const int LENGTH = 1 << BITS; member in class:TCMalloc_PageMap1
84 return n <= LENGTH - x; // an overflow-free way to do "x + n <= LENGTH"
/external/bison/data/
H A Dglr.c132 # b4_rhs_value(RULE-LENGTH, NUM, [TYPE])
134 # Expansion of $<TYPE>NUM, where the current rule has RULE-LENGTH
152 # b4_rhs_location(RULE-LENGTH, NUM)
154 # Expansion of @NUM, where the current rule has RULE-LENGTH symbols
H A Dyacc.c145 # b4_rhs_value(RULE-LENGTH, NUM, [TYPE])
147 # Expansion of $<TYPE>NUM, where the current rule has RULE-LENGTH
165 # b4_rhs_location(RULE-LENGTH, NUM)
167 # Expansion of @NUM, where the current rule has RULE-LENGTH symbols
/external/smack/src/org/xbill/DNS/
H A DHeader.java24 public static final int LENGTH = 12; field in class:Header
H A DSimpleResolver.java263 if (in.length < Header.LENGTH) {
H A DMessage.java429 if (maxLength < Header.LENGTH)
H A DDNSSEC.java985 out.writeByteArray(bytes, Header.LENGTH,
986 message.sig0start - Header.LENGTH);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTableCell.h138 return va == BASELINE || va == TEXT_BOTTOM || va == TEXT_TOP || va == SUPER || va == SUB || va == LENGTH;
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtransrt.cpp968 static const char LENGTH[] = "[\\u30FC]"; variable
980 strcat(temp, LENGTH);
982 test.test(KATAKANA, UnicodeString("[") + HIRAGANA + LENGTH + UnicodeString("]"),
/external/icu/icu4c/source/test/intltest/
H A Dtransrt.cpp968 static const char LENGTH[] = "[\\u30FC]"; variable
980 strcat(temp, LENGTH);
982 test.test(KATAKANA, UnicodeString("[") + HIRAGANA + LENGTH + UnicodeString("]"),
/external/chromium_org/third_party/WebKit/Source/core/animation/css/
H A DCSSPropertyEquality.cpp239 && (a.verticalAlign() != LENGTH || a.verticalAlignLength() == b.verticalAlignLength());
H A DCSSAnimatableValueFactory.cpp499 if (style.verticalAlign() == LENGTH)
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DRenderStyleConstants.h115 TEXT_BOTTOM, TOP, BOTTOM, BASELINE_MIDDLE, LENGTH enumerator in enum:blink::EVerticalAlign
/external/icu/icu4c/source/test/cintltst/
H A Dcnumtst.c41 #define LENGTH(arr) (sizeof(arr)/sizeof(arr[0])) macro
777 for (i = 0; i < LENGTH(values); ++i) {
782 len = unum_format(spellout_def, value, buffer, LENGTH(buffer), NULL, &status);
788 /*ustrToAstr(buffer, len, logbuf, LENGTH(logbuf));*/
2422 for (i=0; i<LENGTH(DATA); ++i) {
2426 for (sIndex = 0; sIndex < LENGTH(currencyStyles); ++sIndex) {

Completed in 1973 milliseconds

12