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

  /external/deqp/external/openglcts/modules/runner/
glcTestRunnerMain.cpp 38 CommandLine(void) : runType(glu::ApiType::es(2, 0)), flags(0)
42 glu::ApiType runType;
58 glu::ApiType runType;
75 cmdLine.runType = runTypes[ndx].runType;
127 cmdLine.runType, cmdLine.flags);
glcAndroidTestActivity.hpp 45 const std::string& logPath, glu::ApiType runType, deUint32 runFlags);
65 TestActivity(ANativeActivity* nativeActivity, glu::ApiType runType);
glcAndroidTestActivity.cpp 62 glu::ApiType runType, deUint32 runFlags)
66 , m_app(m_platform, m_archive, logPath.c_str(), runType, runFlags)
107 TestActivity::TestActivity(ANativeActivity* activity, glu::ApiType runType)
111 , m_testThread(*this, m_archive, getLogPath(activity), runType, getFlags(activity))
glcTestRunner.hpp 66 glu::ApiType runType;
77 runType = glu::ApiType();
glcTestRunner.cpp 581 attribs[0] = qpSetStringAttrib("Type", getRunTypeName(summary.runType));
688 m_summary.runType = m_type;
  /external/tensorflow/tensorflow/lite/tools/benchmark/
benchmark_model.h 33 enum RunType {
74 virtual void OnSingleRunStart(RunType runType) {}
99 void OnSingleRunStart(RunType runType) override {
101 listener->OnSingleRunStart(runType);
160 RunType run_type);
  /external/cldr/tools/java/org/unicode/cldr/json/
Ldml2JsonConverter.java 59 private enum RunType {
139 private RunType type;
158 public Ldml2JsonConverter(String cldrDir, String outputDir, String runType, boolean fullNumbers, boolean resolve, String coverage, String match,
162 this.type = RunType.valueOf(runType);
430 if (type == RunType.rbnf) {
442 if (type != RunType.supplemental && type != RunType.rbnf) {
447 if (type == RunType.main) {
455 if (type == RunType.main)
    [all...]
  /external/skia/fuzz/
FuzzCanvas.cpp     [all...]
  /external/skqp/fuzz/
FuzzCanvas.cpp     [all...]

Completed in 1050 milliseconds