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

1 2 3 45 6 7 8 91011>>

  /external/toybox/tests/
cp.test 3 [ -f testing.sh ] && . testing.sh
8 #testing "name" "command" "result" "infile" "stdin"
10 testing "not enough arguments [fail]" "cp one 2>/dev/null || echo yes" \
12 testing "-missing source [fail]" "cp missing two 2>/dev/null || echo yes" \
14 testing "file->file" "cp random two && cmp random two && echo yes" \
19 testing "file->dir" "cp random two && cmp random two/random && echo yes" \
22 testing "file->dir/file" \
25 testing "-r dir->missing" \
29 testing "-r dir->file [fail]"
    [all...]
file.test 3 [ -f testing.sh ] && . testing.sh
5 #testing "name" "command" "result" "infile" "stdin"
15 testing "empty" "file empty" "empty: empty\n" "" ""
16 testing "bash.script" "file bash.script" "bash.script: /bin/bash script\n" "" ""
17 testing "bash.script with spaces" "file bash.script2" "bash.script2: /bin/bash script\n" "" ""
18 testing "env python script" "file env.python.script" "env.python.script: python script\n" "" ""
19 testing "ascii" "file ascii" "ascii: ASCII text\n" "" ""
20 testing "java class" "file java.class" "java.class: Java class file, version 49.0\n" "" ""
21 testing "symlink" "file symlink" "symlink: symbolic link\n" "" "
    [all...]
ln.test 6 [ -f testing.sh ] && . testing.sh
8 #testing "name" "command" "result" "infile" "stdin"
12 testing "create_hardlink" "ln file hlink && [ file -ef hlink ] &&
14 testing "create_softlink" "ln -s file slink && [ -L slink ] &&
19 testing "force_create_hardlink" "ln -f file hlink &&
23 testing "force_create_softlink" "ln -f -s file slink &&
29 testing "preserves_hardlinks" "ln file hlink 2>/dev/null || echo 'yes'" \
34 testing "preserves_softlinks" "ln -s file slink 2>/dev/null || echo 'yes'" \
39 testing "multilevel_symbolic_links" "ln -s dir slink &
    [all...]
chattr.test 3 [ -f testing.sh ] && . testing.sh
5 #testing "name" "command" "result" "infile" "stdin"
21 testing "[-/+]i FILE[write]" "$IN && echo "$_t" > testFile &&
24 testing "[-/+]i FILE[re-write]" "$IN && echo "$_t" > testFile &&
28 testing "[-/+]i FILE[append]" "$IN && echo "$_t" > testFile &&
31 testing "[-/+]i FILE[move]" "$IN && echo "$_t" > testFile &&
34 testing "[-/+]i FILE[delete]" "$IN && echo "$_t" > testFile &&
37 testing "[-/+]i FILE[read]" "$IN && echo "$_t" > testFile &&
40 testing "[-/+]a FILE[write]" "$IN && echo "$_t" > testFile &&
    [all...]
fstype.test 3 [ -f testing.sh ] && . testing.sh
5 #testing "name" "command" "result" "infile" "stdin"
10 testing "file" "fstype temp.img" 'squashfs\n' "" ""
15 testing "$i" 'bzcat "$BDIR"/$i.bz2 | fstype -' "$i\n" "" ""
18 testing "msdos" 'bzcat "$BDIR"/msdos.bz2 | fstype -' 'vfat\n' "" ""
19 testing "reiserfs" 'bzcat "$BDIR"/reiser3.bz2 | fstype -' 'reiserfs\n' "" ""
21 #testing "blkid minix" 'bzcat "$BDIR"/minix.bz2 | blkid -'
getfattr.test 3 [ -f testing.sh ] && . testing.sh
5 #testing "name" "command" "result" "infile" "stdin"
12 testing "" "getfattr attrs/file" \
14 testing "-d" "getfattr -d attrs/file" \
16 testing "-n" "getfattr -n user.empty attrs/file" \
18 testing "-d -n" "getfattr -d -n user.data attrs/file" \
mount.test 6 [ -f testing.sh ] && . testing.sh
8 #testing "name" "command" "result" "infile" "stdin"
25 testing "$root_fs /mnt" \
28 testing "$tmp_b_fs /mnt" \
34 testing "$root_fs /mnt (read_only dir)" \
37 testing "$tmp_b_fs /mnt (read_only dir)" \
42 testing "-w $root_fs /mnt (write_only mode)" \
45 testing "-w $tmp_b_fs /mnt (write_only mode)" \
49 testing "-rw $tmp_b_fs /mnt (read_write mode)"
    [all...]
