Searched defs:LENGTH (Results 1 - 13 of 13) sorted by relevance

/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/ExecutionContexts/
H A D10.1.8-1.js81 var LENGTH = eval( "GetLength("+ args +")" ); variable
86 LENGTH );
H A D10.1.8-2.js87 var LENGTH = eval( "GetLength("+ args +")" ); variable
92 LENGTH );
/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...]
H A DSHA1_MessageDigestTest.java50 * Numbers in the LENGTH array cover diapason from 1 to 9999
128 private static final int LENGTH = 100; // field in class:SHA1_MessageDigestTest
153 byte[] bytes = new byte[LENGTH];
158 md.update(bytes, 0, LENGTH);
179 for ( int i = 0; i < LENGTH; i++ ) {
230 for ( int i = 1; i < LENGTH; i++ ) {
348 for ( int n = 1 ; n < LENGTH; n++ ) {
377 byte[] bytes = new byte[LENGTH];
379 for (int i = 0; i < LENGTH; i++ ) {
393 case 4: md.update(bytes, 0, LENGTH);
[all...]
/external/qemu/distrib/zlib-1.2.3/
H A Dinflate.h46 LENGTH, /* i: waiting for 32-bit length (gzip) */ enumerator in enum:__anon11336
73 CHECK -> LENGTH -> DONE
/external/libppp/src/
H A Dchap_ms.c191 #define LENGTH 20 macro
196 unsigned char digest[LENGTH];
200 buf = malloc(2*LENGTH + 1);
204 for (i = 0; i < LENGTH; i++) {
/external/zlib/src/
H A Dinflate.h48 LENGTH, /* i: waiting for 32-bit length (gzip) */ enumerator in enum:__anon16705
77 CHECK -> LENGTH -> DONE
/external/icu4c/test/cintltst/
H A Dcnumtst.c36 #define LENGTH(arr) (sizeof(arr)/sizeof(arr[0])) macro
783 for (i = 0; i < LENGTH(values); ++i) {
788 len = unum_format(spellout_def, value, buffer, LENGTH(buffer), NULL, &status);
795 ustrToAstr(buffer, len, logbuf, LENGTH(logbuf));
/external/icu4c/test/intltest/
H A Dtransrt.cpp967 static const char LENGTH[] = "[\\u30FC]"; variable
979 strcat(temp, LENGTH);
981 test.test(KATAKANA, UnicodeString("[") + HIRAGANA + LENGTH + UnicodeString("]"),
/external/webkit/Source/WebCore/rendering/style/
H A DRenderStyleConstants.h111 TEXT_BOTTOM, TOP, BOTTOM, BASELINE_MIDDLE, LENGTH enumerator in enum:WebCore::EVerticalAlign
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 378 milliseconds