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

12 3 4 5

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/
ErrorImageComposite.java 44 protected Point getSize() {
  /dalvik/hit/src/com/android/hit/
Instance.java 76 size += instance.getSize();
83 public int getSize() {
ArrayInstance.java 74 public final int getSize() {
ClassInstance.java 86 public final int getSize() {
89 return isa.getSize();
  /external/icu4c/layout/
ValueRecords.cpp 245 le_int16 ValueRecord::getSize(ValueFormat valueFormat)
  /external/junit/src/junit/swingui/
DefaultFailureDetailView.java 33 public int getSize() {
  /external/skia/include/utils/
SkLayer.h 39 const SkSize& getSize() const { return m_size; }
  /frameworks/base/core/java/android/text/style/
DynamicDrawableSpan.java 77 public int getSize(Paint paint, CharSequence text,
  /frameworks/base/core/java/android/webkit/
WebBackForwardList.java 70 if (index < 0 || index >= getSize()) {
80 public synchronized int getSize() {
168 int size = getSize();
  /frameworks/base/libs/binder/
MemoryHeapBase.cpp 174 size_t MemoryHeapBase::getSize() const {
  /frameworks/base/libs/utils/
ZipUtils.cpp 92 unsigned long getSize;
96 getSize = (compRemaining > kReadBufSize) ?
99 getSize, compRemaining);
101 int cc = read(fd, readBuf, getSize);
102 if (cc != (int) getSize) {
104 cc, getSize);
108 compRemaining -= getSize;
111 zstream.avail_in = getSize;
204 unsigned long getSize;
208 getSize = (compRemaining > kReadBufSize)
    [all...]
  /packages/apps/Email/src/org/apache/commons/io/input/
NullInputStream.java 114 public long getSize() {
NullReader.java 114 public long getSize() {
  /external/chromium/third_party/icu/source/common/
resbund.cpp 278 int32_t ResourceBundle::getSize(void) const {
propname.h 245 static int32_t getSize(int32_t n) {
249 int32_t getSize() {
250 return getSize(enumLimit - enumStart);
305 static int32_t getSize(int32_t n) {
309 int32_t getSize() {
310 return getSize(count);
367 static int32_t getSize(int32_t n) {
371 int32_t getSize() {
372 return getSize(count);
  /external/icu4c/common/
resbund.cpp 278 int32_t ResourceBundle::getSize(void) const {
propname.h 245 static int32_t getSize(int32_t n) {
249 int32_t getSize() {
250 return getSize(enumLimit - enumStart);
305 static int32_t getSize(int32_t n) {
309 int32_t getSize() {
310 return getSize(count);
367 static int32_t getSize(int32_t n) {
371 int32_t getSize() {
372 return getSize(count);
  /external/srec/shared/include/
ESR_Session.h 256 ESR_ReturnCode(*getSize)(size_t* size);
ESR_SessionType.h 307 ESR_ReturnCode(*getSize)(struct ESR_SessionType_t* self, size_t* size);
  /frameworks/base/media/libstagefright/
NuHTTPDataSource.cpp 393 status_t NuHTTPDataSource::getSize(off_t *size) {
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
NativeAllocationInfo.java 90 public int getSize() {
  /external/skia/src/animator/
SkMemberInfo.cpp 32 size_t SkMemberInfo::GetSize(SkDisplayTypes type) { // size of simple types only
102 size_t byteSize = GetSize(type);
107 size_t SkMemberInfo::getSize(const SkDisplayable* displayable) const {
111 byteSize = GetSize(propertyType());
123 byteSize = GetSize(type) * array->count();
126 byteSize = GetSize((SkDisplayTypes) fType);
149 size_t byteSize = getSize(displayable);
  /frameworks/base/core/java/android/nfc/tech/
MifareClassic.java 218 public int getSize() {
  /frameworks/base/core/java/android/os/
MemoryFile.java 315 public static int getSize(FileDescriptor fd) throws IOException {
  /frameworks/base/core/java/android/text/
AutoText.java 120 public static int getSize(View view) {
122 return getInstance(view).getSize();
128 private int getSize() {

Completed in 856 milliseconds

12 3 4 5