base64.test 3 [ -f testing.sh ] && . testing.sh
5 #testing "name" "command" "result" "infile" "stdin"
basename.test 3 [ -f testing.sh ] && . testing.sh
5 #testing "name" "command" "result" "infile" "stdin"
  /prebuilts/go/darwin-x86/src/context/
x_test.go 9 "testing"
12 func TestBackground(t *testing.T) { XTestBackground(t) }
13 func TestTODO(t *testing.T) { XTestTODO(t) }
14 func TestWithCancel(t *testing.T) { XTestWithCancel(t) }
15 func TestParentFinishesChild(t *testing.T) { XTestParentFinishesChild(t) }
16 func TestChildFinishesFirst(t *testing.T) { XTestChildFinishesFirst(t) }
17 func TestDeadline(t *testing.T) { XTestDeadline(t) }
18 func TestTimeout(t *testing.T) { XTestTimeout(t) }
19 func TestCanceledTimeout(t *testing.T) { XTestCanceledTimeout(t) }
20 func TestValues(t *testing.T) { XTestValues(t)
    [all...]
  /prebuilts/go/linux-x86/src/context/
x_test.go 9 "testing"
12 func TestBackground(t *testing.T) { XTestBackground(t) }
13 func TestTODO(t *testing.T) { XTestTODO(t) }
14 func TestWithCancel(t *testing.T) { XTestWithCancel(t) }
15 func TestParentFinishesChild(t *testing.T) { XTestParentFinishesChild(t) }
16 func TestChildFinishesFirst(t *testing.T) { XTestChildFinishesFirst(t) }
17 func TestDeadline(t *testing.T) { XTestDeadline(t) }
18 func TestTimeout(t *testing.T) { XTestTimeout(t) }
19 func TestCanceledTimeout(t *testing.T) { XTestCanceledTimeout(t) }
20 func TestValues(t *testing.T) { XTestValues(t)
    [all...]
  /system/update_engine/update_manager/
mock_policy.h 35 ON_CALL(*this, UpdateCheckAllowed(testing::_, testing::_, testing::_,
36 testing::_))
37 .WillByDefault(testing::Invoke(
39 ON_CALL(*this, UpdateCanStart(testing::_, testing::_, testing::_,
40 testing::_, testing::_)
    [all...]
  /system/tpm/tpm_manager/server/
mock_local_data_store.cc 19 using testing::_;
20 using testing::ByRef;
21 using testing::DoAll;
22 using testing::Return;
23 using testing::SaveArg;
24 using testing::SetArgPointee;
  /external/compiler-rt/lib/interception/tests/
interception_test_main.cc 12 // Testing the machinery for providing replacements/wrappers for system
19 testing::GTEST_FLAG(death_test_style) = "threadsafe";
20 testing::InitGoogleTest(&argc, argv);
  /external/compiler-rt/lib/msan/tests/
msan_test_main.cc 18 testing::GTEST_FLAG(death_test_style) = "threadsafe";
19 testing::InitGoogleTest(&argc, argv);
  /external/compiler-rt/lib/tsan/tests/unit/
tsan_unit_test_main.cc 22 testing::GTEST_FLAG(death_test_style) = "threadsafe";
23 testing::InitGoogleTest(&argc, argv);
  /external/protobuf/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> {};
48 // Test fixture for testing instantiation of a test in multiple
51 : public ::testing::TestWithParam<int> {};
  /art/test/937-hello-retransform-package/src/
Transform.java 17 package testing; package
  /external/google-breakpad/src/client/windows/unittests/
exception_handler_test.h 33 namespace testing { namespace
46 // testing::DisableExceptionHandlerInScope disable_exception_handler;
59 } // namespace testing
  /external/guava/guava-testlib/src/com/google/common/testing/
package-info.java 18 * This package contains testing utilities.
23 package com.google.common.testing;
  /external/guava/guava-testlib/test/com/google/common/testing/
PackageSanityTests.java 17 package com.google.common.testing;
  /external/swiftshader/tests/unittests/
main.cpp 19 ::testing::InitGoogleTest(&argc, argv);
  /prebuilts/go/darwin-x86/src/cmd/go/testdata/norunexample/
test_test.go 5 "testing"
8 func TestBuilt(t *testing.T) {
  /prebuilts/go/darwin-x86/src/cmd/go/testdata/src/benchfatal/
x_test.go 3 import "testing"
5 func BenchmarkThatCallsFatal(b *testing.B) {
  /prebuilts/go/darwin-x86/src/cmd/go/testdata/src/xtestonly/
f_test.go 4 "testing"
8 func TestF(t *testing.T) {

Completed in 2829 milliseconds

1 2 3 45 6 7 8 91011>>