/frameworks/av/include/media/stagefright/ |
FileSource.h | 39 virtual status_t getSize(off64_t *size);
|
/frameworks/av/media/libstagefright/include/ |
DataUriSource.h | 39 virtual status_t getSize(off64_t *size) {
|
/frameworks/base/media/tests/omxjpegdecoder/ |
StreamSource.cpp | 48 status_t StreamSource::getSize(off64_t *size) {
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
DeadZone.java | 88 private float getSize(long now) { 119 int size = (int) getSize(event.getEventTime()); 137 Slog.v(TAG, "poked! size=" + getSize(mLastPokeTime)); 156 final int size = (int) getSize(SystemClock.uptimeMillis());
|
/frameworks/rs/cpu_ref/linkloader/include/impl/ |
ELFSectionBits.hxx | 44 out() << " Size : " << sh->getSize() << '\n';
|
/packages/apps/Browser/src/com/android/browser/view/ |
SnapshotGridView.java | 42 int widthSize = MeasureSpec.getSize(widthMeasureSpec);
|
/packages/apps/LegacyCamera/src/com/android/camera/ui/ |
IndicatorControlWheelContainer.java | 134 measuredWidth = Math.min(desiredWidth, MeasureSpec.getSize(widthSpec)); 136 measuredWidth = MeasureSpec.getSize(widthSpec); 141 measuredHeight = Math.min(desiredHeight, MeasureSpec.getSize(heightSpec)); 143 measuredHeight = MeasureSpec.getSize(heightSpec);
|
/packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/ |
Part.java | 43 public int getSize() throws MessagingException;
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/ |
dic_nodes_cache.cpp | 37 while (mCachedDicNodesForContinuousSuggestion->getSize() > 0) {
|
/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/ |
GLESbuffer.h | 27 GLuint getSize(){return m_size;};
|
GLESpointer.h | 28 GLint getSize() const;
|
/cts/suite/audio_quality/test/ |
AudioPlayTestCommon.h | 69 LOGV("size %d, handled %d", mBuffer->getSize(), mBuffer->amountHandled()); 70 ASSERT_TRUE(mBuffer->amountHandled() == mBuffer->getSize());
|
/cts/tests/tests/text/src/android/text/style/cts/ |
DynamicDrawableSpanTest.java | 52 assertEquals(rect.right, dynamicDrawableSpan.getSize(null, null, 0, 0, fm)); 60 assertEquals(rect.right, dynamicDrawableSpan.getSize(null, null, 0, 0, null));
|
/cts/tests/tests/webkit/src/android/webkit/cts/ |
WebBackForwardListTest.java | 51 assertEquals(0, list.getSize()); 83 if (list.getSize() != url.length) {
|
/external/chromium_org/third_party/angle_dx11/src/libGLESv2/ |
Buffer.cpp | 77 return mBufferStorage->getSize(); 113 if (mUnmodifiedDataUse > 3 * mBufferStorage->getSize())
|
/external/llvm/include/llvm/Support/ |
ArrayRecycler.h | 83 size_t getSize() const { return size_t(1u) << Index; } 129 return static_cast<T*>(Allocator.Allocate(sizeof(T)*Cap.getSize(), Align));
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/threegpp26245/ |
FontTableBox.java | 27 size += fontRecord.getSize(); 83 public int getSize() {
|
/frameworks/base/core/tests/coretests/src/android/widget/ |
LabelView.java | 133 int specSize = MeasureSpec.getSize(measureSpec); 159 int specSize = MeasureSpec.getSize(measureSpec);
|
/packages/apps/DeskClock/src/com/android/deskclock/widget/ |
EllipsizeLayout.java | 71 final int parentWidth = MeasureSpec.getSize(widthMeasureSpec); 73 makeMeasureSpec(MeasureSpec.getSize(widthMeasureSpec), MeasureSpec.UNSPECIFIED);
|
/dalvik/libdex/ |
SysUtil.cpp | 342 size_t getSize = (count > kBufSize) ? kBufSize : count; 344 ssize_t actual = TEMP_FAILURE_RETRY(read(inFd, buf, getSize)); 345 if (actual != (ssize_t) getSize) { 347 (int) actual, getSize); 351 if (sysWriteFully(outFd, buf, getSize, "sysCopyFileToFile") != 0) 354 count -= getSize;
|
/external/skia/tests/ |
CanvasStateTest.cpp | 82 REPORTER_ASSERT(reporter, bitmaps[0].getSize() == bitmaps[1].getSize()); 85 bitmaps[0].getSize())); 172 REPORTER_ASSERT(reporter, bitmaps[0].getSize() == bitmaps[1].getSize()); 175 bitmaps[0].getSize()));
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
GLFrame.java | 87 } else if (getFormat().getSize() < 0) { 211 if (getFormat().getSize() != bytes.length) { 258 if (getFormat().getSize() < frame.getFormat().getSize()) { 260 "Attempting to assign frame of size " + frame.getFormat().getSize() + " to " + 261 "smaller GL frame of size " + getFormat().getSize() + "!");
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
FrameManager.java | 127 public int getSize() { 149 public int getSize() { 182 mSize -= backing.getSize(); 193 if (reserve(backing.getSize())) { 225 mSize -= dropped.getSize(); 303 return mCache.getSize();
|
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/ |
SuperFloppyFormatter.java | 190 final int totalSectors = (int)(device.getSize() / sectorSize); 289 * {@link BlockDevice#getSize() device size} only. 295 return fatTypeFromSize(device.getSize()); 300 * {@link BlockDevice#getSize() device size} only. 396 final long sectors = device.getSize() / device.getSectorSize(); 401 return sectorsPerCluster32FromSize(device.getSize(), device.getSectorSize()); 430 long size = device.getSize(); 436 long size = device.getSize();
|
/frameworks/base/libs/hwui/ |
Caches.cpp | 262 textureCache.getSize(), textureCache.getMaxSize()); 264 layerCache.getSize(), layerCache.getMaxSize()); 266 renderBufferCache.getSize(), renderBufferCache.getMaxSize()); 268 gradientCache.getSize(), gradientCache.getMaxSize()); 270 pathCache.getSize(), pathCache.getMaxSize()); 271 log.appendFormat(" TextDropShadowCache %8d / %8d\n", dropShadowCache.getSize(), 274 patchCache.getSize(), patchCache.getMaxSize()); 285 fboCache.getSize(), fboCache.getMaxSize()); 288 total += textureCache.getSize(); 289 total += layerCache.getSize(); [all...] |