Home
last modified time | relevance | path

Searched defs:TestDeps (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/testing/internal/testdeps/
Ddeps.go34 type TestDeps struct{} struct
39 func (TestDeps) MatchString(pat, str string) (result bool, err error) {
50 func (TestDeps) StartCPUProfile(w io.Writer) error {
54 func (TestDeps) StopCPUProfile() {
58 func (TestDeps) WriteProfileTo(name string, w io.Writer, debug int) error {
65 func (TestDeps) ImportPath() string {
111 func (TestDeps) StartTestLog(w io.Writer) {
126 func (TestDeps) StopTestLog() error {
135 func (TestDeps) SetPanicOnExit0(v bool) {
139 func (TestDeps) CoordinateFuzzing(
[all …]
/aosp_15_r20/packages/modules/IntentResolver/tests/unit/src/com/android/intentresolver/contentpreview/payloadtoggle/domain/interactor/
DCursorPreviewsInteractorTest.kt95 private class TestDeps( in <lambda>() class
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/test/
Ddep_test.go13 func TestDeps(t *testing.T) { func
/aosp_15_r20/external/bazelbuild-rules_go/go/tools/bzltestutil/
H A Dlcov.go155 testdeps.TestDeps anonMember
/aosp_15_r20/external/starlark-go/starlark/
H A Deval_test.go927 func TestDeps(t *testing.T) { func
/aosp_15_r20/frameworks/base/services/tests/VpnTests/java/com/android/server/connectivity/
H A DVpnTest.java3166 public class TestDeps extends Vpn.Dependencies { class in VpnTest
3167 TestDeps() {} in TestDeps() method in VpnTest.TestDeps