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

<<212223242526272829

  /external/vulkan-validation-layers/layers/
vk_validation_layer_details.md 31 | Check | Overview | ENUM DRAWSTATE_* | Relevant API | Testname | Notes/TODO |
123 | Check | Overview | ENUM SHADER_CHECKER_* | Relevant API | Testname | Notes/TODO |
152 | Check | Overview | ENUM MEMTRACK_* | Relevant API | Testname | Notes/TODO |
    [all...]
  /frameworks/base/docs/html/reference/android/support/test/rule/logging/
RuleLoggingUtils.html 477 <a href="/reference/android/support/test/rule/logging/RuleLoggingUtils.html#getTestDir(java.lang.String, java.lang.String, int)">getTestDir</a>(String className, String testName, int testRunNumber)
504 <a href="/reference/android/support/test/rule/logging/RuleLoggingUtils.html#getTestFile(java.lang.String, java.lang.String, java.lang.String, int)">getTestFile</a>(String className, String testName, String filename, int testRunNumber)
1378 String testName,
1399 <td><code>testName</code></td>
1434 String testName,
1452 <td><code>testName</code></td>
    [all...]
  /cts/common/util/src/com/android/compatibility/common/util/
ResultHandler.java 161 String testName = parser.getAttributeValue(NS, NAME_ATTR);
162 ITestResult test = testCase.getOrCreateResult(testName);
  /external/autotest/tko/
job_serializer.py 50 self.test_type_dict = {'subdir':str, 'testname':str,
232 fields_dict['testname'],
  /external/chromium-trace/catapult/tracing/tracing/base/unittest/
html_test_results.html 452 var testName = this.currentTestCaseResult_.testCase.fullyQualifiedName;
453 var data = result + ' ' + testName + ' ' + (extra_msg || '');
  /external/deqp/modules/egl/
teglQueryConfigTests.cpp 555 const char* testName;
593 simpleGroup->addChild(new GetConfigAttribSimpleCase(m_eglTestCtx, attributes[ndx].testName, "Simple attribute query case", attributes[ndx].attribute));
  /external/eigen/lapack/
CMakeLists.txt 144 set(testName "${target}_${input_name}")
146 add_test(LAPACK-${testName} "${CMAKE_COMMAND}"
  /external/guava/guava-testlib/src/com/google/common/testing/
AbstractPackageSanityTests.java 352 for (String testName : testNames) {
354 testClass.getMethod(testName);
  /external/junit/src/org/junit/runners/
BlockJUnit4ClassRunner.java 75 testName(method), method.getAnnotations());
194 protected String testName(FrameworkMethod method) {
  /external/libxml2/
regressions.py 205 if 'testname' in testDescription:
206 print "## %s" % testDescription['testname']
  /external/skia/src/pathops/
SkPathOpsOp.cpp 249 bool expectSuccess SkDEBUGPARAMS(const char* testName)) {
254 SkOpGlobalState globalState(&coincidence, contourList SkDEBUGPARAMS(testName));
  /libcore/support/src/test/java/org/apache/harmony/testframework/serialization/
SerializationTest.java 310 * The method loads "<code>testName</code>.golden.ser" resource file
345 * The method loads "<code>testName</code>.golden.<code>N</code>.ser"
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
regrtest.py 735 with saved_test_environment(testname, verbose, quiet):
748 def __init__(self, testname, verbose=0, quiet=False):
749 self.testname = testname
857 name, self.testname))
    [all...]
test_minidom.py 49 def confirm(self, test, testname = "Test"):
50 self.assertTrue(test, testname)
717 def check_import_document(self, deep, testName):
742 def check_clone_attribute(self, deep, testName):
750 testName + ": ownerElement should be None")
752 testName + ": ownerDocument does not match")
754 testName + ": cloned attribute must have specified == True")
762 def check_clone_pi(self, deep, testName):
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
regrtest.py 735 with saved_test_environment(testname, verbose, quiet):
748 def __init__(self, testname, verbose=0, quiet=False):
749 self.testname = testname
857 name, self.testname))
    [all...]
test_minidom.py 49 def confirm(self, test, testname = "Test"):
50 self.assertTrue(test, testname)
717 def check_import_document(self, deep, testName):
742 def check_clone_attribute(self, deep, testName):
750 testName + ": ownerElement should be None")
752 testName + ": ownerDocument does not match")
754 testName + ": cloned attribute must have specified == True")
762 def check_clone_pi(self, deep, testName):
    [all...]
  /prebuilts/go/darwin-x86/src/os/
os_test.go 144 func newFile(testName string, t *testing.T) (f *File) {
145 f, err := ioutil.TempFile(localTmp(), "_Go_"+testName)
147 t.Fatalf("TempFile %s: %s", testName, err)
152 func newDir(testName string, t *testing.T) (name string) {
153 name, err := ioutil.TempDir(localTmp(), "_Go_"+testName)
155 t.Fatalf("TempDir %s: %s", testName, err)
483 mustReadDir := func(testName string) []FileInfo {
486 t.Fatalf("%s: Readdir: %v", testName, err)
    [all...]
  /prebuilts/go/linux-x86/src/os/
os_test.go 144 func newFile(testName string, t *testing.T) (f *File) {
145 f, err := ioutil.TempFile(localTmp(), "_Go_"+testName)
147 t.Fatalf("TempFile %s: %s", testName, err)
152 func newDir(testName string, t *testing.T) (name string) {
153 name, err := ioutil.TempDir(localTmp(), "_Go_"+testName)
155 t.Fatalf("TempDir %s: %s", testName, err)
483 mustReadDir := func(testName string) []FileInfo {
486 t.Fatalf("%s: Readdir: %v", testName, err)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
regrtest.py 735 with saved_test_environment(testname, verbose, quiet):
748 def __init__(self, testname, verbose=0, quiet=False):
749 self.testname = testname
857 name, self.testname))
    [all...]
test_minidom.py 49 def confirm(self, test, testname = "Test"):
50 self.assertTrue(test, testname)
717 def check_import_document(self, deep, testName):
742 def check_clone_attribute(self, deep, testName):
750 testName + ": ownerElement should be None")
752 testName + ": ownerDocument does not match")
754 testName + ": cloned attribute must have specified == True")
762 def check_clone_pi(self, deep, testName):
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
regrtest.py 735 with saved_test_environment(testname, verbose, quiet):
748 def __init__(self, testname, verbose=0, quiet=False):
749 self.testname = testname
857 name, self.testname))
    [all...]
test_minidom.py 49 def confirm(self, test, testname = "Test"):
50 self.assertTrue(test, testname)
717 def check_import_document(self, deep, testName):
742 def check_clone_attribute(self, deep, testName):
750 testName + ": ownerElement should be None")
752 testName + ": ownerDocument does not match")
754 testName + ": cloned attribute must have specified == True")
762 def check_clone_pi(self, deep, testName):
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/runtime/
RemoteAdtTestRunner.java 108 * @param testName ignored
112 public void runTests(String[] testClassNames, String testName, TestExecution execution) {
  /tools/test/connectivity/acts/framework/acts/test_utils/bt/
bt_test_utils.py 427 def take_btsnoop_logs(android_devices, testcase, testname):
429 take_btsnoop_log(a, testcase, testname)
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
DialogTestListActivity.java 206 TestResult.addResultData(resultIntent, result, test.testName, /* testDetails */ null,

Completed in 989 milliseconds

<<212223242526272829