HomeSort by relevance Sort by last modified time
    Searched defs:testName (Results 1 - 25 of 503) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /build/kati/testcase/
gen_testcase_parse_benchmark.go 56 func testName(fname string) string {
68 name := testName(fname)
76 Name: testName(fname),
  /external/icu/icu4c/source/tools/ctestfw/unicode/
testlog.h 36 testClass(callingTestClass), testName(callingTestName) {}
45 const char *const testName;
tstdtmod.h 38 const char* testName;
  /external/testng/src/test/java/test/name/
ITestSample.java 13 public ThreadLocal<String> testName = new ThreadLocal<>();
25 public void run(String testName) {
26 Assert.assertEquals(testName, this.testName.get());
31 testName.set((String) testArgs[0]);
36 Assert.assertEquals((String) testArgs[0], this.testName.get());
41 return testName.get();
  /cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
CustomManagedProfileTest.java 53 final String testName = expected ? "testIsProvisioningAllowedTrue"
55 runDeviceTestsAsUser(MANAGED_PROFILE_PKG, ".PreManagedProfileTest", testName, userId);
  /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsmConditionalBranchTests.cpp 63 string testName = string("same_labels_") + conditions[conditionIdx];
124 group->addChild(new SpvAsmComputeShaderCase(testCtx, testName.c_str(), "Tests both labels pointing to a same branch.", spec));
147 string testName = string("same_labels_") + conditions[conditionIdx];
213 createTestsForAllStages(testName.c_str(), defaultColors, defaultColors, fragments, resources, vector<string>(), group);
  /external/junit-params/src/test/java/junitparams/
RulesTest.java 8 import org.junit.rules.TestName;
27 public TestName testName = new TestName();
38 assertThat(testName.getMethodName()).isEqualTo("shouldHandleRulesProperly");
  /external/robolectric-shadows/robolectric/src/main/java/org/robolectric/
ParameterizedRobolectricTestRunner.java 93 protected String testName(final FrameworkMethod method) {
  /external/tensorflow/tensorflow/python/framework/
tensor_spec_test.py 83 def testName(self):
  /external/tensorflow/tensorflow/python/training/
queue_runner_test.py 241 def testName(self):
  /frameworks/base/tests/CoreTests/android/core/
TestWebData.java 112 testName = name;
124 public String testName;
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
nodecdatasectionnodetype.java 72 Element testName;
77 testName = (Element) elementList.item(1);
78 cdataNode = testName.getLastChild();
  /test/vti/dashboard/src/main/webapp/js/
test_acknowledgments.js 175 'testName' : test,
431 ack.key, ack.testName, ack.branches, ack.devices, ack.testCaseNames, ack.note);
  /art/test/800-smali/src/
Main.java 29 public TestCase(String testName, String testClass, String testMethodName, Object[] values,
31 this.testName = testName;
39 String testName;
189 System.out.println(tc.testName);
219 tc.testName);
229 tc.testName);
232 tc.testName + " got " + retValue);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/
SensorCtsVerifierTestActivity.java 88 String testName = String.format("%s#%s", getTestClassName(), testMethodName);
96 new SensorTestDetails(testName, SensorTestDetails.ResultCode.PASS, testSummary);
99 testDetails = new SensorTestDetails(testName, "TestExecution", e.getCause());
101 testDetails = new SensorTestDetails(testName, "TestInfrastructure", e);
  /cts/apps/CtsVerifierUSBCompanion/src/com/android/cts/verifierusbcompanion/
DeviceTestCompanion.java 185 String testName;
189 testName = nextTest(is, os, isSuccess);
191 updateStatus("Running test \"" + testName + "\"");
193 switch (testName) {
228 } while (!"done".equals(testName));
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
BusinessLogicTestCase.java 25 import org.junit.rules.TestName;
46 @Rule public TestName mTestCase = new TestName();
65 String testName = String.format("%s#%s", this.getClass().getName(), methodName);
66 if (mBusinessLogic.hasLogicFor(testName)) {
67 Log.i("Finding business logic for test case: ", testName);
69 mBusinessLogic.applyLogicFor(testName, executor);
  /development/tools/apkcheck/src/com/android/apkcheck/
TypeUtils.java 226 String testName = typeName.substring(0, nextDot);
227 if (apiList.getPackage(testName) != null) {
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
JDWPRawTestCase.java 166 String testName = getName();
167 logWriter.println(">> " + testName + ": " + msg);
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
DriverPropertyInfoTest.java 55 static String validName = "testname";
79 assertEquals(testName, aDriverPropertyInfo.name);
104 static java.lang.String testName = validName;
  /external/icu/icu4c/source/test/cintltst/
stdnmtst.c 174 const char *enumName, *testName;
194 testName = expected[idx];
195 if (uprv_strcmp(enumName, testName) != 0 || U_FAILURE(err)
199 idx, enumName, testName, len, u_errorName(err));
245 UChar testName[256];
248 u_uastrncpy(testName, expected[idx], UPRV_LENGTHOF(testName));
249 if (u_strcmp(enumName, testName) != 0 || U_FAILURE(err)
253 idx, enumName, testName, len, u_errorName(err));
  /external/skia/src/pathops/
SkPathOpsSimplify.cpp 137 SkDEBUGPARAMS(bool skipAssert) SkDEBUGPARAMS(const char* testName)) {
153 SkDEBUGPARAMS(skipAssert) SkDEBUGPARAMS(testName));
157 const char* testName = "release";
160 SkPathOpsDebug::DumpSimplify(path, testName);
  /external/skqp/src/pathops/
SkPathOpsSimplify.cpp 137 SkDEBUGPARAMS(bool skipAssert) SkDEBUGPARAMS(const char* testName)) {
153 SkDEBUGPARAMS(skipAssert) SkDEBUGPARAMS(testName));
157 const char* testName = "release";
160 SkPathOpsDebug::DumpSimplify(path, testName);
  /external/smali/smalidea/src/test/java/org/jf/smalidea/
SmaliClassTest.java 54 public void testName() {
  /external/tensorflow/tensorflow/python/kernel_tests/
partitioned_variables_test.py 401 def testName(self):

Completed in 449 milliseconds

1 2 3 4 5 6 7 8 91011>>