HomeSort by relevance Sort by last modified time
    Searched defs:getInteger (Results 1 - 25 of 368) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/emma/core/java12/com/vladium/util/
IntegerFactory.java 22 public static Integer getInteger (final int value)
  /packages/apps/Contacts/src-bind/com/android/contactsbind/experiments/
Flags.java 46 public int getInteger(String flagName) {
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowTypedArray.java 33 public int getInteger(int index, int defValue) {
ShadowResources.java 185 public int getInteger(int id) throws Resources.NotFoundException {
  /external/deqp/modules/gles31/functional/
es31fNegativeTestShared.cpp 77 int NegativeTestContext::getInteger (GLenum pname) const
es31fShaderBuiltinConstantTests.cpp 47 static int getInteger (const glw::Functions& gl, deUint32 pname)
56 static int getInteger (const glw::Functions& gl)
58 return getInteger(gl, Pname);
308 { "gl_MaxVertexAttribs", getInteger<GL_MAX_VERTEX_ATTRIBS> },
309 { "gl_MaxVertexUniformVectors", getInteger<GL_MAX_VERTEX_UNIFORM_VECTORS> },
312 { "gl_MaxFragmentUniformVectors", getInteger<GL_MAX_FRAGMENT_UNIFORM_VECTORS> },
313 { "gl_MaxDrawBuffers", getInteger<GL_MAX_DRAW_BUFFERS> },
315 { "gl_MaxVertexTextureImageUnits", getInteger<GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS> },
316 { "gl_MaxCombinedTextureImageUnits", getInteger<GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS> },
317 { "gl_MaxTextureImageUnits", getInteger<GL_MAX_TEXTURE_IMAGE_UNITS> }
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
MockResources.java 43 public int getInteger(int id) {
  /libcore/ojluni/src/main/java/sun/net/
NetProperties.java 111 static public Integer getInteger(String key, int defval) {
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/
TransitionUtils.java 49 animator.setDuration(res.getInteger(R.integer.alpha_activity_in_bkg_duration));
50 animator.setStartDelay(res.getInteger(R.integer.alpha_activity_in_bkg_delay));
69 animator.setDuration(res.getInteger(R.integer.alpha_activity_out_bkg_duration));
70 animator.setStartDelay(res.getInteger(R.integer.alpha_activity_out_bkg_delay));
  /external/swiftshader/src/Common/
Configurator.cpp 216 int Configurator::getInteger(string keyName, string valueName, int defaultValue) const
227 return getInteger(keyName, valueName, (int)defaultValue) != 0;
  /external/libmojo/mojo/android/javatests/src/org/chromium/mojo/bindings/
InterfaceControlMessageTest.java 43 * @see IntegerAccessor#getInteger(IntegerAccessor.GetIntegerResponse)
46 public void getInteger(GetIntegerResponse response) {
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/
JavaBeanWithNullValues.java 43 public Integer getInteger() {
JavaBeanWithNullValuesTest.java 46 assertNotNull(parsed.getInteger());
57 assertNotNull(parsed.getInteger());
125 assertEquals(new Integer(1), parsed.getInteger());
  /frameworks/base/test-mock/src/android/test/mock/
MockResources.java 147 public int getInteger(int id) throws NotFoundException {
  /cts/tests/tests/location/src/android/location/cts/asn1/base/
Asn1Integer.java 155 public BigInteger getInteger() {
  /external/llvm/include/llvm/IR/
DerivedTypes.h 379 static VectorType *getInteger(VectorType *VTy) {
386 /// This static method is like getInteger except that the element types are
394 /// This static method is like getInteger except that the element types are
  /external/swiftshader/third_party/LLVM/include/llvm/
DerivedTypes.h 371 /// VectorType::getInteger - This static method gets a VectorType with the
375 static VectorType *getInteger(VectorType *VTy) {
382 /// getInteger except that the element types are twice as wide as the
392 /// getInteger except that the element types are half as wide as the
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DerivedTypes.h 382 static VectorType *getInteger(VectorType *VTy) {
389 /// This static method is like getInteger except that the element types are
397 /// This static method is like getInteger except that the element types are
  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
ResourcesWrapper.java 172 public int getInteger(int id) throws NotFoundException {
173 return mResources.getInteger(id);
TintTypedArray.java 180 public int getInteger(int index, int defValue) {
181 return mWrapped.getInteger(index, defValue);
  /libcore/ojluni/src/main/java/sun/security/util/
DerInputBuffer.java 183 public int getInteger(int len) throws IOException {
DerInputStream.java 191 public int getInteger() throws IOException {
195 return buffer.getInteger(getLength(buffer));
233 return buffer.getInteger(getLength(buffer));
  /packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
SettingsShadowResources.java 160 public int getInteger(int id) {
169 realResources, Resources.class, "getInteger", ClassParameter.from(int.class, id));
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
DerivedTypes.h 382 static VectorType *getInteger(VectorType *VTy) {
389 /// This static method is like getInteger except that the element types are
397 /// This static method is like getInteger except that the element types are
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
DerivedTypes.h 406 static VectorType *getInteger(VectorType *VTy) {
413 /// This static method is like getInteger except that the element types are
421 /// This static method is like getInteger except that the element types are

Completed in 1263 milliseconds

1 2 3 4 5 6 7 8 91011>>