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

1 2 3 4 5 6 7 891011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/h8300/
t01_mov.exp 22 set testname "t01_mov.s -- h8sx tests"
59 pass "$testname: mov.b #0x12:8, ..."
61 fail "$testname: mov.b #0x12:8, ... ($x)"
64 default { fail "$testname: mov.b #0x12:8, ... ($x)" }
74 pass "$testname: mov.b #0x1:4, ..."
76 fail "$testname: mov.b #0x1:4, ... ($x)"
79 default { fail "$testname: mov.b #0x1:4, ... ($x)" }
87 pass "$testname: mov.b r3h, r1h"
89 fail "$testname: mov.b r3h, r1h ($x)"
92 default { fail "$testname: mov.b r3h, r1h ($x)"
    [all...]
t11_logs.exp 22 set testname "t11_logs.s -- h8sx logic tests"
69 pass "$testname: not.b ..."
71 fail "$testname: not.b ... ($x)"
74 default { fail "$testname: not.b ... ($x)" }
117 pass "$testname: not.w ..."
119 fail "$testname: not.w ... ($x)"
122 default { fail "$testname: not.w ... ($x)" }
167 pass "$testname: not.l ..."
169 fail "$testname: not.l ... ($x)"
172 default { fail "$testname: not.l ... ($x)"
    [all...]
  /external/icu/icu4c/source/test/cintltst/
stdnmtst.c 173 const char *enumName, *testName;
193 testName = expected[idx];
194 if (uprv_strcmp(enumName, testName) != 0 || U_FAILURE(err)
198 idx, enumName, testName, len, u_errorName(err));
244 UChar testName[256];
247 u_uastrncpy(testName, expected[idx], sizeof(testName)/sizeof(testName[0]));
248 if (u_strcmp(enumName, testName) != 0 || U_FAILURE(err)
252 idx, enumName, testName, len, u_errorName(err))
    [all...]
  /external/icu/icu4j/perf-tests/
perftests.pl 81 my $testname = $shortNames[$index];
93 my $testName = "DateFmt-$testname-pat$patternCounter-JDK";
94 $jdkElement->setAttribute("test" => $testName);
103 my $testName = "DateFmt-$testname-pat$patternCounter";
105 $icuElement->setAttribute("test"=> $testName);
126 my $testname = $shortNames[$index];
137 my $testName = "NumFmt-$testname-$patternName-JDK"
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
TestResultsProvider.java 56 * @param testName
60 final String testName = context.getClass().getName();
61 return Uri.withAppendedPath(getResultContentUri(context), testName);
67 static final String COLUMN_TEST_NAME = "testname";
228 static void setTestResult(Context context, String testName, int testResult,
232 values.put(TestResultsProvider.COLUMN_TEST_NAME, testName);
240 new String[] {testName});
  /toolchain/binutils/binutils-2.25/binutils/testsuite/lib/
utils-lib.exp 333 set testname "$subdir/$name"
335 set testname $opts(name)
337 verbose "Testing $testname"
341 unresolved $testname
359 unresolved $testname
373 unresolved $testname
382 unresolved $testname
396 perror "$testname: mixing skip and not-skip directives is invalid"
397 unresolved $testname
416 perror "$testname: mixing target and not-target directives is invalid
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/location/base/
BaseGnssTestActivity.java 170 String testName = getTestClassName();
174 testDetails = new GnssTestDetails(testName, GnssTestDetails.ResultCode.PASS);
176 testDetails = new GnssTestDetails(testName, "DeactivateFeatures", e);
185 testDetails = executeActivityTests(testName);
357 private GnssTestDetails executeActivityTests(String testName) {
361 testDetails = new GnssTestDetails(testName, GnssTestDetails.ResultCode.PASS);
363 testDetails = new GnssTestDetails(testName, "ActivitySetUp", e);
375 testDetails = new GnssTestDetails(testName, "TestExecution", e);
384 testDetails = new GnssTestDetails(testName, "ActivityCleanUp", e);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/hppa/parse/
parse.exp 24 set testname "stringer.s: Test embedded quotes and octal escapes in strings"
51 if [expr $x==6] then { pass $testname } else { fail $testname }
55 set testname "lselbugs.s: lselbug"
78 if [expr $x==4] then { pass $testname } else { fail $testname }
82 set testname "align1.s: valid alignment tests"
118 if [expr $x==10] then { pass $testname } else { fail $testname }
  /external/autotest/client/bin/
test.py 13 # outputdir eg. results/<job>/<testname.tag>
14 # resultsdir eg. results/<job>/<testname.tag>/results
15 # profdir eg. results/<job>/<testname.tag>/profiling
16 # debugdir eg. results/<job>/<testname.tag>/debug
19 # tmpdir eg. tmp/<testname.tag>
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiBufferViewCreateTests.cpp 218 std::ostringstream testName;
220 testName << "createBufferView_" << format;
221 testDescription << "vkBufferView test " << testName.str();
231 bufferViewTests->addChild(new BufferViewTestCase(testCtx, testName.str() + "_uniform", testDescription.str(), testParams));
242 bufferViewTests->addChild(new BufferViewTestCase(testCtx, testName.str() + "_storage", testDescription.str(), testParams));
  /external/google-benchmark/
appveyor.yml 84 $testName = $test.Name
89 Add-AppveyorTest $testName -Outcome Failed -FileName $testpath -Duration $time -ErrorMessage $($test.results.measurement.value)
90 Add-AppveyorMessage `"$testName failed`" -Category Error
94 Add-AppveyorTest $testName -Outcome Ignored -Filename $testpath
98 Add-AppveyorTest $testName -Outcome Passed -FileName $testpath -Duration $time -StdOut $($test.results.measurement.value)
  /external/opencv3/modules/cudalegacy/test/
NCVTest.hpp 84 testName(testName_)
98 return this->testName;
159 std::string testName;
209 fname += (bReasonMem ? "m_" : "") + this->testName + ".log";
213 stream << "NCV Test Failure Log: " << this->testName << std::endl;
  /external/skia/tests/
skia_test.cpp 40 void endTest(const char* testName,
49 SkDebugf("\n---- %s FAILED", testName);
59 testName);
114 static bool should_run(const char* testName, bool isGPUTest) {
115 if (SkCommandLineFlags::ShouldSkip(FLAGS_match, testName)) {
  /external/v8/test/mjsunit/
regexp-lookahead.js 36 var testName = re + ".test(" + stringEscape(input) +")";
38 assertTrue(re.test(input), testName);
40 assertFalse(re.test(input), testName);
45 var testName = re + ".exec('" + stringEscape(input) +"')";
46 assertEquals(expected_result, re.exec(input), testName);
  /prebuilts/go/darwin-x86/src/bytes/
buffer_test.go 29 func check(t *testing.T, testname string, buf *Buffer, s string) {
33 t.Errorf("%s: buf.Len() == %d, len(buf.Bytes()) == %d", testname, buf.Len(), len(bytes))
37 t.Errorf("%s: buf.Len() == %d, len(buf.String()) == %d", testname, buf.Len(), len(str))
41 t.Errorf("%s: buf.Len() == %d, len(s) == %d", testname, buf.Len(), len(s))
45 t.Errorf("%s: string(buf.Bytes()) == %q, s == %q", testname, string(bytes), s)
52 func fillString(t *testing.T, testname string, buf *Buffer, s string, n int, fus string) string {
53 check(t, testname+" (fill 1)", buf, s)
57 t.Errorf(testname+" (fill 2): m == %d, expected %d", m, len(fus))
60 t.Errorf(testname+" (fill 3): err should always be nil, found err == %s", err)
63 check(t, testname+" (fill 4)", buf, s
    [all...]
  /prebuilts/go/linux-x86/src/bytes/
buffer_test.go 29 func check(t *testing.T, testname string, buf *Buffer, s string) {
33 t.Errorf("%s: buf.Len() == %d, len(buf.Bytes()) == %d", testname, buf.Len(), len(bytes))
37 t.Errorf("%s: buf.Len() == %d, len(buf.String()) == %d", testname, buf.Len(), len(str))
41 t.Errorf("%s: buf.Len() == %d, len(s) == %d", testname, buf.Len(), len(s))
45 t.Errorf("%s: string(buf.Bytes()) == %q, s == %q", testname, string(bytes), s)
52 func fillString(t *testing.T, testname string, buf *Buffer, s string, n int, fus string) string {
53 check(t, testname+" (fill 1)", buf, s)
57 t.Errorf(testname+" (fill 2): m == %d, expected %d", m, len(fus))
60 t.Errorf(testname+" (fill 3): err should always be nil, found err == %s", err)
63 check(t, testname+" (fill 4)", buf, s
    [all...]
  /cts/tests/core/runner/src/com/android/cts/core/runner/
TestFilter.java 84 String testName = className + "#" + methodName;
87 if (!testList.shouldRunTest(testName)) {
92 Expectation expectation = expectationStore.get(testName);
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/fixtures/
simple_api_parser_test.js 94 var testName = getFullTestName(test, idx);
96 exports[testName] = createTest(test.src, test.expected, test.options);
98 exports['Options - locationInfo - ' + testName] = function () {
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
ImageProcessingActivity.java 62 public enum TestName {
111 private TestName(String s) {
240 void changeTest(TestName testName) {
244 switch(testName) {
391 mTestSpinner.setAdapter(new ArrayAdapter<TestName>(
392 this, R.layout.spinner_layout, TestName.values()));
398 changeTest(TestName.values()[pos]);
448 changeTest(TestName.LEVELS_VEC3_RELAXED);
517 for (TestName tn: TestName.values())
    [all...]
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
elementnormalize.java 68 Element testName;
75 testName = (Element) elementList.item(2);
76 firstChild = testName.getFirstChild();
nodecdatasectionnodetype.java 72 Element testName;
77 testName = (Element) elementList.item(1);
78 cdataNode = testName.getLastChild();
  /ndk/tests/device/test-gnustl-full/unit/cppunit/
test_main.cpp 78 const char *testName = "";
85 testName = argv[i]+3;
117 num_errors = CPPUNIT_NS::TestCase::run(reporter, testName);
  /ndk/tests/device/test-stlport/unit/cppunit/
test_main.cpp 78 const char *testName = "";
85 testName = argv[i]+3;
117 num_errors = CPPUNIT_NS::TestCase::run(reporter, testName);
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
comm-data.exp 36 set testname "MIPS $abi/$reloc common symbol override test"
46 "$testname (auxiliary shared object build)" \
67 "$testname" \
  /external/autotest/client/site_tests/graphics_dEQP/
generate_controlfiles.py 148 testname = get_testname(test, shard)
151 testname, attributes, suite, time, dependencies, test.filter,
157 testname = get_testname(test)
160 testname, attributes, suite, time, dependencies, test.filter,
171 testname = get_testname(test)
173 content = CONTROLFILE_TEMPLATE.format(testname, attributes, suite, time,

Completed in 661 milliseconds

1 2 3 4 5 6 7 891011>>