HomeSort by relevance Sort by last modified time
    Searched full:test_suffix (Results 1 - 7 of 7) sorted by null

  /external/chromium-trace/catapult/common/py_utils/py_utils/
tempfile_ext_unittest.py 26 test_suffix = 'foo'
27 with tempfile_ext.NamedTemporaryDirectory(suffix=test_suffix) as d:
28 self.assertTrue(os.path.basename(d).endswith(test_suffix))
  /external/llvm/utils/lit/lit/formats/
googletest.py 13 def __init__(self, test_sub_dir, test_suffix):
15 self.test_suffix = str(test_suffix)
19 self.test_suffix += '.exe'
73 if not execpath.endswith(self.test_suffix):
  /external/swiftshader/third_party/LLVM/utils/lit/lit/
TestFormats.py 11 def __init__(self, test_sub_dir, test_suffix):
13 self.test_suffix = str(test_suffix)
17 self.test_suffix += '.exe'
71 if subfilename.endswith(self.test_suffix):
  /external/chromium-trace/catapult/systrace/systrace/
monitor_unittest.py 48 def test_suffix(self): member in class:MonitorTest
  /external/guava/guava-testlib/src/com/google/common/testing/
AbstractPackageSanityTests.java 117 private static final Chopper TEST_SUFFIX =
308 Optional<String> testedClassName = TEST_SUFFIX.chop(cls.getName());
  /external/libunwind/
Android.bp 498 TEST_SUFFIX = ["64"]
502 TEST_SUFFIX = ["32"]
  /external/libnl/lib/route/qdisc/
netem.c 838 char *test_suffix = strstr(dist_type, dist_suffix); local
839 if (test_suffix != NULL && strlen(test_suffix) == 5)

Completed in 90 milliseconds