Searched refs:Int (Results 1 - 25 of 297) sorted by path

1234567891011>>

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dndattrib.h128 int Int; member in union:tagHELPER_ATTRIBUTE::__anon7645
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dndattrib.h128 int Int; member in union:tagHELPER_ATTRIBUTE::__anon10568
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
H A Dtest_descr.py3074 class Int(int): __slots__ = [] class in function:.test_set_class
3075 cant(2, Int)
3076 cant(Int(), int)
3123 for cls in G, J, K, L, M, N, P, R, list, Int:
3124 for cls2 in G, J, K, L, M, N, P, R, list, Int:
H A Dtest_getargs2.py54 class Int: class in inherits:
64 self.assertEqual(99, getargs_b(Int()))
80 self.assertEqual(99, getargs_B(Int()))
97 self.assertEqual(99, getargs_H(Int()))
114 self.assertEqual(99, getargs_I(Int()))
132 self.assertRaises(TypeError, getargs_k, Int())
150 self.assertEqual(99, getargs_h(Int()))
166 self.assertEqual(99, getargs_i(Int()))
182 self.assertEqual(99, getargs_l(Int()))
199 self.assertEqual(99, getargs_n(Int()))
[all...]
H A Dtest_heapq.py162 class Int(int): class in function:TestHeap.test_merge_stability
168 obj = Int(x)
H A Dtest_itertools.py1049 Int = type('Int', (int,), dict(x=a))
1050 self.makecycle(count(Int(0), Int(1)), a)
/prebuilts/gdb/linux-x86/lib/python2.7/test/
H A Dtest_descr.py3074 class Int(int): __slots__ = [] class in function:.test_set_class
3075 cant(2, Int)
3076 cant(Int(), int)
3123 for cls in G, J, K, L, M, N, P, R, list, Int:
3124 for cls2 in G, J, K, L, M, N, P, R, list, Int:
H A Dtest_getargs2.py54 class Int: class in inherits:
64 self.assertEqual(99, getargs_b(Int()))
80 self.assertEqual(99, getargs_B(Int()))
97 self.assertEqual(99, getargs_H(Int()))
114 self.assertEqual(99, getargs_I(Int()))
132 self.assertRaises(TypeError, getargs_k, Int())
150 self.assertEqual(99, getargs_h(Int()))
166 self.assertEqual(99, getargs_i(Int()))
182 self.assertEqual(99, getargs_l(Int()))
199 self.assertEqual(99, getargs_n(Int()))
[all...]
H A Dtest_heapq.py162 class Int(int): class in function:TestHeap.test_merge_stability
168 obj = Int(x)
H A Dtest_itertools.py1049 Int = type('Int', (int,), dict(x=a))
1050 self.makecycle(count(Int(0), Int(1)), a)
/prebuilts/go/darwin-x86/test/bench/garbage/
H A Dtree.go45 var n = flag.Int("n", 16, "depth")
/prebuilts/go/linux-x86/test/bench/garbage/
H A Dtree.go45 var n = flag.Int("n", 16, "depth")
/prebuilts/misc/common/swig/include/2.0.11/java/
H A Darrays_java.i102 JAVA_ARRAYS_DECL(unsigned short, jint, Int, Ushort) /* unsigned short[] */
103 JAVA_ARRAYS_DECL(int, jint, Int, Int) /* int[] */
105 JAVA_ARRAYS_DECL(long, jint, Int, Long) /* long[] */
126 JAVA_ARRAYS_IMPL(unsigned short, jint, Int, Ushort) /* unsigned short[] */
127 JAVA_ARRAYS_IMPL(int, jint, Int, Int) /* int[] */
129 JAVA_ARRAYS_IMPL(long, jint, Int, Long) /* long[] */
184 JAVA_ARRAYS_TYPEMAPS(int, int, jint, Int, "[I") /* int[ANY] */
H A Dtypemaps.i218 OUTPUT_TYPEMAP(unsigned short, jint, int, Int, "[Ljava/lang/Integer;", jintArray);
219 OUTPUT_TYPEMAP(int, jint, int, Int, "[Ljava/lang/Integer;", jintArray);
221 OUTPUT_TYPEMAP(long, jint, int, Int, "[Ljava/lang/Integer;", jintArray);
357 INOUT_TYPEMAP(unsigned short, jint, int, Int, "[Ljava/lang/Integer;", jintArray);
358 INOUT_TYPEMAP(int, jint, int, Int, "[Ljava/lang/Integer;", jintArray);
360 INOUT_TYPEMAP(long, jint, int, Int, "[Ljava/lang/Integer;", jintArray);
/prebuilts/misc/common/swig/include/2.0.11/ocaml/
H A Dswig.ml5 type enum = [ `Int of int ] Constructor in type:enum
H A Dswig.mli3 type enum = [ `Int of int ] Constructor in type:enum
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/libcxx/utilities/function.objects/func.require/
H A Dinvoke_helpers.h20 struct Int : public std::integral_constant<int, I> {}; struct in inherits:std::integral_constant
257 Int<Arity> A;
263 Int<Arity> A;
277 void runTestImp(Int<0>, MethodPtr ptr, ObjectT& object) {
299 void runTestImp(Int<1>, MethodPtr ptr, ObjectT& object) {
321 void runTestImp(Int<2>, MethodPtr ptr, ObjectT& object) {
343 void runTestImp(Int<3>, MethodPtr ptr, ObjectT& object) {
368 void runTestImp(Int<0>, ObjectT& object) {
390 void runTestImp(Int<1>, ObjectT& object) {
412 void runTestImp(Int<
[all...]
/prebuilts/ndk/current/sources/third_party/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h1889 typedef int Int; typedef in class:testing::internal::TypeWithSize
1898 typedef __int64 Int; typedef in class:testing::internal::TypeWithSize
1901 typedef long long Int; // NOLINT
1907 typedef TypeWithSize<4>::Int Int32;
1909 typedef TypeWithSize<8>::Int Int64;
1911 typedef TypeWithSize<8>::Int TimeInMillis; // Represents time in milliseconds.
/prebuilts/ndk/current/sources/third_party/googletest/googletest/test/
H A Dgtest-typed-test_test.cc309 INSTANTIATE_TYPED_TEST_CASE_P(Int, TypedTestP1, int);
310 INSTANTIATE_TYPED_TEST_CASE_P(Int, TypedTestP2, Types<int>);
H A Dgtest_unittest.cc4603 TEST(EqAssertionTest, Int) {
/prebuilts/ndk/r10/platforms/android-10/arch-arm/usr/include/
H A Djni.h641 CALL_TYPE(jint, Int)
694 CALL_NONVIRT_TYPE(jint, Int)
798 CALL_STATIC_TYPE(jint, Int)
/prebuilts/ndk/r10/platforms/android-10/arch-arm64/usr/include/
H A Djni.h641 CALL_TYPE(jint, Int)
694 CALL_NONVIRT_TYPE(jint, Int)
798 CALL_STATIC_TYPE(jint, Int)
/prebuilts/ndk/r10/platforms/android-10/arch-mips/usr/include/
H A Djni.h641 CALL_TYPE(jint, Int)
694 CALL_NONVIRT_TYPE(jint, Int)
798 CALL_STATIC_TYPE(jint, Int)
/prebuilts/ndk/r10/platforms/android-10/arch-mips64/usr/include/
H A Djni.h641 CALL_TYPE(jint, Int)
694 CALL_NONVIRT_TYPE(jint, Int)
798 CALL_STATIC_TYPE(jint, Int)
/prebuilts/ndk/r10/platforms/android-10/arch-x86/usr/include/
H A Djni.h641 CALL_TYPE(jint, Int)
694 CALL_NONVIRT_TYPE(jint, Int)
798 CALL_STATIC_TYPE(jint, Int)

Completed in 1386 milliseconds

1234567891011>>