HomeSort by relevance Sort by last modified time
    Searched refs:ModeId (Results 1 - 7 of 7) 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.15/src/video/vgl/
SDL_vglvideo.h 39 int ModeId;
SDL_vglvideo.c 339 if (VGLInit(modes[i]->ModeId) != 0) {
347 VGLCurMode->ModeId = modes[i]->ModeId;
596 modescp->ModeId = _IO('V', minfo.vi_mode - M_VESA_BASE);
598 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;
  /cts/tools/cts-xml-generator/src/com/android/cts/xmlgenerator/
CtsXmlGenerator.java 23 import vogar.ModeId;
104 ExpectationStore store = ExpectationStore.parse(expectationFiles, ModeId.DEVICE);

Completed in 403 milliseconds