Searched refs:size (Results 426 - 450 of 1464) sorted by relevance

<<11121314151617181920>>

/frameworks/base/opengl/libagl/
H A DTokenizer.cpp43 if (!mRanges.size() || mRanges[0].first) {
107 ssize_t h = mRanges.size()-1;
131 const size_t c = mRanges.size();
165 const size_t c = mRanges.size();
166 LOGD("Tokenizer (%p, size = %u)\n", this, c);
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
H A DFrameworkPerfTest.java32 assertTrue("test results were empty.", activity.mResults.size() > 0);
/frameworks/base/tests/GridLayoutTest/src/com/android/test/layout/
H A DAlignmentTest.java40 View create(String name, int size); argument
44 public View create(String name, int size) {
58 public View create(String name, int size) {
67 public View create(String name, int size) {
/frameworks/base/tools/aapt/tests/
H A DMockFileFinder.h42 for (size_t i = 0; i < payload->size(); ++i) {
/frameworks/base/tools/localize/
H A DValuesFile_test.cpp17 printf("Strings (%zd)\n", strings.size());
/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pGroup.java172 return mClients.size() == 0;
238 dest.writeInt(mClients.size());
263 public WifiP2pGroup[] newArray(int size) {
264 return new WifiP2pGroup[size];
/frameworks/compile/linkloader/include/
H A DELFSectionHeader.h122 AR.prologue(TypeTraits<ELFSectionHeader>::size);
135 AR.epilogue(TypeTraits<ELFSectionHeader>::size);
173 AR.prologue(TypeTraits<ELFSectionHeader>::size);
186 AR.epilogue(TypeTraits<ELFSectionHeader>::size);
H A DELFSymbol.h164 AR.prologue(TypeTraits<ELFSymbol>::size);
173 AR.epilogue(TypeTraits<ELFSymbol>::size);
188 AR.prologue(TypeTraits<ELFSymbol>::size);
197 AR.epilogue(TypeTraits<ELFSymbol>::size);
/frameworks/ex/variablespeed/jni/
H A Dring_buffer.h41 // @param size: size of the buffer in frames.
44 void Init(int size, int num_channels, int num_readers);
/frameworks/media/libvideoeditor/vss/stagefrightshells/inc/
H A DVideoEditorBuffer.h55 M4OSA_UInt32 size; member in struct:__anon1595
H A DVideoEditorUtils.h97 const uint8_t *data, size_t size, MetaData *param);
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
H A DContentValuesVerifier.java46 AndroidTestCase.assertTrue(mIndex < mContentValuesVerifierElemList.size());
H A DLineVerifier.java43 if (index >= mLineVerifierElemList.size()) {
H A DPropertyNode.java148 // decoded by BASE64 or QUOTED-PRINTABLE. When the size of propValue_vector
152 propValue_vector.size() == 1 ||
153 node.propValue_vector.size() == 1);
192 if (propValue_vector != null && propValue_vector.size() > 1) {
193 builder.append(", propValue_vector size: ");
194 builder.append(propValue_vector.size());
197 builder.append(", propValue_bytes size: ");
/frameworks/base/core/java/android/widget/
H A DTableLayout.java49 * and stretchable. In such a situation, the column will change its size to
375 final int count = collapsedColumns.size();
559 int size = MeasureSpec.getSize(widthMeasureSpec) - mPaddingLeft - mPaddingRight;
561 if ((totalWidth > size) && (mShrinkAllColumns || mShrinkableColumns.size() > 0)) {
564 mutateColumnsWidth(mShrinkableColumns, mShrinkAllColumns, size, totalWidth);
565 } else if ((totalWidth < size) && (mStretchAllColumns || mStretchableColumns.size() > 0)) {
568 mutateColumnsWidth(mStretchableColumns, mStretchAllColumns, size, totalWidth);
573 boolean allColumns, int size, in
572 mutateColumnsWidth(SparseBooleanArray columns, boolean allColumns, int size, int totalWidth) argument
[all...]
/frameworks/base/libs/hwui/
H A DShapeCache.h303 * A simple LRU shape cache. The cache has a maximum size expressed in bytes.
305 * allowed size will also cause the oldest texture to be kicked out.
325 * Sets the maximum size of the cache in bytes.
329 * Returns the maximum size of the cache in bytes.
333 * Returns the current size of the cache in bytes.
409 INIT_LOGD(" Setting %s cache size to %sMB", name, property);
412 INIT_LOGD(" Using default %s cache size of %.2fMB", name, defaultSize);
478 const uint32_t size = texture->width * texture->height; local
479 mSize -= size;
481 SHAPE_LOGD("ShapeCache::callback: delete %s: name, size, mSiz
510 const uint32_t size = width * height; local
[all...]
/frameworks/base/libs/utils/
H A DAssetManager.cpp161 for (size_t i=0; i<mAssetPaths.size(); i++) {
177 *cookie = (void*)mAssetPaths.size();
224 LOGW("file %s has unexpectedly small size=%zd\n", idmapPath.string(), (size_t)st.st_size);
295 size_t size; local
319 (void**)&data, &size) != NO_ERROR) {
333 ssize_t written = TEMP_FAILURE_RETRY(write(fd, data + offset, size));
339 size -= (size_t)written;
341 if (size == 0) {
370 return next > mAssetPaths.size() ? NULL : (void*)next;
377 if (which < mAssetPaths.size()) {
[all...]
/frameworks/base/media/libstagefright/omx/
H A DOMX.cpp209 for (OMX_U32 i = 0; i < roles.size(); ++i) {
280 void *params, size_t size) {
282 index, params, size);
287 const void *params, size_t size) {
289 index, params, size);
294 void *params, size_t size) {
296 index, params, size);
301 const void *params, size_t size) {
303 index, params, size);
342 node_id node, OMX_U32 port_index, size_t size,
278 getParameter( node_id node, OMX_INDEXTYPE index, void *params, size_t size) argument
285 setParameter( node_id node, OMX_INDEXTYPE index, const void *params, size_t size) argument
292 getConfig( node_id node, OMX_INDEXTYPE index, void *params, size_t size) argument
299 setConfig( node_id node, OMX_INDEXTYPE index, const void *params, size_t size) argument
341 allocateBuffer( node_id node, OMX_U32 port_index, size_t size, buffer_id *buffer, void **buffer_data) argument
[all...]
/frameworks/base/core/java/android/appwidget/
H A DAppWidgetProviderInfo.java234 public AppWidgetProviderInfo[] newArray(int size)
236 return new AppWidgetProviderInfo[size];
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothHealthAppConfiguration.java154 public BluetoothHealthAppConfiguration[] newArray(int size) {
155 return new BluetoothHealthAppConfiguration[size];
/frameworks/base/core/java/android/content/pm/
H A DInstrumentationInfo.java109 public InstrumentationInfo[] newArray(int size) {
110 return new InstrumentationInfo[size];
H A DManifestDigest.java109 public ManifestDigest[] newArray(int size) {
110 return new ManifestDigest[size];
H A DParceledListSlice.java166 public ParceledListSlice[] newArray(int size) {
167 return new ParceledListSlice[size];
H A DProviderInfo.java124 public ProviderInfo[] newArray(int size) {
125 return new ProviderInfo[size];
/frameworks/base/core/java/android/database/
H A DCursorWindow.java44 /** The cursor window size. resource xml file specifies the value in kB.
692 public CursorWindow[] newArray(int size) {
693 return new CursorWindow[size];
732 if (sWindowToPidMap.size() == 0) {
746 int size = sWindowToPidMap.size();
747 if (size == 0) {
751 for (int indx = 0; indx < size; indx++) {
757 int numPids = pidCounts.size();
770 // limit the returned string size t
[all...]

Completed in 1671 milliseconds

<<11121314151617181920>>