HomeSort by relevance Sort by last modified time
    Searched defs:offsets (Results 1 - 25 of 128) sorted by null

1 2 3 4 5 6

  /dalvik/libdex/
DexDataMap.h 29 u4* offsets; /* array of item offsets */ member in struct:DexDataMap
45 * all previously added offsets.
DexDataMap.cpp 52 map->offsets = (u4*) (map + 1);
53 map->types = (u2*) (map->offsets + maxCount);
72 * all previously added offsets.
79 (map->offsets[map->count - 1] >= offset)) {
81 map->offsets[map->count - 1], offset);
85 map->offsets[map->count] = offset;
100 u4* offsets = map->offsets; local
104 u4 guess = offsets[guessIdx];
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
localintermediate.h 15 int offsets[4]; member in struct:TVectorFields
  /development/tools/emulator/system/camera/
JpegCompressor.cpp 49 int offsets[2]; local
50 offsets[0] = 0;
51 offsets[1] = width * height;
54 if (encode(&mStream, pY, width, height, offsets, quality)) {
  /external/icu4c/i18n/
ucol_cnt.h 52 int32_t *offsets; member in struct:CntTable
  /external/skia/src/animator/
SkDrawGradient.h 37 SkTDScalarArray offsets; member in class:SkGradient
  /frameworks/base/core/jni/
android_graphics_PixelFormat.cpp 38 static offsets_t offsets; member in namespace:android
75 env->SetIntField(pixelFormatObject, offsets.bytesPerPixel, info.bytesPerPixel);
76 env->SetIntField(pixelFormatObject, offsets.bitsPerPixel, info.bitsPerPixel);
94 offsets.bytesPerPixel = env->GetFieldID(clazz, "bytesPerPixel", "I");
95 offsets.bitsPerPixel = env->GetFieldID(clazz, "bitsPerPixel", "I");
android_view_Display.cpp 46 static offsets_t offsets; member in namespace:android
59 env->SetIntField(clazz, offsets.pixelFormat,info.pixelFormatInfo.format);
60 env->SetFloatField(clazz, offsets.fps, info.fps);
61 env->SetFloatField(clazz, offsets.density, info.density);
62 env->SetFloatField(clazz, offsets.xdpi, info.xdpi);
63 env->SetFloatField(clazz, offsets.ydpi, info.ydpi);
69 DisplayID dpy = env->GetIntField(clazz, offsets.display);
76 DisplayID dpy = env->GetIntField(clazz, offsets.display);
83 DisplayID dpy = env->GetIntField(clazz, offsets.display);
116 offsets.display = env->GetFieldID(clazz, "mDisplay", "I")
    [all...]
  /libcore/luni/src/main/java/java/util/regex/
MatchResultImpl.java 34 * Holds the offsets of the groups in the input text. The first two
38 private int[] offsets; field in class:MatchResultImpl
40 MatchResultImpl(String text, int[] offsets) {
42 this.offsets = offsets.clone();
50 return offsets[2 * group + 1];
58 int from = offsets[group * 2];
59 int to = offsets[(group * 2) + 1];
68 return (offsets.length / 2) - 1;
76 return offsets[2 * group]
    [all...]
  /external/chromium/base/
utf_offset_string_conversions.cc 74 std::vector<size_t> offsets; local
76 offsets.push_back(*offset_for_adjustment);
78 bool ret = ConvertUnicode(src, src_len, output, &offsets);
80 *offset_for_adjustment = offsets[0];
94 std::vector<size_t> offsets; local
96 offsets.push_back(*offset_for_adjustment);
99 &offsets);
101 *offset_for_adjustment = offsets[0];
166 std::vector<size_t> offsets; local
168 offsets.push_back(*offset_for_adjustment)
192 std::vector<size_t> offsets; local
    [all...]
utf_offset_string_conversions_unittest.cc 119 std::vector<size_t> offsets; local
121 offsets.push_back(t);
124 std::for_each(offsets.begin(), offsets.end(), AdjustOffset(adjustments));
126 EXPECT_EQ(offsets.size(), arraysize(expected_1));
128 EXPECT_EQ(expected_1[i], offsets[i]);
131 offsets.clear();
133 offsets.push_back(t);
139 std::for_each(offsets.begin(), offsets.end(), AdjustOffset(adjustments))
    [all...]
  /external/v8/test/cctest/
test-assembler-x64.cc 307 int offsets[4] = {0, 1, 0xfed, 0xbeefcad}; local
309 int offset = offsets[i];
  /hardware/broadcom/wlan/bcm4329/dhdutil/include/
trxhdr.h 40 uint32 offsets[TRX_MAX_OFFSET]; /* Offsets of partitions from start of header */ member in struct:trx_header
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
trxhdr.h 40 uint32 offsets[TRX_MAX_OFFSET]; /* Offsets of partitions from start of header */ member in struct:trx_header
  /external/icu4c/common/unicode/
ucnv_err.h 200 int32_t *offsets; /**< Pointer to the buffer that recieves the offsets. *offset = blah ; offset++;. @stable ICU 2.0 */ member in struct:__anon6194
216 int32_t *offsets; /**< Pointer to the buffer that recieves the offsets. *offset = blah ; offset++;. @stable ICU 2.0 */ member in struct:__anon6195
  /external/qemu/block/
cloop.c 32 uint64_t* offsets; member in struct:BDRVCloopState
71 /* read offsets */
73 s->offsets = qemu_malloc(offsets_size);
74 if (bdrv_pread(bs->file, 128 + 4 + 4, s->offsets, offsets_size) <
79 s->offsets[i]=be64_to_cpu(s->offsets[i]);
81 uint32_t size=s->offsets[i]-s->offsets[i-1];
108 uint32_t bytes = s->offsets[block_num+1]-s->offsets[block_num]
    [all...]
  /external/tremolo/Tremolo/
ivorbisfile.h 76 ogg_int64_t *offsets; member in struct:OggVorbis_File
  /external/webkit/Source/JavaScriptCore/icu/unicode/
ucnv_err.h 193 int32_t *offsets; /**< Pointer to the buffer that recieves the offsets. *offset = blah ; offset++;. @stable ICU 2.0 */ member in struct:__anon13079
209 int32_t *offsets; /**< Pointer to the buffer that recieves the offsets. *offset = blah ; offset++;. @stable ICU 2.0 */ member in struct:__anon13080
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
ucnv_err.h 193 int32_t *offsets; /**< Pointer to the buffer that recieves the offsets. *offset = blah ; offset++;. @stable ICU 2.0 */ member in struct:__anon13156
209 int32_t *offsets; /**< Pointer to the buffer that recieves the offsets. *offset = blah ; offset++;. @stable ICU 2.0 */ member in struct:__anon13157
  /external/webkit/Source/WebCore/icu/unicode/
ucnv_err.h 193 int32_t *offsets; /**< Pointer to the buffer that recieves the offsets. *offset = blah ; offset++;. @stable ICU 2.0 */ member in struct:__anon13322
209 int32_t *offsets; /**< Pointer to the buffer that recieves the offsets. *offset = blah ; offset++;. @stable ICU 2.0 */ member in struct:__anon13323
  /frameworks/base/graphics/java/android/graphics/
YuvImage.java 139 int[] offsets = calculateOffsets(rectangle.left, rectangle.top); local
142 rectangle.height(), offsets, mStrides, quality, stream,
183 int[] offsets = null; local
185 offsets = new int[] {top * mStrides[0] + left,
188 return offsets;
192 offsets = new int[] {top * mStrides[0] + left / 2 * 4};
193 return offsets;
196 return offsets;
238 int format, int width, int height, int[] offsets, int[] strides,
  /bionic/libc/tools/zoneinfo/
ZoneCompactor.java 43 // Raw GMT offsets by zone name
44 Map<String,Integer> offsets = new HashMap<String,Integer>(); field in class:ZoneCompactor
112 offsets.put(s, new Integer(gmtOffset));
126 offsets.put(from, offsets.get(to));
151 writeInt(idx, offsets.get(zname).intValue());
  /external/chromium/chrome/browser/autocomplete/
history_quick_provider.cc 162 std::vector<size_t> offsets = local
166 UnescapeRule::SPACES, NULL, NULL, &offsets);
169 offsets);
  /external/chromium/net/base/
escape_unittest.cc 408 std::vector<size_t> offsets; local
410 offsets.push_back(t);
413 std::for_each(offsets.begin(), offsets.end(),
416 EXPECT_EQ(offsets.size(), arraysize(expected_1));
418 EXPECT_EQ(expected_1[i], offsets[i]);
422 offsets.clear();
424 offsets.push_back(t);
430 std::for_each(offsets.begin(), offsets.end()
    [all...]
  /external/icu4c/common/
ucnvlat1.c 36 int32_t *offsets; local
44 offsets=pArgs->offsets;
80 if(offsets!=NULL) {
82 offsets[0]=sourceIndex++;
83 offsets[1]=sourceIndex++;
84 offsets[2]=sourceIndex++;
85 offsets[3]=sourceIndex++;
86 offsets[4]=sourceIndex++;
87 offsets[5]=sourceIndex++
138 int32_t *offsets; local
475 int32_t *offsets; local
    [all...]

Completed in 390 milliseconds

1 2 3 4 5 6