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

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/bfin/
event.s 46 .global testset
47 testset: label
48 testset(p5);
49 TESTset (P0);
event.d 35 00000018 <testset>:
36 18: b5 00 TESTSET \(P5\);
37 1a: b0 00 TESTSET \(P0\);
  /external/opencv3/modules/flann/include/opencv2/flann/
ground_truth.h 83 void compute_ground_truth(const Matrix<typename Distance::ElementType>& dataset, const Matrix<typename Distance::ElementType>& testset, Matrix<int>& matches,
86 for (size_t i=0; i<testset.rows; ++i) {
87 find_nearest<Distance>(dataset, testset[i], matches[i], (int)matches.cols, skip, d);
  /external/deqp/scripts/
run_nightly.py 87 def __init__(self, name, buildConfig, generator, binaryName, testset, args = [], exclude = [], ignore = []):
92 self.testset = testset
304 '--testset=%s' % string.join(config.testset, ","),
369 testset = ["dEQP-GLES2.info.*", "dEQP-GLES2.functional.*", "dEQP-GLES2.usecases.*"], variable
383 testset = ["dEQP-GLES3.info.*", "dEQP-GLES3.functional.*", "dEQP-GLES3.usecases.*"], variable
402 testset = ["dEQP-GLES31.*"], variable
425 testset = ["dEQP-GL3.info.*", "dEQP-GL3.functional.*"], variable
441 testset = ["dEQP-EGL.info.*", "dEQP-EGL.functional.*"] variable
454 testset = ["dEQP-CL.*"], variable
    [all...]
  /external/deqp/executor/tools/
xeCommandLineExecutor.cpp 65 DE_DECLARE_COMMAND_LINE_OPT(TestSet, vector<string>);
101 << Option<TestSet> ("t", "testset", "Comma-separated list of include filters.", parseCommaSeparatedList)
133 vector<string> testset; member in struct:__anon9687::CommandLine
168 if (!opts.hasOption<opt::TestSet>())
170 std::cout << "Invalid command line arguments. --testset not defined." << std::endl;
198 cmdLine.testset = opts.getOption<opt::TestSet>();
304 void addMatchingCases (const xe::TestGroup& group, xe::TestSet& testSet, const char* filter
    [all...]
  /external/opencv3/
Android.mk 790 modules/ml/src/testset.cpp \
    [all...]

Completed in 118 milliseconds