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

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/chrome/browser/chromeos/attestation/
platform_verification_dialog.cc 79 std::vector<size_t> offsets; local
81 IDS_PLATFORM_VERIFICATION_DIALOG_HEADLINE, domain_, learn_more, &offsets);
84 gfx::Range(offsets[1], offsets[1] + learn_more.size()),
  /external/chromium_org/components/bookmarks/browser/
bookmark_utils.h 117 // become the return value. If a caller computes offsets (e.g., for the
119 // |adjustments| to calculate the location of these offsets in the original
122 // In this case, knowing the offsets in the original string will allow them to
123 // be properly translated to offsets in the newly-formatted string.
  /external/chromium_org/sandbox/linux/seccomp-bpf/
basicblock.h 41 // In order to compute relative branch offsets we need to keep track of
  /external/chromium_org/third_party/libvpx/
obj_int_extract.gypi 58 'message': 'Generate assembly offsets <(RULE_INPUT_PATH)',
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
entropymv.h 31 /* probability offsets for coding each MV component */
  /external/chromium_org/third_party/openmax_dl/dl/sp/src/mips/
omxSP_FFTGetBufSize_R_F32.c 33 /* Offsets table. */
  /external/chromium_org/third_party/ots/src/
cff.cc 59 index->offsets.clear();
108 index->offsets.push_back(
112 for (unsigned i = 1; i < index->offsets.size(); ++i) {
113 // We allow consecutive identical offsets here for zero-length strings.
115 if (index->offsets[i] < index->offsets[i - 1]) {
120 index->offset_to_next = index->offsets.back();
127 if (index.offsets.size() == 0) { // just in case.
130 for (unsigned i = 1; i < index.offsets.size(); ++i) {
131 const size_t length = index.offsets[i] - index.offsets[i - 1]
    [all...]
cff.h 21 std::vector<uint32_t> offsets; member in struct:ots::CFFIndex
vdmx.cc 70 vdmx->offsets.reserve(vdmx->num_ratios);
82 vdmx->offsets.push_back(offset);
147 for (unsigned i = 0; i < vdmx->offsets.size(); ++i) {
148 if (!out->WriteU16(vdmx->offsets[i])) {
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/
font_factory.h 94 // Offsets to specific elements in the underlying data. These offsets are
99 // Offsets within the main directory.
106 // Offsets from end of OffsetTable.
  /external/chromium_org/third_party/skia/animations/
checkbox.xml 32 offsets="[0,0.65,1]">
  /external/chromium_org/ui/accessibility/
ax_text_utils.h 44 // using the vector of line break character offsets in |line_breaks|.
  /external/chromium_org/ui/file_manager/file_manager/foreground/css/
list.css 12 position: relative; /* Make sure that item offsets are relative to the
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_screen_position_client.h 13 // Client that always offsets by the toplevel RootWindow of the passed
  /external/e2fsprogs/intl/
gmo.h 84 /* Offset of table with start offsets of original strings. */
86 /* Offset of table with start offsets of translated strings. */
101 /* Offset of table with start offsets of original sysdep strings. */
103 /* Offset of table with start offsets of translated sysdep strings. */
  /external/libvpx/libvpx/vp8/common/
entropymv.h 31 /* probability offsets for coding each MV component */
  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFDIECollection.h 47 collection m_dies; // Ordered list of die offsets
  /external/llvm/docs/HistoricalNotes/
2000-12-06-EncodingIdea.txt 10 have it operate on two negative offsets based on the current register
  /external/llvm/lib/Target/R600/MCTargetDesc/
R600MCCodeEmitter.cpp 118 int64_t Offsets[3] = {
127 SrcSelect[ELEMENT_W] << 29 | Offsets[0] << 0 | Offsets[1] << 5 |
128 Offsets[2] << 10;
  /external/llvm/test/CodeGen/PowerPC/
mcm-12.ll 3 ; Test peephole optimization for medium code model (32-bit TOC offsets)
  /external/llvm/test/CodeGen/XCore/
offset_folding.ll 23 ; Don't fold negative offsets into cp / dp accesses to avoid a relocation
  /external/llvm/test/Feature/
basictest.ll 6 ; format looks anyways (except for negative vs positive offsets)...
  /external/llvm/test/Integer/
basictest_bt.ll 7 ; format looks anyways (except for negative vs positive offsets)...
  /external/llvm/utils/emacs/
emacs.el 21 (c-offsets-alist . ((innamespace 0)))))
  /external/ltrace/sysdeps/linux-gnu/mips/
mips.h 24 // asm/ptrace.h for these offsets.

Completed in 588 milliseconds

1 2 3 4 5 6 78 91011>>