Searched refs:aOffset (Results 1 - 6 of 6) sorted by relevance

/external/okhttp/okio/okio/src/main/java/okio/
H A DUtil.java74 byte[] a, int aOffset, byte[] b, int bOffset, int byteCount) {
76 if (a[i + aOffset] != b[i + bOffset]) return false;
73 arrayRangeEquals( byte[] a, int aOffset, byte[] b, int bOffset, int byteCount) argument
/external/deqp/framework/randomshaders/
H A DrsgBinaryOps.cpp307 T aOffset = GetRandom()(random, T(-8), T(8)); local
309 aMin = dstMin+aOffset;
312 bMin = -aOffset;
313 bMax = -aOffset+(rangeLen-subRangeLen);
357 T aOffset = GetRandom()(random, T(-8), T(8)); local
359 aMin = dstMin+aOffset;
362 bMin = aOffset-(rangeLen-subRangeLen);
363 bMax = aOffset;
/external/chromium-trace/catapult/third_party/flot/
H A Dexcanvas.js1355 CanvasGradient_.prototype.addColorStop = function(aOffset, aColor) {
1357 this.colors_.push({offset: aOffset,
/external/sqlite/dist/orig/
H A Dsqlite3.c15350 u32 *aOffset; /* Pointer to aType[nField] */ member in struct:VdbeCursor
15354 ** aType[] and nField+1 array slots for aOffset[] */
75237 u32 *aOffset; /* aOffset[i] is offset to start of data for i-th column */ local
129774 static const unsigned short int aOffset[124] = { local
158102 int *aOffset; /* Offsets of each character in utf-8 input */ member in struct:IcuCursor
[all...]
/external/sqlite/dist/
H A Dsqlite3.c15350 u32 *aOffset; /* Pointer to aType[nField] */ member in struct:VdbeCursor
15354 ** aType[] and nField+1 array slots for aOffset[] */
75255 u32 *aOffset; /* aOffset[i] is offset to start of data for i-th column */ local
129792 static const unsigned short int aOffset[124] = { local
158132 int *aOffset; /* Offsets of each character in utf-8 input */ member in struct:IcuCursor
[all...]
/external/libgdx/backends/gdx-backend-moe/libs/
H A Dintel-moe-core.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE SQLite/ SQLite/Authorizer.class Authorizer.java package ...

Completed in 855 milliseconds