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

1 2

  /external/dbus/test/data/valid-messages/
recursive-types.message 3 ## VALID_HEADER includes a LENGTH Header and LENGTH Body
14 LENGTH Dict1
23 LENGTH Array1
26 LENGTH Array1_1
33 LENGTH Array1_2
50 LENGTH Dict2
59 LENGTH Dict3
70 LENGTH Array2
73 LENGTH Dict
    [all...]
simplest-manual.message 9 LENGTH Header
10 LENGTH Body
no-padding.message 3 ## VALID_HEADER includes a LENGTH Header and LENGTH Body
8 ## this byte array is filled with zeros to the natural length
14 LENGTH ThisByteArray
unknown-header-field.message 3 ## VALID_HEADER includes a LENGTH Header and LENGTH Body
9 LENGTH Dict
  /external/dbus/test/data/invalid-messages/
bad-endian.message 8 LENGTH Header
9 LENGTH Body
bad-header-field-alignment.message 3 ## VALID_HEADER includes a LENGTH Header and LENGTH Body
28 LENGTH ThisByteArray
  /external/webkit/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/chromium/third_party/zlib/
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/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/
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/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/content/src/android/content/res/cts/
AssetFileDescriptorTest.java 38 private static final long LENGTH = 100;
59 mAssetFileDes = new AssetFileDescriptor(mFd, START_OFFSET, LENGTH);
124 byte[] dataFromFile = new byte[FILE_DATA.length];
127 while ((readByte != FILE_END) && (readLength < FILE_DATA.length)) {
130 readLength, FILE_DATA.length - readLength);
132 assertEquals(FILE_DATA.length, readLength);
225 new AssetFileDescriptor(null, START_OFFSET, LENGTH);
228 assertEquals(LENGTH, mAssetFileDes.getLength());
  /cts/tests/tests/util/src/android/util/cts/
SparseArrayTest.java 30 private static final int LENGTH = VALUES.length;
110 int length = VALUES.length; local
112 for (int i = 0; i < length; i++) {
117 for (int i = 0; i < length; i++) {
121 for (int i = 0; i < length; i++) {
130 assertEquals(LENGTH, sparseArray.size());
133 assertEquals(LENGTH, sparseArray.size());
247 int length = VALUES.length local
    [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...]
ObexHelper.java 51 * Defines the basic packet length used by OBEX. Every OBEX packet has the
53 * Byte 0: Request or Response Code Byte 1&2: Length of the packet.
135 * <TD>Byte Sequence, length prefixed with 2 byte unsigned integer</TD>
161 int length = 0; local
167 while (index < headerArray.length) {
173 * two bytes after the header identifier being the length
179 * two bytes after the header identifier being the length
184 length = 0xFF & headerArray[index];
185 length = length << 8
344 int length; local
691 int length = 0; local
832 int length = triplet[index] & 0xFF; local
848 int length = 0; local
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/config/
elfos.h 436 #define ASM_OUTPUT_ASCII(FILE, STR, LENGTH) \
441 const unsigned char *limit = _ascii_bytes + (LENGTH); \
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
ggc.h 251 #define ggc_alloc_tree(LENGTH) ((tree) ggc_alloc_zone (LENGTH, &tree_zone))
263 /* Allocate a gc-able string, and fill it with LENGTH bytes from CONTENTS.
264 If LENGTH is -1, then CONTENTS is assumed to be a
266 extern const char *ggc_alloc_string (const char *contents, int length);
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/config/
elfos.h 436 #define ASM_OUTPUT_ASCII(FILE, STR, LENGTH) \
441 const unsigned char *limit = _ascii_bytes + (LENGTH); \
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
ggc.h 251 #define ggc_alloc_tree(LENGTH) ((tree) ggc_alloc_zone (LENGTH, &tree_zone))
263 /* Allocate a gc-able string, and fill it with LENGTH bytes from CONTENTS.
264 If LENGTH is -1, then CONTENTS is assumed to be a
266 extern const char *ggc_alloc_string (const char *contents, int length);
  /external/bison/data/
glr.c 109 # b4_rhs_value(RULE-LENGTH, NUM, [TYPE])
111 # Expansion of $<TYPE>NUM, where the current rule has RULE-LENGTH
129 # b4_rhs_location(RULE-LENGTH, NUM)
131 # Expansion of @NUM, where the current rule has RULE-LENGTH symbols
676 null, do not copy; instead, return the length of what the result
885 /** Perform user action for rule number YYN, with RHS length YYRHSLEN,
    [all...]
yacc.c 101 # b4_rhs_value(RULE-LENGTH, NUM, [TYPE])
103 # Expansion of $<TYPE>NUM, where the current rule has RULE-LENGTH
121 # b4_rhs_location(RULE-LENGTH, NUM)
123 # Expansion of @NUM, where the current rule has RULE-LENGTH symbols
759 /* Return the length of YYSTR. */
797 null, do not copy; instead, return the length of what the result
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
Constants.java 231 Log.v(TAG, "LENGTH : " + hs.getHeader(HeaderSet.LENGTH));
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/voice/
VoiceInput.java 90 public static final String LENGTH = "length";
107 // The usual endpointer default value for input complete silence length is 0.5 seconds,
414 public void logTextModifiedByTypingInsertion(int length) {
415 mLogger.textModifiedByTypingInsertion(length);
418 public void logTextModifiedByTypingInsertionPunctuation(int length) {
419 mLogger.textModifiedByTypingInsertionPunctuation(length);
422 public void logTextModifiedByTypingDeletion(int length) {
423 mLogger.textModifiedByTypingDeletion(length);
426 public void logTextModifiedByChooseSuggestion(int length) {
604 int length = spanBundle.getInt(AlternatesBundleKeys.LENGTH); local
    [all...]
  /external/webkit/WebCore/rendering/style/
RenderStyleConstants.h 112 TEXT_BOTTOM, TOP, BOTTOM, BASELINE_MIDDLE, LENGTH

Completed in 371 milliseconds

1 2