Home
last modified time | relevance | path

Searched defs:getInt (Results 1 – 25 of 100) sorted by relevance

1234

/external/clang/test/Analysis/inlining/
DInlineObjCClassMethod.m24 + (int)getInt; class
27 + (int)getInt; class
34 + (int)getInt { class
41 + (int)getInt; class
52 + (int)getInt { class
61 + (int)getInt; class in MyCat
70 + (int)getInt { class in MyCat
79 + (int)getInt; class in MyCat
90 + (int)getInt { class in MyCat
98 + (int)getInt; class
[all …]
DInlineObjCInstanceMethod.m13 - (int)getInt; method
17 - (int)getInt { method
107 - (id)getInt; method
112 - (id)getInt { // expected-warning {{types are incompatible}} method
Dtest_objc_inlining_option.m21 + (int)getInt; class
24 + (int)getInt; class
31 + (int)getInt { class
/external/robolectric/robolectric/src/test/java/org/robolectric/android/
DAndroidTranslatorClassInstrumentedTest.java59 public int getInt() { in getInt() method in AndroidTranslatorClassInstrumentedTest.ClassWithPrivateConstructor
67 protected int getInt() { in getInt() method in AndroidTranslatorClassInstrumentedTest.ShadowClassWithPrivateConstructor
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/android/
DAndroidTranslatorClassInstrumentedTest.java59 public int getInt() { in getInt() method in AndroidTranslatorClassInstrumentedTest.ClassWithPrivateConstructor
67 protected int getInt() { in getInt() method in AndroidTranslatorClassInstrumentedTest.ShadowClassWithPrivateConstructor
/external/protobuf/java/core/src/test/java/com/google/protobuf/
DExperimentalTestDataProvider.java67 public int getInt() { in getInt() method in ExperimentalTestDataProvider
119 public int getInt() { in getInt() method in ExperimentalTestDataProvider.Varint32Provider
/external/dagger2/javatests/dagger/functional/factory/
DFactoryImplicitModulesTest.java54 int getInt(); in getInt() method
71 int getInt(); in getInt() method
DFactoryMixedParametersTest.java42 int getInt(); in getInt() method
DFactoryBindsInstanceTest.java87 int getInt(); in getInt() method
/external/dagger2/javatests/dagger/functional/subcomponent/
DChildComponentRequiringModules.java26 int getInt(); in getInt() method
/external/proguard/src/proguard/gui/splash/
DVariableInt.java33 public int getInt(long time); in getInt() method
DConstantInt.java45 public int getInt(long time) in getInt() method in ConstantInt
DLinearInt.java51 public int getInt(long time) in getInt() method in LinearInt
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DPointerIntPair.h58 IntType getInt() const { in getInt() function
152 static intptr_t getInt(intptr_t Value) { in getInt() function
/external/llvm/include/llvm/ADT/
DPointerIntPair.h58 IntType getInt() const { in getInt() function
152 static intptr_t getInt(intptr_t Value) { in getInt() function
/external/clang/test/Parser/
Dobjcxx0x-lambda-expressions.mm49 int getInt(); function
/external/apache-xml/src/main/java/org/apache/xml/utils/res/
DIntArrayWrapper.java35 public int getInt(int index){ in getInt() method in IntArrayWrapper
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowSettings.java57 protected static int getInt(ContentResolver cr, String name, int def) { in getInt() method in ShadowSettings.ShadowSystem
62 protected static int getInt(ContentResolver cr, String name) throws SettingNotFoundException { in getInt() method in ShadowSettings.ShadowSystem
266 protected static int getInt(ContentResolver cr, String name) throws SettingNotFoundException { in getInt() method in ShadowSettings.ShadowSecure
278 protected static int getInt(ContentResolver cr, String name, int def) { in getInt() method in ShadowSettings.ShadowSecure
370 protected static int getInt(ContentResolver cr, String name, int def) { in getInt() method in ShadowSettings.ShadowGlobal
375 protected static int getInt(ContentResolver cr, String name) throws SettingNotFoundException { in getInt() method in ShadowSettings.ShadowGlobal
/external/flatbuffers/java/com/google/flatbuffers/
DReadBuf.java34 int getInt(int index); in getInt() method
/external/mobly-bundled-snippets/src/main/java/com/google/android/mobly/snippet/bundled/utils/
DRpcEnum.java42 public int getInt(String enumString) { in getInt() method in RpcEnum
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DUnsafeUtil.java122 static int getInt(Object target, long offset) { in getInt() method in UnsafeUtil
178 static int getInt(int[] target, long index) { in getInt() method in UnsafeUtil
256 static int getInt(long address) { in getInt() method in UnsafeUtil
504 public final int getInt(Object target, long offset) { in getInt() method in UnsafeUtil.MemoryAccessor
552 public abstract int getInt(long address); in getInt() method in UnsafeUtil.MemoryAccessor
584 public int getInt(long address) { in getInt() method in UnsafeUtil.JvmMemoryAccessor
/external/robolectric/sandbox/src/main/java/org/robolectric/interceptors/
DAndroidInterceptors.java91 static int getInt(FileDescriptor input) { in getInt() method in AndroidInterceptors.FileDescriptorInterceptor
/external/protobuf/java/core/src/stubs/sun/misc/
DUnsafe.java48 public int getInt(Object o, long offset) { /* null implementation */ return 0; } in getInt() method in Unsafe
49 public int getInt(long address) { /* null implementation */ return 0; } in getInt() method in Unsafe
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMsgPackDocument.h78 int64_t &getInt() { in getInt() function
98 int64_t getInt() const { in getInt() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DPointerIntPair.h61 IntType getInt() const { return (IntType)Info::getInt(Value); } in getInt() function

1234