HomeSort by relevance Sort by last modified time
    Searched full:testname (Results 376 - 400 of 710) sorted by null

<<11121314151617181920>>

  /external/opencv3/modules/cudalegacy/test/
TestTranspose.h 55 TestTranspose(std::string testName, NCVTestSourceProvider<T> &src,
  /external/testng/src/main/java/org/testng/
ITestResult.java 87 * If this result's related instance implements ITest or use @Test(testName=...), returns its test name, otherwise returns null.
CommandLineArgs.java 82 public static final String TEST_NAME = "-testname";
85 public String testName;
  /external/testng/src/main/java/org/testng/reporters/
EmailableReporter2.java 221 String testName = Utils.escapeHtml(testResult.getTestName());
223 scenarioIndex += writeScenarioSummary(testName
227 scenarioIndex += writeScenarioSummary(testName
230 scenarioIndex += writeScenarioSummary(testName
234 scenarioIndex += writeScenarioSummary(testName
238 scenarioIndex += writeScenarioSummary(testName
602 private final String testName;
616 testName = context.getName();
704 return testName;
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
MediaEqualizerTest.java 75 private void log(String testName, String message) {
76 Log.v(TAG, "["+testName+"] "+message);
79 private void loge(String testName, String message) {
80 Log.e(TAG, "["+testName+"] "+message);
  /frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
UT_reduce.java 69 private <T extends Number> boolean result(String testName, T javaRslt, T rsRslt) {
72 testName + ": java " + javaRslt + ", rs " + rsRslt + ": " +
77 private boolean result(String testName, Int2 javaRslt, Int2 rsRslt) {
80 testName +
UT_reduce_backward.java 69 private <T extends Number> boolean result(String testName, T javaRslt, T rsRslt) {
72 testName + ": java " + javaRslt + ", rs " + rsRslt + ": " +
77 private boolean result(String testName, Int2 javaRslt, Int2 rsRslt) {
80 testName +
  /toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/
readelf.exp 49 set testname "finding out ELF size with readelf -h"
57 fail $testname
65 fail $testname
71 pass $testname
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/hppa/basic/
basic.exp 24 set testname "imem.s: integer memory loads and stores"
115 if [expr $x==60] then { pass $testname } else { fail $testname }
119 set testname "immed.s: immediate tests"
147 if [expr $x==3] then { pass $testname } else { fail $testname }
151 set testname "branch.s: branch tests"
359 if [expr $x==183] then { pass $testname } else { fail $testname }
363 set testname "branch2.s: branch tests
    [all...]
  /external/autotest/server/
frontend.py 298 job.testname = re.sub('\s.*', '', job.name) # arbitrary default
585 if pairing.testname:
586 new_job.testname = pairing.testname
686 testname = '%s.%s' % (test_job.testname, platform)
688 self.job.record(result, None, testname, status='')
    [all...]
  /external/skia/tests/
PathOpsSkpClipTest.cpp 444 SkString testName(fFilename);
446 if (testName.startsWith(http)) {
447 testName.remove(0, sizeof(http) - 1);
449 while (testName.startsWith("_")) {
450 testName.remove(0, 1);
453 if (testName.endsWith(dotSkp)) {
454 size_t len = testName.size();
455 testName.remove(len - (sizeof(dotSkp) - 1), sizeof(dotSkp) - 1);
457 testName.prepend("skp");
458 testName.append("1")
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/dist/
test.go 246 testName := "go_test:" + pkg
247 if t.runRx == nil || t.runRx.MatchString(testName) {
251 name: testName,
278 testName := "go_test_bench:" + pkg
279 if t.runRx == nil || t.runRx.MatchString(testName) {
283 name: testName,
348 testName := "runtime:cpu124"
350 name: testName,
479 // isRegisteredTestName reports whether a test named testName has already
481 func (t *tester) isRegisteredTestName(testName string) bool
    [all...]
  /prebuilts/go/linux-x86/src/cmd/dist/
test.go 246 testName := "go_test:" + pkg
247 if t.runRx == nil || t.runRx.MatchString(testName) {
251 name: testName,
278 testName := "go_test_bench:" + pkg
279 if t.runRx == nil || t.runRx.MatchString(testName) {
283 name: testName,
348 testName := "runtime:cpu124"
350 name: testName,
479 // isRegisteredTestName reports whether a test named testName has already
481 func (t *tester) isRegisteredTestName(testName string) bool
    [all...]
  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
UT_reduce.java 157 private <T extends Number> boolean result(String testName, final timing t,
163 Log.i(TAG, testName + ": java " + javaRslt + ", rs " + rsRslt + ": " + status);
167 private boolean result(String testName, final timing t,
170 Log.i(TAG, testName + ": java length " + javaRslt.length +
176 Log.i(TAG, testName + "[" + i + "]: java " + javaRslt[i] +
184 Log.i(TAG, testName + ": " + status);
188 private boolean result(String testName, final timing t,
191 Log.i(TAG, testName + ": java length " + javaRslt.length +
197 Log.i(TAG, testName + "[" + i + "]: java " + javaRslt[i] +
205 Log.i(TAG, testName + ": " + status)
    [all...]
  /cts/libs/vogar-expect/src/vogar/
Outcome.java 145 * "foo.bar.baz#testName" would be "foo/bar/baz/testName".
  /cts/tests/tests/assist/src/android/assist/cts/
TestStartActivity.java 50 String testName = getIntent().getStringExtra(Utils.TESTCASE_TYPE);
51 switch (testName) {
  /cts/tests/tests/media/src/android/media/cts/
AudioTrackLatencyTest.java 56 private void log(String testName, String message) {
57 Log.i(TAG, "[" + testName + "] " + message);
60 private void logw(String testName, String message) {
61 Log.w(TAG, "[" + testName + "] " + message);
64 private void loge(String testName, String message) {
65 Log.e(TAG, "[" + testName + "] " + message);
154 int primeAudioTrack(String testName) {
165 assertTrue(testName + ": framesWrittenTotal = " + framesWrittenTotal
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
GeeTestResultParser.java 182 public ParsedTestInfo(String testName, String testClassName, String testRunTime) {
183 mTestName = testName;
391 * @param identifier Raw identifier of the form classname.testname, with an optional time
398 * testname. This method guarantees a string will always be returned for the class and
480 * @param identifier Raw log output of the form classname.testname, with an optional time (x ms)
500 * @param identifier Raw log output of the form "classname.testname" with an optional (XX ms)
574 * @param identifier Raw log output of the form "classname.testname" with an optional (XX ms)
584 * @param identifier Raw log output of the form "classname.testname" with an optional (XX ms)
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
JDWPRawTestCase.java 164 String testName = getName();
165 logWriter.println(">> " + testName + ": " + msg);
  /external/autotest/client/cros/ui/
ui_test_base.py 131 'testname': self.tagged_testname,
157 get the base testname.
  /external/autotest/frontend/client/src/autotest/afe/
TestSelector.java 180 String testName = test.get("name").isString().stringValue().toLowerCase();
182 testName.contains(getTestNameFilterText())) {
  /external/junit/src/junit/textui/
TestRunner.java 94 public void testStarted(String testName) {
98 public void testEnded(String testName) {
  /external/parameter-framework/upstream/ctest/
CMakeLists.txt 52 function(set_test_env TestName)
90 set_property(TEST ${TestName} PROPERTY ENVIRONMENT
  /external/skia/src/pathops/
SkPathOpsTypes.cpp 216 SkDEBUGPARAMS(const char* testName))
223 SkDEBUGPARAMS(fDebugTestName(testName))
  /external/testng/src/main/java/org/testng/junit/
JUnitMethodFinder.java 30 public JUnitMethodFinder(String testName, IAnnotationFinder finder) {
31 m_testName = testName;

Completed in 1318 milliseconds

<<11121314151617181920>>