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

1 2

  /external/chromium-libpac/test/js-unittest/
pac_library_unittest.js 1 // This should output "PROXY success:80" if all the tests pass.
11 // Run all the tests
12 for (var test in Tests) {
16 Tests[test](t);
30 // Tests
33 var Tests = {};
35 Tests.testDnsDomainIs = function(t) {
42 Tests.testDnsDomainLevels = function(t) {
48 Tests.testIsInNet = function(t) {
61 Tests.testIsPlainHostName = function(t)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_transformer.py 9 class Tests(unittest.TestCase):
26 # This actually tests the compiler, but it's a way to assure the ast
35 test_support.run_unittest(Tests)
  /external/python/cpython2/Lib/test/
test_transformer.py 9 class Tests(unittest.TestCase):
26 # This actually tests the compiler, but it's a way to assure the ast
35 test_support.run_unittest(Tests)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_transformer.py 9 class Tests(unittest.TestCase):
26 # This actually tests the compiler, but it's a way to assure the ast
35 test_support.run_unittest(Tests)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_transformer.py 9 class Tests(unittest.TestCase):
26 # This actually tests the compiler, but it's a way to assure the ast
35 test_support.run_unittest(Tests)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_transformer.py 9 class Tests(unittest.TestCase):
26 # This actually tests the compiler, but it's a way to assure the ast
35 test_support.run_unittest(Tests)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_transformer.py 9 class Tests(unittest.TestCase):
26 # This actually tests the compiler, but it's a way to assure the ast
35 test_support.run_unittest(Tests)
  /art/tools/ahat/test/
Tests.java 21 public class Tests {
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/
TestFixtureBase.cs 35 namespace Antlr.Runtime.Tests
TestDriver.cs 35 namespace Antlr.Runtime.Tests
ANTLRxxxxStreamFixture.cs 37 namespace Antlr.Runtime.Tests
61 #region ANTLRInputStream Tests
289 #region ANTLRStringStream Tests
ITreeFixture.cs 35 namespace Antlr.Runtime.Tests
52 #region CommonTree Tests
ITreeNodeStreamFixture.cs 35 namespace Antlr.Runtime.Tests
54 #region BufferedTreeNodeStream Tests
550 #region CommonTreeNodeStream Tests
RewriteRuleXxxxStreamFixture.cs 36 namespace Antlr.Runtime.Tests {
90 #region Method Tests
  /device/linaro/bootloader/edk2/BaseTools/Tests/
TianoCompress.py 2 # Unit tests for TianoCompress utility
25 class Tests(TestTools.BaseToolsTest):
CheckPythonSyntax.py 2 # Unit tests for checking syntax of Python source code
24 class Tests(TestTools.BaseToolsTest):
57 Tests,
CheckUnicodeSourceFiles.py 2 # Unit tests for AutoGen.UniClassObject
31 class Tests(TestTools.BaseToolsTest):
  /external/swiftshader/third_party/subzero/crosstest/
test_vector_ops.cpp 1 //===- subzero/crosstest/test_vector_ops.cpp - Vector tests -----*- C++ -*-===//
26 /* Simple tests splatting elements. */ \
    [all...]
  /build/make/tools/fs_config/
test_fs_config_generator.py 19 class Tests(unittest.TestCase):
20 """Test class for unit tests"""
  /libcore/luni/src/test/java/tests/java/lang/String/
Tests.java 17 package tests.java.lang.String;
22 * Tests for the class {@link String}.
24 public class Tests extends TestCase {
  /system/sepolicy/tests/
sepolicy_tests.py 9 # Tests
24 # This is used to allow multiple file_contexts files and tests to be
39 Tests = ["TestDataTypeViolators"]
50 help="Test options include "+str(Tests))
76 # If an individual test is not specified, run all tests.
77 if options.test is None or "TestDataTypeViolations" in options.tests:
79 if options.test is None or "TestSysfsTypeViolations" in options.tests:
81 if options.test is None or "TestDebugfsTypeViolations" in options.tests:
treble_sepolicy_tests.py 168 # setup for the policy compatibility tests
176 # Tests
260 # This is used to allow multiple file_contexts files and tests to be
275 Tests = {"CoredomainViolations": TestCoredomainViolations,
290 parser.add_option("-t", "--test", dest="tests", action="extend",
292 help="Test options include "+str(Tests))
331 # If an individual test is not specified, run all tests.
332 if options.tests is None:
333 for t in Tests.values():
336 for tn in options.tests
    [all...]
  /external/selinux/libsemanage/src/
pywrap-test.py 7 Choose one of the following tests:\n\
45 class Tests:
    [all...]
  /external/clang/lib/Driver/
MSVCToolChain.cpp 289 const char *Tests[] = {"winv6.3", "win8", "win7"};
290 for (const char *Test : Tests) {
  /external/llvm/unittests/Support/
YAMLIOTest.cpp 689 EXPECT_EQ(cBlue, map.c4); // tests default
690 EXPECT_EQ(cYellow,map.c5); // tests overridden
691 EXPECT_EQ(cRed, map.c6); // tests default
    [all...]

Completed in 592 milliseconds

1 2