Searched refs:test_list (Results 1 - 14 of 14) sorted by relevance

/external/webrtc/src/system_wrappers/test/list/
H A Dlist.cc81 ListWrapper test_list;
84 FailTest(test_list.PushBack((void*)&element_array[i]) != 0);
87 FailTest(test_list.PushBack(element_array[kNumberOfElements - 2]) != 0);
88 FailTest(test_list.PushBack(element_array[kNumberOfElements - 1]) != 0);
90 FailTest(test_list.PushFront(element_array[1]) != 0);
92 FailTest(test_list.PushFront((void*)&element_array[0]) != 0);
94 FailTest(test_list.GetSize() != kNumberOfElements);
95 PrintList(test_list);
97 FailTest(test_list.PopFront() != 0);
99 FailTest(test_list
[all...]
/external/jemalloc/android/test/
H A Drun_jemalloc_tests.sh74 local test_list=$*
76 for test in ${test_list[@]}; do
/external/lldb/test/functionalities/platform/
H A DTestPlatformCommand.py17 def test_list(self): member in class:PlatformCommandTestCase
/external/compiler-rt/test/msan/Linux/
H A Dxattr.cc58 size_t test_list(ssize_t fun(char*, size_t), char **buf) {
133 attr_list_size = test_list(listxattr_wrapper, &attr_list);
135 attr_list_size = test_list(llistxattr_wrapper, &attr_list);
137 attr_list_size = test_list(flistxattr_wrapper, &attr_list);
/external/google-breakpad/src/testing/gtest/test/
H A Dgtest_output_test.py247 test_list = GetShellCommandOutput(COMMAND_LIST_TESTS) variable
248 SUPPORTS_DEATH_TESTS = 'DeathTest' in test_list
249 SUPPORTS_TYPED_TESTS = 'TypedTest' in test_list
250 SUPPORTS_THREADS = 'ExpectFailureWithThreadsTest' in test_list
/external/gtest/test/
H A Dgtest_output_test.py247 test_list = GetShellCommandOutput(COMMAND_LIST_TESTS) variable
248 SUPPORTS_DEATH_TESTS = 'DeathTest' in test_list
249 SUPPORTS_TYPED_TESTS = 'TypedTest' in test_list
250 SUPPORTS_THREADS = 'ExpectFailureWithThreadsTest' in test_list
/external/protobuf/gtest/test/
H A Dgtest_output_test.py235 test_list = GetShellCommandOutput(COMMAND_LIST_TESTS) variable
236 SUPPORTS_DEATH_TESTS = 'DeathTest' in test_list
237 SUPPORTS_TYPED_TESTS = 'TypedTest' in test_list
238 SUPPORTS_THREADS = 'ExpectFailureWithThreadsTest' in test_list
/external/google-breakpad/src/testing/test/
H A Dgmock-generated-matchers_test.cc327 list<int> test_list; local
328 test_list.push_back(1);
329 test_list.push_back(3);
330 EXPECT_EQ("", Explain(m, test_list)); // No need to explain anything.
347 list<int> test_list; local
349 EXPECT_EQ("", Explain(m, test_list));
351 test_list.push_back(1);
352 EXPECT_EQ("which has 1 element", Explain(m, test_list));
376 list<string> test_list; local
377 test_list
[all...]
/external/selinux/policycoreutils/semanage/
H A Dtest-semanage.py60 def test_list(self): member in class:SemanageTests
222 def semanage_custom_suite(test_list):
224 for t in test_list:
/external/llvm/utils/lit/lit/
H A DShUtil.py321 def test_list(self): member in class:TestShParse
/external/selinux/sepolgen/tests/
H A Dtest_access.py219 def test_list(self): member in class:TestAccessVectorSet
/external/antlr/antlr-3.4/runtime/Ruby/test/unit/
H A Dtest-trees.rb76 def test_list method in class:TestTreeNodeStream
483 def test_list method in class:TestCommonTree
/external/selinux/libsepol/cil/test/unit/
H A Dtest_cil_build_ast.c8162 struct cil_list_item *test_list = ((struct cil_avrule*)test_ast_node->data)->classpermset->permset->perms_list_str->head; local
8165 while(test_list != NULL) {
8166 CuAssertIntEquals(tc, test_list->flavor, CIL_AST_STR);
8167 CuAssertStrEquals(tc, test_list->data, test_current->data );
8168 test_list = test_list->next;
/external/libxml2/
H A Dtestapi.c1207 static int test_list(void);
1260 test_ret += test_list();
11469 test_list(void) { function
[all...]

Completed in 1437 milliseconds