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

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
secur.h 55 /* event offsets */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
dlm_device.h 90 /* Offsets may be zero if no data is present */
fiemap.h 54 #define FIEMAP_EXTENT_NOT_ALIGNED 0x00000100 /* Extent offsets may not be
  /external/chromium_org/base/strings/
string_util.cc 622 const std::vector<OutStringType>& subst, std::vector<size_t>* offsets) {
656 if (offsets) {
673 if (offsets) {
676 offsets->push_back(i->offset);
684 std::vector<size_t>* offsets) {
685 return DoReplaceStringPlaceholders(format_string, subst, offsets);
690 std::vector<size_t>* offsets) {
691 return DoReplaceStringPlaceholders(format_string, subst, offsets);
697 std::vector<size_t> offsets; local
700 string16 result = ReplaceStringPlaceholders(format_string, subst, &offsets);
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
winnmfmt.h 57 * On output: the offsets of the alignment field.
72 * On output: the offsets of the alignment field.
87 * On output: the offsets of the alignment field.
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
xorg_xv.c 249 int *pitches, int *offsets)
259 if (offsets)
260 offsets[0] = 0;
270 if (offsets) {
271 offsets[1] = size;
279 if (offsets) {
280 offsets[2] = size;
336 int pitches[3], offsets[3]; local
339 &w, &h, pitches, offsets);
341 y = buf + offsets[0]
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_blorp.cpp 56 /* Construct a dummy renderbuffer just to extract tile offsets. */
120 * intel_renderbuffer_tile_offsets(), because the offsets may have been
122 * directly from the adjusted offsets.
  /external/chromium_org/third_party/openmax_dl/dl/sp/src/mips/
omxSP_FFTInit_R_F32.c 103 /* Calculate Offsets. */
111 * probabaly redundant. However, keeping this just to make sure the offsets
115 /* Only check the offsets for the p_bit_rev_inv table. */
  /external/chromium_org/third_party/sqlite/src/test/
fts3defer2.test 30 # expressions and the snippet, offsets and matchinfo functions.
56 SELECT snippet(t1, '[', ']'), offsets(t1), mit(matchinfo(t1, 'pcxnal'))
65 SELECT snippet(t1, '[', ']'), offsets(t1), mit(matchinfo(t1, 'pcxnal'))
  /external/deqp/doc/testspecs/GLES31/
functional.shaders.atomic_counter.txt 31 + Atomic counters with different offsets
33 + Invalid offsets and bindings in layout qualifier
34 + Invalid offsets and bindings in default layout qualifier
  /external/icu/icu4c/source/i18n/
winnmfmt.h 57 * On output: the offsets of the alignment field.
71 * On output: the offsets of the alignment field.
85 * On output: the offsets of the alignment field.
  /external/llvm/include/llvm/CodeGen/
Analysis.h 52 /// If Offsets is non-null, it points to a vector to be filled in
53 /// with the in-memory offsets of each of the individual values.
57 SmallVectorImpl<uint64_t> *Offsets = nullptr,
  /external/llvm/lib/Support/
IntervalMap.cpp 19 void Path::replaceRoot(void *Root, unsigned Size, IdxPair Offsets) {
21 path.front() = Entry(Root, Size, Offsets.first);
22 path.insert(path.begin() + 1, Entry(subtree(0), Offsets.second));
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_xv.c 249 int *pitches, int *offsets)
259 if (offsets)
260 offsets[0] = 0;
270 if (offsets) {
271 offsets[1] = size;
279 if (offsets) {
280 offsets[2] = size;
336 int pitches[3], offsets[3]; local
339 &w, &h, pitches, offsets);
341 y = buf + offsets[0]
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_blorp.cpp 56 /* Construct a dummy renderbuffer just to extract tile offsets. */
120 * intel_renderbuffer_tile_offsets(), because the offsets may have been
122 * directly from the adjusted offsets.
  /external/oprofile/libpp/
profile.h 30 * i.e. set of count values for VMA offsets for
124 * up the sample offsets for kernel code as a result of this difference
136 * profile_t, as we're storing two offsets in the key value. So
  /external/valgrind/main/VEX/useful/
show_fp_state.c 25 /* Offsets, in 16-bit ints, into the FPU environment (env) area. */
35 /* Bitfield offsets for exceptions in the FPU status and control words. */
43 /* More bitfield offsets, but for the status word only. */
  /frameworks/base/tools/aapt/
StringPool.h 126 * (which determines the offsets). In the case of a string that appears
133 * Find all of the offsets in the pool for a particular string. If the
136 * (which determines the offsets). Returns NULL if the string does not exist.
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
CollationElementIteratorTest.java 45 int[] offsets = { 0, 1, 2, 3 }; local
48 assertEquals(offsets[i++], offset);
52 assertEquals(offsets[i++], offset);
  /libcore/luni/src/test/java/libcore/io/
MemoryTest.java 51 // Swapped copies of slices (to ensure we test non-zero offsets).
92 // Swapped copies of slices (to ensure we test non-zero offsets).
130 // Swapped copies of slices (to ensure we test non-zero offsets).
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
SentenceLevelAdapter.java 175 final int[] offsets = new int[querySize];
189 offsets[i] = item.mStart;
193 return new SentenceSuggestionsInfo(reconstructedSuggestions, offsets, lengths);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
dis.py 153 """Detect all offsets in a byte code which are jump targets.
155 Return the list of offsets.
179 """Find the offsets in a byte code which are start of lines in the source.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
dis.py 153 """Detect all offsets in a byte code which are jump targets.
155 Return the list of offsets.
179 """Find the offsets in a byte code which are start of lines in the source.
  /external/clang/lib/AST/
VTableBuilder.cpp 110 /// as a record decl and a subobject number) and its offsets in the most
117 /// ComputeBaseOffsets - Compute the offsets for all base subobjects of the
164 // Compute base offsets.
252 // even change the base offsets in ASTRecordLayout to be specified in
441 /// VCallOffsetMap - Keeps track of vcall offsets when building a vtable.
446 /// Offsets - Keeps track of methods and their offsets.
448 SmallVector<MethodAndOffsetPairTy, 16> Offsets;
466 bool empty() const { return Offsets.empty(); }
515 for (unsigned I = 0, E = Offsets.size(); I != E; ++I)
    [all...]
  /external/chromium_org/third_party/icu/source/common/
ucnv2022.c 26 * 10/31/2000 Ram Implemented offsets logic functions
408 int32_t **offsets,
414 offsets, sourceIndex, pErrorCode);
1616 int32_t* offsets = args->offsets; local
2307 int32_t* offsets = args->offsets; local
2573 int32_t *offsets = args->offsets; local
2868 int32_t* offsets = args->offsets; local
    [all...]

Completed in 612 milliseconds

<<11121314151617181920>>