HomeSort by relevance Sort by last modified time
    Searched full:offsets (Results 601 - 625 of 3672) sorted by null

<<21222324252627282930>>

  /external/chromium_org/third_party/icu/source/test/intltest/
tzoffloc.cpp 60 // Expected offsets by int32_t getOffset(uint8_t era, int32_t year, int32_t month, int32_t day,
78 // Expected offsets by void getOffset(UDate date, UBool local, int32_t& rawOffset,
99 // Expected offsets by void getOffsetFromLocal(UDate date, int32_t nonExistingTimeOpt,
  /external/chromium_org/third_party/libvpx/source/libvpx/build/make/
Android.mk 96 # Arguments : 1: assembly offsets file to be created
97 # 2: c file to base assembly offsets on
100 # Rationale : Create offsets at compile time using for structures that are
  /external/deqp/modules/gles3/functional/
es3fDrawTests.cpp 412 int offsets[3]; member in struct:deqp::gles3::Functional::__anon23814::IndexTest
458 for (int iterationNdx = 0; iterationNdx < DE_LENGTH_OF_ARRAY(indexTest.offsets) && indexTest.offsets[iterationNdx] != -1; ++iterationNdx)
460 const std::string iterationDesc = std::string("offset ") + de::toString(indexTest.offsets[iterationNdx]);
461 spec.indexPointerOffset = indexTest.offsets[iterationNdx];
713 std::vector<tcu::Vec4> offsets; local
716 offsets.push_back(tcu::Vec4(x * cellW - 1.0f, y * cellW - 1.0f, 0, 0));
732 ctx.bufferData(GL_ARRAY_BUFFER, offsets.size() * sizeof(tcu::Vec4), &offsets[0], GL_STATIC_DRAW);
923 static const int offsets[] = { 0, 1, 5, 12 } local
    [all...]
  /external/freetype/src/sfnt/
ttpost.c 360 table->offsets = offset_table;
446 FT_FREE( table->offsets );
551 idx += table->offsets[idx];
  /external/icu/icu4c/source/i18n/
collationdatawriter.cpp 109 // the indexes length and writing offsets.
110 // For any data item, we need to write the start and limit offsets,
203 // Byte offsets of data items all start from the start of the indexes.
  /external/icu/icu4c/source/i18n/unicode/
compactdecimalformat.h 116 * On output: the offsets of the alignment field.
150 * On output: the offsets of the alignment field.
228 * On output: the offsets of the alignment field.
  /external/icu/icu4c/source/test/intltest/
tzoffloc.cpp 60 // Expected offsets by int32_t getOffset(uint8_t era, int32_t year, int32_t month, int32_t day,
78 // Expected offsets by void getOffset(UDate date, UBool local, int32_t& rawOffset,
99 // Expected offsets by void getOffsetFromLocal(UDate date, int32_t nonExistingTimeOpt,
  /external/libvpx/libvpx/build/make/
Android.mk 81 # Arguments : 1: assembly offsets file to be created
82 # 2: c file to base assembly offsets on
85 # Rationale : Create offsets at compile time using for structures that are
  /external/llvm/lib/Target/NVPTX/
NVPTXPrologEpilogPass.cpp 168 // Resolve offsets for objects in the local block.
184 // Then assign frame offsets to stack objects that are not used to spill
217 // If the frame pointer is eliminated, all frame offsets will be relative to
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/
ttpost.c 360 table->offsets = offset_table;
446 FT_FREE( table->offsets );
551 idx += table->offsets[idx];
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
TaskStackViewLayoutAlgorithm.java 86 // Update the affiliation offsets
105 // Note that we should account for the scale difference of the offsets at the screen bottom
122 // Update the task offsets
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
Android.mk 81 # Arguments : 1: assembly offsets file to be created
82 # 2: c file to base assembly offsets on
85 # Rationale : Create offsets at compile time using for structures that are
  /libcore/luni/src/main/java/java/text/
MessageFormat.java 544 * on input: an optional alignment field; on output: the offsets
693 * on input: an optional alignment field; on output: the offsets
1227 int[] offsets = new int[offsetsLength]; local
1249 int[] offsets = (int[]) fields.get("offsets", null); local
    [all...]
  /packages/apps/Mms/src/com/android/mms/
SuggestionsProvider.java 209 * using the provided offsets.
218 // Cursor column offsets for the above virtual columns.
294 // the constants like INTENT_DATA_COLUMN are offsets relative to
  /external/fonttools/Lib/fontTools/
cffLib.py 188 offsets = [pos]
194 offsets.append(pos)
195 return offsets
203 (len(self.items) + 1) * offSize + # the offsets
209 offsets = self.getOffsets()
211 offSize = calcOffSize(offsets[-1])
215 for offset in offsets:
262 offsets = self.getOffsets()
264 offSize = calcOffSize(offsets[-1])
268 for offset in offsets
    [all...]
  /art/runtime/gc/
reference_queue.h 30 #include "offsets.h"
  /cts/tests/tests/graphics/src/android/graphics/cts/
DashPathEffectTest.java 108 // even offsets are 'on'
  /development/ndk/platforms/android-3/include/linux/
binder.h 97 const void *offsets; member in struct:binder_transaction_data::__anon1307::__anon1308
  /external/chromium_org/chrome/browser/ui/cocoa/
sprite_view.mm 102 // Animate the sprite offsets, we use a keyframe animation with discrete
  /external/chromium_org/chrome/browser/ui/views/ash/
tab_scrubber_browsertest.cc 128 std::vector<gfx::Point> offsets; local
132 offsets.push_back(gfx::Point(tab_center - last, 0));
135 offsets.push_back(gfx::Point(increment, 0));
141 offsets,
  /external/chromium_org/chrome/test/gpu/
gpu_feature_browsertest.cc 454 int offsets[] = { 1, roundup - 1, roundup, roundup + 1, 2*roundup}; local
455 int num_offsets = static_cast<int>(arraysize(offsets));
459 new_bounds.set_width(w_start + offsets[offset_i]);
492 "Expected %d", offset_i, offsets[offset_i],
  /external/chromium_org/components/url_fixer/
url_fixer.h 70 // Offsets the beginning index of |part| by |offset|, which is allowed to be
  /external/chromium_org/content/browser/renderer_host/pepper/
quota_reservation.h 48 // ids with maximum written offsets is provided as input. The callback will
  /external/chromium_org/content/common/gpu/media/
rendering_helper.cc 585 // It also outputs the coordinates of the rows(columns) to |offsets|.
587 std::vector<int>* offsets,
592 offsets->at(i) = (i == 0) ? 0 : offsets->at(i - 1) + lengths->at(i - 1);
  /external/chromium_org/content/common/
inter_process_time_ticks_converter.h 20 // offsets shift while running.

Completed in 774 milliseconds

<<21222324252627282930>>