HomeSort by relevance Sort by last modified time
    Searched refs:testing (Results 76 - 100 of 5870) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/google-breakpad/src/testing/gtest/test/
gtest-param-test_test.h 32 // The Google C++ Testing Framework (Google Test)
35 // for testing Google Test itself.
44 // Test fixture for testing definition and instantiation of a test
46 class ExternalInstantiationTest : public ::testing::TestWithParam<int> {
49 // Test fixture for testing instantiation of a test in multiple
52 : public ::testing::TestWithParam<int> {
  /external/googletest/googletest/test/
gtest-param-test_test.h 32 // The Google C++ Testing Framework (Google Test)
35 // for testing Google Test itself.
44 // Test fixture for testing definition and instantiation of a test
46 class ExternalInstantiationTest : public ::testing::TestWithParam<int> {
49 // Test fixture for testing instantiation of a test in multiple
52 : public ::testing::TestWithParam<int> {
  /external/toybox/tests/
hostname.test 6 [ -f testing.sh ] && . testing.sh
8 #testing "name" "command" "result" "infile" "stdin"
17 testing "get" "hostname" "$hostnameOut\n" "" ""
18 testing "set, Get and then Reset" "hostname $NewHostname; hostname; hostname $hostnameOut; hostname" "$NewHostname\n$hostnameOut\n" "" ""
lsattr.test 3 [ -f testing.sh ] && . testing.sh
5 #testing "name" "command" "result" "infile" "stdin"
15 testing "file" "lsattr file" "$_A file\n" "" ""
16 testing "file_path" "lsattr $_p/file" "$_A $_p/file\n" "" ""
17 testing "-R file" "lsattr -R file" "$_A file\n" "" ""
18 testing "-R file_path" "lsattr -R $_p/file" "$_A $_p/file\n" "" ""
19 testing "-a file" "lsattr -a file" "$_A file\n" "" ""
20 testing "-a file_path" "lsattr -a $_p/file" "$_A $_p/file\n" "" ""
21 testing "-d ." "lsattr -d ." "$_b .\n" "" "
    [all...]
expand.test 6 [ -f testing.sh ] && . testing.sh
10 testing "default" "expand input" " foo bar\n" "\tfoo\tbar\n" ""
11 testing "default stdin" "expand" " foo bar\n" "" "\tfoo\tbar\n"
12 testing "single" "expand -t 2 input" " foo bar\n" "\tfoo\tbar\n" ""
13 testing "tablist" "expand -t 5,10,12 input" " foo bar foo\n" "\tfoo\tbar\tfoo\n" ""
14 testing "backspace" "expand input" "foobarfoo\b\b bar\n" "foobarfoo\b\b\tbar\n" ""
25 testing "long tab single" "expand -t $TABSTOP input" "${BIGTAB}foo\n" "\tfoo\n" ""
26 testing "long tab tablist" "expand -t $TABSTOP,$((TABSTOP+5)) input" \
29 testing "multiline single" "expand -t 4 input" "foo \n bar\n" "foo\t\n\tbar\n" "
    [all...]
groupadd.test 5 [ -f testing.sh ] && . testing.sh
16 #testing "name" "command" "result" "infile" "stdin"
18 testing "group_name (text)" "groupadd toyTestGroup &&
21 testing "group_name (alphanumeric)" "groupadd toy1Test2Group3 &&
24 testing "group_name (numeric)" "groupadd 987654321 &&
27 testing "group_name (with ./-)" "groupadd toy.1Test-2Group.3 &&
32 testing "group_name (long string)" "groupadd $_s210 &&
35 testing "group_name with group_id" "groupadd -g 49999 toyTestGroup &&
38 testing "group_name with group_id (system_group)"
    [all...]
more.test 3 [ -f testing.sh ] && . testing.sh
5 #testing "name" "command" "result" "infile" "stdin"
12 testing "non-tty" "more file1 | cat -" "line1\nline2\n" "" ""
pgrep.test 9 [ -f testing.sh ] && . testing.sh
11 #testing "name" "command" "result" "infile" "stdin"
23 testing "pattern" "pgrep yes" "$proc\n" "" ""
24 testing "wildCardPattern" "pgrep ^y.*s$" "$proc\n" "" ""
25 testing "-l pattern" "pgrep -l yes" "$proc yes\n" "" ""
26 testing "-f pattern" "pgrep -f yes" "$proc\n" "" ""
27 testing "-n pattern" "pgrep -n yes" "$proc\n" "" ""
28 testing "-o pattern" "pgrep -o yes" "$proc\n" "" ""
29 testing "-s" "pgrep -s $session_id yes" "$proc\n" "" "
    [all...]
rmdir.test 3 [ -f testing.sh ] && . testing.sh
5 #testing "name" "command" "result" "infile" "stdin"
8 testing "rmdir" "rmdir one && [ ! -d one ] && echo yes" "yes\n" "" ""
11 testing "file" \
15 testing "one two" \
20 testing "one missing two file three" \
27 testing "mode 000" "rmdir one && [ ! -d one ] && echo yes" "yes\n" "" ""
31 testing "non-empty" \
33 testing "-p dir/file"
    [all...]
  /external/v8/testing/gtest/test/
gtest-param-test_test.h 32 // The Google C++ Testing Framework (Google Test)
35 // for testing Google Test itself.
44 // Test fixture for testing definition and instantiation of a test
46 class ExternalInstantiationTest : public ::testing::TestWithParam<int> {
49 // Test fixture for testing instantiation of a test in multiple
52 : public ::testing::TestWithParam<int> {
  /external/valgrind/none/tests/amd64-darwin/
cet_nops_gs.stdout.exp 1 start testing GS prefix ..
  /external/valgrind/none/tests/amd64-linux/
cet_nops_fs.stdout.exp 1 start testing FS prefix ..
cet_nops_gs.stdout.exp 1 start testing GS prefix ..
  /external/valgrind/none/tests/amd64-solaris/
cet_nops_fs.stdout.exp 1 start testing FS prefix ..
  /external/valgrind/none/tests/x86-darwin/
cet_nops_gs.stdout.exp 1 start testing GS prefix ..
  /external/valgrind/none/tests/x86-linux/
cet_nops_fs.stdout.exp 1 start testing FS prefix ..
cet_nops_gs.stdout.exp 1 start testing GS prefix ..
  /external/valgrind/none/tests/x86-solaris/
cet_nops_fs.stdout.exp 1 start testing FS prefix ..
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest-param-test_test.h 32 // The Google C++ Testing Framework (Google Test)
35 // for testing Google Test itself.
44 // Test fixture for testing definition and instantiation of a test
46 class ExternalInstantiationTest : public ::testing::TestWithParam<int> {
49 // Test fixture for testing instantiation of a test in multiple
52 : public ::testing::TestWithParam<int> {
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/test/
gtest-param-test_test.h 32 // The Google C++ Testing Framework (Google Test)
35 // for testing Google Test itself.
44 // Test fixture for testing definition and instantiation of a test
46 class ExternalInstantiationTest : public ::testing::TestWithParam<int> {
49 // Test fixture for testing instantiation of a test in multiple
52 : public ::testing::TestWithParam<int> {
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/test/
gtest-param-test_test.h 32 // The Google C++ Testing Framework (Google Test)
35 // for testing Google Test itself.
44 // Test fixture for testing definition and instantiation of a test
46 class ExternalInstantiationTest : public ::testing::TestWithParam<int> {
49 // Test fixture for testing instantiation of a test in multiple
52 : public ::testing::TestWithParam<int> {
  /prebuilts/go/darwin-x86/src/cmd/go/testdata/
standalone_fail_sub_test.go 3 import "testing"
5 func TestThatFails(t *testing.T) {
6 t.Run("Sub", func(t *testing.T) {})
standalone_sub_test.go 3 import "testing"
5 func Test(t *testing.T) {
6 t.Run("Sub", func(t *testing.T) {})
  /prebuilts/go/linux-x86/src/cmd/go/testdata/
standalone_fail_sub_test.go 3 import "testing"
5 func TestThatFails(t *testing.T) {
6 t.Run("Sub", func(t *testing.T) {})
standalone_sub_test.go 3 import "testing"
5 func Test(t *testing.T) {
6 t.Run("Sub", func(t *testing.T) {})

Completed in 84 milliseconds

1 2 34 5 6 7 8 91011>>