HomeSort by relevance Sort by last modified time
    Searched refs:LENGTH (Results 1 - 25 of 70) sorted by null

1 2 3

  /external/clang/test/Sema/
ms-inline-asm.c 24 mov eax, LENGTH bar // expected-error {{Unable to lookup expr!}}
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/provider/crypto/
SHA1PRNG_SecureRandomTest.java 33 private static final int LENGTH = 20; // constant defining loop limit
72 for ( int i = 0; i < LENGTH; i++ ) {
75 assertFalse("unexpected: myBytes.length != i :: i==" + i +
76 " myBytes.length=" + myBytes.length, myBytes.length != i);
91 for ( int i = 0; i < LENGTH; i+=INCR ) {
132 // case1: sequencies are of the same length
133 for ( int i = 1; i < LENGTH; i+=INCR ) {
143 for ( int k = 1; k < LENGTH; k+=INCR )
    [all...]
SHA1_MessageDigestTest.java 49 * whose length are in the LENGTHS array below.
50 * Numbers in the LENGTH array cover diapason from 1 to 9999
128 private static final int LENGTH = 100; //
153 byte[] bytes = new byte[LENGTH];
154 for (int i = 0; i < bytes.length; i++ ) {
158 md.update(bytes, 0, LENGTH);
163 assertEquals("digest.length != digestClone.length :: " + digestClone.length,
164 digest.length, digestClone.length)
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/ExecutionContexts/
10.1.8-1.js 39 A property is created with name length and property attributes {DontEnum}.
43 For each non-negative integer, iarg, less than the value of the length
81 var LENGTH = eval( "GetLength("+ args +")" );
86 LENGTH );
111 var l = arguments.length;
121 for ( tc=0; tc < testcases.length; tc++ ) {
10.1.8-2.js 39 A property is created with name length and property attributes {DontEnum}.
43 For each non-negative integer, iarg, less than the value of the length
71 var GetLength = new Function( "var l = arguments.length; return l" );
87 var LENGTH = eval( "GetLength("+ args +")" );
92 LENGTH );
106 for ( tc=0; tc < testcases.length; tc++ ) {
  /external/qemu/distrib/zlib-1.2.3/
inflate.h 25 EXLEN, /* i: waiting for extra length (gzip) */
34 STORED, /* i: waiting for stored size (length and complement) */
37 LENLENS, /* i: waiting for code length code lengths */
38 CODELENS, /* i: waiting for length/lit and distance code lengths */
39 LEN, /* i: waiting for length/lit code */
40 LENEXT, /* i: waiting for length extra bits */
46 LENGTH, /* i: waiting for 32-bit length (gzip) */
73 CHECK -> LENGTH -> DONE
97 unsigned length; /* literal or length of data to copy * member in struct:inflate_state
    [all...]
  /external/zlib/src/
inflate.h 25 EXLEN, /* i: waiting for extra length (gzip) */
34 STORED, /* i: waiting for stored size (length and complement) */
38 LENLENS, /* i: waiting for code length code lengths */
39 CODELENS, /* i: waiting for length/lit and distance code lengths */
41 LEN, /* i: waiting for length/lit/eob code */
42 LENEXT, /* i: waiting for length extra bits */
48 LENGTH, /* i: waiting for 32-bit length (gzip) */
77 CHECK -> LENGTH -> DONE
101 unsigned length; /* literal or length of data to copy * member in struct:inflate_state
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Array/
15.4.5.1-1.js 37 4. If P is "length", go to step 12.
43 9. If A itself has a property (not an inherited property) named "length",
44 andToUint32(P) is less than the value of the length property of A, then
46 10. Change (or set) the value of the length property of A to ToUint32(P)+1.
49 13. For every integer k that is less than the value of the length property
73 // P is "length"
76 "var A = new Array(); A.length = 1000; A.length",
78 eval("var A = new Array(); A.length = 1000; A.length") );
    [all...]
  /cts/tests/tests/util/src/android/util/cts/
SparseArrayTest.java 25 private static final int LENGTH = VALUES.length;
33 int length = VALUES.length; local
35 for (int i = 0; i < length; i++) {
40 for (int i = 0; i < length; i++) {
44 for (int i = 0; i < length; i++) {
53 assertEquals(LENGTH, sparseArray.size());
56 assertEquals(LENGTH, sparseArray.size());
98 int length = VALUES.length local
    [all...]
  /external/clang/test/CodeGen/
ms-inline-asm.c 208 __asm mov eax, LENGTH foo
209 __asm mov eax, LENGTH bar
210 __asm mov eax, LENGTH _foo
211 __asm mov eax, LENGTH _bar
331 __asm mov olen, LENGTH arr
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
SparseArrayTest.java 41 private static final int LENGTH = VALUES.length;
51 int length = VALUES.length; local
53 for (int i = 0; i < length; i++) {
58 for (int i = 0; i < length; i++) {
62 for (int i = 0; i < length; i++) {
71 assertEquals(LENGTH, sparseArray.size());
74 assertEquals(LENGTH, sparseArray.size());
117 int length = VALUES.length local
    [all...]
  /cts/tests/tests/content/src/android/content/res/cts/
AssetFileDescriptorTest.java 33 private static final long LENGTH = 100;
54 mAssetFileDes = new AssetFileDescriptor(mFd, START_OFFSET, LENGTH);
102 byte[] dataFromFile = new byte[FILE_DATA.length];
105 while ((readByte != FILE_END) && (readLength < FILE_DATA.length)) {
108 readLength, FILE_DATA.length - readLength);
110 assertEquals(FILE_DATA.length, readLength);
155 assertEquals(LENGTH, mAssetFileDes.getLength());
  /external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/
FileChannelTest.java 69 CONTENT_AS_BYTES_LENGTH = CONTENT_AS_BYTES.length;
75 private static final int CONTENT_LENGTH = CONTENT.length();
484 // content[0...length()]
508 assertEquals(fileOfReadOnlyFileChannel.length(), readOnlyFileChannel
641 assertEquals(CONTENT_LENGTH, fileOfReadWriteFileChannel.length());
646 assertEquals(CONTENT_LENGTH, fileOfReadWriteFileChannel.length());
651 assertEquals(truncateLength, fileOfReadWriteFileChannel.length());
    [all...]
  /frameworks/base/obex/javax/obex/
HeaderSet.java 71 * Represents the OBEX Length header. This is the length of the object in
74 * The value of <code>LENGTH</code> is 0xC3 (195).
76 public static final int LENGTH = 0xC3;
198 private byte[] mWho; // length prefixed byte sequence
200 private byte[] mAppParam; // byte sequence of the form tag length value
280 case LENGTH:
286 throw new IllegalArgumentException("Length must be a Long");
290 throw new IllegalArgumentException("Length must be between 0 and 0xFFFFFFFF");
319 mTarget = new byte[((byte[])headerValue).length];
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/gcov-src/
gcov-io.h 41 padded with 1 to 4 NUL bytes, to bring the length up to a multiple
43 string. Zero length and NULL strings are simply stored as a length
48 string: int32:0 | int32:length char* char:0 padding
81 A record has a tag, length and variable amount of data.
84 header: int32:tag int32:length
90 LENGTH is the number of 4bytes that follow and is usually used to
117 can be inferred from its data length. There is one ARCS record per
119 data length. It enumerates the destination bb and per-arc flags.
432 #define GCOV_TAG_BLOCKS_NUM(LENGTH) (LENGTH
808 unsigned length; \/* Read limit in the block. *\/ member in struct:gcov_var
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/gcov-src/
gcov-io.h 41 padded with 1 to 4 NUL bytes, to bring the length up to a multiple
43 string. Zero length and NULL strings are simply stored as a length
48 string: int32:0 | int32:length char* char:0 padding
81 A record has a tag, length and variable amount of data.
84 header: int32:tag int32:length
90 LENGTH is the number of 4bytes that follow and is usually used to
117 can be inferred from its data length. There is one ARCS record per
119 data length. It enumerates the destination bb and per-arc flags.
432 #define GCOV_TAG_BLOCKS_NUM(LENGTH) (LENGTH
808 unsigned length; \/* Read limit in the block. *\/ member in struct:gcov_var
    [all...]
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/gcov-src/
gcov-io.h 41 padded with 1 to 4 NUL bytes, to bring the length up to a multiple
43 string. Zero length and NULL strings are simply stored as a length
48 string: int32:0 | int32:length char* char:0 padding
81 A record has a tag, length and variable amount of data.
84 header: int32:tag int32:length
90 LENGTH is the number of 4bytes that follow and is usually used to
117 can be inferred from its data length. There is one ARCS record per
119 data length. It enumerates the destination bb and per-arc flags.
432 #define GCOV_TAG_BLOCKS_NUM(LENGTH) (LENGTH
808 unsigned length; \/* Read limit in the block. *\/ member in struct:gcov_var
    [all...]
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/gcov-src/
gcov-io.h 41 padded with 1 to 4 NUL bytes, to bring the length up to a multiple
43 string. Zero length and NULL strings are simply stored as a length
48 string: int32:0 | int32:length char* char:0 padding
81 A record has a tag, length and variable amount of data.
84 header: int32:tag int32:length
90 LENGTH is the number of 4bytes that follow and is usually used to
117 can be inferred from its data length. There is one ARCS record per
119 data length. It enumerates the destination bb and per-arc flags.
432 #define GCOV_TAG_BLOCKS_NUM(LENGTH) (LENGTH
808 unsigned length; \/* Read limit in the block. *\/ member in struct:gcov_var
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/gcov-src/
gcov-io.h 41 padded with 1 to 4 NUL bytes, to bring the length up to a multiple
43 string. Zero length and NULL strings are simply stored as a length
48 string: int32:0 | int32:length char* char:0 padding
81 A record has a tag, length and variable amount of data.
84 header: int32:tag int32:length
90 LENGTH is the number of 4bytes that follow and is usually used to
117 can be inferred from its data length. There is one ARCS record per
119 data length. It enumerates the destination bb and per-arc flags.
432 #define GCOV_TAG_BLOCKS_NUM(LENGTH) (LENGTH
808 unsigned length; \/* Read limit in the block. *\/ member in struct:gcov_var
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/gcov-src/
gcov-io.h 41 padded with 1 to 4 NUL bytes, to bring the length up to a multiple
43 string. Zero length and NULL strings are simply stored as a length
48 string: int32:0 | int32:length char* char:0 padding
81 A record has a tag, length and variable amount of data.
84 header: int32:tag int32:length
90 LENGTH is the number of 4bytes that follow and is usually used to
117 can be inferred from its data length. There is one ARCS record per
119 data length. It enumerates the destination bb and per-arc flags.
432 #define GCOV_TAG_BLOCKS_NUM(LENGTH) (LENGTH
808 unsigned length; \/* Read limit in the block. *\/ member in struct:gcov_var
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/gcov-src/
gcov-io.h 41 padded with 1 to 4 NUL bytes, to bring the length up to a multiple
43 string. Zero length and NULL strings are simply stored as a length
48 string: int32:0 | int32:length char* char:0 padding
81 A record has a tag, length and variable amount of data.
84 header: int32:tag int32:length
90 LENGTH is the number of 4bytes that follow and is usually used to
117 can be inferred from its data length. There is one ARCS record per
119 data length. It enumerates the destination bb and per-arc flags.
432 #define GCOV_TAG_BLOCKS_NUM(LENGTH) (LENGTH
808 unsigned length; \/* Read limit in the block. *\/ member in struct:gcov_var
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/gcov-src/
gcov-io.h 41 padded with 1 to 4 NUL bytes, to bring the length up to a multiple
43 string. Zero length and NULL strings are simply stored as a length
48 string: int32:0 | int32:length char* char:0 padding
81 A record has a tag, length and variable amount of data.
84 header: int32:tag int32:length
90 LENGTH is the number of 4bytes that follow and is usually used to
117 can be inferred from its data length. There is one ARCS record per
119 data length. It enumerates the destination bb and per-arc flags.
432 #define GCOV_TAG_BLOCKS_NUM(LENGTH) (LENGTH
808 unsigned length; \/* Read limit in the block. *\/ member in struct:gcov_var
    [all...]
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/gcov-src/
gcov-io.h 41 padded with 1 to 4 NUL bytes, to bring the length up to a multiple
43 string. Zero length and NULL strings are simply stored as a length
48 string: int32:0 | int32:length char* char:0 padding
81 A record has a tag, length and variable amount of data.
84 header: int32:tag int32:length
90 LENGTH is the number of 4bytes that follow and is usually used to
117 can be inferred from its data length. There is one ARCS record per
119 data length. It enumerates the destination bb and per-arc flags.
432 #define GCOV_TAG_BLOCKS_NUM(LENGTH) (LENGTH
808 unsigned length; \/* Read limit in the block. *\/ member in struct:gcov_var
    [all...]
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/gcov-src/
gcov-io.h 41 padded with 1 to 4 NUL bytes, to bring the length up to a multiple
43 string. Zero length and NULL strings are simply stored as a length
48 string: int32:0 | int32:length char* char:0 padding
81 A record has a tag, length and variable amount of data.
84 header: int32:tag int32:length
90 LENGTH is the number of 4bytes that follow and is usually used to
117 can be inferred from its data length. There is one ARCS record per
119 data length. It enumerates the destination bb and per-arc flags.
432 #define GCOV_TAG_BLOCKS_NUM(LENGTH) (LENGTH
808 unsigned length; \/* Read limit in the block. *\/ member in struct:gcov_var
    [all...]
  /external/libppp/src/
chap_ms.c 191 #define LENGTH 20
196 unsigned char digest[LENGTH];
200 buf = malloc(2*LENGTH + 1);
204 for (i = 0; i < LENGTH; i++) {

Completed in 977 milliseconds

1 2 3