OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:enumerating
(Results
1 - 5
of
5
) sorted by null
/hardware/interfaces/media/omx/1.0/vts/functional/
README.md
12
This folder includes test fixtures that tests aspects common to all omx compatible components. For instance, port enabling/disabling,
enumerating
port formats, state transitions, flush, ..., stay common to all components irrespective of the service they offer. Test fixtures here are directed towards testing these (omx core). Every standard OMX compatible component is expected to pass these tests.
/prebuilts/go/darwin-x86/src/internal/syscall/windows/registry/
registry_test.go
206
t.Errorf("value %s is not found while
enumerating
", test.Name)
209
t.Errorf("value %s is found while
enumerating
, but expected to fail", test.Name)
216
t.Errorf("value %s (%v) is found while
enumerating
, but has not been created", n, v)
/prebuilts/go/linux-x86/src/internal/syscall/windows/registry/
registry_test.go
206
t.Errorf("value %s is not found while
enumerating
", test.Name)
209
t.Errorf("value %s is found while
enumerating
, but expected to fail", test.Name)
216
t.Errorf("value %s (%v) is found while
enumerating
, but has not been created", n, v)
/prebuilts/go/darwin-x86/test/chan/
select5.go
419
// Code for
enumerating
all possible paths through
/prebuilts/go/linux-x86/test/chan/
select5.go
419
// Code for
enumerating
all possible paths through
Completed in 387 milliseconds