OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:array_length
(Results
76 - 100
of
186
) sorted by null
1
2
3
4
5
6
7
8
/external/chromium_org/v8/test/cctest/
cctest.h
316
int
array_length
= i::StrLength(source) + 1;
local
317
uint16_t* converted = i::NewArray<uint16_t>(
array_length
);
318
for (int i = 0; i <
array_length
; i++) converted[i] = source[i];
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-common.cc
137
for (unsigned int i = 0; i <
ARRAY_LENGTH
(direction_strings); i++)
158
<
ARRAY_LENGTH
(direction_strings)))
hb-ot-shape-complex-sea.cc
94
for (unsigned int i = 0; i <
ARRAY_LENGTH
(basic_features); i++)
100
for (unsigned int i = 0; i <
ARRAY_LENGTH
(other_features); i++)
hb-ot-layout.cc
446
len =
ARRAY_LENGTH
(lookup_indices);
457
} while (len ==
ARRAY_LENGTH
(lookup_indices));
487
len =
ARRAY_LENGTH
(feature_indices);
502
} while (len ==
ARRAY_LENGTH
(feature_indices));
hb-private.hh
86
#undef
ARRAY_LENGTH
88
static inline unsigned int
ARRAY_LENGTH
(const Type (&)[n]) { return n; }
296
allocated =
ARRAY_LENGTH
(static_array);
875
len = MIN (
ARRAY_LENGTH
(buf) - 1, len);
hb-ot-shape-complex-myanmar.cc
103
for (unsigned int i = 0; i <
ARRAY_LENGTH
(basic_features); i++)
109
for (unsigned int i = 0; i <
ARRAY_LENGTH
(other_features); i++)
/external/chromium_org/third_party/icu/source/test/intltest/
canittst.cpp
23
#define
ARRAY_LENGTH
(array) ((int32_t)(sizeof (array) / sizeof (*array)))
151
for (i = 0; i <
ARRAY_LENGTH
(testArray); ++i) {
/external/harfbuzz_ng/src/
hb-common.cc
137
for (unsigned int i = 0; i <
ARRAY_LENGTH
(direction_strings); i++)
158
<
ARRAY_LENGTH
(direction_strings)))
hb-ot-map.cc
49
len =
ARRAY_LENGTH
(lookup_indices);
69
} while (len ==
ARRAY_LENGTH
(lookup_indices));
hb-ot-shape-complex-sea.cc
94
for (unsigned int i = 0; i <
ARRAY_LENGTH
(basic_features); i++)
100
for (unsigned int i = 0; i <
ARRAY_LENGTH
(other_features); i++)
hb-ot-layout.cc
465
len =
ARRAY_LENGTH
(lookup_indices);
476
} while (len ==
ARRAY_LENGTH
(lookup_indices));
507
len =
ARRAY_LENGTH
(feature_indices);
522
} while (len ==
ARRAY_LENGTH
(feature_indices));
hb-private.hh
153
#undef
ARRAY_LENGTH
155
static inline unsigned int
ARRAY_LENGTH
(const Type (&)[n]) { return n; }
305
allocated =
ARRAY_LENGTH
(static_array);
886
len = MIN (
ARRAY_LENGTH
(buf) - 1, len);
/external/icu/icu4c/source/test/intltest/
canittst.cpp
23
#define
ARRAY_LENGTH
(array) ((int32_t)(sizeof (array) / sizeof (*array)))
151
for (i = 0; i <
ARRAY_LENGTH
(testArray); ++i) {
/system/keymaster/
google_keymaster.cpp
248
for (index = 0; index <
array_length
(supported_export_formats); index++) {
259
for (index = 0; index <
array_length
(supported_import_formats); index++) {
/external/icu/icu4c/source/samples/layout/
gnomelayout.cpp
31
#define
ARRAY_LENGTH
(array) (sizeof array / sizeof array[0])
/external/pixman/test/
blitters-test.c
257
op = op_list[prng_rand_n (
ARRAY_LENGTH
(op_list))];
utils.h
9
#define
ARRAY_LENGTH
(A) ((int) (sizeof (A) / sizeof ((A) [0])))
/external/smali/dexlib2/src/main/ragel/
Opcodes.rl
34
define
array_length
33
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/util/
InstructionOffsetMapTest.java
52
/*04: 0x04*/ new ImmutableInstruction12x(Opcode.
ARRAY_LENGTH
, 5, 6),
/external/chromium_org/v8/src/x64/
full-codegen-x64.cc
3744
Register
array_length
= rdi;
local
[
all
...]
/external/cmockery/cmockery_0_1_2/src/
cmockery.c
48
#define
ARRAY_LENGTH
(x) (sizeof(x) / sizeof((x)[0]))
195
ARRAY_LENGTH
(exception_signals)];
[
all
...]
/external/icu/icu4c/source/test/cintltst/
usrchtst.c
[
all
...]
/dalvik/dexgen/src/com/android/dexgen/rop/code/
RegOps.java
175
public static final int
ARRAY_LENGTH
= 34;
347
case
ARRAY_LENGTH
: return "array-length";
/dalvik/dx/src/com/android/dx/rop/code/
RegOps.java
175
public static final int
ARRAY_LENGTH
= 34;
347
case
ARRAY_LENGTH
: return "array-length";
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
RegOps.java
175
public static final int
ARRAY_LENGTH
= 34;
347
case
ARRAY_LENGTH
: return "array-length";
Completed in 586 milliseconds
1
2
3
4
5
6
7
8