Searched refs:size (Results 126 - 150 of 1923) sorted by relevance

1234567891011>>

/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
H A DTransform.java54 if (mChildren.size() != 0) {
56 mChildren.size());
59 Allocation[] childrenAllocs = new Allocation[mChildren.size()];
60 for (int i = 0; i < mChildren.size(); i ++) {
/frameworks/compile/libbcc/lib/ExecutionEngine/
H A DSymbolResolverProxy.cpp23 for (size_t i = 0; i < mChain.size(); i++) {
/frameworks/compile/mclinker/unittests/
H A DStringTableTest.cpp46 int size = 127-32; local
53 ASSERT_EQ(m_pTestee->size(), size);
76 ASSERT_EQ(m_pTestee->size(), 1);
H A DFileHandleTest.cpp54 ASSERT_EQ(27, m_pTestee->size());
60 ASSERT_EQ(0, m_pTestee->size());
73 ASSERT_EQ(27, m_pTestee->size());
79 ASSERT_EQ(0, m_pTestee->size());
94 ASSERT_EQ(27, m_pTestee->size());
/frameworks/native/include/utils/
H A DString16.h58 inline size_t size() const;
140 inline size_t String16::size() const function in class:android::String16
171 return strzcmp16(mString, size(), other.mString, other.size());
176 return strzcmp16(mString, size(), other.mString, other.size()) < 0;
181 return strzcmp16(mString, size(), other.mString, other.size()) <= 0;
186 return strzcmp16(mString, size(), other.mString, other.size())
[all...]
H A DFlattenable.h35 // size in bytes of the flattened object
42 // size should be at least of getFlattenedSize()
46 virtual status_t flatten(void* buffer, size_t size,
50 // size should be equal to the value of getFlattenedSize() when the
56 virtual status_t unflatten(void const* buffer, size_t size,
75 // returns whether this object always flatten into the same size.
79 // returns size in bytes of the flattened object. must be a constant.
85 // unflattens the object from buffer of given size.
86 inline status_t unflatten(void const* buffer, size_t size);
102 inline status_t LightFlattenable<T>::unflatten(void const* buffer, size_t size) { argument
[all...]
/frameworks/support/v4/honeycomb_mr2/android/support/v4/os/
H A DParcelableCompatCreatorCallbacks.java42 * @param size Size of the array.
46 public T[] newArray(int size); argument
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DSpace.java66 * If mode is AT_MOST, return the child size instead of the parent size
69 private static int getDefaultSize2(int size, int measureSpec) { argument
70 int result = size;
76 result = size;
79 result = Math.min(size, specSize);
/frameworks/wilhelm/src/android/include/
H A DAacBqToPcmCbRenderer.h44 static SLresult validateBufferStartEndOnFrameBoundaries(void* data, size_t size);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmCall.java78 return connections.size() > 1;
121 for (int i = 0, s = connections.size() ; i < s; i ++) {
141 if (connections.size() == 0) {
167 return connections.size() == GsmCallTracker.MAX_CONNECTIONS_PER_CALL;
180 for (int i = 0, s = connections.size()
195 for (int i = connections.size() - 1 ; i >= 0 ; i--) {
203 if (connections.size() == 0) {
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DSimPhoneBookTest.java34 int size[] = simPhoneBook.getAdnRecordsSize(IccConstants.EF_ADN);
35 assertNotNull(size);
36 assertEquals(3, size.length);
37 assertEquals(size[0] * size[2], size[1]);
38 assertTrue(size[2] >= 100);
/frameworks/rs/cpp/
H A DElement.cpp30 if (!mVisibleElementMap.size()) {
33 if (index >= mVisibleElementMap.size()) {
40 if (!mVisibleElementMap.size()) {
43 if (index >= mVisibleElementMap.size()) {
50 if (!mVisibleElementMap.size()) {
53 if (index >= mVisibleElementMap.size()) {
60 if (mVisibleElementMap.size()) {
63 if (index >= mVisibleElementMap.size()) {
129 if (!mElements.size()) {
135 size_t fieldCount = mElementNames.size();
225 Element(void *id, RenderScript *rs, RsDataType dt, RsDataKind dk, bool norm, uint32_t size) argument
303 createVector(RenderScript *rs, RsDataType dt, uint32_t size) argument
340 int size = 1; local
[all...]
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
H A DLearning_StochasticLinearRanker.java53 String[] keys_1 = new String[temp_1.size()];
54 float[] values_1 = new float[temp_1.size()];
55 for (int i = 0; i < temp_1.size(); i++){
60 String[] keys_2 = new String[temp_2.size()];
61 float[] values_2 = new float[temp_2.size()];
62 for (int i = 0; i < temp_2.size(); i++){
77 String[] keys = new String[temp.size()];
78 float[] values = new float[temp.size()];
79 for (int i = 0; i < temp.size(); i++){
91 for (int i = 0; i < temp.size();
[all...]
/frameworks/av/drm/libdrmframework/plugins/common/util/include/
H A DSessionMap.h78 return map.size();
92 if (map.size() > index) {
152 int size = map.size(); local
154 for (int i = 0; i < size; i++) {
/frameworks/av/include/media/stagefright/foundation/
H A DAString.h28 AString(const char *s, size_t size);
35 void setTo(const char *s, size_t size);
38 size_t size() const;
49 void append(const char *s, size_t size);
63 void insert(const char *from, size_t size, size_t insertionPos);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm/
H A Dh264bsdClearMbLayer.s26 size RN 1 label
53 SUBS size, size, #64
57 SUBS size, size, #64
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm_gcc/
H A Dh264bsdClearMbLayer.S26 #define size r1 define
53 SUBS size, size, #64
57 SUBS size, size, #64
/frameworks/av/media/libstagefright/include/
H A DChromiumHTTPDataSource.h42 virtual ssize_t readAt(off64_t offset, void *data, size_t size);
43 virtual status_t getSize(off64_t *size);
103 ChromiumHTTPDataSource *me, void *data, size_t size);
105 void initiateRead(void *data, size_t size);
111 void onReadCompleted(ssize_t size);
/frameworks/base/core/java/android/os/
H A DRegistrantList.java54 for (int i = registrants.size() - 1; i >= 0 ; i--) {
64 size() method in class:RegistrantList
66 return registrants.size();
78 for (int i = 0, s = registrants.size(); i < s ; i++) {
112 for (int i = 0, s = registrants.size() ; i < s ; i++) {
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardEntryConstructor.java117 final int size = mEntryStack.size();
118 if (size > 1) {
119 VCardEntry parent = mEntryStack.get(size - 2);
125 mEntryStack.remove(size - 1);
/frameworks/av/media/libstagefright/wifi-display/sink/
H A DRTPSink.cpp201 uint8_t *ptr = buf->data() + buf->size();
411 size_t size = buffer->size(); local
412 if (size < 12) {
427 size_t paddingLength = data[size - 1];
429 if (paddingLength + 12 > size) {
435 size -= paddingLength;
442 if (size < payloadOffset) {
450 if (size < payloadOffset + 4) {
462 if (size < payloadOffse
536 size_t size = buffer->size(); local
608 parseBYE(const uint8_t *data, size_t size) argument
621 parseSR(const uint8_t *data, size_t size) argument
[all...]
/frameworks/base/graphics/java/android/renderscript/
H A DScriptGroup.java181 for (int ct = 0; ct < target.mOutputs.size(); ct++) {
201 for (int ct=0; ct < mNodes.size(); ct++) {
215 for (int ct=0; ct < n.mOutputs.size(); ct++) {
229 for (int ct=0; ct < mNodes.size(); ct++) {
231 if (n.mInputs.size() == 0) {
232 if (n.mOutputs.size() == 0 && mNodes.size() > 1) {
239 for (int ct=0; ct < mNodes.size(); ct++) {
247 for (int ct=0; ct < mNodes.size(); ct++) {
256 for (int ct=0; ct < mNodes.size(); c
[all...]
/frameworks/av/media/libstagefright/
H A DMPEG2TSWriter.cpp157 size_t size; local
158 if (!meta->findData(kKeyESDS, &type, &data, &size)) {
163 ESDS esds((const char *)data, size);
187 size_t size; local
188 if (!meta->findData(kKeyAVCC, &type, &data, &size)) {
201 size -= 6;
204 CHECK(size >= 2);
208 size -= 2;
210 CHECK(size >= length);
212 CHECK_LE(out->size()
496 MPEG2TSWriter( void *cookie, ssize_t (*write)(void *cookie, const void *data, size_t size)) argument
1023 internalWrite(const void *data, size_t size) argument
[all...]
/frameworks/base/core/jni/android/graphics/
H A DCreateJavaOutputStreamAdaptor.cpp37 size_t doRead(void* buffer, size_t size) { argument
42 size_t requested = size;
70 size -= n;
72 } while (size != 0);
77 size_t doSkip(size_t size) { argument
81 gInputStream_skipMethodID, (jlong)size);
108 virtual size_t read(void* buffer, size_t size) { argument
111 if (0 == size) {
120 size_t amount = this->doSkip(size - amountSkipped);
130 } while (amountSkipped < size);
192 write(const void* buffer, size_t size) argument
[all...]
/frameworks/av/libvideoeditor/vss/src/
H A DM4AMRR_CoreReader.c89 M4OSA_Int32 m_structSize; /* size of structure*/
103 * @brief Internal function to the AMR Parser, returns the AU size of the Frame
108 * @returns The frame size based on the frame type.
163 M4OSA_UInt32 size ; local
221 size = 6;
223 (M4OSA_MemAddr8)M4_Token, &size);
224 if(size != 6)
245 size = 5;
247 (M4OSA_MemAddr8)M4_Token, &size);
248 if(size !
294 M4OSA_UInt32 size, auCount=0; local
422 M4OSA_Int32 size = 0 ; local
468 M4OSA_UInt32 size ; local
585 M4OSA_UInt32 size ; local
[all...]

Completed in 548 milliseconds

1234567891011>>