Home
last modified time | relevance | path

Searched refs:runType (Results 1 – 9 of 9) sorted by relevance

/external/deqp/external/openglcts/modules/runner/
DglcTestRunnerMain.cpp38 CommandLine(void) : runType(glu::ApiType::es(2, 0)), flags(0) in CommandLine()
42 glu::ApiType runType; member
58 glu::ApiType runType; in parseCommandLine() member
75 cmdLine.runType = runTypes[ndx].runType; in parseCommandLine()
127 cmdLine.runType, cmdLine.flags); in main()
DglcAndroidTestActivity.cpp62 glu::ApiType runType, deUint32 runFlags) in TestThread() argument
66 , m_app(m_platform, m_archive, logPath.c_str(), runType, runFlags) in TestThread()
107 TestActivity::TestActivity(ANativeActivity* activity, glu::ApiType runType) in TestActivity() argument
111 , m_testThread(*this, m_archive, getLogPath(activity), runType, getFlags(activity)) in TestActivity()
DglcAndroidTestActivity.hpp45 const std::string& logPath, glu::ApiType runType, deUint32 runFlags);
65 TestActivity(ANativeActivity* nativeActivity, glu::ApiType runType);
DglcTestRunner.hpp66 glu::ApiType runType; member
77 runType = glu::ApiType(); in clear()
DglcTestRunner.cpp581 attribs[0] = qpSetStringAttrib("Type", getRunTypeName(summary.runType)); in writeRunSummary()
688 m_summary.runType = m_type; in init()
/external/tensorflow/tensorflow/lite/tools/benchmark/
Dbenchmark_model.h74 virtual void OnSingleRunStart(RunType runType) {} in OnSingleRunStart() argument
99 void OnSingleRunStart(RunType runType) override { in OnSingleRunStart() argument
101 listener->OnSingleRunStart(runType); in OnSingleRunStart()
/external/skia/fuzz/
DFuzzCanvas.cpp989 uint8_t runType; in make_fuzz_textblob() local
990 fuzz->nextRange(&runType, (uint8_t)0, (uint8_t)2); in make_fuzz_textblob()
993 switch (runType) { in make_fuzz_textblob()
/external/skqp/fuzz/
DFuzzCanvas.cpp989 uint8_t runType; in make_fuzz_textblob() local
990 fuzz->nextRange(&runType, (uint8_t)0, (uint8_t)2); in make_fuzz_textblob()
993 switch (runType) { in make_fuzz_textblob()
/external/cldr/tools/java/org/unicode/cldr/json/
DLdml2JsonConverter.java158 …public Ldml2JsonConverter(String cldrDir, String outputDir, String runType, boolean fullNumbers, b… in Ldml2JsonConverter() argument
162 this.type = RunType.valueOf(runType); in Ldml2JsonConverter()