HomeSort by relevance Sort by last modified time
    Searched refs:userExecKey (Results 1 - 5 of 5) sorted by null

  /prebuilts/misc/windows/sdl2/test/
testautomation.c 37 Uint64 userExecKey = 0;
65 SDL_sscanf(argv[i + 1], "%llu", (long long unsigned int *)&userExecKey);
104 result = SDLTest_RunSuites(testSuites, (const char *)userRunSeed, userExecKey, (const char *)filter, testIterations);
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_test_harness.h 106 * \param userExecKey Custom execution key provided by user, or 0 to autogenerate one.
112 int SDLTest_RunSuites(SDLTest_TestSuiteReference *testSuites[], const char *userRunSeed, Uint64 userExecKey, const char *filter, int testIterations);
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_test_harness.h 106 * \param userExecKey Custom execution key provided by user, or 0 to autogenerate one.
112 int SDLTest_RunSuites(SDLTest_TestSuiteReference *testSuites[], const char *userRunSeed, Uint64 userExecKey, const char *filter, int testIterations);
  /prebuilts/misc/windows/sdl2/include/
SDL_test_harness.h 106 * \param userExecKey Custom execution key provided by user, or 0 to autogenerate one.
112 int SDLTest_RunSuites(SDLTest_TestSuiteReference *testSuites[], const char *userRunSeed, Uint64 userExecKey, const char *filter, int testIterations);
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_test_harness.h 106 * \param userExecKey Custom execution key provided by user, or 0 to autogenerate one.
112 int SDLTest_RunSuites(SDLTest_TestSuiteReference *testSuites[], const char *userRunSeed, Uint64 userExecKey, const char *filter, int testIterations);

Completed in 1093 milliseconds