HomeSort by relevance Sort by last modified time
    Searched full:unsigned_long_long (Results 1 - 12 of 12) sorted by null

  /external/lldb/test/types/
TestIntegerTypes.py 182 self.build_and_run('unsigned_long_long.cpp', set(['unsigned', 'long long']))
187 """Test that 'unsigned_long_long'-type variables are displayed correctly from a block."""
188 self.build_and_run('unsigned_long_long.cpp', set(['unsigned', 'long long']), bc=True)
193 self.build_and_run('unsigned_long_long.cpp', set(['unsigned', 'long long']), dsym=False)
TestIntegerTypesExpr.py 182 self.build_and_run_expr('unsigned_long_long.cpp', set(['unsigned', 'long long']))
187 """Test that 'unsigned_long_long'-type variables are displayed correctly from a block."""
188 self.build_and_run_expr('unsigned_long_long.cpp', set(['unsigned', 'long long']), bc=True)
193 self.build_and_run_expr('unsigned_long_long.cpp', set(['unsigned', 'long long']), dsym=False)
  /ndk/tests/device/test-gnustl-full/unit/
type_traits_test.cpp 315 typedef unsigned _STLP_LONG_LONG unsigned_long_long; typedef
316 CPPUNIT_ASSERT( is_integer(unsigned_long_long()) == 1 );
361 typedef unsigned _STLP_LONG_LONG unsigned_long_long; typedef
362 CPPUNIT_ASSERT( is_rational(unsigned_long_long()) == 0 );
limits_test.cpp 296 typedef unsigned _STLP_LONG_LONG unsigned_long_long; typedef
297 CPPUNIT_CHECK(test_unsigned_integral_limits(unsigned_long_long()));
  /ndk/tests/device/test-stlport/unit/
type_traits_test.cpp 315 typedef unsigned _STLP_LONG_LONG unsigned_long_long; typedef
316 CPPUNIT_ASSERT( is_integer(unsigned_long_long()) == 1 );
361 typedef unsigned _STLP_LONG_LONG unsigned_long_long; typedef
362 CPPUNIT_ASSERT( is_rational(unsigned_long_long()) == 0 );
limits_test.cpp 297 typedef unsigned _STLP_LONG_LONG unsigned_long_long; typedef
298 CPPUNIT_CHECK(test_unsigned_integral_limits(unsigned_long_long()));
  /prebuilts/misc/common/swig/include/2.0.11/modula3/
modula3.swg 45 %typemap(m3rawtype) unsigned long long, const unsigned long long & "C.unsigned_long_long"
66 %typemap(m3rawintype) unsigned long long *, unsigned long long &, unsigned long long "C.unsigned_long_long"
90 %typemap(m3rawrettype) unsigned long long, const unsigned long long & "C.unsigned_long_long"
    [all...]
  /external/valgrind/mpi/
mpiwrap_type_test.c 360 TRY(False, MPI_UNSIGNED_LONG_LONG, "UNSIGNED_LONG_LONG");
libmpiwrap.c 291 else if (ty == MPI_UNSIGNED_LONG_LONG) fprintf(f,"UNSIGNED_LONG_LONG");
    [all...]
  /external/pcre/dist/
CMakeLists.txt 109 CHECK_TYPE_SIZE("unsigned long long" UNSIGNED_LONG_LONG)
    [all...]
  /ndk/tests/device/test-libc++-shared-full/jni/
Android.mk     [all...]
  /ndk/tests/device/test-libc++-static-full/jni/
Android.mk     [all...]

Completed in 2464 milliseconds