Searched refs:offset (Results 201 - 225 of 1495) sorted by relevance

1234567891011>>

/frameworks/native/opengl/tools/glgen/stubs/egl/
H A DeglCreatePbufferFromClientBuffer.cpp4 (JNIEnv *_env, jobject _this, jobject dpy, jint buftype, jlong buffer, jobject config, jintArray attrib_list_ref, jint offset) {
17 if (offset < 0) {
20 _exceptionMessage = "offset < 0";
23 _remaining = _env->GetArrayLength(attrib_list_ref) - offset;
26 attrib_list = attrib_list_base + offset;
63 (JNIEnv *_env, jobject _this, jobject dpy, jint buftype, jint buffer, jobject config, jintArray attrib_list_ref, jint offset) {
68 return android_eglCreatePbufferFromClientBuffer(_env, _this, dpy, buftype, buffer, config, attrib_list_ref, offset);
3 android_eglCreatePbufferFromClientBuffer(JNIEnv *_env, jobject _this, jobject dpy, jint buftype, jlong buffer, jobject config, jintArray attrib_list_ref, jint offset) argument
62 android_eglCreatePbufferFromClientBufferInt(JNIEnv *_env, jobject _this, jobject dpy, jint buftype, jint buffer, jobject config, jintArray attrib_list_ref, jint offset) argument
/frameworks/av/include/media/
H A DMidiIoWrapper.h29 explicit MidiIoWrapper(int fd, off64_t offset, int64_t size);
34 int readAt(void *buffer, int offset, int size);
/frameworks/av/media/img_utils/src/
H A DByteArrayOutput.cpp32 status_t ByteArrayOutput::write(const uint8_t* buf, size_t offset, size_t count) { argument
33 if (mByteArray.appendArray(buf + offset, count) < 0) {
/frameworks/av/media/libmedia/include/media/
H A DMidiIoWrapper.h29 explicit MidiIoWrapper(int fd, off64_t offset, int64_t size);
34 int readAt(void *buffer, int offset, int size);
/frameworks/base/core/java/android/view/
H A DAccessibilityIterators.java94 public int[] following(int offset) { argument
99 if (offset >= textLegth) {
102 int start = offset;
120 public int[] preceding(int offset) { argument
125 if (offset <= 0) {
128 int end = offset;
179 public int[] following(int offset) { argument
184 if (offset >= mText.length()) {
187 int start = offset;
205 public int[] preceding(int offset) { argument
260 following(int offset) argument
287 preceding(int offset) argument
[all...]
/frameworks/base/core/java/com/android/internal/widget/
H A DScrollBarUtils.java31 public static int getThumbOffset(int size, int thumbLength, int extent, int range, int offset) { argument
33 int thumbOffset = Math.round((float) (size - thumbLength) * offset / (range - extent));
/frameworks/base/media/java/android/media/
H A DIMediaHTTPConnection.aidl29 int readAt(long offset, int size);
/frameworks/base/tools/aapt2/io/
H A DFile.cpp24 IFile* IFile::CreateFileSegment(size_t offset, size_t len) { argument
25 FileSegment* file_segment = new FileSegment(this, offset, len);
/frameworks/minikin/libs/minikin/
H A DMeasurement.cpp30 size_t start, size_t count, size_t offset) {
34 for (size_t i = start; i < offset; i++) {
42 if (offset < start + count && advances[offset - layoutStart] == 0.0f) {
47 for (nextCluster = offset + 1; nextCluster < start + count; nextCluster++) {
53 bool isAfter = i >= offset;
70 size_t offset) {
71 return getRunAdvance(advances, buf, start, start, count, offset);
75 * Essentially the inverse of getRunAdvance. Compute the value of offset for which the
29 getRunAdvance(const float* advances, const uint16_t* buf, size_t layoutStart, size_t start, size_t count, size_t offset) argument
69 getRunAdvance(const float* advances, const uint16_t* buf, size_t start, size_t count, size_t offset) argument
/frameworks/minikin/tests/util/
H A DUnicodeUtils.h26 size_t* offset);
28 std::vector<uint16_t> parseUnicodeStringWithOffset(const std::string& in, size_t* offset);
/frameworks/ml/nn/runtime/test/generated/vts_models/
H A Dconv_1_h3_w2_SAME.model.cpp12 .location = {.poolIndex = 0, .offset = 0, .length = 4},
21 .location = {.poolIndex = 0, .offset = 4, .length = 4},
30 .location = {.poolIndex = 0, .offset = 8, .length = 4},
39 .location = {.poolIndex = 0, .offset = 12, .length = 4},
48 .location = {.poolIndex = 0, .offset = 0, .length = 0},
57 .location = {.poolIndex = 0, .offset = 0, .length = 0},
66 .location = {.poolIndex = 0, .offset = 16, .length = 72},
75 .location = {.poolIndex = 0, .offset = 88, .length = 4},
H A Dconv_1_h3_w2_SAME_relaxed.model.cpp12 .location = {.poolIndex = 0, .offset = 0, .length = 4},
21 .location = {.poolIndex = 0, .offset = 4, .length = 4},
30 .location = {.poolIndex = 0, .offset = 8, .length = 4},
39 .location = {.poolIndex = 0, .offset = 12, .length = 4},
48 .location = {.poolIndex = 0, .offset = 0, .length = 0},
57 .location = {.poolIndex = 0, .offset = 0, .length = 0},
66 .location = {.poolIndex = 0, .offset = 16, .length = 72},
75 .location = {.poolIndex = 0, .offset = 88, .length = 4},
H A Dconv_1_h3_w2_VALID.model.cpp12 .location = {.poolIndex = 0, .offset = 0, .length = 4},
21 .location = {.poolIndex = 0, .offset = 4, .length = 4},
30 .location = {.poolIndex = 0, .offset = 8, .length = 4},
39 .location = {.poolIndex = 0, .offset = 12, .length = 4},
48 .location = {.poolIndex = 0, .offset = 0, .length = 0},
57 .location = {.poolIndex = 0, .offset = 0, .length = 0},
66 .location = {.poolIndex = 0, .offset = 16, .length = 72},
75 .location = {.poolIndex = 0, .offset = 88, .length = 4},
H A Dconv_1_h3_w2_VALID_relaxed.model.cpp12 .location = {.poolIndex = 0, .offset = 0, .length = 4},
21 .location = {.poolIndex = 0, .offset = 4, .length = 4},
30 .location = {.poolIndex = 0, .offset = 8, .length = 4},
39 .location = {.poolIndex = 0, .offset = 12, .length = 4},
48 .location = {.poolIndex = 0, .offset = 0, .length = 0},
57 .location = {.poolIndex = 0, .offset = 0, .length = 0},
66 .location = {.poolIndex = 0, .offset = 16, .length = 72},
75 .location = {.poolIndex = 0, .offset = 88, .length = 4},
H A Dconv_3_h3_w2_SAME.model.cpp12 .location = {.poolIndex = 0, .offset = 0, .length = 4},
21 .location = {.poolIndex = 0, .offset = 4, .length = 4},
30 .location = {.poolIndex = 0, .offset = 8, .length = 4},
39 .location = {.poolIndex = 0, .offset = 12, .length = 4},
48 .location = {.poolIndex = 0, .offset = 0, .length = 0},
57 .location = {.poolIndex = 0, .offset = 0, .length = 0},
66 .location = {.poolIndex = 0, .offset = 16, .length = 216},
75 .location = {.poolIndex = 0, .offset = 232, .length = 12},
H A Dconv_3_h3_w2_SAME_relaxed.model.cpp12 .location = {.poolIndex = 0, .offset = 0, .length = 4},
21 .location = {.poolIndex = 0, .offset = 4, .length = 4},
30 .location = {.poolIndex = 0, .offset = 8, .length = 4},
39 .location = {.poolIndex = 0, .offset = 12, .length = 4},
48 .location = {.poolIndex = 0, .offset = 0, .length = 0},
57 .location = {.poolIndex = 0, .offset = 0, .length = 0},
66 .location = {.poolIndex = 0, .offset = 16, .length = 216},
75 .location = {.poolIndex = 0, .offset = 232, .length = 12},
H A Dconv_3_h3_w2_VALID.model.cpp12 .location = {.poolIndex = 0, .offset = 0, .length = 4},
21 .location = {.poolIndex = 0, .offset = 4, .length = 4},
30 .location = {.poolIndex = 0, .offset = 8, .length = 4},
39 .location = {.poolIndex = 0, .offset = 12, .length = 4},
48 .location = {.poolIndex = 0, .offset = 0, .length = 0},
57 .location = {.poolIndex = 0, .offset = 0, .length = 0},
66 .location = {.poolIndex = 0, .offset = 16, .length = 216},
75 .location = {.poolIndex = 0, .offset = 232, .length = 12},
H A Dconv_3_h3_w2_VALID_relaxed.model.cpp12 .location = {.poolIndex = 0, .offset = 0, .length = 4},
21 .location = {.poolIndex = 0, .offset = 4, .length = 4},
30 .location = {.poolIndex = 0, .offset = 8, .length = 4},
39 .location = {.poolIndex = 0, .offset = 12, .length = 4},
48 .location = {.poolIndex = 0, .offset = 0, .length = 0},
57 .location = {.poolIndex = 0, .offset = 0, .length = 0},
66 .location = {.poolIndex = 0, .offset = 16, .length = 216},
75 .location = {.poolIndex = 0, .offset = 232, .length = 12},
H A Dconv_quant8_2.model.cpp12 .location = {.poolIndex = 0, .offset = 0, .length = 0},
21 .location = {.poolIndex = 0, .offset = 0, .length = 4},
30 .location = {.poolIndex = 0, .offset = 4, .length = 4},
39 .location = {.poolIndex = 0, .offset = 8, .length = 4},
48 .location = {.poolIndex = 0, .offset = 12, .length = 4},
57 .location = {.poolIndex = 0, .offset = 16, .length = 4},
66 .location = {.poolIndex = 0, .offset = 20, .length = 4},
75 .location = {.poolIndex = 0, .offset = 0, .length = 0},
H A Ddepthwise_conv2d_float.model.cpp12 .location = {.poolIndex = 0, .offset = 0, .length = 0},
21 .location = {.poolIndex = 0, .offset = 0, .length = 64},
30 .location = {.poolIndex = 0, .offset = 64, .length = 16},
39 .location = {.poolIndex = 0, .offset = 80, .length = 4},
48 .location = {.poolIndex = 0, .offset = 84, .length = 4},
57 .location = {.poolIndex = 0, .offset = 88, .length = 4},
66 .location = {.poolIndex = 0, .offset = 92, .length = 4},
75 .location = {.poolIndex = 0, .offset = 0, .length = 0},
H A Ddepthwise_conv2d_float_2.model.cpp12 .location = {.poolIndex = 0, .offset = 0, .length = 0},
21 .location = {.poolIndex = 0, .offset = 0, .length = 64},
30 .location = {.poolIndex = 0, .offset = 64, .length = 16},
39 .location = {.poolIndex = 0, .offset = 80, .length = 4},
48 .location = {.poolIndex = 0, .offset = 84, .length = 4},
57 .location = {.poolIndex = 0, .offset = 88, .length = 4},
66 .location = {.poolIndex = 0, .offset = 92, .length = 4},
75 .location = {.poolIndex = 0, .offset = 0, .length = 0},
H A Ddepthwise_conv2d_float_2_relaxed.model.cpp12 .location = {.poolIndex = 0, .offset = 0, .length = 0},
21 .location = {.poolIndex = 0, .offset = 0, .length = 64},
30 .location = {.poolIndex = 0, .offset = 64, .length = 16},
39 .location = {.poolIndex = 0, .offset = 80, .length = 4},
48 .location = {.poolIndex = 0, .offset = 84, .length = 4},
57 .location = {.poolIndex = 0, .offset = 88, .length = 4},
66 .location = {.poolIndex = 0, .offset = 92, .length = 4},
75 .location = {.poolIndex = 0, .offset = 0, .length = 0},
H A Ddepthwise_conv2d_float_large.model.cpp12 .location = {.poolIndex = 0, .offset = 0, .length = 0},
21 .location = {.poolIndex = 0, .offset = 0, .length = 32},
30 .location = {.poolIndex = 0, .offset = 32, .length = 8},
39 .location = {.poolIndex = 0, .offset = 40, .length = 4},
48 .location = {.poolIndex = 0, .offset = 44, .length = 4},
57 .location = {.poolIndex = 0, .offset = 48, .length = 4},
66 .location = {.poolIndex = 0, .offset = 52, .length = 4},
75 .location = {.poolIndex = 0, .offset = 0, .length = 0},
H A Ddepthwise_conv2d_float_large_2.model.cpp12 .location = {.poolIndex = 0, .offset = 0, .length = 0},
21 .location = {.poolIndex = 0, .offset = 0, .length = 64},
30 .location = {.poolIndex = 0, .offset = 64, .length = 16},
39 .location = {.poolIndex = 0, .offset = 80, .length = 4},
48 .location = {.poolIndex = 0, .offset = 84, .length = 4},
57 .location = {.poolIndex = 0, .offset = 88, .length = 4},
66 .location = {.poolIndex = 0, .offset = 92, .length = 4},
75 .location = {.poolIndex = 0, .offset = 0, .length = 0},
H A Ddepthwise_conv2d_float_large_2_relaxed.model.cpp12 .location = {.poolIndex = 0, .offset = 0, .length = 0},
21 .location = {.poolIndex = 0, .offset = 0, .length = 64},
30 .location = {.poolIndex = 0, .offset = 64, .length = 16},
39 .location = {.poolIndex = 0, .offset = 80, .length = 4},
48 .location = {.poolIndex = 0, .offset = 84, .length = 4},
57 .location = {.poolIndex = 0, .offset = 88, .length = 4},
66 .location = {.poolIndex = 0, .offset = 92, .length = 4},
75 .location = {.poolIndex = 0, .offset = 0, .length = 0},

Completed in 209 milliseconds

1234567891011>>