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

123

/external/android-mock/livetests/com/google/android/testing/mocking/testapp/
H A DClassToMock.java28 public int getInt() { method in class:ClassToMock
/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/apache-xml/src/main/java/org/apache/xml/utils/res/
H A DIntArrayWrapper.java35 public int getInt(int index){ method in class:IntArrayWrapper
/external/clang/include/clang/AST/
H A DAPValue.h200 APSInt &getInt() { function in class:clang::APValue
204 const APSInt &getInt() const { function in class:clang::APValue
205 return const_cast<APValue*>(this)->getInt();
/external/clang/test/SemaCXX/
H A Dfriend.cpp47 friend const int getInt(int inInt = 0) {} function in class:test3::Foo
/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/deqp/framework/opengl/
H A DgluContextInfo.cpp225 int ContextInfo::getInt (int param) const function in class:glu::ContextInfo
/external/deqp/framework/randomshaders/
H A DrsgToken.hpp149 int getInt (void) const;
211 inline int Token::getInt (void) const function in class:rsg::Token
/external/deqp/modules/egl/
H A DteglChooseConfigTests.cpp294 return eglu::getConfigID(m_eglTestCtx.getLibrary(), m_display, configs[rnd.getInt(0, (int)configs.size()-1)]);
356 const int numAttribs = rnd.getInt(0, (int)m_attribSet.size()*2);
366 template <int MinVal, int MaxVal> static EGLint getInt (de::Random& rnd) function in class:deqp::egl::ChooseConfigRandomCase
368 return rnd.getInt(MinVal, MaxVal);
417 { EGL_BUFFER_SIZE, ChooseConfigRandomCase::getInt<0, 32>, },
418 { EGL_RED_SIZE, ChooseConfigRandomCase::getInt<0, 8>, },
419 { EGL_GREEN_SIZE, ChooseConfigRandomCase::getInt<0, 8>, },
420 { EGL_BLUE_SIZE, ChooseConfigRandomCase::getInt<0, 8>, },
421 { EGL_LUMINANCE_SIZE, ChooseConfigRandomCase::getInt<0, 1>, },
422 { EGL_ALPHA_SIZE, ChooseConfigRandomCase::getInt<
[all...]
/external/dexmaker/src/dx/java/com/android/dx/util/
H A DByteArray.java147 public int getInt(int off) { method in class:ByteArray
/external/dexmaker/src/test/java/com/google/dexmaker/stock/
H A DProxyBuilderTest.java209 public int getInt() { return 1; } method in class:ProxyBuilderTest.AllReturnTypes
225 assertEquals(8, proxy.getInt());
246 public int getInt(int input) { return input; } method in class:ProxyBuilderTest.PassThroughAllTypes
270 assertEquals(0, proxy.getInt(0));
271 assertEquals(1, proxy.getInt(1));
301 assertEquals(99, proxy.getInt());
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.resources.compatibility_3.4.0.v20090505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.runtime_3.6.0.v20100505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.preferences_3.3.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.security_1.0.200.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...
/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);
H A DJSONObject.java576 public int getInt(String key) throws JSONException { method in class:JSONObject
892 return getInt(key);
/external/icu/icu4c/source/common/
H A Dresbund.cpp269 int32_t ResourceBundle::getInt(UErrorCode& status) const { function in class:ResourceBundle

Completed in 1458 milliseconds

123