HomeSort by: relevance | last modified time | path
    Searched defs:test_type (Results 1 - 8 of 8) sorted by relevancy

  /xsrc/external/mit/libxcb/dist/tests/
check_public.c 29 test_type_t test_type; local
31 for(test_type = TEST_ARGUMENT; test_type != TEST_END; test_type++)
33 if(test_type == TEST_ARGUMENT)
38 else if(test_type == TEST_ENVIRONMENT)
48 ck_assert_msg(success, "unexpected parse failure %sfor '%s'", test_string[test_type], name);
49 ck_assert_msg(strcmp(host, got_host) == 0, "parse %sproduced unexpected hostname '%s' for '%s': expected '%s'", test_string[test_type], got_host, name, host);
50 ck_assert_msg(display == got_display, "parse %sproduced unexpected display '%d' for '%s': expected '%d'", test_string[test_type], got_display, name, display);
51 ck_assert_msg(screen == got_screen, "parse %sproduced unexpected screen '%d' for '%s': expected '%d'", test_string[test_type], got_screen, name, screen)
70 test_type_t test_type; local
    [all...]
  /xsrc/external/mit/xorg-server/dist/miext/sync/
misyncstr.h 68 unsigned int test_type; /* transition or Comparison type */ member in struct:_SyncTrigger
  /xsrc/external/mit/xorg-server/dist/test/sync/
sync.c 264 uint32_t test_type = (some_values[i] >= 0 ? local
267 uint32_t values[] = { test_type, some_values[i] >> 32, some_values[i] };
  /xsrc/external/mit/xorg-server.old/dist/miext/sync/
misyncstr.h 66 unsigned int test_type; /* transition or Comparision type */ member in struct:_SyncTrigger
  /xsrc/external/mit/libXext/dist/include/X11/extensions/
sync.h 172 XSyncTestType test_type; /* pos/neg comparison/transition */ member in struct:__anon5814
  /xsrc/external/mit/xorgproto/dist/include/X11/extensions/
syncstr.h 103 unsigned int test_type; /* transition or Comparison type */ member in struct:_SyncTrigger
syncproto.h 239 CARD32 test_type; member in struct:_xSyncWaitCondition
288 CARD32 test_type; member in struct:__anon11824
  /xsrc/external/mit/MesaLib.old/dist/src/imgui/
imgui_demo.cpp 3747 static int test_type = 0; local
3751 ImGui::Combo("Test type", &test_type, "Single call to TextUnformatted()\0Multiple calls to Text(), clipped manually\0Multiple calls to Text(), not clipped (slow)\0");
3762 switch (test_type)

Completed in 9 milliseconds