Searched defs:size (Results 101 - 125 of 1014) sorted by relevance

1234567891011>>

/frameworks/compile/mclinker/lib/Target/
H A DELFAttributeData.cpp21 size_t size = 0; local
24 leb128::decode<uint64_t>(pBuf, size));
26 if (size > pBufSize)
29 pBuf += size;
30 pBufSize -= size;
40 size_t size = 0; local
41 uint64_t int_value = leb128::decode<uint64_t>(pBuf, size);
44 if (size > pBufSize)
47 pBuf += size;
48 pBufSize -= size;
55 size_t size = pValue.getStringValue().length() + 1 /* '\\0' */; local
[all...]
/frameworks/compile/mclinker/unittests/
H A DStringTableTest.cpp41 int size = 127 - 32; local
48 ASSERT_EQ(m_pTestee->size(), size);
71 ASSERT_EQ(m_pTestee->size(), 1);
/frameworks/minikin/tests/unittest/
H A DMeasurementTests.cpp27 size_t size; local
28 ParseUnicode(buf, BUF_SIZE, src, &size, &offset);
29 return getRunAdvance(advances, buf, 0, size, offset);
H A DWordBreakerTests.cpp218 size_t size; local
219 ParseUnicode(buf, BUF_SIZE, flags.c_str(), &size, nullptr);
223 breaker.setText(buf, size);
228 EXPECT_EQ(static_cast<ssize_t>(size), breaker.next());
243 size_t size; local
244 ParseUnicode(buf, BUF_SIZE, flagSequence.c_str(), &size, nullptr);
248 breaker.setText(buf, size);
253 EXPECT_EQ(static_cast<ssize_t>(size), breaker.next());
/frameworks/multidex/library/src/android/support/multidex/
H A DZipUtil.java35 long size; field in class:ZipUtil.CentralDirectory
100 dir.size = Integer.reverseBytes(raf.readInt()) & 0xFFFFFFFFL;
109 long stillToRead = dir.size;
/frameworks/native/cmds/installd/
H A DCacheItem.h51 int64_t size; member in class:android::installd::CacheItem
/frameworks/native/libs/binder/
H A DTextOutput.cpp51 HexDump::HexDump(const void *buf, size_t size, size_t bytesPerLine) argument
53 , mSize(size)
66 printHexData(0, val.buffer(), val.size(), val.bytesPerLine(),
/frameworks/native/libs/ui/
H A DFrameStats.cpp28 size_t size = timestampSize; local
29 size += 3 * desiredPresentTimesNano.size() * timestampSize;
31 return size;
34 status_t FrameStats::flatten(void* buffer, size_t size) const {
35 if (size < getFlattenedSize()) {
41 size_t frameCount = desiredPresentTimesNano.size();
57 status_t FrameStats::unflatten(void const* buffer, size_t size) { argument
60 if (size < timestampSize) {
65 size_t frameCount = (size
[all...]
H A DHdrCapabilities.cpp36 mSupportedHdrTypes.size() * sizeof(int32_t);
39 status_t HdrCapabilities::flatten(void* buffer, size_t size) const {
41 if (size < getFlattenedSize()) {
49 buf[3] = static_cast<int32_t>(mSupportedHdrTypes.size());
50 for (size_t i = 0, c = mSupportedHdrTypes.size(); i < c; ++i) {
56 status_t HdrCapabilities::unflatten(void const* buffer, size_t size) { argument
63 if (size < minSize) {
71 if (size < minSize + itemCount * sizeof(int32_t)) {
/frameworks/native/libs/vr/libdvrcommon/include/private/dvr/
H A Drange.h19 Eigen::Vector<T, d> size) {
20 return Range<T, d>(p1, p1 + size);
18 FromSize(Eigen::Vector<T, d> p1, Eigen::Vector<T, d> size) argument
/frameworks/native/opengl/libagl/
H A DBufferObjectManager.h43 GLsizeiptr size; member in struct:android::gl::buffer_t
63 int allocateStore(gl::buffer_t* bo, GLsizeiptr size, GLenum usage);
/frameworks/native/opengl/tests/gralloc/
H A Dgralloc.cpp30 void* lamecpy(void* d, void const* s, size_t size) { argument
33 while (size) {
35 size--;
42 size_t size = 128*256*4; local
43 void* temp = malloc(size);
44 void* temp2 = malloc(size);
45 memset(temp, 0, size);
46 memset(temp2, 0, size);
67 memset(vaddr, 0, size);
73 memcpy(temp, temp2, size);
[all...]
/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DglGetActiveAttrib.java1 // C function void glGetActiveAttrib ( GLuint program, GLuint index, GLsizei bufsize, GLsizei *length, GLint *size, GLenum *type, char *name )
9 int[] size,
17 // C function void glGetActiveAttrib ( GLuint program, GLuint index, GLsizei bufsize, GLsizei *length, GLint *size, GLenum *type, char *name )
25 java.nio.IntBuffer size,
30 // C function void glGetActiveAttrib ( GLuint program, GLuint index, GLsizei bufsize, GLsizei *length, GLint *size, GLenum *type, char *name )
35 int[] size,
41 // C function void glGetActiveAttrib ( GLuint program, GLuint index, GLsizei bufsize, GLsizei *length, GLint *size, GLenum *type, char *name )
46 java.nio.IntBuffer size,
3 glGetActiveAttrib( int program, int index, int bufsize, int[] length, int lengthOffset, int[] size, int sizeOffset, int[] type, int typeOffset, byte[] name, int nameOffset ) argument
20 glGetActiveAttrib( int program, int index, int bufsize, java.nio.IntBuffer length, java.nio.IntBuffer size, java.nio.IntBuffer type, byte name ) argument
32 glGetActiveAttrib( int program, int index, int[] size, int sizeOffset, int[] type, int typeOffset ) argument
43 glGetActiveAttrib( int program, int index, java.nio.IntBuffer size, java.nio.IntBuffer type ) argument
H A DglGetActiveUniform.java1 // C function void glGetActiveUniform ( GLuint program, GLuint index, GLsizei bufsize, GLsizei *length, GLint *size, GLenum *type, char *name )
9 int[] size,
17 // C function void glGetActiveUniform ( GLuint program, GLuint index, GLsizei bufsize, GLsizei *length, GLint *size, GLenum *type, char *name )
25 java.nio.IntBuffer size,
29 // C function void glGetActiveUniform ( GLuint program, GLuint index, GLsizei bufsize, GLsizei *length, GLint *size, GLenum *type, char *name )
34 int[] size,
40 // C function void glGetActiveUniform ( GLuint program, GLuint index, GLsizei bufsize, GLsizei *length, GLint *size, GLenum *type, char *name )
45 java.nio.IntBuffer size,
3 glGetActiveUniform( int program, int index, int bufsize, int[] length, int lengthOffset, int[] size, int sizeOffset, int[] type, int typeOffset, byte[] name, int nameOffset ) argument
20 glGetActiveUniform( int program, int index, int bufsize, java.nio.IntBuffer length, java.nio.IntBuffer size, java.nio.IntBuffer type, byte name ) argument
31 glGetActiveUniform( int program, int index, int[] size, int sizeOffset, int[] type, int typeOffset ) argument
42 glGetActiveUniform( int program, int index, java.nio.IntBuffer size, java.nio.IntBuffer type ) argument
H A DglGetTransformFeedbackVarying.java1 // C function void glGetTransformFeedbackVarying ( GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name )
9 int[] size,
17 // C function void glGetTransformFeedbackVarying ( GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name )
27 java.nio.IntBuffer size,
32 // C function void glGetTransformFeedbackVarying ( GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name )
39 java.nio.IntBuffer size,
44 // C function void glGetTransformFeedbackVarying ( GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name )
49 int[] size,
55 // C function void glGetTransformFeedbackVarying ( GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name )
60 java.nio.IntBuffer size,
3 glGetTransformFeedbackVarying( int program, int index, int bufsize, int[] length, int lengthOffset, int[] size, int sizeOffset, int[] type, int typeOffset, byte[] name, int nameOffset ) argument
22 glGetTransformFeedbackVarying( int program, int index, int bufsize, java.nio.IntBuffer length, java.nio.IntBuffer size, java.nio.IntBuffer type, byte name ) argument
34 glGetTransformFeedbackVarying( int program, int index, int bufsize, java.nio.IntBuffer length, java.nio.IntBuffer size, java.nio.IntBuffer type, java.nio.ByteBuffer name ) argument
46 glGetTransformFeedbackVarying( int program, int index, int[] size, int sizeOffset, int[] type, int typeOffset ) argument
57 glGetTransformFeedbackVarying( int program, int index, java.nio.IntBuffer size, java.nio.IntBuffer type ) argument
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DByteBufferReader.java41 * @param size The number of bytes to read from the buffer
46 public static long readInteger(ByteBuffer payload, ByteOrder byteOrder, int size) { argument
47 if (size < MINIMUM_INTEGER_SIZE || size > MAXIMUM_INTEGER_SIZE) {
48 throw new IllegalArgumentException("Invalid size " + size);
52 byte[] octets = new byte[size];
/frameworks/opt/net/wifi/service/jni/
H A Dcom_android_server_wifi_WifiNative.cpp38 int size = klogctl(/* SYSLOG_ACTION_SIZE_BUFFER */ 10, 0, 0); local
39 if (size < 1) {
44 char *buf = (char *)malloc(size);
50 int read = klogctl(/* SYSLOG_ACTION_READ_ALL */ 3, buf, size);
59 if (read != size) {
60 ALOGV("read %d bytes, expecting %d", read, size);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DTextAttribute.java29 public FontSize size; field in class:TextAttribute
37 FontSize size, boolean bold, boolean italic, boolean underlined,
42 this.size = size;
36 TextAttribute(int start, int length, TextAlignment align, FontSize size, boolean bold, boolean italic, boolean underlined, boolean strikeThrough, TextColor color) argument
/frameworks/rs/tests/lldb/cpp/KernelVariables/
H A DKernelVariables.cpp23 static const int size = 64; local
30 tb.setX(size);
31 tb.setY(size);
81 uint32_t * output = new uint32_t[size*size];
82 b->copy2DRangeTo(0, 0, size, size, output);
/frameworks/rs/tests/lldb/jni/BranchingFunCalls/jnibranchingfuncalls/
H A Djnibranchingfuncalls.cpp30 static const int size = 64; local
39 tb.setX(size);
40 tb.setY(size);
46 int * input = new int[size*size];
47 for(int i = 0; i < size*size; ++i) {
48 input[i] = i - (size*size / 2);
50 a->copy2DRangeFrom(0, 0, size, siz
[all...]
/frameworks/rs/tests/lldb/jni/DebugWaitAttach/jnidebugwaitattach/
H A Djnidebugwaitattach.cpp30 static const int size = 8; local
39 tb.setX(size);
40 tb.setY(size);
49 uint32_t * output = new uint32_t[size*size];
50 b->copy2DRangeTo(0, 0, size, size, output);
/frameworks/rs/tests/lldb/jni/InfiniteLoop/jniinfiniteloop/
H A Djniinfiniteloop.cpp31 static const int size = 64; local
40 tb.setX(size);
41 tb.setY(size);
58 uint32_t * output = new uint32_t[size*size];
59 b->copy2DRangeTo(0, 0, size, size, output);
/frameworks/rs/tests/lldb/jni/MultipleRSFiles/jnimultiplersfiles/
H A Djnimultiplersfiles.cpp31 static const int size = 64; local
40 tb.setX(size);
41 tb.setY(size);
52 uint32_t * output = new uint32_t[size*size];
53 b->copy2DRangeTo(0, 0, size, size, output);
/frameworks/rs/tests/lldb/jni/NoDebugWaitAttach/jninodebugwaitattach/
H A Djninodebugwaitattach.cpp30 static const int size = 8; local
39 tb.setX(size);
40 tb.setY(size);
49 uint32_t * output = new uint32_t[size*size];
50 b->copy2DRangeTo(0, 0, size, size, output);
/frameworks/support/compat/java/android/support/v4/os/
H A DParcelableCompat.java63 public T[] newArray(int size) { argument
64 return mCallbacks.newArray(size);

Completed in 449 milliseconds

1234567891011>>