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

1234

/external/dagger2/compiler/src/it/functional-tests/src/main/java/test/subcomponent/
H A DChildComponentRequiringModules.java25 int getInt(); method in interface:ChildComponentRequiringModules
/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/apache-xml/src/main/java/org/apache/xml/utils/res/
H A DIntArrayWrapper.java35 public int getInt(int index){ method in class:IntArrayWrapper
/external/testng/src/main/java/org/testng/internal/annotations/
H A DConverter.java26 public static int getInt(String tagValue, int def) { method in class:Converter
/external/robolectric/v1/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
/external/robolectric/v1/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/v1/src/test/java/com/xtremelabs/robolectric/shadows/
H A DAbstractCursorTest.java254 public int getInt(int columnIndex) { method in class:AbstractCursorTest.TestCursor
/external/dagger2/compiler/src/it/functional-tests/src/main/java/test/
H A DBasicComponent.java28 int getInt(); method in interface:BasicComponent
/external/deqp/framework/opengl/
H A DgluContextInfo.cpp215 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/android_icu4j/src/main/java/android/icu/impl/
H A DICUResourceBundleImpl.java77 public int getInt() { method in class:ICUResourceBundleImpl.ResourceInt
H A DUResource.java261 * @see UResourceBundle#getInt()
264 public abstract int getInt(); method in class:UResource.Value
293 return Integer.toString(getInt());
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DICUResourceBundleImpl.java76 public int getInt() { method in class:ICUResourceBundleImpl.ResourceInt
H A DUResource.java259 * @see UResourceBundle#getInt()
262 public abstract int getInt(); method in class:UResource.Value
291 return Integer.toString(getInt());
/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.h71 int64_t getInt() const { return Constant.Int; } function in struct:llvm::DebugLocEntry::Value

Completed in 791 milliseconds

1234