Searched refs:count (Results 126 - 150 of 1215) sorted by relevance

1234567891011>>

/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DSectionedListAdapter.java55 int count = 0;
58 count += mSections.get(i).getCount() + 1;
60 return count;
157 int count = 1;
160 count += mSections.get(i).getViewTypeCount();
162 return count;
/frameworks/native/opengl/libagl/
H A Darray.cpp314 const GLvoid *pointer, const buffer_t* bo, GLsizei count)
334 this->bounds = count;
381 size_t count = VERTEX_BUFFER_SIZE + VERTEX_CACHE_SIZE; local
385 } while (--count);
392 size_t count = VERTEX_BUFFER_SIZE + VERTEX_CACHE_SIZE; local
396 } while (--count);
533 void drawPrimitivesPoints(ogles_context_t* c, GLint first, GLsizei count) argument
535 if (ggl_unlikely(count < 1))
544 GLsizei num = count > vcs ? vcs : count;
312 init( GLint size, GLenum type, GLsizei stride, const GLvoid *pointer, const buffer_t* bo, GLsizei count) argument
564 drawPrimitivesLineStrip(ogles_context_t* c, GLint first, GLsizei count) argument
603 drawPrimitivesLineLoop(ogles_context_t* c, GLint first, GLsizei count) argument
618 drawPrimitivesLines(ogles_context_t* c, GLint first, GLsizei count) argument
650 drawPrimitivesTriangleFanOrStrip(ogles_context_t* c, GLint first, GLsizei count, int winding) argument
704 drawPrimitivesTriangleStrip(ogles_context_t* c, GLint first, GLsizei count) argument
709 drawPrimitivesTriangleFan(ogles_context_t* c, GLint first, GLsizei count) argument
714 drawPrimitivesTriangles(ogles_context_t* c, GLint first, GLsizei count) argument
764 drawIndexedPrimitivesPoints(ogles_context_t* c, GLsizei count, const GLvoid *indices) argument
781 drawIndexedPrimitivesLineStrip(ogles_context_t* c, GLsizei count, const GLvoid *indices) argument
806 drawIndexedPrimitivesLineLoop(ogles_context_t* c, GLsizei count, const GLvoid *indices) argument
838 drawIndexedPrimitivesLines(ogles_context_t* c, GLsizei count, const GLvoid *indices) argument
860 drawIndexedPrimitivesTriangleFanOrStrip(ogles_context_t* c, GLsizei count, const GLvoid *indices, int winding) argument
896 drawIndexedPrimitivesTriangleStrip(ogles_context_t* c, GLsizei count, const GLvoid *indices) argument
901 drawIndexedPrimitivesTriangleFan(ogles_context_t* c, GLsizei count, const GLvoid *indices) argument
906 drawIndexedPrimitivesTriangles(ogles_context_t* c, GLsizei count, const GLvoid *indices) argument
965 compileElements__generic(ogles_context_t* c, vertex_t* v, GLint first, GLsizei count) argument
1345 glDrawArrays(GLenum mode, GLint first, GLsizei count) argument
1389 glDrawElements( GLenum mode, GLsizei count, GLenum type, const GLvoid *indices) argument
[all...]
/frameworks/base/libs/hwui/tests/unit/
H A DRecordingCanvasTests.cpp133 << "float count must be rounded down to closest multiple of 4";
176 int count = 0; local
177 playbackOps(*dl, [&count](const RecordedOp& op) {
178 count++;
185 ASSERT_EQ(1, count);
234 int count = 0; local
236 playbackOps(*dl, [&count, &lastX](const RecordedOp& op) {
237 count++;
247 ASSERT_EQ(3, count);
287 int count local
336 int count = 0; local
370 int count = 0; local
400 int count = 0; local
415 int count = 0; local
450 int count = 0; local
469 int count = 0; local
497 int count = 0; local
524 int count = 0; local
788 int count = 0; local
812 int count = 0; local
[all...]
/frameworks/av/services/audioflinger/
H A DAudioResamplerFirProcessNeon.h75 int count,
85 ALOG_ASSERT(count > 0 && (count & 7) == 0); // multiple of 8
160 } while (count -= 8);
183 int count,
193 ALOG_ASSERT(count > 0 && (count & 7) == 0); // multiple of 8
335 } while (count -= 8);
358 int count,
368 ALOG_ASSERT(count >
74 ProcessNeonIntrinsic(int32_t* out, int count, const int16_t* coefsP, const int16_t* coefsN, const int16_t* sP, const int16_t* sN, const int32_t* volumeLR, uint32_t lerpP, const int16_t* coefsP1, const int16_t* coefsN1) argument
182 ProcessNeonIntrinsic(int32_t* out, int count, const int32_t* coefsP, const int32_t* coefsN, const int16_t* sP, const int16_t* sN, const int32_t* volumeLR, uint32_t lerpP, const int32_t* coefsP1, const int32_t* coefsN1) argument
357 ProcessNeonIntrinsic(float* out, int count, const float* coefsP, const float* coefsN, const float* sP, const float* sN, const float* volumeLR, float lerpP, const float* coefsP1, const float* coefsN1) argument
526 ProcessL(int32_t* const out, int count, const int16_t* coefsP, const int16_t* coefsN, const int16_t* sP, const int16_t* sN, const int32_t* const volumeLR) argument
583 ProcessL(int32_t* const out, int count, const int16_t* coefsP, const int16_t* coefsN, const int16_t* sP, const int16_t* sN, const int32_t* const volumeLR) argument
646 Process(int32_t* const out, int count, const int16_t* coefsP, const int16_t* coefsN, const int16_t* coefsP1, const int16_t* coefsN1, const int16_t* sP, const int16_t* sN, uint32_t lerpP, const int32_t* const volumeLR) argument
722 Process(int32_t* const out, int count, const int16_t* coefsP, const int16_t* coefsN, const int16_t* coefsP1, const int16_t* coefsN1, const int16_t* sP, const int16_t* sN, uint32_t lerpP, const int32_t* const volumeLR) argument
803 ProcessL(int32_t* const out, int count, const int32_t* coefsP, const int32_t* coefsN, const int16_t* sP, const int16_t* sN, const int32_t* const volumeLR) argument
869 ProcessL(int32_t* const out, int count, const int32_t* coefsP, const int32_t* coefsN, const int16_t* sP, const int16_t* sN, const int32_t* const volumeLR) argument
954 Process(int32_t* const out, int count, const int32_t* coefsP, const int32_t* coefsN, const int32_t* coefsP1, const int32_t* coefsN1, const int16_t* sP, const int16_t* sN, uint32_t lerpP, const int32_t* const volumeLR) argument
1044 Process(int32_t* const out, int count, const int32_t* coefsP, const int32_t* coefsN, const int32_t* coefsP1, const int32_t* coefsN1, const int16_t* sP, const int16_t* sN, uint32_t lerpP, const int32_t* const volumeLR) argument
1153 ProcessL(float* const out, int count, const float* coefsP, const float* coefsN, const float* sP, const float* sN, const float* const volumeLR) argument
1166 ProcessL(float* const out, int count, const float* coefsP, const float* coefsN, const float* sP, const float* sN, const float* const volumeLR) argument
1179 Process(float* const out, int count, const float* coefsP, const float* coefsN, const float* coefsP1, const float* coefsN1, const float* sP, const float* sN, float lerpP, const float* const volumeLR) argument
1195 Process(float* const out, int count, const float* coefsP, const float* coefsN, const float* coefsP1, const float* coefsN1, const float* sP, const float* sN, float lerpP, const float* const volumeLR) argument
[all...]
/frameworks/av/services/camera/libcameraservice/utils/
H A DTagMonitor.cpp109 if (entry.count > 0) {
111 if (lastEntry.count > 0) {
114 lastEntry.count == entry.count) {
115 // Same type and count, compare values
117 size_t entryBytes = bytesPerValue * lastEntry.count;
136 } else if (lastEntry.count > 0) {
142 entry.count = 0;
188 int type, int count, int indentation) {
201 int lines = count / values_per_lin
187 printData(int fd, const uint8_t *data_ptr, uint32_t tag, int type, int count, int indentation) argument
[all...]
/frameworks/av/include/camera/ndk/
H A DNdkCameraMetadata.h108 * Count of elements (NOT count of bytes) in this metadata entry.
110 uint32_t count; member in struct:ACameraMetadata_entry
115 * <p>The type field above defines which union member pointer is valid. The count field above
153 * Count of elements (NOT count of bytes) in this metadata entry.
155 uint32_t count; member in struct:ACameraMetadata_const_entry
160 * <p>The type field above defines which union member pointer is valid. The count field above
/frameworks/av/media/mtp/
H A DMtpDataPacket.h80 void putAInt8(const int8_t* values, int count);
81 void putAUInt8(const uint8_t* values, int count);
82 void putAInt16(const int16_t* values, int count);
83 void putAUInt16(const uint16_t* values, int count);
85 void putAInt32(const int32_t* values, int count);
86 void putAUInt32(const uint32_t* values, int count);
88 void putAInt64(const int64_t* values, int count);
89 void putAUInt64(const uint64_t* values, int count);
/frameworks/base/core/java/android/content/pm/
H A DMacAuthenticatedInputStream.java71 public int read(byte[] buffer, int offset, int count) throws IOException { argument
72 int numRead = super.read(buffer, offset, count);
/frameworks/base/core/java/android/util/
H A DLogWriter.java64 @Override public void write(char[] buf, int offset, int count) { argument
65 for(int i = 0; i < count; i++) {
/frameworks/base/core/java/com/android/internal/midi/
H A DMidiDispatcher.java68 public void onSend(byte[] msg, int offset, int count, long timestamp) throws IOException { argument
71 receiver.send(msg, offset, count, timestamp);
/frameworks/base/media/packages/BluetoothMidiService/src/com/android/bluetoothmidiservice/
H A DBluetoothPacketEncoder.java56 public void onSend(byte[] msg, int offset, int count, long timestamp)
70 bytesNeeded = count;
106 (msg[offset + count - 1] == MidiConstants.STATUS_END_SYSEX);
107 int remaining = (hasSysExEnd ? count - 1 : count);
149 int dataLength = count - 1;
183 public void onSend(byte[] msg, int offset, int count, long timestamp) argument
186 mMidiFramer.send(msg, offset, count, timestamp);
/frameworks/base/telephony/java/com/android/ims/internal/
H A DIImsRegistrationListener.aidl101 * Updates the application with the waiting voice message count.
102 * @param count The number of waiting voice messages.
104 void voiceMessageCountUpdate(int count);
/frameworks/base/tests/SurfaceComposition/src/android/surfacecomposition/
H A DCustomLayout.java41 final int count = getChildCount();
42 for (int i = 0; i < count; i++) {
/frameworks/minikin/libs/minikin/
H A DGraphemeBreak.cpp69 bool GraphemeBreak::isGraphemeBreak(const uint16_t* buf, size_t start, size_t count, argument
77 if (offset <= start || offset >= start + count) {
88 U16_NEXT(buf, offset, start + count, c2);
180 size_t GraphemeBreak::getTextRunCursor(const uint16_t* buf, size_t start, size_t count, argument
184 if (offset < start + count) {
189 while (!isGraphemeBreak(buf, start, count, offset)) {
199 while (!isGraphemeBreak(buf, start, count, offset)) {
204 if (!isGraphemeBreak(buf, start, count, offset)) {
/frameworks/native/vulkan/libvulkan/
H A Dlayers_extensions.h54 uint32_t& count);
56 uint32_t& count);
H A Dapi.cpp63 VkResult Parse(const char* const* names, uint32_t count) { argument
71 if (!arr.count)
74 names_ = AllocateNameArray(arr.count + count);
79 for (uint32_t i = 0; i < arr.count; i++)
82 name_count_ = arr.count;
85 for (uint32_t i = 0; i < count; i++) {
109 uint32_t count; member in struct:vulkan::api::__anon1601::OverrideLayerNames::ImplicitLayerArray
127 std::sort(arr.elements, arr.elements + arr.count,
187 auto& layer = arr.elements[arr.count
320 Parse(const char* const* names, uint32_t count) argument
989 DestroyLayers(ActiveLayer* layers, uint32_t count, const VkAllocationCallbacks& allocator) argument
1126 GetActiveLayers( VkPhysicalDevice physical_dev, uint32_t& count) argument
1231 uint32_t count; local
[all...]
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
H A DUT_alloc_copy.java70 int count = arr_len - offset;
71 alloc.copy1DRangeFrom(offset, count, inArray);
72 alloc.copy1DRangeTo(offset, count, outArray);
75 for (int i = 0; i < count; i++) {
82 for (int i = count; i < arr_len; i++) {
112 int count = arr_len - offset;
113 alloc.copy1DRangeFrom(offset, count, inArray);
114 alloc.copy1DRangeTo(offset, count, outArray);
117 for (int i = 0; i < count; i++) {
124 for (int i = count;
[all...]
/frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/
H A DUT_alloc_copy.java70 int count = arr_len - offset;
71 alloc.copy1DRangeFrom(offset, count, inArray);
72 alloc.copy1DRangeTo(offset, count, outArray);
75 for (int i = 0; i < count; i++) {
82 for (int i = count; i < arr_len; i++) {
112 int count = arr_len - offset;
113 alloc.copy1DRangeFrom(offset, count, inArray);
114 alloc.copy1DRangeTo(offset, count, outArray);
117 for (int i = 0; i < count; i++) {
124 for (int i = count;
[all...]
/frameworks/support/compat/java/android/support/v4/util/
H A DLogWriter.java55 @Override public void write(char[] buf, int offset, int count) { argument
56 for(int i = 0; i < count; i++) {
/frameworks/support/design/gingerbread/android/support/design/widget/
H A DValueAnimatorCompatImplGingerbread.java192 for (int i = 0, count = mUpdateListeners.size(); i < count; i++) {
200 for (int i = 0, count = mListeners.size(); i < count; i++) {
208 for (int i = 0, count = mListeners.size(); i < count; i++) {
216 for (int i = 0, count = mListeners.size(); i < count; i++) {
/frameworks/av/include/media/nbaio/
H A DLibsndfileSource.h46 virtual ssize_t read(void *buffer, size_t count);
H A DMonoPipeReader.h50 virtual ssize_t read(void *buffer, size_t count);
H A DPipe.h56 virtual ssize_t write(const void *buffer, size_t count);
/frameworks/av/media/img_utils/include/img_utils/
H A DOutput.h42 * Write bytes from the given buffer. The number of bytes given in the count
48 virtual status_t write(const uint8_t* buf, size_t offset, size_t count) = 0;
H A DStripSource.h38 * Write count bytes to the stream.
42 virtual status_t writeToStream(Output& stream, uint32_t count) = 0;

Completed in 1549 milliseconds

1234567891011>>