HomeSort by relevance Sort by last modified time
    Searched full:array_length (Results 51 - 75 of 175) sorted by null

1 23 4 5 6 7

  /art/tools/dexfuzz/src/dexfuzz/rawdex/
Opcode.java 53 ARRAY_LENGTH,
  /external/harfbuzz_ng/src/
hb-shaper.cc 83 for (unsigned int j = i; j < ARRAY_LENGTH (all_shapers); j++)
hb-ot-shape-complex-arabic-fallback.hh 118 for (unsigned int first_glyph_idx = 0; first_glyph_idx < ARRAY_LENGTH (first_glyphs); first_glyph_idx++)
136 for (unsigned int second_glyph_idx = 0; second_glyph_idx < ARRAY_LENGTH (ligature_table[0].ligatures); second_glyph_idx++)
276 for (unsigned int i = 0; i < ARRAY_LENGTH(arabic_fallback_features) ; i++)
hb-glib.cc 166 if (likely ((unsigned int) script < ARRAY_LENGTH (glib_script_to_script)))
182 unsigned int count = ARRAY_LENGTH (glib_script_to_script);
hb-ot-shape-complex-use.cc 139 for (unsigned int i = 0; i < ARRAY_LENGTH (basic_features); i++)
145 for (unsigned int i = 0; i < ARRAY_LENGTH (arabic_features); i++)
150 for (unsigned int i = 0; i < ARRAY_LENGTH (other_features); i++)
  /system/bt/osi/include/
array.h 43 size_t array_length(const array_t *array);
  /system/bt/osi/src/
array.c 73 size_t array_length(const array_t *array) { function
  /external/icu/icu4c/source/test/intltest/
tstnorm.cpp 22 #define ARRAY_LENGTH(array) UPRV_LENGTHOF(array)
169 for (i = 0; i < ARRAY_LENGTH(canonTests); i++) {
175 for (i = 0; i < ARRAY_LENGTH(canonTests); i++) {
185 iterateTest(norm, canonTests, ARRAY_LENGTH(canonTests), 1);
186 staticTest(UNORM_NFD, 0, canonTests, ARRAY_LENGTH(canonTests), 1);
193 iterateTest(norm, compatTests, ARRAY_LENGTH(compatTests), 1);
196 compatTests, ARRAY_LENGTH(compatTests), 1);
203 iterateTest(norm, canonTests, ARRAY_LENGTH(canonTests), 2);
206 ARRAY_LENGTH(canonTests), 2);
213 iterateTest(norm, compatTests, ARRAY_LENGTH(compatTests), 2)
    [all...]
  /bionic/linker/
linked_list.h 211 size_t copy_to_array(T* array[], size_t array_length) const {
213 for (LinkedListEntry<T>* e = head_; sz < array_length && e != nullptr; e = e->next) {
  /frameworks/opt/net/wifi/tests/wifitests/jni/
wifi_hal_mock.cpp 78 int array_length) {
88 for (int i = 0; i < array_length; ++i) {
  /external/icu/icu4c/source/test/cintltst/
trietest.c 35 #define ARRAY_LENGTH(array) (sizeof(array)/sizeof(array[0]))
804 setRanges1, ARRAY_LENGTH(setRanges1),
805 checkRanges1, ARRAY_LENGTH(checkRanges1));
807 setRanges2, ARRAY_LENGTH(setRanges2),
808 checkRanges2, ARRAY_LENGTH(checkRanges2));
810 setRanges3, ARRAY_LENGTH(setRanges3),
811 checkRanges3, ARRAY_LENGTH(checkRanges3));
nccbtst.c 33 #define ARRAY_LENGTH(array) (sizeof(array)/sizeof((array)[0]))
587 if(!testConvertFromUnicode(expected, ARRAY_LENGTH(expected),
635 if(!testConvertFromUnicode(expected, ARRAY_LENGTH(expected),
644 if(!testConvertFromUnicode(expected, ARRAY_LENGTH(expected),
    [all...]
  /system/keymaster/
key_blob_test.cpp 43 : master_key_(master_key_data, array_length(master_key_data)),
44 key_material_(key_data, array_length(key_data)) {
193 KeymasterKeyBlob wrong_master(wrong_master_data, array_length(wrong_master_data));
ecdsa_keymaster1_operation.cpp 129 *digest_count = array_length(supported_digests);
hmac_operation.cpp 87 *digest_count = array_length(supported_digests);
symmetric_key.cpp 106 *format_count = array_length(supported_import_formats);
authorization_set_test.cpp 36 AuthorizationSet set(params, array_length(params));
48 AuthorizationSet set(params, array_length(params));
62 AuthorizationSet set2(reinterpret_cast<keymaster_key_param_t*>(NULL), array_length(params));
216 AuthorizationSet deserialized(buf, array_length(buf));
220 EXPECT_FALSE(deserialized.Deserialize(&p, p + array_length(buf)));
rsa_operation.cpp 61 *digest_count = array_length(supported_digests);
93 *padding_mode_count = array_length(supported_sig_padding);
130 *padding_mode_count = array_length(supported_crypt_padding);
  /cts/tests/simplecpu/src/android/simplecpu/cts/
SimpleCpuTest.java 104 report.addValue("array_length", arrayLength, ResultType.NEUTRAL, ResultUnit.NONE);
  /external/v8/test/cctest/heap/
test-mark-compact.cc 88 int array_length = local
91 Object* obj = heap->AllocateFixedArray(array_length).ToObjectChecked();
114 int array_length = local
117 Object* obj = heap->AllocateFixedArray(array_length).ToObjectChecked();
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_vsync.cpp 41 #define ARRAY_LENGTH(array) (sizeof((array))/sizeof((array)[0]))
100 #define num_events ARRAY_LENGTH(event_list)
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_vsync.cpp 41 #define ARRAY_LENGTH(array) (sizeof((array))/sizeof((array)[0]))
89 #define num_events ARRAY_LENGTH(event_list)
  /hardware/qcom/display/msm8909/libhwcomposer/
hwc_vsync.cpp 42 #define ARRAY_LENGTH(array) (sizeof((array))/sizeof((array)[0]))
109 #define num_events ARRAY_LENGTH(event_list)
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_vsync.cpp 42 #define ARRAY_LENGTH(array) (sizeof((array))/sizeof((array)[0]))
109 #define num_events ARRAY_LENGTH(event_list)
  /system/gatekeeper/tests/
gatekeeper_messages_test.cpp 297 uint32_t array_length = sizeof(msgbuf) / sizeof(msgbuf[0]); local
298 const uint8_t* end = msgbuf + array_length;
299 for (uint32_t i = 0; i < array_length; ++i) {

Completed in 4916 milliseconds

1 23 4 5 6 7