Searched refs:count (Results 226 - 250 of 747) sorted by relevance

1234567891011>>

/frameworks/av/media/libmedia/
H A DIMediaDeathNotifier.cpp92 size_t count = list.size(); local
93 for (size_t iter = 0; iter < count; ++iter) {
/frameworks/av/media/libstagefright/timedtext/
H A DTextDescriptions.cpp110 uint16_t count = U16_AT(tmpData); local
114 for (int i = 0; i < count; i++) {
150 uint16_t count = U16_AT(tmpData + 4); local
151 parcel->writeInt32(count);
156 for (int i = 0; i < count; i++) {
349 uint16_t count = U16_AT(tmpData); local
350 parcel->writeInt32(count);
353 for (int i = 0; i < count; i++) {
/frameworks/av/services/camera/libcameraservice/camera2/
H A DFrameProcessor.cpp103 if (entry.count == 0) {
136 if (entry.count == 0) {
184 if (entry.count == 0) {
197 if (entry.count == 0) {
203 metadata.number_of_faces = entry.count / 4;
214 if (entry.count == 0) {
226 if (entry.count == 0) {
235 if (entry.count == 0) {
/frameworks/base/core/java/android/gesture/
H A DInstance.java98 int count = ORIENTATIONS.length;
99 for (int i = 0; i < count; i++) {
H A DInstanceLearner.java47 int count = instances.size();
49 for (int i = 0; i < count; i++) {
/frameworks/base/core/java/android/util/
H A DStateSet.java156 int count = states.length;
157 for (int i = 0; i < count; i++) {
/frameworks/base/core/java/com/android/internal/os/
H A DPkgUsageStats.java53 public PkgUsageStats(String pkgName, int count, long time, Map<String, Long> lastResumeTimes) { argument
55 launchCount = count;
/frameworks/base/core/tests/coretests/src/android/provider/
H A DSmsProviderTest.java72 int count = contentResolver.delete(url, null, null);
73 assertEquals(1, count);
/frameworks/base/libs/hwui/
H A DPatchCache.cpp46 size_t count = mCache.size(); local
47 for (size_t i = 0; i < count; i++) {
/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DCountryDetectorServiceTest.java97 int count = 5;
98 while (count-- > 0) {
/frameworks/base/tests/RenderScriptTests/FountainFbo/src/com/example/android/rs/fountainfbo/
H A DFountainFboView.java70 int count = ev.getHistorySize();
80 for (int i=0; i < count; i++) {
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSInfo.cpp213 mHeader.dependencyTable.count = mDependencyTable.size();
215 #define AFTER(_list) ((_list).offset + (_list).itemSize * (_list).count)
217 mHeader.pragmaList.count = mPragmas.size();
220 mHeader.objectSlotList.count = mObjectSlots.size();
223 mHeader.exportVarNameList.count = mExportVarNames.size();
226 mHeader.exportFuncNameList.count = mExportFuncNames.size();
229 mHeader.exportForeachFuncList.count = mExportForeachFuncs.size();
248 ALOGV("\t# of item: %u", (_header).count); \
/frameworks/native/include/utils/
H A DFlattenable.h47 int fds[], size_t count) const = 0;
57 int fds[], size_t count) = 0;
/frameworks/native/libs/gui/
H A DIDisplayEventConnection.cpp55 virtual void setVsyncRate(uint32_t count) { argument
58 data.writeInt32(count);
/frameworks/native/services/sensorservice/
H A DCorrectedGyroSensor.cpp32 CorrectedGyroSensor::CorrectedGyroSensor(sensor_t const* list, size_t count) argument
36 for (size_t i=0 ; i<count ; i++) {
H A DGravitySensor.cpp32 GravitySensor::GravitySensor(sensor_t const* list, size_t count) argument
36 for (size_t i=0 ; i<count ; i++) {
/frameworks/native/services/sensorservice/tests/
H A Dsensorservicetest.cpp67 ssize_t count = mgr.getSensorList(&list); local
68 printf("numSensors=%d\n", int(count));
/frameworks/wilhelm/src/itf/
H A DIMetadataTraversal.c55 SLuint32 count = thiz->mCount; local
57 *pCount = count;
/frameworks/base/media/mca/filterfw/java/android/filterfw/geometry/
H A DPoint.java88 public Point rotated90(int count) { argument
91 for (int i = 0; i < count; ++i) {
/frameworks/av/media/libnbaio/
H A DMonoPipe.cpp96 ssize_t MonoPipe::write(const void *buffer, size_t count) argument
102 while (count > 0) {
106 if (CC_LIKELY(written > count)) {
107 written = count;
128 count -= written;
156 ns = count * (1350000000 / Format_sampleRate(mFormat));
/frameworks/base/core/java/android/database/
H A DBulkCursorNative.java93 int count = requery(observer);
95 reply.writeInt(count);
232 int count;
234 count = -1;
236 count = reply.readInt();
239 return count;
/frameworks/base/services/java/com/android/server/display/
H A DPersistentDataStore.java108 int count = displays.length;
109 for (int i = 0; i < count; i++) {
113 results = new WifiDisplay[count];
114 System.arraycopy(displays, 0, results, 0, count);
167 int count = mRememberedWifiDisplays.size();
168 for (int i = 0; i < count; i++) {
/frameworks/base/tests/TileBenchmark/src/com/test/tilebenchmark/
H A DPerformanceTest.java39 double count = 0; field in class:PerformanceTest.AnimStat
67 statVals.count += 1;
102 int count = (0 == mCount) ? Integer.MAX_VALUE : mCount;
104 b.putDouble(e.getKey(), e.getValue() / count);
111 double avg = statVals.aggVal/statVals.count;
112 double stdDev = Math.sqrt((statVals.aggSqrVal / statVals.count) - avg * avg);
/frameworks/base/core/java/android/widget/
H A DLinearLayout.java320 final int count = getVirtualChildCount();
321 for (int i = 0; i < count; i++) {
333 if (hasDividerBeforeChildAt(count)) {
334 final View child = getVirtualChildAt(count - 1);
347 final int count = getVirtualChildCount();
349 for (int i = 0; i < count; i++) {
366 if (hasDividerBeforeChildAt(count)) {
367 final View child = getVirtualChildAt(count - 1);
639 final int count = getVirtualChildCount();
652 for (int i = 0; i < count;
924 forceUniformWidth(int count, int heightMeasureSpec) argument
1340 forceUniformHeight(int count, int widthMeasureSpec) argument
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
H A Dh264bsd_interpolate_ver_quarter.s37 count RN 2 label
137 ADD count, partW, partH, LSL #8 ;// |xx|xx|partH|partW|
139 RSB count, tmp5, count, LSL #8 ;// |xx|partH-1|partW-1|xx|
141 ADD count, count, tmp2 ;// |xx|partH-1|partW-1|verOffset|
144 AND tmp1, count, #0x0000FF00 ;// partWidth
148 ADD count, count, tmp1, LSL #16 ;// partWidth-1 to top byte
189 MOVS tmp1, count, LS
[all...]

Completed in 592 milliseconds

1234567891011>>