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

<<21222324252627282930>>

  /external/ceres-solver/internal/ceres/
block_jacobi_preconditioner.cc 54 // Size the offsets and storage.
58 // Put pointers to the storage in the offsets.
  /external/chromium_org/ash/shelf/
overflow_bubble_view.cc 152 // The MouseWheelEvent was changed to support both X and Y offsets
154 // using Y offsets only. Might be good to simply scroll in both
  /external/chromium_org/components/policy/core/common/
schema_internal.h 84 // Offsets into SchemaData::int_enums or SchemaData::string_enums, the
113 // Contains arrays of related nodes. All of the offsets in these nodes reference
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
LayoutState.h 130 // x/y offset from container. Includes relative positioning and scroll offsets.
132 // x/y offset from container. Does not include relative positioning or scroll offsets.
  /external/chromium_org/third_party/brotli/src/brotli/dec/
huffman.c 84 int offset[MAX_LENGTH + 1]; /* offsets in sorted table for each length */
96 /* generate offsets into sorted symbol table by code length */
  /external/chromium_org/third_party/icu/source/common/
rbbidata.h 72 /* Offsets and sizes of each of the subsections within the RBBI data. */
73 /* All offsets are bytes from the start of the RBBIDataHeader. */
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_state_vdecl.c 62 * the VDECL offsets accordingly so they *all* end up positive.
67 * offsets remain positive.
  /external/chromium_org/third_party/sqlite/src/test/
fts2n.test 161 # hit counts for each row. offsets() returns 4 elements for every
181 db eval {SELECT offsets(t3) as o FROM t3 WHERE t3 MATCH 'l*'} {
fts3fault.test 221 SELECT offsets(t9) FROM t9 WHERE t9 MATCH 'to*';
228 execsql { SELECT offsets(t9) FROM t9 WHERE t9 MATCH 'to*' }
fts3snippet.test 12 # The tests in this file test the FTS3 auxillary functions offsets(),
42 SELECT offsets(ft) FROM ft WHERE ft MATCH $expr
188 SELECT offsets(ft) FROM ft WHERE ft MATCH 'onehundred'
437 # offsets both return an empty string, and the matchinfo function
443 SELECT length(offsets(ft)), typeof(offsets(ft)) FROM ft;
446 SELECT length(offsets(ft)), typeof(offsets(ft)) FROM ft WHERE rowid = $r
  /external/chromium_org/ui/base/l10n/
l10n_util_mac.mm 122 std::vector<size_t>* offsets) {
124 a, b, offsets));
  /external/clang/include/clang/AST/
ExternalASTSource.h 241 /// to fill in the field offsets, base offsets, virtual base offsets, and
251 /// expressed in bits. All of the fields must be provided with offsets.
254 /// classes. If any bases are not given offsets, the bases will be laid
258 /// (either direct or not). If any bases are not given offsets, the bases will be laid
324 assert((Offset << 1 >> 1) == Offset && "Offsets must require < 63 bits");
335 assert((Offset << 1 >> 1) == Offset && "Offsets must require < 63 bits");
  /external/deqp/doc/testspecs/GLES2/
functional.vertex_arrays.single_attribute.txt 29 + Buffer attributes with different offsets.
41 This takes account stride, offsets and other parameters. Input types must
  /external/deqp/doc/testspecs/GLES3/
functional.vertex_arrays.single_attribute.txt 31 + Buffer attributes with different offsets.
44 This takes account stride, offsets and other parameters. Input types must
  /external/deqp/framework/common/
tcuTexCompareVerifier.hpp 59 bool isGatherOffsetsCompareResultValid (const Texture2DView& texture, const Sampler& sampler, const TexComparePrecision& prec, const Vec2& coord, const IVec2 (&offsets)[4], float cmpReference, const Vec4& result);
60 bool isGatherOffsetsCompareResultValid (const Texture2DArrayView& texture, const Sampler& sampler, const TexComparePrecision& prec, const Vec3& coord, const IVec2 (&offsets)[4], float cmpReference, const Vec4& result);
  /external/deqp/modules/gles2/stress/
