HomeSort by relevance Sort by last modified time
    Searched refs:test_overflow (Results 1 - 20 of 20) sorted by null

  /external/chromium_org/third_party/opus/src/tests/
test_opus_padding.c 42 int test_overflow(void) function
88 tests += test_overflow();
  /external/libopus/tests/
test_opus_padding.c 42 int test_overflow(void) function
88 tests += test_overflow();
  /external/chromium_org/third_party/lcov/example/
Makefile 28 .PHONY: clean output test_noargs test_2_to_2000 test_overflow
44 output: example descriptions test_noargs test_2_to_2000 test_overflow
63 all_tests: example test_noargs test_2_to_2000 test_overflow
85 test_overflow:
93 $(LCOV) --capture --directory . --output-file trace_overflow.info --test-name "test_overflow" --no-external
  /external/chromium_org/third_party/boringssl/src/crypto/err/
err_test.c 22 static int test_overflow(void) { function
118 if (!test_overflow() ||
  /external/chromium_org/third_party/skia/tests/
PointTest.cpp 86 static void test_overflow(skiatest::Reporter* reporter) { function
137 test_overflow(reporter);
  /external/skia/tests/
PointTest.cpp 86 static void test_overflow(skiatest::Reporter* reporter) { function
137 test_overflow(reporter);
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/tests/
test_intnum.py 20 def test_overflow(self): member in class:TIntNum
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/tests/
test_scanstring.py 103 def test_overflow(self): member in class:TestScanstring
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_list.py 54 def test_overflow(self): member in class:ListTest
test_array.py 970 def test_overflow(self): member in class:SignedNumberTest
982 def test_overflow(self): member in class:UnsignedNumberTest
    [all...]
test_complex.py 509 def test_overflow(self): member in class:ComplexTest
test_float.py 742 def test_overflow(self): member in class:RoundTestCase
    [all...]
test_datetime.py 416 def test_overflow(self): member in class:TestTimeDelta
727 def test_overflow(self): member in class:TestDate
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/tests/
test_scanstring.py 103 def test_overflow(self): member in class:TestScanstring
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_list.py 54 def test_overflow(self): member in class:ListTest
test_array.py 970 def test_overflow(self): member in class:SignedNumberTest
982 def test_overflow(self): member in class:UnsignedNumberTest
    [all...]
test_complex.py 509 def test_overflow(self): member in class:ComplexTest
test_float.py 742 def test_overflow(self): member in class:RoundTestCase
    [all...]
test_datetime.py 416 def test_overflow(self): member in class:TestTimeDelta
727 def test_overflow(self): member in class:TestDate
    [all...]
  /external/clang/test/SemaCXX/
constant-expression-cxx1y.cpp 395 constexpr bool test_overflow() { function in namespace:compound_assign
402 static_assert(test_overflow<int>(), ""); // expected-error {{constant}} expected-note {{call}}
403 static_assert(test_overflow<unsigned>(), ""); // ok, unsigned overflow is defined
404 static_assert(test_overflow<short>(), ""); // ok, short is promoted to int before multiplication
405 static_assert(test_overflow<unsigned short>(), ""); // ok
406 static_assert(test_overflow<unsigned long long>(), ""); // ok
407 static_assert(test_overflow<long long>(), ""); // expected-error {{constant}} expected-note {{call}}
408 static_assert(test_overflow<float>(), ""); // expected-error {{constant}} expected-note {{call}}

Completed in 1200 milliseconds