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

1 2 3 4 5

  /development/tutorials/ReverseDebug/
main.c 21 #define ARRAY_LENGTH 10
32 int values[ARRAY_LENGTH];
41 clobber(values, ARRAY_LENGTH);
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ArrayReference/
SetValues003Debuggee.java 29 static final int ARRAY_LENGTH = 1;
56 arrayField = new DebuggeeSubClass[ARRAY_LENGTH];
57 superClassArrayField = new DebuggeeSuperClass[ARRAY_LENGTH];
58 interfaceArrayField = new DebuggeeInterface[ARRAY_LENGTH];
SetValues003Test.java 35 private static final int VALID_INDEX = SetValues003Debuggee.ARRAY_LENGTH - 1;
36 private static final int INVALID_INDEX = SetValues003Debuggee.ARRAY_LENGTH;
  /libcore/ojluni/src/main/native/
Thread.c 41 #define ARRAY_LENGTH(a) (sizeof(a)/sizeof(a[0]))
62 (*env)->RegisterNatives(env, cls, methods, ARRAY_LENGTH(methods));
  /external/valgrind/none/tests/solaris/
stack_prot.c 4 #define ARRAY_LENGTH(array) (sizeof((array)) / sizeof(0[(array)]))
27 items = fread(map, sizeof(map[0]), ARRAY_LENGTH(map), fi);
28 if (items != ARRAY_LENGTH(map)) {
  /external/harfbuzz_ng/src/
hb-buffer-serialize.cc 140 p += MAX (0, snprintf (p, ARRAY_LENGTH (b) - (p - b), "%u", info[i].codepoint));
143 p += MAX (0, snprintf (p, ARRAY_LENGTH (b) - (p - b), ",\"cl\":%u", info[i].cluster));
148 p += snprintf (p, ARRAY_LENGTH (b) - (p - b), ",\"dx\":%d,\"dy\":%d",
150 p += snprintf (p, ARRAY_LENGTH (b) - (p - b), ",\"ax\":%d,\"ay\":%d",
158 p += MAX (0, snprintf (p, ARRAY_LENGTH (b) - (p - b), ",\"xb\":%d,\"yb\":%d",
160 p += MAX (0, snprintf (p, ARRAY_LENGTH (b) - (p - b), ",\"w\":%d,\"h\":%d",
212 p += MAX (0, snprintf (p, ARRAY_LENGTH (b) - (p - b), "%u", info[i].codepoint));
215 p += MAX (0, snprintf (p, ARRAY_LENGTH (b) - (p - b), "=%u", info[i].cluster));
221 p += MAX (0, snprintf (p, ARRAY_LENGTH (b) - (p - b), "@%d,%d", pos[i].x_offset, pos[i].y_offset));
224 p += MAX (0, snprintf (p, ARRAY_LENGTH (b) - (p - b), "%d", pos[i].x_advance))
    [all...]
hb-icu.cc 197 U16_APPEND (utf16, len, ARRAY_LENGTH (utf16), a, err);
199 U16_APPEND (utf16, len, ARRAY_LENGTH (utf16), b, err);
203 len = unorm_normalize (utf16, len, UNORM_NFC, 0, normalized, ARRAY_LENGTH (normalized), &icu_err);
229 ARRAY_LENGTH (decomposed), &icu_err);
260 U16_APPEND (utf16, len, ARRAY_LENGTH (utf16), ab, err);
264 len = unorm_normalize (utf16, len, UNORM_NFD, 0, normalized, ARRAY_LENGTH (normalized), &icu_err);
284 unorm_normalize (normalized, len, UNORM_NFC, 0, recomposed, ARRAY_LENGTH (recomposed), &icu_err);
300 len = unorm_normalize (normalized, len, UNORM_NFC, 0, recomposed, ARRAY_LENGTH (recomposed), &icu_err);
328 U16_APPEND (utf16, len, ARRAY_LENGTH (utf16), u, err);
334 len = unorm_normalize (utf16, len, UNORM_NFKD, 0, normalized, ARRAY_LENGTH (normalized), &icu_err)
    [all...]
hb-shaper.cc 83 for (unsigned int j = i; j < ARRAY_LENGTH (all_shapers); j++)
hb-common.cc 137 for (unsigned int i = 0; i < ARRAY_LENGTH (direction_strings); i++)
158 < ARRAY_LENGTH (direction_strings)))
637 unsigned int len = MIN (ARRAY_LENGTH (buf) - 1, (unsigned int) (end - *pp));
661 unsigned int len = MIN (ARRAY_LENGTH (buf) - 1, (unsigned int) (end - *pp));
864 len += MAX (0, snprintf (s + len, ARRAY_LENGTH (s) - len, "%u", feature->start));
868 len += MAX (0, snprintf (s + len, ARRAY_LENGTH (s) - len, "%u", feature->end));
875 len += MAX (0, snprintf (s + len, ARRAY_LENGTH (s) - len, "%u", feature->value));
877 assert (len < ARRAY_LENGTH (s));
945 len += MAX (0, snprintf (s + len, ARRAY_LENGTH (s) - len, "%g", variation->value));
947 assert (len < ARRAY_LENGTH (s))
    [all...]
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-math-table.hh 66 unsigned int count = ARRAY_LENGTH (mathValueRecords);
302 unsigned int count = ARRAY_LENGTH (mathKern);
316 if (unlikely (idx >= ARRAY_LENGTH (mathKern))) return 0;
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++)
hb-ot-tag.cc     [all...]
hb-ot-map.cc 98 len = ARRAY_LENGTH (lookup_indices);
119 } while (len == ARRAY_LENGTH (lookup_indices));
  /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;
363 case ARRAY_LENGTH: return "array-length";
  /external/icu/icu4c/source/test/intltest/
tstnorm.cpp 25 #define ARRAY_LENGTH(array) UPRV_LENGTHOF(array)
172 for (i = 0; i < ARRAY_LENGTH(canonTests); i++) {
178 for (i = 0; i < ARRAY_LENGTH(canonTests); i++) {
188 iterateTest(norm, canonTests, ARRAY_LENGTH(canonTests), 1);
189 staticTest(UNORM_NFD, 0, canonTests, ARRAY_LENGTH(canonTests), 1);
196 iterateTest(norm, compatTests, ARRAY_LENGTH(compatTests), 1);
199 compatTests, ARRAY_LENGTH(compatTests), 1);
206 iterateTest(norm, canonTests, ARRAY_LENGTH(canonTests), 2);
209 ARRAY_LENGTH(canonTests), 2);
216 iterateTest(norm, compatTests, ARRAY_LENGTH(compatTests), 2)
    [all...]
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_vsync.cpp 40 #define ARRAY_LENGTH(array) (sizeof((array))/sizeof((array)[0]))
99 #define num_events ARRAY_LENGTH(event_list)
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_vsync.cpp 40 #define ARRAY_LENGTH(array) (sizeof((array))/sizeof((array)[0]))
88 #define num_events ARRAY_LENGTH(event_list)
  /hardware/qcom/display/msm8909/libhwcomposer/
hwc_vsync.cpp 41 #define ARRAY_LENGTH(array) (sizeof((array))/sizeof((array)[0]))
108 #define num_events ARRAY_LENGTH(event_list)
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_vsync.cpp 41 #define ARRAY_LENGTH(array) (sizeof((array))/sizeof((array)[0]))
108 #define num_events ARRAY_LENGTH(event_list)
  /art/tools/dexfuzz/src/dexfuzz/rawdex/
Opcode.java 53 ARRAY_LENGTH,
  /external/smali/dexlib2/src/test/java/org/jf/dexlib2/util/
InstructionOffsetMapTest.java 52 /*04: 0x04*/ new ImmutableInstruction12x(Opcode.ARRAY_LENGTH, 5, 6),
  /external/harfbuzz_ng/util/
options.cc 427 for (unsigned int i = 1; i < ARRAY_LENGTH (supported_font_funcs); i++)
637 for (unsigned int i = 0; i < ARRAY_LENGTH (supported_font_funcs); i++)
646 for (unsigned int i = 0; i < ARRAY_LENGTH (supported_font_funcs); i++)

Completed in 849 milliseconds

1 2 3 4 5