Searched refs:getInt (Results 1 - 25 of 42) sorted by relevance

12

/external/proguard/src/proguard/gui/splash/
H A DVariableInt.java33 public int getInt(long time); method in interface:VariableInt
H A DConstantInt.java45 public int getInt(long time) method in class:ConstantInt
H A DRectangleSprite.java98 int xt = x.getInt(time);
99 int yt = y.getInt(time);
100 int w = width.getInt(time);
101 int h = height.getInt(time);
102 int aw = arcWidth.getInt(time);
103 int ah = arcHeight.getInt(time);
H A DCircleSprite.java61 int xt = x.getInt(time);
62 int yt = y.getInt(time);
63 int r = radius.getInt(time);
H A DTextSprite.java79 int xt = x.getInt(time);
80 int yt = y.getInt(time);
82 int spacingt = spacing.getInt(time);
H A DLinearInt.java51 public int getInt(long time) method in class:LinearInt
H A DImageSprite.java65 int xt = x.getInt(time);
66 int yt = y.getInt(time);
H A DShadowedSprite.java70 int b = blur.getInt(time) + 1;
87 int xo = xOffset.getInt(time) - b/2;
88 int yo = yOffset.getInt(time) - b/2;
H A DBufferedSprite.java141 bufferX + x.getInt(time),
142 bufferY + y.getInt(time),
/external/skia/src/core/
H A DSkPicturePlayback.h50 int index = getInt();
56 int getInt() { return fReader.readInt(); } function in class:SkPicturePlayback
59 int index = getInt();
68 return (*fPathHeap)[getInt() - 1];
72 int index = getInt();
78 int index = getInt();
84 int index = getInt();
109 int index = getInt();
117 size_t length = text->fByteLength = getInt();
H A DSkFloat.cpp289 n = a.getInt();
293 n = b.getInt();
297 n = c.getInt();
301 SkDebugf("SkFloat: %d + %d = %d\n", c.getInt(), b.getInt(), d.getInt());
314 SkASSERT(a.getInt() == aa);
315 SkASSERT(b.getInt() == bb);
318 int cc = c.getInt();
322 cc = c.getInt();
[all...]
H A DSkPicturePlayback.cpp538 SkRegion::Op op = (SkRegion::Op) getInt();
539 size_t offsetToRestore = getInt();
550 SkRegion::Op op = (SkRegion::Op) getInt();
551 size_t offsetToRestore = getInt();
561 SkRegion::Op op = (SkRegion::Op) getInt();
562 size_t offsetToRestore = getInt();
593 size_t length = getInt();
609 SkCanvas::PointMode mode = (SkCanvas::PointMode)getInt();
610 size_t count = getInt();
617 size_t points = getInt();
[all...]
/external/webkit/WebCore/bridge/
H A Dtest.js12 myInterface.logMessage ("myInterface.getInt() = " + myInterface.getInt());
H A DtestM.js16 myInterface.logMessage ("myInterface.getInt() = " + myInterface.getInt());
H A Dtestbindings.mm73 - (int)getInt;
143 - (int)getInt
/external/chromium/third_party/icu/source/tools/ctestfw/unicode/
H A Ddatamap.h48 virtual int32_t getInt(const char* key, UErrorCode &status) const = 0;
128 virtual int32_t getInt(const char* key, UErrorCode &status) const;
/external/icu4c/tools/ctestfw/unicode/
H A Ddatamap.h48 virtual int32_t getInt(const char* key, UErrorCode &status) const = 0;
128 virtual int32_t getInt(const char* key, UErrorCode &status) const;
/external/nist-sip/java/gov/nist/javax/sip/address/
H A DNetObject.java107 if (f.getInt(this) != g.getInt(that))
197 if (f.getInt(this) != g.getInt(that))
308 int intfield = f.getInt(this);
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DSIPObject.java113 if (f.getInt(this) != g.getInt(that))
203 if (f.getInt(this) != g.getInt(that))
319 int intfield = f.getInt(this);
/external/chromium/third_party/icu/public/common/unicode/
H A Dresbund.h279 getInt(UErrorCode& status) const;
/external/icu4c/common/unicode/
H A Dresbund.h279 getInt(UErrorCode& status) const;
/external/chromium/third_party/icu/source/test/intltest/
H A Dtransapi.cpp28 int32_t getInt(UnicodeString str) function
345 start=getInt(Data2[i+2]);
346 limit=getInt(Data2[i+3]);
403 start=getInt(Data[i+0]);
404 limit=getInt(Data[i+1]);
599 index.contextStart=getInt(Data[i+0]);
600 index.contextLimit=index.limit=getInt(Data[i+1]);
601 index.start=getInt(Data[i+2]);
859 index.contextStart=getInt(DATA[i+2]);
860 index.contextLimit=index.limit=getInt(DAT
[all...]
/external/icu4c/test/intltest/
H A Dtransapi.cpp28 int32_t getInt(UnicodeString str) function
345 start=getInt(Data2[i+2]);
346 limit=getInt(Data2[i+3]);
403 start=getInt(Data[i+0]);
404 limit=getInt(Data[i+1]);
599 index.contextStart=getInt(Data[i+0]);
600 index.contextLimit=index.limit=getInt(Data[i+1]);
601 index.start=getInt(Data[i+2]);
859 index.contextStart=getInt(DATA[i+2]);
860 index.contextLimit=index.limit=getInt(DAT
[all...]
/external/nist-sip/java/gov/nist/core/
H A DGenericObject.java244 int intfield = f.getInt(mergeObject);
438 if (f.getInt(this) != g.getInt(that))
523 if (f.getInt(this) != g.getInt(that))
622 int intfield = f.getInt(this);
/external/nist-sip/java/gov/nist/javax/sip/message/
H A DMessageObject.java88 int intfield = f.getInt(this);

Completed in 179 milliseconds

12