HomeSort by relevance Sort by last modified time
    Searched refs:getSize (Results 26 - 50 of 3209) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/parameter-framework/upstream/parameter/
StringParameter.cpp 52 return getSize();
55 size_t CStringParameter::getSize() const
73 if (strValue.length() >= getSize()) {
77 std::to_string(getSize() - 1));
Parameter.cpp 75 return getSize();
78 size_t CParameter::getSize() const
80 return static_cast<const CParameterType *>(getTypeElement())->getSize();
94 pBlackboard->writeInteger(&uiDefaultValue, getSize(),
186 pBlackboard->writeInteger(&uiData, getSize(), offset);
201 pBlackboard->readInteger(&uiData, getSize(), offset);
  /external/replicaisland/src/com/replica/replicaisland/
HitPointPool.java 23 final int size = getSize();
  /frameworks/base/core/java/android/webkit/
WebBackForwardList.java 55 public abstract int getSize();
  /frameworks/base/libs/hwui/
Caches.cpp 164 log.appendFormat(" TextureCache %8d / %8d\n", textureCache.getSize(),
181 log.appendFormat(" RenderBufferCache %8d / %8d\n", renderBufferCache.getSize(),
183 log.appendFormat(" GradientCache %8d / %8d\n", gradientCache.getSize(),
185 log.appendFormat(" PathCache %8d / %8d\n", pathCache.getSize(),
187 log.appendFormat(" TessellationCache %8d / %8d\n", tessellationCache.getSize(),
189 log.appendFormat(" TextDropShadowCache %8d / %8d\n", dropShadowCache.getSize(),
191 log.appendFormat(" PatchCache %8d / %8d\n", patchCache.getSize(),
197 log.appendFormat(" FboCache %8d / %8d\n", fboCache.getSize(),
200 total += textureCache.getSize();
201 total += renderBufferCache.getSize();
    [all...]
FboCache.h 64 uint32_t getSize();
  /hardware/libhardware/modules/sensors/
SensorEventQueue.h 61 int getSize();
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/interface/
dictionary_header_structure_policy.h 39 virtual int getSize() const = 0;
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
TraceFileInfo.java 34 public long getSize() {
  /system/libhidl/transport/allocator/1.0/utils/
FrameworkUtils.cpp 35 return HidlMemory::getInstance("ashmem", fd, heap->getSize());
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/
BlockDevice.java 39 public abstract long getSize() throws IOException;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/wavelib/
DspBufferComplex.java 29 if (size == getSize()) {
53 int size = getSize();
DspBufferDouble.java 28 if (size == getSize()) {
49 int size = getSize();
  /external/clang/test/CodeGenCXX/
vla-lambda-capturing.cpp 54 intptr_t getSize(T);
58 typedef intptr_t ArrTy[getSize(arg)];
  /external/glide/library/src/main/java/com/bumptech/glide/load/engine/cache/
LruResourceCache.java 37 protected int getSize(Resource<?> item) {
38 return item.getSize();
  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/gifbitmap/
GifBitmapWrapperResource.java 27 public int getSize() {
28 return data.getSize();
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowFrameLayout.java 26 int width = MeasureSpec.getSize(widthMeasureSpec);
27 int height = MeasureSpec.getSize(heightMeasureSpec);
ShadowViewMeasureSpec.java 25 public static int getSize (int measureSpec) {
37 int size = getSize(measureSpec);
  /external/swiftshader/third_party/LLVM/lib/Object/
Archive.cpp 44 uint64_t getSize() const {
58 ToHeader(Data.data())->getSize();
70 ToHeader(NextLoc)->getSize();
100 + Parent->StringTable->getSize()))
113 uint64_t Archive::Child::getSize() const {
114 return ToHeader(Data.data())->getSize();
121 getSize()),
162 ToHeader(Loc)->getSize();
  /frameworks/av/media/libstagefright/include/
ThrottledSource.h 45 virtual status_t getSize(off64_t *size) {
46 return mSource->getSize(size);
  /packages/apps/Gallery2/src/com/android/photos/views/
SquareImageView.java 43 int width = MeasureSpec.getSize(widthMeasureSpec);
46 height = Math.min(height, MeasureSpec.getSize(heightMeasureSpec));
  /art/tools/dexfuzz/src/dexfuzz/rawdex/formats/
Format00x.java 26 public int getSize() {
Format1.java 26 public int getSize() {
Format2.java 26 public int getSize() {
Format3.java 26 public int getSize() {

Completed in 694 milliseconds

12 3 4 5 6 7 8 91011>>