/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.ops/string_substr/ |
substr.pass.cpp | 23 test(const S& s, typename S::size_type pos, typename S::size_type n) function 44 test(S(""), 0, 0); 45 test(S(""), 1, 0); 46 test(S("pniot"), 0, 0); 47 test(S("htaob"), 0, 1); 48 test(S("fodgq"), 0, 2); 49 test(S("hpqia"), 0, 4); 50 test(S("qanej"), 0, 5); 51 test(S("dfkap"), 1, 0); 52 test(S("clbao"), 1, 1) [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.ops/string_compare/ |
size_size_pointer.pass.cpp | 31 test(const S& s, typename S::size_type pos1, typename S::size_type n1, function 48 test(S(""), 0, 0, "", 0); 49 test(S(""), 0, 0, "abcde", -5); 50 test(S(""), 0, 0, "abcdefghij", -10); 51 test(S(""), 0, 0, "abcdefghijklmnopqrst", -20); 52 test(S(""), 0, 1, "", 0); 53 test(S(""), 0, 1, "abcde", -5); 54 test(S(""), 0, 1, "abcdefghij", -10); 55 test(S(""), 0, 1, "abcdefghijklmnopqrst", -20); 56 test(S(""), 1, 0, "", 0) [all...] |
size_size_pointer_size.pass.cpp | 31 test(const S& s, typename S::size_type pos, typename S::size_type n1, function 48 test(S(""), 0, 0, "", 0, 0); 49 test(S(""), 0, 0, "abcde", 0, 0); 50 test(S(""), 0, 0, "abcde", 1, -1); 51 test(S(""), 0, 0, "abcde", 2, -2); 52 test(S(""), 0, 0, "abcde", 4, -4); 53 test(S(""), 0, 0, "abcde", 5, -5); 54 test(S(""), 0, 0, "abcdefghij", 0, 0); 55 test(S(""), 0, 0, "abcdefghij", 1, -1); 56 test(S(""), 0, 0, "abcdefghij", 5, -5) [all...] |
/external/clang/utils/VtableTest/ |
Makefile | 6 test.cc: gen.cc 8 ./gen >test.cc 10 test-gcc.sum: test.cc 11 time $(GXX) test.cc -o test-gcc.s -S 12 $(GXX) test-gcc.s -o test-gcc 13 ./test-gcc >test-gcc.su [all...] |
/external/clang/test/CodeGenObjC/ |
class-getter-dotsyntax.m | 3 @interface Test { } 4 + (Test *)crash; 8 @implementation Test 12 static Test *cachesPath; 15 Test *crash = Test.crash; 18 + (Test *)crash{ return 0; }
|
/external/stlport/test/unit/ |
_template.cpp | 13 class Test : public CPPUNIT_NS::TestCase 15 CPPUNIT_TEST_SUITE(Test); 16 CPPUNIT_TEST(test); 20 void test(); 23 CPPUNIT_TEST_SUITE_REGISTRATION(Test); 28 void Test::test() function in class:Test
|
/ndk/tests/device/test-gnustl-full/unit/ |
_template.cpp | 13 class Test : public CPPUNIT_NS::TestCase 15 CPPUNIT_TEST_SUITE(Test); 16 CPPUNIT_TEST(test); 20 void test(); 23 CPPUNIT_TEST_SUITE_REGISTRATION(Test); 28 void Test::test() function in class:Test
|
/ndk/tests/device/test-stlport/unit/ |
_template.cpp | 13 class Test : public CPPUNIT_NS::TestCase 15 CPPUNIT_TEST_SUITE(Test); 16 CPPUNIT_TEST(test); 20 void test(); 23 CPPUNIT_TEST_SUITE_REGISTRATION(Test); 28 void Test::test() function in class:Test
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_erase/ |
size_size.pass.cpp | 23 test(S s, typename S::size_type pos, typename S::size_type n, S expected) function 43 test(S s, typename S::size_type pos, S expected) function 63 test(S s, S expected) function 74 test(S(""), 0, 0, S("")); 75 test(S(""), 0, 1, S("")); 76 test(S(""), 1, 0, S("can't happen")); 77 test(S("abcde"), 0, 0, S("abcde")); 78 test(S("abcde"), 0, 1, S("bcde")); 79 test(S("abcde"), 0, 2, S("cde")); 80 test(S("abcde"), 0, 4, S("e")) [all...] |
/external/chromium_org/third_party/mesa/src/docs/ |
conform.html | 38 Test that all API functions accept the legal parameters and reject 39 illegal parameters. The result of each test is either pass or fail. 42 OpenGL Coverage Test. 55 OpenGL GLU Coverage Test. 64 OpenGL X Coverage Test. 71 Open GL Primitives Test. 82 GL CONFORMANCE TEST 85 Render test images, read them back, then test for expected results. 91 OpenGL Conformance Test [all...] |
/external/mesa3d/docs/ |
conform.html | 38 Test that all API functions accept the legal parameters and reject 39 illegal parameters. The result of each test is either pass or fail. 42 OpenGL Coverage Test. 55 OpenGL GLU Coverage Test. 64 OpenGL X Coverage Test. 71 Open GL Primitives Test. 82 GL CONFORMANCE TEST 85 Render test images, read them back, then test for expected results. 91 OpenGL Conformance Test [all...] |
/dalvik/dx/tests/030-minimal-jasmin/ |
info.txt | 1 This test is just a minimal test involving assembling a jasmin source 2 file and then dumping it. It doesn't test any features in particular.
|
/external/antlr/antlr-3.4/runtime/Ruby/ |
rakefile | 18 "test/unit/test-dfa.rb", 19 "test/unit/test-tree-wizard.rb", 20 "test/unit/test-streams.rb", 21 "test/unit/test-recognizers.rb", 22 "test/unit/test-trees.rb" [all...] |
/external/clang/test/Preprocessor/ |
pr2086.c | 3 #define test macro 5 #define test macro 8 #ifdef test
|
/external/clang/tools/arcmt-test/ |
CMakeLists.txt | 9 add_clang_executable(arcmt-test 10 arcmt-test.cpp 13 target_link_libraries(arcmt-test
|
/external/chromium_org/tools/gyp/test/product/ |
gyptest-product.py | 15 test = TestGyp.TestGyp(formats=['!android']) variable 17 test.run_gyp('product.gyp') 18 test.build('product.gyp') 21 test.built_file_must_exist('alt1' + test._exe, test.EXECUTABLE, bare=True) 22 test.built_file_must_exist('hello2.stuff', test.EXECUTABLE, bare=True) 23 test.built_file_must_exist('yoalt3.stuff', test.EXECUTABLE, bare=True [all...] |
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
runtest | 8 test=`echo "$@"| sed 's,.*/,,'` 10 # As a convenience, suppress the output of make if the test passes 11 if $MAKE SED="$SED" srcdir="$srcdir" -f "$makefile" $test > $test.test 2>&1; then 13 rm -f $test.test 17 if test -f $test.skip; then 20 test -f $test.test && cat $test.tes [all...] |
/external/skia/tests/ |
FitsInTest.cpp | 8 #include "Test.h" 16 #define TEST(S, s, D, expected) REPORTER_ASSERT(reporter, (SkTFitsIn<D>((S)(s)) == (expected))) 19 TEST(int32_t, 1, int8_t, true); 20 TEST(int32_t, -1, int8_t, true); 21 TEST(int32_t, (int32_t)(std::numeric_limits<int8_t>::max)(), int8_t, true); 22 TEST(int32_t, ((int32_t)(std::numeric_limits<int8_t>::max)())+1, int8_t, false); 23 TEST(int32_t, (int32_t)(std::numeric_limits<int8_t>::min)(), int8_t, true); 24 TEST(int32_t, (int32_t)((std::numeric_limits<int8_t>::min)())-1, int8_t, false); 26 TEST(int32_t, 1, uint8_t, true); 27 TEST(int32_t, -1, uint8_t, false) [all...] |
/art/test/003-omnibus-opcodes/ |
info.txt | 1 This is a smoke test of many Dalvik opcodes.
|
/art/test/004-annotations/ |
info.txt | 0 Test a bunch of uses of annotations.
|
/art/test/004-annotations/src/android/test/anno/ |
SomeClass.java | 1 package android.test.anno;
|
package-info.java | 2 package android.test.anno;
|
/art/test/056-const-string-jumbo/ |
info.txt | 0 Test that the opcode const-string/jumbo works.
|
/art/test/058-enum-order/ |
info.txt | 0 Test that the ordering of enums is as expected.
|
/art/test/084-class-init/ |
info.txt | 0 Test class initialization edge cases and race conditions.
|