OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ModeId
(Results
1 - 6
of
6
) sorted by null
/cts/libs/vogar-expect/src/vogar/
ModeId.java
19
public enum
ModeId
{
ExpectationStore.java
109
public static ExpectationStore parse(Set<File> expectationFiles,
ModeId
mode) throws IOException {
119
public void parse(File expectationsFile,
ModeId
mode) throws IOException {
142
private void readExpectation(JsonReader reader,
ModeId
mode) throws IOException {
148
Set<
ModeId
> modes = null;
208
private Set<
ModeId
> readModes(JsonReader reader) throws IOException {
209
Set<
ModeId
> result = new LinkedHashSet<
ModeId
>();
212
result.add(
ModeId
.valueOf(reader.nextString().toUpperCase()));
/external/qemu/distrib/sdl-1.2.12/src/video/vgl/
SDL_vglvideo.h
39
int
ModeId
;
SDL_vglvideo.c
341
if (VGLInit(modes[i]->
ModeId
) != 0) {
349
VGLCurMode->
ModeId
= modes[i]->
ModeId
;
604
modescp->
ModeId
= _IO('V', minfo.vi_mode - M_VESA_BASE);
606
modescp->
ModeId
= _IO('S', minfo.vi_mode);
/cts/tools/utils/
VogarUtils.java
19
import vogar.
ModeId
;
53
ExpectationStore result = ExpectationStore.parse(getExpectationFiles(dir),
ModeId
.DEVICE);
CollectAllTests.java
24
import vogar.
ModeId
;
Completed in 5324 milliseconds