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 21 import vogar.ModeId;
69 ExpectationStore result = ExpectationStore.parse(getExpectationFiles(dir), ModeId.DEVICE);
  /cts/tools/cts-xml-generator/src/com/android/cts/xmlgenerator/
CtsXmlGenerator.java 23 import vogar.ModeId;
128 ExpectationStore failuresStore = ExpectationStore.parse(expectationFiles, ModeId.DEVICE);
129 ExpectationStore abiStore = ExpectationStore.parse(abiFiles, ModeId.DEVICE);
  /cts/common/host-side/xml-plan-generator/src/com/android/compatibility/common/xmlgenerator/
XmlPlanGenerator.java 27 import vogar.ModeId;
195 final ExpectationStore store = ExpectationStore.parse(expectationFiles, ModeId.DEVICE);

Completed in 345 milliseconds