es2sDrawTests.cpp 112 int offsets[3]; member in struct:deqp::gles2::Stress::__anon23780::IndexTest
154 for (int iterationNdx = 0; iterationNdx < DE_LENGTH_OF_ARRAY(indexTest.offsets) && indexTest.offsets[iterationNdx] != -1; ++iterationNdx)
156 const std::string iterationDesc = std::string("offset ") + de::toString(indexTest.offsets[iterationNdx]);
157 spec.indexPointerOffset = indexTest.offsets[iterationNdx];
241 const int offsets[] = { 0, 1, 5, 12 }; local
348 attribSpec.offset = random.chooseWeighted<int, const int*, const float*>(DE_ARRAY_BEGIN(offsets), DE_ARRAY_END(offsets), offsetWeights);
  /external/deqp/modules/gles3/stress/
es3sDrawTests.cpp 293 int offsets[3]; member in struct:deqp::gles3::Stress::__anon24061::IndexTest
346 for (int iterationNdx = 0; iterationNdx < DE_LENGTH_OF_ARRAY(indexTest.offsets) && indexTest.offsets[iterationNdx] != -1; ++iterationNdx)
348 const std::string iterationDesc = std::string("offset ") + de::toString(indexTest.offsets[iterationNdx]);
349 spec.indexPointerOffset = indexTest.offsets[iterationNdx];
438 const int offsets[] = { 0, 1, 5, 12 }; local
565 attribSpec.offset = random.chooseWeighted<int, const int*, const float*>(DE_ARRAY_BEGIN(offsets), DE_ARRAY_END(offsets), offsetWeights);
  /external/deqp/modules/glshared/
glsCalibration.hpp 48 // and median of offsets corresponding with the median slope
65 // Confidence interval is given as the range that contains the given fraction of all slopes/offsets
  /external/emma/core/java12/com/vladium/jcd/cls/
IFieldCollection.java 40 * Returns an array of offsets for fields named 'name' (empty array if no
48 * @return array of field offsets in no particular order [never null; could be empty]
IMethodCollection.java 40 * Returns an array of offsets for methods named 'name' (empty array if no
46 * @return array of method offsets in no particular order [never null; could be empty]
  /external/icu/icu4c/source/common/
rbbidata.h 73 /* Offsets and sizes of each of the subsections within the RBBI data. */
74 /* All offsets are bytes from the start of the RBBIDataHeader. */
  /external/libunwind/src/
Makefile.am 186 noinst_HEADERS += aarch64/init.h aarch64/offsets.h aarch64/unwind_i.h
208 noinst_HEADERS += arm/init.h arm/offsets.h arm/unwind_i.h
229 noinst_HEADERS += ia64/init.h ia64/offsets.h ia64/regs.h \
256 noinst_HEADERS += hppa/init.h hppa/offsets.h hppa/unwind_i.h
278 noinst_HEADERS += mips/init.h mips/offsets.h
297 noinst_HEADERS += x86/init.h x86/offsets.h x86/unwind_i.h
320 noinst_HEADERS += x86_64/offsets.h \
393 noinst_HEADERS += sh/init.h sh/offsets.h sh/unwind_i.h
  /external/libunwind/src/x86_64/
Gstash_frame.c 81 their ucontext_t offsets. Confirm DWARF info agrees with the
82 offsets we expect. */
  /external/linux-tools-perf/perf-3.12.0/arch/metag/lib/
memcpy.S 108 ! Calculate the bit offsets required for the shift operations necesssary
136 ! Calculate the bit offsets required for the shift operations necesssary
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfFile.cpp 75 // Iterate over each compile unit and set the size and offsets for each
76 // DIE within each compile unit. All offsets are CU relative.

Completed in 512 milliseconds

<<21222324252627282930>>