Searched defs:getInt (Results 1 - 25 of 38) sorted by relevance

12

/external/proguard/src/proguard/gui/splash/
H A DConstantInt.java45 public int getInt(long time) method in class:ConstantInt
H A DVariableInt.java33 public int getInt(long time); method in interface:VariableInt
H A DLinearInt.java51 public int getInt(long time) method in class:LinearInt
/external/android-mock/livetests/com/google/android/testing/mocking/testapp/
H A DClassToMock.java28 public int getInt() { method in class:ClassToMock
/external/apache-xml/src/main/java/org/apache/xml/utils/res/
H A DIntArrayWrapper.java35 public int getInt(int index){ method in class:IntArrayWrapper
/external/llvm/include/llvm/ADT/
H A DPointerIntPair.h72 IntType getInt() const { function in class:llvm::PointerIntPair
/external/smali/dexlib/src/main/java/org/jf/dexlib/Util/
H A DByteArray.java151 public int getInt(int off) { method in class:ByteArray
/external/webkit/Source/WebCore/html/canvas/
H A DWebGLGetInfo.cpp171 int WebGLGetInfo::getInt() const function in class:WebCore::WebGLGetInfo
/external/icu4c/tools/ctestfw/
H A Ddatamap.cpp131 return r->getInt(status);
168 int32_t RBDataMap::getInt(const char* key, UErrorCode &status) const function in class:RBDataMap
/external/skia/src/core/
H A DSkPicturePlayback.h60 int index = getInt();
66 int getInt() { return fReader.readInt(); } function in class:SkPicturePlayback
69 int index = getInt();
78 return (*fPathHeap)[getInt() - 1];
82 int index = getInt();
88 int index = getInt();
113 int index = getInt();
121 size_t length = text->fByteLength = getInt();
H A DSkFloat.h26 int getInt() const { return GetShift(fPacked, 0); } function in class:SkFloat
/external/srec/shared/include/
H A DESR_Session.h64 ESR_ReturnCode(*getInt)(const LCHAR* name, int* value); member in struct:ESR_SessionSingleton_t
H A DESR_SessionType.h71 ESR_ReturnCode(*getInt)(struct ESR_SessionType_t* self, const LCHAR* name, int* value); member in struct:ESR_SessionType_t
/external/dexmaker/src/dx/java/com/android/dx/util/
H A DByteArray.java147 public int getInt(int off) { method in class:ByteArray
/external/icu4c/common/
H A Dresbund.cpp262 int32_t ResourceBundle::getInt(UErrorCode& status) const { function in class:ResourceBundle
/external/apache-harmony/prefs/src/test/java/org/apache/harmony/prefs/tests/java/util/prefs/
H A DPreferencesTest.java340 public int getInt(String key, int deflt) { method in class:PreferencesTest.MockPreferences
/external/clang/include/clang/AST/
H A DAPValue.h194 APSInt &getInt() { function in class:clang::APValue
198 const APSInt &getInt() const { function in class:clang::APValue
199 return const_cast<APValue*>(this)->getInt();
/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/javassist/src/test/test/javassist/convert/
H A DArrayAccessReplaceTest.java86 assertEquals(i, simple.getInt(i));
258 public int getInt(int pos); method in interface:ArrayAccessReplaceTest.SimpleInterface
321 public int getInt(int pos) { method in class:ArrayAccessReplaceTest.Simple
/external/llvm/lib/Target/
H A DTargetData.cpp127 /// getInt - Get an integer ignoring errors.
128 static int getInt(StringRef R) { function
190 int PointerMemSizeBits = getInt(Split.first);
198 int PointerABIAlignBits = getInt(Split.first);
208 int PointerPrefAlignBits = getInt(Split.first);
235 int Size = getInt(Specifier.substr(1));
242 int ABIAlignBits = getInt(Split.first);
251 int PrefAlignBits = getInt(Split.first);
267 int Width = getInt(Specifier);
280 int StackNaturalAlignBits = getInt(Specifie
[all...]
/external/dexmaker/src/test/java/com/google/dexmaker/stock/
H A DProxyBuilderTest.java172 public int getInt() { return 1; } method in class:ProxyBuilderTest.AllReturnTypes
188 assertEquals(8, proxy.getInt());
209 public int getInt(int input) { return input; } method in class:ProxyBuilderTest.PassThroughAllTypes
233 assertEquals(0, proxy.getInt(0));
234 assertEquals(1, proxy.getInt(1));
264 assertEquals(99, proxy.getInt());
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h117 int64_t getInt() { return Constants.Int; } function in struct:llvm::DotDebugLocEntry
/external/skia/src/animator/
H A DSkAnimator.cpp311 int32_t SkAnimator::getInt(const SkDisplayable* element, const SkMemberInfo* info) { function in class:SkAnimator
327 int32_t SkAnimator::getInt(const char* id, const char* fieldID) { function in class:SkAnimator
334 return getInt(element, field);
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
H A DImpl_RowSet.java419 public int getInt(int columnIndex) throws SQLException { method in class:Impl_RowSet
423 public int getInt(String columnName) throws SQLException { method in class:Impl_RowSet
/external/llvm/include/llvm/
H A DIRBuilder.h216 /// getInt - Get a constant integer value.
217 ConstantInt *getInt(const APInt &AI) { function in class:llvm::IRBuilderBase

Completed in 512 milliseconds

12