HomeSort by relevance Sort by last modified time
    Searched refs:getSize (Results 276 - 300 of 1391) sorted by null

<<11121314151617181920>>

  /hardware/libhardware/modules/sensors/
SensorEventQueue.cpp 65 int SensorEventQueue::getSize() {
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
MediaItem.java 91 public long getSize() {
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
MeasureHelper.java 53 int specLength = MeasureSpec.getSize(measureSpec);
  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
RangeManip.h 30 inline int getSize() const{return m_size;};
  /system/core/logd/
LogBuffer.h 61 unsigned long getSize(log_id_t id);
  /frameworks/av/media/img_utils/src/
TiffIfd.cpp 120 valueOffset += mEntries[i]->getSize();
124 uint32_t footer = (mNextIfd != NULL) ? offset + getSize() : 0;
136 if (mEntries[i]->getSize() > OFFSET_SIZE) {
141 size_t actual = mEntries[i]->getSize();
148 assert(out->getCurrentOffset() == offset + getSize());
153 size_t TiffIfd::getSize() const {
158 total += mEntries[i]->getSize();
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
SwipeHelper.java 141 private float getSize(View v) {
147 float viewSize = getSize(view);
161 float viewSize = getSize(view);
311 newPos = -getSize(animView);
313 newPos = getSize(animView);
379 float size = getSize(mCurrAnimView);
413 float currAnimViewSize = getSize(mCurrAnimView);
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
BackingStore.java 357 public abstract int getSize();
476 public int getSize() {
565 public int getSize() {
627 ByteBuffer pixels = ByteBuffer.allocateDirect(getSize());
672 public int getSize() {
753 float[] floats = new float[getSize() / 4];
789 public int getSize() {
846 ByteBuffer pixels = ByteBuffer.allocateDirect(getSize());
862 bytes = new byte[getSize()];
902 public int getSize() {
    [all...]
  /frameworks/av/services/camera/libcameraservice/api1/client2/
JpegProcessor.cpp 98 (mCaptureHeap->getSize() < static_cast<size_t>(maxJpegSize)) ||
99 (mCaptureHeap->getSize() >
105 if (mCaptureHeap->getSize() == 0) {
112 __FUNCTION__, mId, mCaptureHeap->getSize(), maxJpegSize);
253 size_t heapSize = mCaptureHeap->getSize();
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/
ZipEntryTest.java 142 * java.util.zip.ZipEntry#getSize()
145 // Test for method long java.util.zip.ZipEntry.getSize()
146 assertEquals("Incorrect size returned", orgSize, zentry.getSize());
311 assertEquals("Set size failed", (orgSize + 10), zentry.getSize());
313 assertEquals("Set size failed", 0, zentry.getSize());
386 2, zentry2.getSize());
437 orgSize = zentry.getSize();
  /external/llvm/lib/Analysis/
AliasSetTracker.cpp 49 L->getSize(),
52 R->getSize(),
104 AA.alias(AliasAnalysis::Location(P->getValue(), P->getSize(),
153 SomePtr->getSize(),
162 AliasAnalysis::Location(I.getPointer(), I.getSize(),
192 I.getSize(),
384 AliasSet &NewAS = addPointer(ASI.getPointer(), ASI.getSize(),
538 AS->addPointer(*this, Entry, I->second->getSize(),
569 OS << ", " << I.getSize() << ")";
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
GridLayoutManagerTest.java 180 final int firstRowSize = Math.max(30, getSize(mGlm.findViewByPosition(2)));
184 assertEquals(firstRowSize, getSize(mGlm.findViewByPosition(0)));
185 assertEquals(firstRowSize, getSize(mGlm.findViewByPosition(1)));
186 assertEquals(firstRowSize, getSize(mGlm.findViewByPosition(2)));
188 final int secondRowSize = Math.max(200, getSize(mGlm.findViewByPosition(3)));
192 assertEquals(secondRowSize, getSize(mGlm.findViewByPosition(3)));
193 assertEquals(secondRowSize, getSize(mGlm.findViewByPosition(4)));
194 assertEquals(secondRowSize, getSize(mGlm.findViewByPosition(5)));
197 private int getSize(View view) {
  /external/chromium_org/third_party/skia/tools/
filtermain.cpp 54 canvas->getSize() <= curCommand+2 ||
126 canvas->getSize() <= curCommand+5 ||
192 canvas->getSize() <= curCommand+4 ||
227 canvas->getSize() <= curCommand+4 ||
275 canvas->getSize() <= curCommand+4 ||
362 canvas->getSize() <= curCommand+13 ||
538 canvas->getSize() <= curCommand+4 ||
612 canvas->getSize() <= curCommand+4 ||
687 if (debugCanvas.getSize() > 1) {
689 debugCanvas.deleteDrawCommandAt(debugCanvas.getSize()-1)
    [all...]
  /external/clang/lib/CodeGen/
CGRecordLayoutBuilder.cpp 124 (unsigned)Context.toBits(getSize(Type))));
133 CharUnits getSize(llvm::Type *Type) {
256 CharUnits Size = NVBaseType ? Layout.getNonVirtualSize() : Layout.getSize();
280 CharUnits LayoutSize = Layout.getSize();
296 if (LayoutSize < getSize(FieldType))
306 getSize(FieldType) > getSize(StorageType)))
314 if (LayoutSize < getSize(StorageType))
317 appendPaddingBytes(LayoutSize - getSize(StorageType));
517 CharUnits Tail = getSize(Prior->Data)
    [all...]
  /external/skia/tools/
filtermain.cpp 54 canvas->getSize() <= curCommand+2 ||
126 canvas->getSize() <= curCommand+5 ||
192 canvas->getSize() <= curCommand+4 ||
227 canvas->getSize() <= curCommand+4 ||
275 canvas->getSize() <= curCommand+4 ||
362 canvas->getSize() <= curCommand+13 ||
538 canvas->getSize() <= curCommand+4 ||
612 canvas->getSize() <= curCommand+4 ||
687 if (debugCanvas.getSize() > 1) {
689 debugCanvas.deleteDrawCommandAt(debugCanvas.getSize()-1)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_graph.cpp 203 nodes = new Graph::Node * [graph->getSize() + 1];
206 nodes[graph->getSize()] = 0;
259 nodes = new Graph::Node * [graph->getSize() + 1];
262 nodes[graph->getSize()] = 0;
290 while (bb.getSize()) {
318 if (bb.getSize() == 0)
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_graph.cpp 203 nodes = new Graph::Node * [graph->getSize() + 1];
206 nodes[graph->getSize()] = 0;
259 nodes = new Graph::Node * [graph->getSize() + 1];
262 nodes[graph->getSize()] = 0;
290 while (bb.getSize()) {
318 if (bb.getSize() == 0)
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
SwipeHelper.java 146 private float getSize(View v) {
160 float viewSize = getSize(view);
319 newPos = -getSize(animView);
321 newPos = getSize(animView);
421 float size = getSize(mCurrAnimView);
445 Math.abs(getTranslation(mCurrAnimView)) > 0.4 * getSize(mCurrAnimView);
  /libcore/luni/src/test/java/libcore/java/util/zip/
ZipFileTest.java 309 assertEquals(-1, ze.getSize());
314 assertEquals(-1, ze.getSize());
319 assertEquals(0, ze.getSize());
329 assertEquals(-1, ze.getSize());
334 assertEquals(0, ze.getSize());
339 assertEquals(0, ze.getSize());
  /packages/apps/Dialer/src/com/android/dialer/list/
SwipeHelper.java 163 private float getSize(View v) {
173 float viewSize = getSize(view);
318 newPos = -getSize(animView);
320 newPos = getSize(animView);
379 float size = getSize(mCurrAnimView);
408 float currAnimViewSize = getSize(mCurrAnimView);
  /dalvik/hit/src/com/android/hit/
ClassInstance.java 86 public final int getSize() {
89 return isa.getSize();
  /external/chromium_org/third_party/angle/src/libGLESv2/
Buffer.cpp 111 return static_cast<GLint64>(mBufferStorage->getSize());
181 if (mUnmodifiedDataUse > 3 * mBufferStorage->getSize())
  /external/chromium_org/third_party/skia/platform_tools/nacl/src/
nacl_debugger.cpp 124 if (currentIndex < fDebugger.getSize() -1) {
131 fDebugger.setIndex(fDebugger.getSize() - 1);
  /external/chromium_org/ui/gfx/android/
java_bitmap.cc 94 memcpy(dst_pixels, src_pixels, skbitmap->getSize());
121 memcpy(dst_pixels, src_pixels, skbitmap.getSize());
  /external/deqp/executor/
xeCallQueue.cpp 125 m_callQueue.resize(getNextQueueSize(m_callQueue.getSize(), m_callQueue.getSize()+1));

Completed in 744 milliseconds

<<11121314151617181920>>