HomeSort by relevance Sort by last modified time
    Searched refs:sz2 (Results 1 - 7 of 7) sorted by null

  /dalvik/dx/src/com/android/dx/cf/code/
LineNumberList.java 45 int sz2 = list2.size(); local
46 LineNumberList result = new LineNumberList(sz1 + sz2);
52 for (int i = 0; i < sz2; i++) {
LocalVariableList.java 49 int sz2 = list2.size(); local
50 LocalVariableList result = new LocalVariableList(sz1 + sz2);
56 for (int i = 0; i < sz2; i++) {
LocalsArraySet.java 267 int sz2 = other.secondaries.size(); local
268 int sz = Math.max(sz1, sz2);
273 LocalsArray la2 = (i < sz2 ? other.secondaries.get(i) : null);
  /external/chromium/third_party/icu/source/tools/makeconv/
makeconv.c 112 uint32_t sz2; local
157 sz2 = udata_finish(mem, status);
158 if(size != sz2)
160 fprintf(stderr, "error: wrote %u bytes to the .cnv file but counted %u bytes\n", (int)sz2, (int)size);
165 printf("- Wrote %u bytes to the udata.\n", (int)sz2);
  /external/icu4c/tools/makeconv/
makeconv.c 113 uint32_t sz2; local
158 sz2 = udata_finish(mem, status);
159 if(size != sz2)
161 fprintf(stderr, "error: wrote %u bytes to the .cnv file but counted %u bytes\n", (int)sz2, (int)size);
166 printf("- Wrote %u bytes to the udata.\n", (int)sz2);
  /external/clearsilver/util/regex/
regex.c 574 #define DEBUG_PRINT_DOUBLE_STRING(w, s1, sz1, s2, sz2) \
575 if (debug) print_double_string (w, s1, sz1, s2, sz2)
908 #define DEBUG_PRINT_DOUBLE_STRING(w, s1, sz1, s2, sz2)
    [all...]
  /prebuilt/sdk/tools/lib/
dx.jar 

Completed in 147 milliseconds