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

1 2 3 4 5 67 8 91011>>

  /prebuilts/go/darwin-x86/src/cmd/go/testdata/src/testrace/
race_test.go 3 import "testing"
5 func TestRace(t *testing.T) {
18 func BenchmarkRace(b *testing.B) {
  /prebuilts/go/linux-x86/src/cmd/go/testdata/src/testrace/
race_test.go 3 import "testing"
5 func TestRace(t *testing.T) {
18 func BenchmarkRace(b *testing.B) {
  /external/toybox/tests/
chgrp.test 3 [ -f testing.sh ] && . testing.sh
16 # Set up a little testing hierarchy
32 #testing "name" "command" "result" "infile" "stdin"
35 testing "dir" "$IN chgrp root dir $OUT" \
37 testing "file" "$IN chgrp root dir/file $OUT" \
39 testing "dir and file" "$IN chgrp root dir dir/file $OUT" \
43 testing "symlink->file" "$IN chgrp root dir2/file $OUT" \
45 testing "symlink->dir" "$IN chgrp root dir2/dir $OUT" \
47 testing "-h symlink->dir" "$IN chgrp -h root dir2/dir $OUT"
    [all...]
chmod.test 6 #testing "name" "command" "result" "infile" "stdin"
44 testing "$u$g$o $type" "chmod $u$g$o $type &&
51 testing "750 dir 640 file" \
56 testing "666 dir file" \
61 testing "765 *" "chmod 765 * &&
66 testing "u=r dir file" "chmod u=r dir file &&
70 testing "u=w dir file" "chmod u=w dir file &&
74 testing "u=x dir file" "chmod u=x dir file &&
78 testing "u+r dir file" "chmod u+r dir file &&
82 testing "u+w dir file" "chmod u+w dir file &
    [all...]
cpio.test 3 [ -f testing.sh ] && . testing.sh
10 testing "name padding" "cpio -o -H newc|cpio -it" "a\nbb\nccc\ndddd\n" "" "a\nbb\nccc\ndddd\n"
17 testing "file padding" "cpio -o -H newc|cpio -it" "a\nb\nc\nd\n" "" "a\nb\nc\nd\n"
28 testing "archive length" "cpio -o -H newc|dd ibs=2 skip=291 count=5 2>/dev/null" "TRAILER!!!" "" "a\nbb\nccc\ndddd\n"
29 testing "archive magic" "cpio -o -H newc|dd ibs=2 count=3 2>/dev/null" "070701" "" "a\n"
31 testing "name length" "cpio -o -H newc|dd ibs=2 skip=47 count=4 2>/dev/null" "00000002" "" "a\n"
36 testing "archives unreadable empty files" "cpio -o -H newc|cpio -it" "a\nb\n" "" "a\nb\n"
  /external/bsdiff/
testrunner.cc 10 ::testing::InitGoogleTest(&argc, argv);
11 ::testing::AddGlobalTestEnvironment(new test_utils::BsdiffTestEnvironment);
  /external/compiler-rt/lib/asan/tests/
asan_test_main.cc 17 // speed up testing (unit tests don't use it anyway).
22 // Also, make sure we do not overwhelm the syslog while testing.
36 testing::GTEST_FLAG(death_test_style) = "threadsafe";
37 testing::InitGoogleTest(&argc, argv);
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_test_main.cc 20 testing::GTEST_FLAG(death_test_style) = "threadsafe";
21 testing::InitGoogleTest(&argc, argv);
  /external/google-breakpad/src/testing/gtest/test/
gtest-typed-test2_test.cc 43 testing::Types<std::vector<int> >);
gtest-param-test2_test.cc 41 using ::testing::Values;
42 using ::testing::internal::ParamGenerator;
gtest_no_test_unittest.cc 38 testing::InitGoogleTest(&argc, argv);
  /external/googletest/googletest/test/
gtest-typed-test2_test.cc 43 testing::Types<std::vector<int> >);
gtest-param-test2_test.cc 41 using ::testing::Values;
42 using ::testing::internal::ParamGenerator;
gtest_no_test_unittest.cc 38 testing::InitGoogleTest(&argc, argv);
  /external/libchrome/testing/
platform_test.h 22 class PlatformTest : public testing::Test {
33 typedef testing::Test PlatformTest;
  /external/v8/testing/gtest/test/
gtest-typed-test2_test.cc 43 testing::Types<std::vector<int> >);
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest-typed-test2_test.cc 43 testing::Types<std::vector<int> >);
  /external/webrtc/webrtc/modules/video_capture/test/
video_capture_main_mac.mm 11 #include "testing/gtest/include/gtest/gtest.h"
15 testing::InitGoogleTest(&argc, argv);
  /frameworks/base/tests/utils/SleepUtils/AlarmService/src/com/android/testing/alarmservice/
Alarm.aidl 17 package com.android.testing.alarmservice;
  /hardware/interfaces/radio/1.1/vts/functional/
VtsHalRadioV1_1TargetTest.cpp 20 ::testing::AddGlobalTestEnvironment(new RadioHidlEnvironment);
21 ::testing::InitGoogleTest(&argc, argv);
  /prebuilts/go/darwin-x86/src/cmd/go/testdata/
standalone_parallel_sub_test.go 3 import "testing"
5 func Test(t *testing.T) {
7 t.Run("Sub", func(t *testing.T) {
10 t.Run("Nested", func(t *testing.T) {})
  /prebuilts/go/linux-x86/src/cmd/go/testdata/
standalone_parallel_sub_test.go 3 import "testing"
5 func Test(t *testing.T) {
7 t.Run("Sub", func(t *testing.T) {
10 t.Run("Nested", func(t *testing.T) {})
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/test/
gtest-typed-test2_test.cc 43 testing::Types<std::vector<int> >);
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/test/
gtest-typed-test2_test.cc 43 testing::Types<std::vector<int> >);
  /external/protobuf/gtest/test/
gtest-param-test2_test.cc 41 using ::testing::Values;
42 using ::testing::internal::ParamGenerator;

Completed in 539 milliseconds

1 2 3 4 5 67 8 91011>>