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

123

/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/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowMatrixCursor.java49 public int getInt(int column) { method in class:ShadowMatrixCursor
H A DShadowTypedArray.java28 public int getInt(int index, int defValue) { method in class:ShadowTypedArray
H A DShadowSQLiteCursor.java130 public int getInt(int columnIndex) { method in class:ShadowSQLiteCursor
H A DShadowSettings.java31 public static int getInt(ContentResolver cr, String name, int def) { method in class:ShadowSettings.SettingsImpl
40 public static int getInt(ContentResolver cr, String name) throws Settings.SettingNotFoundException { method in class:ShadowSettings.SettingsImpl
H A DShadowCursorWrapper.java124 public int getInt(int i) { method in class:ShadowCursorWrapper
125 return wrappedCursor.getInt(i);
/external/robolectric/src/test/java/com/xtremelabs/robolectric/bytecode/
H A DAndroidTranslatorClassIntrumentedTest.java34 assertThat(inst.getInt(), is(42));
74 public int getInt() { method in class:AndroidTranslatorClassIntrumentedTest.ClassWithPrivateConstructor
82 public int getInt() { method in class:AndroidTranslatorClassIntrumentedTest.ShadowClassWithPrivateConstructor
/external/deqp/framework/delibs/decpp/
H A DdeRandom.hpp50 int getInt (int min, int max);
91 inline int Random::getInt (int min, int max) function in class:de::Random
116 int r = getInt(0, ndx);
175 int j = getInt(0, i);
/external/icu/icu4c/source/common/
H A Dresbund.cpp269 int32_t ResourceBundle::getInt(UErrorCode& status) const { function in class:ResourceBundle
/external/icu/icu4c/source/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/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DAbstractCursorTest.java254 public int getInt(int columnIndex) { method in class:AbstractCursorTest.TestCursor
/external/deqp/framework/opengl/
H A DgluContextInfo.cpp225 int ContextInfo::getInt (int param) const function in class:glu::ContextInfo
/external/dexmaker/src/dx/java/com/android/dx/util/
H A DByteArray.java147 public int getInt(int off) { method in class:ByteArray
/external/google-tv-pairing-protocol/java/src/com/google/polo/json/
H A DJSONArray.java307 public int getInt(int index) throws JSONException { method in class:JSONArray
513 return getInt(index);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DICUResourceBundleImpl.java75 public int getInt() { method in class:ICUResourceBundleImpl.ResourceInt
/external/libvncserver/webclients/novnc/include/
H A Djsunzip.js36 this.getInt = function(offset, size) {
71 while (endOfCentralDirectory >= 0 && this.getInt(endOfCentralDirectory, 4) != 0x06054b50)
75 if (this.getInt(endOfCentralDirectory + 4, 2) != 0 || this.getInt(endOfCentralDirectory + 6, 2) != 0)
78 var entriesInThisDisk = this.getInt(endOfCentralDirectory + 8, 2);
79 var centralDirectoryOffset = this.getInt(endOfCentralDirectory + 16, 4);
80 var globalCommentLength = this.getInt(endOfCentralDirectory + 20, 2);
86 if (this.getInt(fileOffset + 0, 4) != 0x02014b50)
88 if (this.getInt(fileOffset + 6, 2) > 20)
90 if (this.getInt(fileOffse
[all...]
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocEntry.h73 int64_t getInt() const { return Constant.Int; } function in struct:llvm::DebugLocEntry::Value
/external/llvm/lib/IR/
H A DDataLayout.cpp203 static unsigned getInt(StringRef R) { function
248 unsigned AddrSpace = Tok.empty() ? 0 : getInt(Tok);
257 unsigned PointerMemSize = inBytes(getInt(Tok));
266 unsigned PointerABIAlign = inBytes(getInt(Tok));
275 PointerPrefAlign = inBytes(getInt(Tok));
299 unsigned Size = Tok.empty() ? 0 : getInt(Tok);
310 unsigned ABIAlign = inBytes(getInt(Tok));
319 PrefAlign = inBytes(getInt(Tok));
328 unsigned Width = getInt(Tok);
339 StackNaturalAlign = inBytes(getInt(To
[all...]
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/android/content/
H A DTestSharedPreferences.java49 public int getInt(String key, int defValue) { method in class:TestSharedPreferences
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/android/database/
H A DTestCursor.java118 public int getInt(int columnIndex) { method in class:TestCursor
/external/clang/test/SemaCXX/
H A Dfriend.cpp47 friend const int getInt(int inInt = 0) {} function in class:test3::Foo

Completed in 868 milliseconds

123