Searched defs:offset (Results 601 - 625 of 644) sorted by relevance

<<212223242526

/frameworks/base/core/jni/
H A Dandroid_util_AssetManager.cpp495 jlong offset, jint whence)
505 offset, (whence > 0) ? SEEK_END : (whence < 0 ? SEEK_SET : SEEK_CUR));
493 android_content_AssetManager_seekAsset(JNIEnv* env, jobject clazz, jlong assetHandle, jlong offset, jint whence) argument
/frameworks/base/graphics/java/android/graphics/
H A DCanvas.java1030 * @param offset Number of values to skip before starting to draw.
1031 * @param count The number of values to process, after skipping offset
1036 public void drawPoints(@Size(multiple=2) float[] pts, int offset, int count, argument
1038 native_drawPoints(mNativeCanvasWrapper, pts, offset, count, paint.getNativeInstance());
1080 * @param offset Number of values in the array to skip before drawing.
1082 * skipping "offset" of them. Since each line uses 4 values,
1087 public void drawLines(@Size(multiple=4) @NonNull float[] pts, int offset, int count, argument
1089 native_drawLines(mNativeCanvasWrapper, pts, offset, count, paint.getNativeInstance());
1442 * @param offset Offset into the array of colors for the first pixel
1460 public void drawBitmap(@NonNull int[] colors, int offset, in argument
1496 drawBitmap(@onNull int[] colors, int offset, int stride, int x, int y, int width, int height, boolean hasAlpha, @Nullable Paint paint) argument
1518 checkRange(int length, int offset, int count) argument
2055 native_drawPoints(long canvasHandle, float[] pts, int offset, int count, long paintHandle) argument
2061 native_drawLines(long canvasHandle, float[] pts, int offset, int count, long paintHandle) argument
2098 native_drawBitmap(long nativeCanvas, int[] colors, int offset, int stride, float x, float y, int width, int height, boolean hasAlpha, long nativePaintOrZero) argument
[all...]
H A DPaint.java301 * offset or the limit of the context, whichever is less.
308 * the offset or the limit of the context, whichever is less.
315 * offset or the start of the context, whichever is greater.
322 * offset or the start of the context, whichever is greater.
328 * Option for getTextRunCursor to return offset if the cursor at offset
1235 * offset and color, and blur radius. If radius is 0, then the shadow
1810 * @param index The offset into text to begin measuring at
1855 * @param start The offset into text to begin measuring at
2258 * <p>ContextStart and offset ar
2278 getTextRunCursor(char[] text, int contextStart, int contextLength, int dir, int offset, int cursorOpt) argument
2318 getTextRunCursor(CharSequence text, int contextStart, int contextEnd, int dir, int offset, int cursorOpt) argument
2365 getTextRunCursor(String text, int contextStart, int contextEnd, int dir, int offset, int cursorOpt) argument
2519 getRunAdvance(char[] text, int start, int end, int contextStart, int contextEnd, boolean isRtl, int offset) argument
2549 getRunAdvance(CharSequence text, int start, int end, int contextStart, int contextEnd, boolean isRtl, int offset) argument
2687 nGetTextRunCursor(long paintPtr, char[] text, int contextStart, int contextLength, int dir, int offset, int cursorOpt) argument
2689 nGetTextRunCursor(long paintPtr, String text, int contextStart, int contextEnd, int dir, int offset, int cursorOpt) argument
2715 nGetRunAdvance(long paintPtr, long typefacePtr, char[] text, int start, int end, int contextStart, int contextEnd, boolean isRtl, int offset) argument
[all...]
/frameworks/base/libs/hwui/
H A DOpenGLRenderer.cpp989 int offset = 0; local
994 offset ^= 0x2;
999 paint.setColor(colors[offset + (i & 0x1)]);
1793 const float x = left + texture->left - texture->offset;
1794 const float y = top + texture->top - texture->offset;
2224 const float x = texture->left - texture->offset;
2225 const float y = texture->top - texture->offset;
/frameworks/base/media/java/android/media/
H A DMediaCodec.java195 Also note that the meaning of {@link BufferInfo#offset BufferInfo.offset} was not consistent across
196 devices. On some devices the offset pointed to the top-left pixel of the crop rectangle, while on
1472 * Per buffer metadata includes an offset and size specifying
1479 * @param newOffset the start-offset of the data in the buffer.
1488 offset = newOffset;
1495 * The start-offset of the data in the buffer.
1497 public int offset; field in class:MediaCodec.BufferInfo
1534 copy.set(offset, size, presentationTimeUs, flags);
2254 * @param offset Th
2271 queueInputBuffer( int index, int offset, int size, long presentationTimeUs, int flags) argument
2288 native_queueInputBuffer( int index, int offset, int size, long presentationTimeUs, int flags) argument
2467 queueSecureInputBuffer( int index, int offset, @NonNull CryptoInfo info, long presentationTimeUs, int flags) argument
2486 native_queueSecureInputBuffer( int index, int offset, @NonNull CryptoInfo info, long presentationTimeUs, int flags) argument
[all...]
H A DExifInterface.java345 // Private tags used for pointing the other IFD offset. The types of the following tags are int.
1002 // List of tags for pointing to the other image file directory offset.
1012 // Tags for indicating the thumbnail offset and length
1119 * for writable and seekable file descriptors only. This constructor will not rewind the offset
1671 * Returns the offset and length of thumbnail inside the image file, or
1674 * @return two-element array, the offset in the first value, and length in
2080 // Read first ifd offset
2083 throw new IOException("Invalid first Ifd offset: " + firstIfdOffset);
2123 Log.d(TAG, "Thumbnail offset: " + mThumbnailOffset + ", length: "
2167 // Return if there is no data from the offset
2737 write(byte[] bytes, int offset, int length) argument
[all...]
H A DMediaPlayer.java1145 * @param offset the offset into the file where the data to be played starts, in bytes
1151 public void setDataSource(FileDescriptor fd, long offset, long length) argument
1153 _setDataSource(fd, offset, length);
1156 private native void _setDataSource(FileDescriptor fd, long offset, long length) argument
1503 * @param msec the offset in milliseconds from the start to seek to
2482 * @param offset the offset into the file where the data to be played starts, in bytes
2488 public void addTimedTextSource(FileDescriptor fd, long offset, long length, String mime) argument
2524 final long offset2 = offset;
[all...]
/frameworks/base/opengl/java/android/opengl/
H A DGLES31.java243 int offset
261 int offset
359 int offset
374 int offset
396 int offset
528 int offset
547 int offset
566 int offset
585 int offset
604 int offset
1066 glBindVertexBuffer( int bindingindex, int buffer, long offset, int stride ) argument
[all...]
H A DGLES31Ext.java270 int offset,
530 int offset
547 int offset
564 int offset
581 int offset
598 int offset
615 int offset
632 int offset
649 int offset
668 // C function void glTexBufferRangeEXT ( GLenum target, GLenum internalformat, GLuint buffer, GLintptr offset, GLsizeipt
264 glDebugMessageControlKHR( int source, int type, int severity, int count, int[] ids, int offset, boolean enabled ) argument
670 glTexBufferRangeEXT( int target, int internalformat, int buffer, int offset, int size ) argument
[all...]
H A DGLErrorWrapper.java207 public void glDeleteTextures(int n, int[] textures, int offset) { argument
209 mgl.glDeleteTextures(n, textures, offset);
297 public void glFogfv(int pname, float[] params, int offset) { argument
299 mgl.glFogfv(pname, params, offset);
315 public void glFogxv(int pname, int[] params, int offset) { argument
317 mgl.glFogxv(pname, params, offset);
347 public void glGenTextures(int n, int[] textures, int offset) { argument
349 mgl.glGenTextures(n, textures, offset);
365 public void glGetIntegerv(int pname, int[] params, int offset) { argument
367 mgl.glGetIntegerv(pname, params, offset);
396 glLightModelfv(int pname, float[] params, int offset) argument
414 glLightModelxv(int pname, int[] params, int offset) argument
432 glLightfv(int light, int pname, float[] params, int offset) argument
450 glLightxv(int light, int pname, int[] params, int offset) argument
480 glLoadMatrixf(float[] m, int offset) argument
492 glLoadMatrixx(int[] m, int offset) argument
516 glMaterialfv(int face, int pname, float[] params, int offset) argument
534 glMaterialxv(int face, int pname, int[] params, int offset) argument
552 glMultMatrixf(float[] m, int offset) argument
564 glMultMatrixx(int[] m, int offset) argument
749 glTexEnvfv(int target, int pname, float[] params, int offset) argument
767 glTexEnvxv(int target, int pname, int[] params, int offset) argument
800 glTexParameteriv(int target, int pname, int[] params, int offset) argument
846 glClipPlanef(int plane, float[] equation, int offset) argument
858 glClipPlanex(int plane, int[] equation, int offset) argument
879 glDrawTexfvOES(float[] coords, int offset) argument
897 glDrawTexivOES(int[] coords, int offset) argument
916 glDrawTexsvOES(short[] coords, int offset) argument
934 glDrawTexxvOES(int[] coords, int offset) argument
974 glBufferSubData(int target, int offset, int size, Buffer data) argument
985 glColorPointer(int size, int type, int stride, int offset) argument
991 glDeleteBuffers(int n, int[] buffers, int offset) argument
1003 glDrawElements(int mode, int count, int type, int offset) argument
1009 glGenBuffers(int n, int[] buffers, int offset) argument
1021 glGetBooleanv(int pname, boolean[] params, int offset) argument
1033 glGetBufferParameteriv(int target, int pname, int[] params, int offset) argument
1046 glGetClipPlanef(int pname, float[] eqn, int offset) argument
1058 glGetClipPlanex(int pname, int[] eqn, int offset) argument
1070 glGetFixedv(int pname, int[] params, int offset) argument
1082 glGetFloatv(int pname, float[] params, int offset) argument
1094 glGetLightfv(int light, int pname, float[] params, int offset) argument
1106 glGetLightxv(int light, int pname, int[] params, int offset) argument
1118 glGetMaterialfv(int face, int pname, float[] params, int offset) argument
1130 glGetMaterialxv(int face, int pname, int[] params, int offset) argument
1148 glGetTexEnviv(int env, int pname, int[] params, int offset) argument
1160 glGetTexEnvxv(int env, int pname, int[] params, int offset) argument
1172 glGetTexParameterfv(int target, int pname, float[] params, int offset) argument
1185 glGetTexParameteriv(int target, int pname, int[] params, int offset) argument
1198 glGetTexParameterxv(int target, int pname, int[] params, int offset) argument
1232 glNormalPointer(int type, int stride, int offset) argument
1244 glPointParameterfv(int pname, float[] params, int offset) argument
1262 glPointParameterxv(int pname, int[] params, int offset) argument
1280 glTexCoordPointer(int size, int type, int stride, int offset) argument
1292 glTexEnviv(int target, int pname, int[] params, int offset) argument
1304 glTexParameterfv(int target, int pname, float[] params, int offset) argument
1323 glTexParameterxv(int target, int pname, int[] params, int offset) argument
1335 glVertexPointer(int size, int type, int stride, int offset) argument
1360 glMatrixIndexPointerOES(int size, int type, int stride, int offset) argument
1374 glWeightPointerOES(int size, int type, int stride, int offset) argument
1425 glDeleteFramebuffersOES(int n, int[] framebuffers, int offset) argument
1439 glDeleteRenderbuffersOES(int n, int[] renderbuffers, int offset) argument
1476 glGenFramebuffersOES(int n, int[] framebuffers, int offset) argument
1490 glGenRenderbuffersOES(int n, int[] renderbuffers, int offset) argument
1504 glGetFramebufferAttachmentParameterivOES(int target, int attachment, int pname, int[] params, int offset) argument
1520 glGetRenderbufferParameterivOES(int target, int pname, int[] params, int offset) argument
1536 glGetTexGenfv(int coord, int pname, float[] params, int offset) argument
1550 glGetTexGeniv(int coord, int pname, int[] params, int offset) argument
1564 glGetTexGenxv(int coord, int pname, int[] params, int offset) argument
1609 glTexGenfv(int coord, int pname, float[] params, int offset) argument
1630 glTexGeniv(int coord, int pname, int[] params, int offset) argument
1651 glTexGenxv(int coord, int pname, int[] params, int offset) argument
[all...]
H A DGLES32.java275 int offset,
556 int offset
575 int offset
594 int offset
625 int offset
642 int offset
659 int offset
676 int offset
693 int offset
710 int offset
269 glDebugMessageControl( int source, int type, int severity, int count, int[] ids, int offset, boolean enabled ) argument
765 glTexBufferRange( int target, int internalformat, int buffer, int offset, int size ) argument
[all...]
H A DGLLogWrapper.java118 private void arg(String name, int n, int[] arr, int offset) { argument
119 arg(name, toString(n, FORMAT_INT, arr, offset));
122 private void arg(String name, int n, short[] arr, int offset) { argument
123 arg(name, toString(n, arr, offset));
126 private void arg(String name, int n, float[] arr, int offset) { argument
127 arg(name, toString(n, arr, offset));
144 private String toString(int n, int format, int[] arr, int offset) { argument
149 int index = offset + i;
162 private String toString(int n, short[] arr, int offset) { argument
167 int index = offset
180 toString(int n, float[] arr, int offset) argument
1422 glDeleteTextures(int n, int[] textures, int offset) argument
1605 glFogfv(int pname, float[] params, int offset) argument
1636 glFogxv(int pname, int[] params, int offset) argument
1696 glGenTextures(int n, int[] textures, int offset) argument
1731 glGetIntegerv(int pname, int[] params, int offset) argument
1790 glLightModelfv(int pname, float[] params, int offset) argument
1821 glLightModelxv(int pname, int[] params, int offset) argument
1853 glLightfv(int light, int pname, float[] params, int offset) argument
1887 glLightxv(int light, int pname, int[] params, int offset) argument
1936 glLoadMatrixf(float[] m, int offset) argument
1955 glLoadMatrixx(int[] m, int offset) argument
1994 glMaterialfv(int face, int pname, float[] params, int offset) argument
2028 glMaterialxv(int face, int pname, int[] params, int offset) argument
2060 glMultMatrixf(float[] m, int offset) argument
2079 glMultMatrixx(int[] m, int offset) argument
2406 glTexEnvfv(int target, int pname, float[] params, int offset) argument
2440 glTexEnvxv(int target, int pname, int[] params, int offset) argument
2505 glTexParameteriv(int target, int pname, int[] params, int offset) argument
2586 glClipPlanef(int plane, float[] equation, int offset) argument
2605 glClipPlanex(int plane, int[] equation, int offset) argument
2639 glDrawTexfvOES(float[] coords, int offset) argument
2668 glDrawTexivOES(int[] coords, int offset) argument
2698 glDrawTexsvOES(short[] coords, int offset) argument
2727 glDrawTexxvOES(int[] coords, int offset) argument
2790 glBufferSubData(int target, int offset, int size, Buffer data) argument
2812 glDeleteBuffers(int n, int[] buffers, int offset) argument
2831 glGenBuffers(int n, int[] buffers, int offset) argument
2850 glGetBooleanv(int pname, boolean[] params, int offset) argument
2869 glGetBufferParameteriv(int target, int pname, int[] params, int offset) argument
2891 glGetClipPlanef(int pname, float[] eqn, int offset) argument
2910 glGetClipPlanex(int pname, int[] eqn, int offset) argument
2928 glGetFixedv(int pname, int[] params, int offset) argument
2946 glGetFloatv(int pname, float[] params, int offset) argument
2964 glGetLightfv(int light, int pname, float[] params, int offset) argument
2985 glGetLightxv(int light, int pname, int[] params, int offset) argument
3006 glGetMaterialfv(int face, int pname, float[] params, int offset) argument
3028 glGetMaterialxv(int face, int pname, int[] params, int offset) argument
3049 glGetTexEnviv(int env, int pname, int[] params, int offset) argument
3070 glGetTexEnvxv(int env, int pname, int[] params, int offset) argument
3091 glGetTexParameterfv(int target, int pname, float[] params, int offset) argument
3112 glGetTexParameteriv(int target, int pname, int[] params, int offset) argument
3133 glGetTexParameterxv(int target, int pname, int[] params, int offset) argument
3191 glPointParameterfv(int pname, float[] params, int offset) argument
3219 glPointParameterxv(int pname, int[] params, int offset) argument
3258 glTexEnviv(int target, int pname, int[] params, int offset) argument
3279 glTexParameterfv(int target, int pname, float[] params, int offset) argument
3311 glTexParameterxv(int target, int pname, int[] params, int offset) argument
3334 glColorPointer(int size, int type, int stride, int offset) argument
3345 glDrawElements(int mode, int count, int type, int offset) argument
3365 glNormalPointer(int type, int stride, int offset) argument
3374 glTexCoordPointer(int size, int type, int stride, int offset) argument
3384 glVertexPointer(int size, int type, int stride, int offset) argument
3418 glMatrixIndexPointerOES(int size, int type, int stride, int offset) argument
3439 glWeightPointerOES(int size, int type, int stride, int offset) argument
3513 glDeleteFramebuffersOES(int n, int[] framebuffers, int offset) argument
3534 glDeleteRenderbuffersOES(int n, int[] renderbuffers, int offset) argument
3591 glGenFramebuffersOES(int n, int[] framebuffers, int offset) argument
3612 glGenRenderbuffersOES(int n, int[] renderbuffers, int offset) argument
3633 glGetFramebufferAttachmentParameterivOES(int target, int attachment, int pname, int[] params, int offset) argument
3660 glGetRenderbufferParameterivOES(int target, int pname, int[] params, int offset) argument
3685 glGetTexGenfv(int coord, int pname, float[] params, int offset) argument
3708 glGetTexGeniv(int coord, int pname, int[] params, int offset) argument
3731 glGetTexGenxv(int coord, int pname, int[] params, int offset) argument
3798 glTexGenfv(int coord, int pname, float[] params, int offset) argument
3832 glTexGeniv(int coord, int pname, int[] params, int offset) argument
3866 glTexGenxv(int coord, int pname, int[] params, int offset) argument
[all...]
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java292 int offset
391 int offset
413 int offset
456 int offset
476 int offset
521 int offset
543 int offset
567 int offset
592 int offset
624 int offset
1184 glBufferSubData( int target, int offset, int size, java.nio.Buffer data ) argument
[all...]
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiControlService.java1637 public void sendMhlVendorCommand(final int portId, final int offset, final int length, argument
1652 mMhlController.sendVendorCommand(portId, offset, length, data);
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp652 // the value of a TLS symbol is the offset to the TLS segment
913 /// layout should computes the start offset of these tables
924 pOutput.request(symtab_sect.offset(), symtab_sect.size());
926 pOutput.request(strtab_sect.offset(), strtab_sect.size());
981 /// layout should computes the start offset of these tables
997 pOutput.request(symtab_sect.offset(), symtab_sect.size());
999 pOutput.request(strtab_sect.offset(), strtab_sect.size());
1000 MemoryRegion dyn_region = pOutput.request(dyn_sect.offset(), dyn_sect.size());
1106 pOutput.request(hash_sect.offset(), hash_sect.size());
1144 pOutput.request(file_format->getGNUHashTab().offset(),
1997 uint64_t offset = 0x0, phdr_size = 0x0; local
2076 uint64_t offset = 0x0; local
2109 uint64_t vma = 0x0, offset = 0x0; local
[all...]
/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java973 * Given a height, returns a Y offset that will draw the text in the middle of the height.
1034 * Calculate the offset from bottom of the EditText to top of the provided line.
1777 int offset = putOffsetInRange(x, y);
1778 DrawableRecipientChip currentChip = findChip(offset);
1873 final int offset;
1876 offset = getOffsetForPosition(x, y);
1878 offset = supportGetOffsetForPosition(x, y);
1881 return putOffsetInRange(offset);
1888 int offset = o;
1901 // If the offset i
1914 findText(Editable text, int offset) argument
1921 findChip(int offset) argument
[all...]
/frameworks/support/v4/java/android/support/v4/view/
H A DViewPager.java138 float offset; field in class:ViewPager.ItemInfo
289 * @param positionOffset Value from [0, 1) indicating the offset from the page at position.
290 * @param positionOffsetPixels Value in pixels indicating the offset from position.
678 Math.min(curInfo.offset, mLastOffset)));
1299 float offset = oldCurInfo.offset + oldCurInfo.widthFactor + marginOffset;
1309 // ask the adapter for an offset.
1310 offset += mAdapter.getPageWidth(pos) + marginOffset;
1313 ii.offset = offset;
1847 onPageScrolled(int position, float offset, int offsetPixels) argument
1906 dispatchOnPageScrolled(int position, float offset, int offsetPixels) argument
[all...]
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DStaggeredGridLayoutManager.java52 * StaggeredGridLayoutManager can offset spans independently or move items between spans. You can
151 * Used to keep the offset value when {@link #scrollToPositionWithOffset(int, int)} is
846 // Use regular anchor position, offset according to pending offset and target
863 // no offset provided. Decide according to the child location
2030 * Scroll to the specified adapter position with the given offset from layout start.
2037 * @param offset The distance (in pixels) between the start edge of the item view and
2042 public void scrollToPositionWithOffset(int position, int offset) { argument
2047 mPendingScrollPositionOffset = offset;
2458 void cacheReferenceLineAndClear(boolean reverseLayout, int offset) { argument
[all...]
/frameworks/av/media/libstagefright/
H A DMPEG4Extractor.cpp130 status_t parseChunk(off64_t *offset);
131 status_t parseTrackFragmentHeader(off64_t offset, off64_t size);
132 status_t parseTrackFragmentRun(off64_t offset, off64_t size);
133 status_t parseSampleAuxiliaryInformationSizes(off64_t offset, off64_t size);
134 status_t parseSampleAuxiliaryInformationOffsets(off64_t offset, off64_t size);
159 off64_t offset; member in struct:android::MPEG4Source::Sample
184 virtual ssize_t readAt(off64_t offset, void *data, size_t size);
188 status_t setCachedRange(off64_t offset, size_t size);
232 ssize_t MPEG4DataSource::readAt(off64_t offset, void *data, size_t size) { argument
235 if (isInRange(mCachedOffset, mCachedSize, offset, siz
251 setCachedRange(off64_t offset, size_t size) argument
282 size_t offset = 0; local
487 off64_t offset; local
519 off64_t offset = 0; local
595 readSize(off64_t offset, const sp<DataSource> DataSource, uint8_t *numOfBytes) argument
802 parseChunk(off64_t *offset, int depth) argument
2257 parseSegmentIndex(off64_t offset, size_t size) argument
2379 parseQTMetaKey(off64_t offset, size_t size) argument
2434 parseQTMetaVal( int32_t keyId, off64_t offset, size_t size) argument
2575 parseITunesMetaData(off64_t offset, size_t size) argument
2774 parseColorInfo(off64_t offset, size_t size) argument
2817 parse3GPPMetaData(off64_t offset, size_t size, int depth) argument
2933 parseID3v2MetaData(off64_t offset) argument
3524 off64_t offset = mFirstMoofOffset; local
3598 parseChunk(off64_t *offset) argument
3714 parseSampleAuxiliaryInformationSizes( off64_t offset, off64_t ) argument
3777 parseSampleAuxiliaryInformationOffsets( off64_t offset, off64_t ) argument
3899 parseTrackFragmentHeader(off64_t offset, off64_t size) argument
3998 parseTrackFragmentRun(off64_t offset, off64_t size) argument
4279 off64_t offset; local
4539 off64_t offset = 0; local
4884 off64_t offset = 0ll; local
[all...]
H A DMPEG4Writer.cpp108 void addChunkOffset(off64_t offset);
664 * changed later for 32-bit file offset even if
1258 off64_t offset = *--mBoxes.end(); local
1262 int32_t x = htonl(mMoovBoxBufferOffset - offset);
1263 memcpy(mMoovBoxBuffer + offset, &x, 4);
1265 lseek64(mFd, offset, SEEK_SET);
1266 writeInt32(mOffset - offset);
1555 void MPEG4Writer::Track::addChunkOffset(off64_t offset) { argument
1557 uint32_t value = offset;
1560 mCo64TableEntries->add(hton64(offset));
1686 off64_t offset = (chunk->mTrack->isAvc() || chunk->mTrack->isHevc()) local
2596 off64_t offset = (mIsAvc || mIsHevc) ? mOwner->addLengthPrefixedSample_l(copy) local
[all...]
/frameworks/native/vulkan/nulldrv/
H A Dnull_driver.cpp764 VkDeviceSize offset,
769 *out_ptr = &mem->data[0] + offset;
1298 void CmdBindIndexBuffer(VkCommandBuffer cmdBuffer, VkBuffer buffer, VkDeviceSize offset, VkIndexType indexType) { argument
1310 void CmdDrawIndirect(VkCommandBuffer cmdBuffer, VkBuffer buffer, VkDeviceSize offset, uint32_t count, uint32_t stride) { argument
1313 void CmdDrawIndexedIndirect(VkCommandBuffer cmdBuffer, VkBuffer buffer, VkDeviceSize offset, uint32_t count, uint32_t stride) { argument
1319 void CmdDispatchIndirect(VkCommandBuffer cmdBuffer, VkBuffer buffer, VkDeviceSize offset) { argument
762 MapMemory(VkDevice, VkDeviceMemory mem_handle, VkDeviceSize offset, VkDeviceSize, VkMemoryMapFlags, void** out_ptr) argument
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jar ... org.xml.sax.SAXException char[] buff int offset int length public void aname (char[], int, int) throws org ...
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DServiceStateTracker.java216 * List of ISO codes for countries that can have an offset of
3275 // If the offset is (0, false) and the time zone property
3348 private TimeZone getNitzTimeZone(int offset, boolean dst, long when) { argument
3349 TimeZone guess = findTimeZone(offset, dst, when);
3352 guess = findTimeZone(offset, !dst, when);
3358 private TimeZone findTimeZone(int offset, boolean dst, long when) { argument
3359 int rawOffset = offset;
3368 if (tz.getOffset(when) == offset &&
3682 * offset as well (which we won't worry about until later) */
3719 // The zone offset receive
[all...]
/frameworks/support/v8/renderscript/jni/
H A Dandroid_renderscript_RenderScript.cpp1159 nAllocationData1D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint offset, jint lod, argument
1164 LOG_API("nAllocation1DData, con(%p), adapter(%p), offset(%i), count(%i), sizeBytes(%i), "
1165 "dataType(%i)", (RsContext)con, (RsAllocation)alloc, offset, count, sizeBytes,
1168 (RsContext)con, alloc, offset, lod, count, ptr, sizeBytes);
1294 nAllocationRead1D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint offset, jint lod, argument
1299 LOG_API("nAllocation1DRead, con(%p), adapter(%p), offset(%i), count(%i), sizeBytes(%i), "
1300 "dataType(%i)", (RsContext)con, alloc, offset, count, sizeBytes, dataType);
1302 (RsContext)con, alloc, offset, lod, count, ptr, sizeBytes);
1864 // "length > script.length - offset");
/frameworks/av/services/audioflinger/
H A DThreads.cpp227 // Track the CLOCK_BOOTTIME versus CLOCK_MONOTONIC timebase offset
256 // retrieves the boottime timebase offset from monotonic.
264 // Adjusts the timebase offset between TIMEBASE_MONOTONIC
271 // We do an empirical measurement of the offset rather than parsing
273 static void adjustTimebaseOffset(int64_t *offset, ExtendedTimestamp::Timebase timebase) { argument
283 // try three times to get the clock offset, choose the one
304 if (llabs(*offset - measured) > toleranceNs) {
305 ALOGV("Adjusting timebase offset old: %lld new: %lld",
306 (long long)*offset, (long long)measured);
307 *offset
2542 const size_t offset = mCurrentWriteLength - mBytesRemaining; local
[all...]

Completed in 731 milliseconds

<<212223242526