Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/runner/
DglcTestRunnerMain.cpp39 CommandLine(void) : runType(glu::ApiType::es(2, 0)), flags(0) in CommandLine()
43 glu::ApiType runType; member
60 glu::ApiType runType; in parseCommandLine() member
77 cmdLine.runType = runTypes[ndx].runType; in parseCommandLine()
136 cmdLine.dstLogDir.c_str(), cmdLine.runType, cmdLine.flags); in main()
DglcAndroidTestActivity.cpp67 const std::string& logPath, glu::ApiType runType, deUint32 runFlags) in TestThread() argument
71 , m_app(m_platform, m_archive, waiverPath.c_str(), logPath.c_str(), runType, runFlags) in TestThread()
112 TestActivity::TestActivity(ANativeActivity* activity, glu::ApiType runType) in TestActivity() argument
116 …, m_testThread(*this, m_archive, getWaiverPath(activity), getLogPath(activity), runType, getFlags(… in TestActivity()
DglcAndroidTestActivity.hpp45 …const std::string& waiverPath, 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.cpp627 attribs[0] = qpSetStringAttrib("Type", getRunTypeName(summary.runType)); in writeRunSummary()
735 m_summary.runType = m_type; in init()
/external/tensorflow/tensorflow/lite/tools/benchmark/experimental/c/
Dbenchmark_c_api.cc76 void OnSingleRunStart(tflite::benchmark::RunType runType) override { in OnSingleRunStart() argument
78 on_single_run_start_fn_(user_data_, runType == tflite::benchmark::WARMUP in OnSingleRunStart()
106 TfLiteBenchmarkRunType runType);
130 TfLiteBenchmarkRunType runType), in TfLiteBenchmarkListenerSetCallbacks() argument
Dbenchmark_c_api.h102 TfLiteBenchmarkRunType runType),
/external/tensorflow/tensorflow/lite/tools/benchmark/
Dbenchmark_model.h95 virtual void OnSingleRunStart(RunType runType) {} in OnSingleRunStart() argument
128 void OnSingleRunStart(RunType runType) override { in OnSingleRunStart() argument
130 listener->OnSingleRunStart(runType); in OnSingleRunStart()
/external/skia/fuzz/
DFuzzCanvas.cpp968 uint8_t runType; in make_fuzz_textblob() local
969 fuzz->nextRange(&runType, (uint8_t)0, (uint8_t)2); in make_fuzz_textblob()
972 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.java159 …public Ldml2JsonConverter(String cldrDir, String outputDir, String runType, boolean fullNumbers, b… in Ldml2JsonConverter() argument
163 this.type = RunType.valueOf(runType); in Ldml2JsonConverter()