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

1 2 3 4 56 7 8 91011>>

  /prebuilts/go/darwin-x86/src/cmd/go/testdata/testimport/
x_test.go 8 "testing"
11 func TestF1(t *testing.T) {
  /prebuilts/go/darwin-x86/src/cmd/go/testdata/
timeoutbench_test.go 4 "testing"
8 func BenchmarkSleep1s(b *testing.B) {
  /prebuilts/go/linux-x86/src/cmd/go/testdata/norunexample/
test_test.go 5 "testing"
8 func TestBuilt(t *testing.T) {
  /prebuilts/go/linux-x86/src/cmd/go/testdata/src/benchfatal/
x_test.go 3 import "testing"
5 func BenchmarkThatCallsFatal(b *testing.B) {
  /prebuilts/go/linux-x86/src/cmd/go/testdata/src/xtestonly/
f_test.go 4 "testing"
8 func TestF(t *testing.T) {
  /prebuilts/go/linux-x86/src/cmd/go/testdata/testimport/
x_test.go 8 "testing"
11 func TestF1(t *testing.T) {
  /prebuilts/go/linux-x86/src/cmd/go/testdata/
timeoutbench_test.go 4 "testing"
8 func BenchmarkSleep1s(b *testing.B) {
  /external/toybox/tests/
setfattr.test 3 [ -f testing.sh ] && . testing.sh
5 #testing "name" "command" "result" "infile" "stdin"
13 testing "-x" \
16 testing "-n" "setfattr -n user.new attrs/file && getfattr -d attrs/file" \
18 testing "-n -v" "setfattr -n user.new -v data attrs/file && getfattr -d attrs/file" \
ls.test 6 [ -f testing.sh ] && . testing.sh
8 #testing "name" "command" "result" "infile" "stdin"
11 # Creating test-file/dir for testing ls
20 testing "no argument" "$IN && ls; $OUT" "dir1\ndir2\nfile1.txt\nfile2.txt\n" "" ""
21 testing "with wild char" "$IN && ls file*; $OUT" "file1.txt\nfile2.txt\n" "" ""
22 testing "with wild char - long listing" "$IN && ls -1 file*; $OUT" "file1.txt\nfile2.txt\n" "" ""
23 testing "with -p" "$IN && ls -p; $OUT" "dir1/\ndir2/\nfile1.txt\nfile2.txt\n" "" ""
24 testing "with -a" "$IN && ls -a; $OUT" \
26 testing "with -A" "$IN && ls -A; $OUT"
    [all...]
chown.test 3 [ -f testing.sh ] && . testing.sh
18 # Set up a little testing hierarchy
29 #testing "name" "command" "result" "infile" "stdin"
32 testing "initial" "chown root:root $F $OUT" "root root\n" "" ""
33 testing "usr:grp" "chown $USR:$GRP $F $OUT" "$USR $GRP\n" "" ""
34 testing "root" "chown root $F $OUT" "root $GRP\n" "" ""
36 testing ":grp" "chown root:root $F && chown :$GRP $F $OUT" \
38 testing ":" "chown $USR:$GRP $F && chown : $F $OUT" \
  /external/fmtlib/test/gtest/
gtest-spi.h 32 // Utilities for testing Google Test itself and code that uses Google Test
40 namespace testing { namespace
113 } // namespace testing
115 // A set of macros for testing Google Test assertions or code that's expected
144 ::testing::TestPartResultArray gtest_failures;\
145 ::testing::internal::SingleFailureChecker gtest_checker(\
146 &gtest_failures, ::testing::TestPartResult::kFatalFailure, (substr));\
148 ::testing::ScopedFakeTestPartResultReporter gtest_reporter(\
149 ::testing::ScopedFakeTestPartResultReporter:: \
153 } while (::testing::internal::AlwaysFalse()
    [all...]
  /external/google-breakpad/src/testing/gtest/include/gtest/
gtest-spi.h 32 // Utilities for testing Google Test itself and code that uses Google Test
40 namespace testing { namespace
113 } // namespace testing
115 // A set of macros for testing Google Test assertions or code that's expected
144 ::testing::TestPartResultArray gtest_failures;\
145 ::testing::internal::SingleFailureChecker gtest_checker(\
146 &gtest_failures, ::testing::TestPartResult::kFatalFailure, (substr));\
148 ::testing::ScopedFakeTestPartResultReporter gtest_reporter(\
149 ::testing::ScopedFakeTestPartResultReporter:: \
153 } while (::testing::internal::AlwaysFalse()
    [all...]
  /external/googletest/googletest/include/gtest/
gtest-spi.h 32 // Utilities for testing Google Test itself and code that uses Google Test
40 namespace testing { namespace
112 } // namespace testing
114 // A set of macros for testing Google Test assertions or code that's expected
143 ::testing::TestPartResultArray gtest_failures;\
144 ::testing::internal::SingleFailureChecker gtest_checker(\
145 &gtest_failures, ::testing::TestPartResult::kFatalFailure, (substr));\
147 ::testing::ScopedFakeTestPartResultReporter gtest_reporter(\
148 ::testing::ScopedFakeTestPartResultReporter:: \
152 } while (::testing::internal::AlwaysFalse()
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest-spi.h 32 // Utilities for testing Google Test itself and code that uses Google Test
40 namespace testing { namespace
113 } // namespace testing
115 // A set of macros for testing Google Test assertions or code that's expected
144 ::testing::TestPartResultArray gtest_failures;\
145 ::testing::internal::SingleFailureChecker gtest_checker(\
146 &gtest_failures, ::testing::TestPartResult::kFatalFailure, (substr));\
148 ::testing::ScopedFakeTestPartResultReporter gtest_reporter(\
149 ::testing::ScopedFakeTestPartResultReporter:: \
153 } while (::testing::internal::AlwaysFalse()
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest-spi.h 32 // Utilities for testing Google Test itself and code that uses Google Test
40 namespace testing { namespace
114 } // namespace testing
116 // A set of macros for testing Google Test assertions or code that's expected
145 ::testing::TestPartResultArray gtest_failures;\
146 ::testing::internal::SingleFailureChecker gtest_checker(\
147 &gtest_failures, ::testing::TestPartResult::kFatalFailure, (substr));\
149 ::testing::ScopedFakeTestPartResultReporter gtest_reporter(\
150 ::testing::ScopedFakeTestPartResultReporter:: \
154 } while (::testing::internal::AlwaysFalse()
    [all...]
  /external/mesa3d/src/gtest/include/gtest/
gtest-spi.h 32 // Utilities for testing Google Test itself and code that uses Google Test
40 namespace testing { namespace
113 } // namespace testing
115 // A set of macros for testing Google Test assertions or code that's expected
144 ::testing::TestPartResultArray gtest_failures;\
145 ::testing::internal::SingleFailureChecker gtest_checker(\
146 &gtest_failures, ::testing::TestPartResult::kFatalFailure, (substr));\
148 ::testing::ScopedFakeTestPartResultReporter gtest_reporter(\
149 ::testing::ScopedFakeTestPartResultReporter:: \
153 } while (::testing::internal::AlwaysFalse()
    [all...]
  /external/protobuf/gtest/include/gtest/
gtest-spi.h 32 // Utilities for testing Google Test itself and code that uses Google Test
40 namespace testing { namespace
113 } // namespace testing
115 // A set of macros for testing Google Test assertions or code that's expected
144 ::testing::TestPartResultArray gtest_failures;\
145 ::testing::internal::SingleFailureChecker gtest_checker(\
146 &gtest_failures, ::testing::TestPartResult::kFatalFailure, (substr));\
148 ::testing::ScopedFakeTestPartResultReporter gtest_reporter(\
149 ::testing::ScopedFakeTestPartResultReporter:: \
153 } while (::testing::internal::AlwaysFalse()
    [all...]
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/
gtest-spi.h 32 // Utilities for testing Google Test itself and code that uses Google Test
40 namespace testing { namespace
113 } // namespace testing
115 // A set of macros for testing Google Test assertions or code that's expected
144 ::testing::TestPartResultArray gtest_failures;\
145 ::testing::internal::SingleFailureChecker gtest_checker(\
146 &gtest_failures, ::testing::TestPartResult::kFatalFailure, (substr));\
148 ::testing::ScopedFakeTestPartResultReporter gtest_reporter(\
149 ::testing::ScopedFakeTestPartResultReporter:: \
153 } while (::testing::internal::AlwaysFalse()
    [all...]
  /external/v8/testing/gtest/include/gtest/
gtest-spi.h 32 // Utilities for testing Google Test itself and code that uses Google Test
40 namespace testing { namespace
113 } // namespace testing
115 // A set of macros for testing Google Test assertions or code that's expected
144 ::testing::TestPartResultArray gtest_failures;\
145 ::testing::internal::SingleFailureChecker gtest_checker(\
146 &gtest_failures, ::testing::TestPartResult::kFatalFailure, (substr));\
148 ::testing::ScopedFakeTestPartResultReporter gtest_reporter(\
149 ::testing::ScopedFakeTestPartResultReporter:: \
153 } while (::testing::internal::AlwaysFalse()
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/
gtest-spi.h 32 // Utilities for testing Google Test itself and code that uses Google Test
40 namespace testing { namespace
113 } // namespace testing
115 // A set of macros for testing Google Test assertions or code that's expected
144 ::testing::TestPartResultArray gtest_failures;\
145 ::testing::internal::SingleFailureChecker gtest_checker(\
146 &gtest_failures, ::testing::TestPartResult::kFatalFailure, (substr));\
148 ::testing::ScopedFakeTestPartResultReporter gtest_reporter(\
149 ::testing::ScopedFakeTestPartResultReporter:: \
153 } while (::testing::internal::AlwaysFalse()
    [all...]
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/include/gtest/
gtest-spi.h 32 // Utilities for testing Google Test itself and code that uses Google Test
40 namespace testing { namespace
113 } // namespace testing
115 // A set of macros for testing Google Test assertions or code that's expected
144 ::testing::TestPartResultArray gtest_failures;\
145 ::testing::internal::SingleFailureChecker gtest_checker(\
146 &gtest_failures, ::testing::TestPartResult::kFatalFailure, (substr));\
148 ::testing::ScopedFakeTestPartResultReporter gtest_reporter(\
149 ::testing::ScopedFakeTestPartResultReporter:: \
153 } while (::testing::internal::AlwaysFalse()
    [all...]
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/include/gtest/
gtest-spi.h 32 // Utilities for testing Google Test itself and code that uses Google Test
40 namespace testing { namespace
113 } // namespace testing
115 // A set of macros for testing Google Test assertions or code that's expected
144 ::testing::TestPartResultArray gtest_failures;\
145 ::testing::internal::SingleFailureChecker gtest_checker(\
146 &gtest_failures, ::testing::TestPartResult::kFatalFailure, (substr));\
148 ::testing::ScopedFakeTestPartResultReporter gtest_reporter(\
149 ::testing::ScopedFakeTestPartResultReporter:: \
153 } while (::testing::internal::AlwaysFalse()
    [all...]
  /external/guava/guava-gwt/test/com/google/common/testing/
FakeTickerTest_gwt.java 16 package com.google.common.testing;
19 return "com.google.common.testing.testModule";
22 com.google.common.testing.FakeTickerTest testCase = new com.google.common.testing.FakeTickerTest();
27 com.google.common.testing.FakeTickerTest testCase = new com.google.common.testing.FakeTickerTest();
32 com.google.common.testing.FakeTickerTest testCase = new com.google.common.testing.FakeTickerTest();
37 com.google.common.testing.FakeTickerTest testCase = new com.google.common.testing.FakeTickerTest()
    [all...]
EqualsTesterTest_gwt.java 16 package com.google.common.testing;
19 return "com.google.common.testing.testModule";
22 com.google.common.testing.EqualsTesterTest testCase = new com.google.common.testing.EqualsTesterTest();
28 com.google.common.testing.EqualsTesterTest testCase = new com.google.common.testing.EqualsTesterTest();
34 com.google.common.testing.EqualsTesterTest testCase = new com.google.common.testing.EqualsTesterTest();
40 com.google.common.testing.EqualsTesterTest testCase = new com.google.common.testing.EqualsTesterTest()
    [all...]
  /system/update_engine/
mock_p2p_manager.h 33 ON_CALL(*this, SetDevicePolicy(testing::_))
34 .WillByDefault(testing::Invoke(&fake_,
37 .WillByDefault(testing::Invoke(&fake_,
40 .WillByDefault(testing::Invoke(&fake_,
43 .WillByDefault(testing::Invoke(&fake_,
46 .WillByDefault(testing::Invoke(&fake_,
48 ON_CALL(*this, LookupUrlForFile(testing::_, testing::_, testing::_,
49 testing::_)
    [all...]

Completed in 421 milliseconds

1 2 3 4 56 7 8 91011>>