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

  /frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
unsigned.rs 7 static bool test_unsigned() {
16 rsDebug("test_unsigned FAILED", -1);
19 rsDebug("test_unsigned PASSED", 0);
27 failed |= test_unsigned();
  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
unsigned.rs 7 static bool test_unsigned() {
16 rsDebug("test_unsigned FAILED", -1);
19 rsDebug("test_unsigned PASSED", 0);
27 failed |= test_unsigned();
  /external/clang/test/CodeGen/
unsigned-trapv.c 24 // UNSIGNED: @test_unsigned
25 // TRAPV: @test_unsigned
26 // BOTH: @test_unsigned
27 void test_unsigned() { function
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/string.conversions/
to_string.pass.cpp 67 test_unsigned() function
120 test_unsigned<unsigned>();
121 test_unsigned<unsigned long>();
122 test_unsigned<unsigned long long>();
to_wstring.pass.cpp 67 test_unsigned() function
120 test_unsigned<unsigned>();
121 test_unsigned<unsigned long>();
122 test_unsigned<unsigned long long>();
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_bitfields.py 95 def test_unsigned(self): member in class:BitFieldTest
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_bitfields.py 95 def test_unsigned(self): member in class:BitFieldTest

Completed in 100 milliseconds