Home
last modified time | relevance | path

Searched refs:openOnly (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/io/fs/
Dreadfile_test.go36 type openOnly struct{ FS } struct
46 data, err = ReadFile(openOnly{testFsys}, "hello.txt")
48 t.Fatalf(`ReadFile(openOnly, "hello.txt") = %q, %v, want %q, nil`, data, err, "hello, world")
Dstat_test.go34 info, err = Stat(openOnly{testFsys}, "hello.txt")
Dsub_test.go44 sub, err = Sub(openOnly{testFsys}, "sub")
Dglob_test.go86 names, err = Glob(openOnly{testFsys}, "*.txt")
Dreaddir_test.go37 dirs, err = ReadDir(openOnly{testFsys}, ".")
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/transition/
H A DShellTransitionTests.java394 final TransitionInfo openOnly = new TransitionInfoBuilder(TRANSIT_OPEN) in testTransitionFilterMultiRequirement() local
396 assertFalse(filter.matches(openOnly)); in testTransitionFilterMultiRequirement()
413 final TransitionInfo openOnly = new TransitionInfoBuilder(TRANSIT_OPEN) in testTransitionFilterNotRequirement() local
415 assertTrue(filter.matches(openOnly)); in testTransitionFilterNotRequirement()
428 final TransitionInfo openOnly = new TransitionInfoBuilder(TRANSIT_OPEN) in testTransitionFilterChecksTypeSet() local
430 assertTrue(filter.matches(openOnly)); in testTransitionFilterChecksTypeSet()