HomeSort by relevance Sort by last modified time
    Searched refs:testName (Results 101 - 125 of 280) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/v8/test/mjsunit/
array-reduce.js 50 function makeRecorder(func, testName) {
54 testName + "(number of arguments: " + arguments.length + ")");
55 assertEquals("number", typeof(i), testName + "(index must be number)");
56 assertEquals(s[i], b, testName + "(current argument is at index)");
61 testName + "(prev result -> current input)");
75 testName,
91 testName + " (number of calls)");
94 testName + " (call " + (i + 1) + ")");
96 assertEquals(expectedResult, result, testName + " (result)");
  /art/test/044-proxy/src/
ReturnsAndArgPassing.java 20 public static final String testName = "ReturnsAndArgPassing";
24 throw new AssertionError(testName + " Check failed");
95 System.out.println(testName + ".testProxyReturns RUNNING");
434 System.out.println(testName + ".testProxyReturns PASSED");
438 System.out.println(testName + ".testProxyArgPassing RUNNING");
458 System.out.println(testName + ".testProxyArgPassing PASSED");
  /development/tools/apkcheck/src/com/android/apkcheck/
TypeUtils.java 226 String testName = typeName.substring(0, nextDot);
227 if (apiList.getPackage(testName) != null) {
  /external/chromium_org/third_party/skia/tests/
skia_test.cpp 104 static bool should_run(const char* testName, bool isGPUTest) {
105 if (SkCommandLineFlags::ShouldSkip(FLAGS_match, testName)) {
PathOpsSkpClipTest.cpp 439 SkString testName(fFilename);
441 if (testName.startsWith(http)) {
442 testName.remove(0, sizeof(http) - 1);
444 while (testName.startsWith("_")) {
445 testName.remove(0, 1);
448 if (testName.endsWith(dotSkp)) {
449 size_t len = testName.size();
450 testName.remove(len - (sizeof(dotSkp) - 1), sizeof(dotSkp) - 1);
452 testName.prepend("skp");
453 testName.append("1")
    [all...]
  /external/junit/src/junit/textui/
TestRunner.java 94 public void testStarted(String testName) {
98 public void testEnded(String testName) {
  /external/junit/src/org/junit/internal/runners/
JUnit4ClassRunner.java 112 protected String testName(Method method) {
117 return Description.createTestDescription(getTestClass().getJavaClass(), testName(method), testAnnotations(method));
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
MediaTestUtil.java 46 public MediaTestUtil(String memoryOutFileName, String testName, String processName)
51 mTestName = testName;
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
IPTestListJB.java 34 public enum TestName {
85 private TestName(String s, int g, float base) {
90 private TestName(String s, int g) {
102 static TestBase newTest(TestName testName) {
103 switch(testName) {
ImageProcessingTest.java 23 import com.android.rs.imagejb.IPTestListJB.TestName;
38 private final String TEST_NAME = "Testname";
79 TestName mTestName;
81 public TestAction(TestName testName) {
82 mTestName = testName;
111 public void runTest(TestAction ta, String testName) {
123 results.putString(TEST_NAME, testName);
132 TestAction ta = new TestAction(TestName.LEVELS_VEC3_RELAXED);
133 runTest(ta, TestName.LEVELS_VEC3_RELAXED.name())
    [all...]
  /cts/tools/cts-xml-generator/src/com/android/cts/xmlgenerator/
XmlGenerator.java 230 public static boolean isKnownFailure(ExpectationStore expectationStore, String testName) {
231 return expectationStore != null && expectationStore.get(testName) != Expectation.SUCCESS;
236 String architecture, String className, String testName) {
243 removeUnsupportedAbis(expectationStore.get(testName), supportedAbis);
  /external/antlr/antlr-3.4/runtime/Python/
setup.py 136 for testName, error in loadFailures:
139 "Failed to load test module %s\n" % testName
268 for testName, error in loadFailures:
271 "Failed to load test module %s\n" % testName
  /external/chromium_org/third_party/icu/source/test/perf/perldriver/
Output.pm 97 print HTML "<th rowspan=\"2\" class=\"testNameHeader\"><a href=\"#TestName\">Test Name</a></th>\n";
99 printLeg("<a name=\"Test Name\">TestName</a> - name of the test as set by the test writer\n", "<a name=\"Ops\">Ops</a> - number of ".$operationIs."s per iteration\n");
215 th.testName { text-align: left; border-left-width: 1; border-right-width: 1;
273 print HTML "<tr><th class=\"testName\">test name</th><th class=\"testName\">interesting arguments</th><th class=\"testName\">iterations</th><th class=\"testName\">operations</th><th class=\"testName\">mean time (ns)</th><th class=\"testName\">error (ns)</th><th class=\"testName\">events</th></tr>\n"
    [all...]
  /external/chromium_org/tools/telemetry/telemetry/value/
failure_unittest.py 25 def testName(self):
  /external/icu/icu4c/source/test/perf/perldriver/
Output.pm 97 print HTML "<th rowspan=\"2\" class=\"testNameHeader\"><a href=\"#TestName\">Test Name</a></th>\n";
99 printLeg("<a name=\"Test Name\">TestName</a> - name of the test as set by the test writer\n", "<a name=\"Ops\">Ops</a> - number of ".$operationIs."s per iteration\n");
215 th.testName { text-align: left; border-left-width: 1; border-right-width: 1;
273 print HTML "<tr><th class=\"testName\">test name</th><th class=\"testName\">interesting arguments</th><th class=\"testName\">iterations</th><th class=\"testName\">operations</th><th class=\"testName\">mean time (ns)</th><th class=\"testName\">error (ns)</th><th class=\"testName\">events</th></tr>\n"
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
MediaPresetReverbTest.java 78 private void log(String testName, String message) {
79 Log.v(TAG, "["+testName+"] "+message);
82 private void loge(String testName, String message) {
83 Log.e(TAG, "["+testName+"] "+message);
  /frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
TextTest.java 48 mTests[index].testName = Allocation.createFromString(mRS,
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
ImageProcessingTest.java 22 import com.android.rs.image.ImageProcessingActivity.TestName;
37 private final String TEST_NAME = "Testname";
64 TestName mTestName;
66 public TestAction(TestName testName) {
67 mTestName = testName;
96 public void runTest(TestAction ta, String testName) {
108 results.putString(TEST_NAME, testName);
117 TestAction ta = new TestAction(TestName.LEVELS_VEC3_RELAXED);
118 runTest(ta, TestName.LEVELS_VEC3_RELAXED.name())
    [all...]
  /cts/common/host-side/xml-plan-generator/src/com/android/compatibility/common/xmlgenerator/
XmlPlanGenerator.java 153 final String testName = test.getName();
154 writer.append("<Test name=\"").append(testName).append("\"");
155 final String fullname = name + "#" + testName;
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
TestSuite.java 73 * @param testName the test method name
76 public Test findTest(List<String> suiteNames, String testClassName, String testName,
81 return testCase.findTest(testName, insertIfMissing);
85 return suite.findTest(suiteNames, testClassName, testName, insertIfMissing);
  /external/chromium_org/extensions/renderer/resources/
test_custom_bindings.js 34 function testName(test) {
90 chromeTest.log("( RUN ) " + testName(currentTest));
102 chromeTest.log("( FAILED ) " + testName(currentTest));
111 console.log("[FAIL] " + testName(currentTest) + ": " + message);
120 console.log("[SUCCESS] " + testName(currentTest));
196 var error_msg = "API Test Error in " + testName(currentTest);
  /external/deqp/modules/egl/
teglGetProcAddressTests.cpp 291 std::string testName (extName);
297 testName[ndx] = std::tolower(extName[ndx]);
299 extensionsGroup->addChild(new GetProcAddressExtensionCase(m_eglTestCtx, testName.c_str(), ("Test " + extName).c_str(), extName));
  /external/skia/tests/
PathOpsSkpClipTest.cpp 590 SkString testName(fFilename);
592 if (testName.startsWith(http)) {
593 testName.remove(0, sizeof(http) - 1);
595 while (testName.startsWith("_")) {
596 testName.remove(0, 1);
599 if (testName.endsWith(dotSkp)) {
600 size_t len = testName.size();
601 testName.remove(len - (sizeof(dotSkp) - 1), sizeof(dotSkp) - 1);
603 testName.prepend("skp");
604 testName.append("1")
    [all...]
  /external/chromium_org/extensions/test/data/web_view/apitest/
main.js 8 window.runTest = function(testName) {
9 if (!embedder.test.testList[testName]) {
10 window.console.warn('Incorrect testName: ' + testName);
16 embedder.test.testList[testName]();
  /external/chromium_org/tools/sheriffing/
failureinfo.js 142 // [ botname, binaryname, testname, [low_rev, high_rev] ].
149 var testName = failure[2];
153 if (testName.indexOf('preamble') != -1)
155 var key = binaryName + '-' + testName;

Completed in 550 milliseconds

1 2 3 45 6 7 8 91011>>