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

<<11121314151617181920>>

  /external/icu/icu4c/source/common/
ucnv2022.cpp 26 * 10/31/2000 Ram Implemented offsets logic functions
414 int32_t **offsets,
420 offsets, sourceIndex, pErrorCode);
1650 int32_t* offsets = args->offsets; local
2341 int32_t* offsets = args->offsets; local
2607 int32_t *offsets = args->offsets; local
2902 int32_t* offsets = args->offsets; local
    [all...]
ucnv_cnv.h 81 * then the toUnicode function will be used and the offsets will be set to -1.
91 * The pArgs->offsets pointer need not be moved forward.
300 int32_t **offsets,
307 int32_t **offsets,
315 int32_t **offsets,
  /hardware/intel/img/psb_video/src/
psb_output.c 319 obj_image->image.offsets[0] = 0;
320 obj_image->image.offsets[1] = pitch_pot * height;
379 obj_image->image.offsets[0] = 0;
380 obj_image->image.offsets[1] = pitch_pot * height;
381 obj_image->image.offsets[2] = pitch_pot * height + (pitch_pot / 2) * (height / 2);
399 obj_image->image.offsets[0] = 0;
400 obj_image->image.offsets[1] = pitch_pot * height;
401 obj_image->image.offsets[2] = pitch_pot * height * 2;
550 obj_image->image.offsets[0] = srf_buf_ofs;
551 obj_image->image.offsets[1] = srf_buf_ofs + obj_surface->height * obj_surface->psb_surface->stride
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/
base_bubble_controller.mm 308 NSSize offsets = NSMakeSize(info_bubble::kBubbleArrowXOffset +
310 offsets = [[parentWindow_ contentView] convertSize:offsets toView:nil];
313 origin.x -= NSWidth([window frame]) - offsets.width;
316 origin.x -= offsets.width;
  /external/chromium_org/chrome/browser/ui/cocoa/extensions/
extension_popup_controller.mm 328 NSSize offsets = NSMakeSize(info_bubble::kBubbleArrowXOffset +
331 offsets = [extensionView_ convertSize:offsets toView:nil];
332 windowOrigin.x -= NSWidth(frame) - offsets.width;
333 windowOrigin.y -= NSHeight(frame) - offsets.height;
  /external/chromium_org/courgette/
disassembler_elf_32.cc 183 // File offsets can be 64 bit values, but we are dealing with 32
207 std::vector<size_t>* offsets) {
208 offsets->clear();
219 offsets->push_back(offset);
355 // Rel offsets are heuristically derived, and might (incorrectly) overlap
  /external/chromium_org/third_party/icu/source/common/
ucnv_cnv.h 78 * then the toUnicode function will be used and the offsets will be set to -1.
88 * The pArgs->offsets pointer need not be moved forward.
297 int32_t **offsets,
304 int32_t **offsets,
312 int32_t **offsets,
propname.h 98 * This must be a signed value, since negative offsets are used as an
99 * end-of-list marker. Offsets to actual objects are non-zero. A
223 * A generic map from enum values to Offsets. The enum values must be
275 * A generic map from enum values to Offsets. The enum values may be
346 /* Offset _nameArray; // [array of count] offsets to names */
420 * Instead of pointers, this flat data structure contains offsets.
421 * All offsets are relative to the start of 'header'. A notation
  /external/proguard/src/proguard/optimize/evaluation/
LivenessAnalyzer.java 444 * specified instruction offsets.
461 * Returns the minimum offset from the given instruction offsets.
470 * Returns the minimum offset from the given instruction offsets.
495 * Returns the maximum offset from the given instruction offsets.
504 * Returns the maximum offset from the given instruction offsets.
  /hardware/ti/omap3/dspbridge/inc/
wcdioctl.h 28 *! 08-Mar-2004 sb Added the Dynamic Memory Mapping structs & offsets
60 *! 08-Oct-1999 rr: Util control offsets added.
63 *! and BRD_Stop. IOCTL Offsets and CTRL Code.
443 /* MGR module offsets */
519 /* MEMRY module offsets */
  /hardware/ti/omap3/dspbridge/libbridge/inc/
wcdioctl.h 28 *! 08-Mar-2004 sb Added the Dynamic Memory Mapping structs & offsets
60 *! 08-Oct-1999 rr: Util control offsets added.
63 *! and BRD_Stop. IOCTL Offsets and CTRL Code.
443 /* MGR module offsets */
519 /* MEMRY module offsets */
  /external/smack/src/org/xbill/DNS/
Name.java 28 * of labels and the 7 higher order bytes store per-label offsets.
30 private long offsets; field in class:Name
53 /** The maximum number of cached offsets */
90 offsets &= (~(0xFFL << shift));
91 offsets |= ((long)offset << shift);
102 return ((int)(offsets >>> shift) & 0xFF);
113 offsets &= ~(0xFF);
114 offsets |= labels;
119 return (int)(offsets & 0xFF);
126 dst.offsets = src.offsets
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
generated_message_reflection.h 78 // offsets.
106 // offsets: An array of ints giving the byte offsets, relative to
130 const int offsets[],
291 // needs access to member offsets and hasbits.
369 // which the offsets of the direct fields of a class are non-constant.
370 // Fields inherited from superclasses *can* have non-constant offsets,
  /external/proguard/src/proguard/optimize/peephole/
BranchTargetFinder.java 35 * This AttributeVisitor finds all instruction offsets, branch targets, and
358 // Initialize the stack of 'new' instruction offsets if this method
506 // Fill it out in the creation offsets.
509 // Fill out the initialization offsets.
601 // Mark the branch targets of the jump offsets.
624 // Mark the exception offsets.
635 * offsets.
  /frameworks/av/media/libstagefright/webm/
WebmWriter.cpp 489 uint64_t offsets[nElems]; local
498 offsets[i] = ::lseek(mFd, 0, SEEK_CUR);
503 mSegmentOffset = offsets[1];
504 mSegmentDataStart = offsets[2];
505 mInfoOffset = offsets[3];
507 mTracksOffset = offsets[4];
508 mCuesOffset = offsets[5];
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
BaseGridView.java 495 * Get the x/y offsets to final position from current position if the view
498 * @param view The view to get offsets.
499 * @param offsets offsets[0] holds offset of X, offsets[1] holds offset of
502 public void getViewSelectedOffsets(View view, int[] offsets) {
503 mLayoutManager.getViewSelectedOffsets(view, offsets);
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
shaderapi.c 1320 GLint *offsets; local
    [all...]
  /external/icu/icu4c/source/i18n/
collationiterator.cpp     [all...]
  /external/mesa3d/src/mesa/main/
shaderapi.c 1320 GLint *offsets; local
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
uniq.good 28 (offsets == NULL && offsetcount > 0))
61 /* Compute the minimum number of offsets that we need to reset each time. Doing
63 /* Continue as from after the assertion, updating the offsets high water
64 /* Continue from after the assertion, updating the offsets high water
96 /* If the expression has got more back references than the offsets supplied can
157 = 0 => success, but offsets is not big enough
170 DPRINTF (("Copied offsets from temporary memory\n"));
351 each substring: the offsets to the start and end of the substring.
389 extraction by setting the offsets and bumping the high water mark. */
556 int *offsets;
    [all...]
  /external/clang/include/clang/Serialization/
ASTBitCodes.h 270 /// \brief Offsets into the input-files block where input files
303 /// \brief Record code for the offsets of each type.
306 /// within the AST block. The record itself is an array of offsets that
317 /// \brief Record code for the offsets of each decl.
321 /// the AST block. The record itself is an array of offsets that
329 /// \brief Record code for the table of offsets of each
332 /// The offset table contains offsets into the blob stored in
348 /// in this blob. Note that the starting offsets of all of the
351 /// between offsets (for unresolved identifier IDs) and
372 /// offsets into this record
    [all...]
  /external/chromium_org/ui/aura/test/
event_generator.cc 465 const std::vector<gfx::Point>& offsets,
467 int steps = offsets.size();
484 offsets[i].x(), offsets[i].y(),
485 offsets[i].x(), offsets[i].y(),
494 offsets[steps - 1].x(), offsets[steps - 1].y(),
495 offsets[steps - 1].x(), offsets[steps - 1].y()
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/ui/browsers/
annotate.c 41 struct disasm_line **offsets; member in struct:annotate_browser
220 /* PLT symbols contain external offsets */
227 target = ab->offsets[cursor->ops.target.offset];
833 /* PLT symbols contain external offsets */
838 struct disasm_line *dl = browser->offsets[offset], *dlt;
844 dlt = browser->offsets[dl->ops.target.offset];
903 browser.offsets = zalloc(size * sizeof(struct disasm_line *));
904 if (browser.offsets == NULL) {
942 browser.offsets[pos->offset] = pos;
969 free(browser.offsets);
    [all...]
  /external/chromium_org/net/base/registry_controlled_domains/
registry_controlled_domain.cc 149 // char <char>+ end_char offsets
151 // char end_char offsets
153 // end_char offsets
164 // <char>+ end_char offsets
166 // end_char offsets
177 // end_char offsets
  /external/chromium_org/third_party/freetype/src/base/
ftrfork.c 154 FT_Long **offsets,
227 *offsets = offsets_internal;
362 FT_Long *offsets,
382 &(offsets[i]) );
827 FT_Long *offsets,
840 offsets[i] = 0;

Completed in 802 milliseconds

<<11121314151617181920>>