HomeSort by relevance Sort by last modified time
    Searched refs:test_support (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/mojo/public/tools/bindings/pylib/mojom/generate/
module_tests.py 7 import test_support namespace
9 EXPECT_EQ = test_support.EXPECT_EQ
10 EXPECT_TRUE = test_support.EXPECT_TRUE
11 RunTest = test_support.RunTest
12 ModulesAreEqual = test_support.ModulesAreEqual
13 BuildTestModule = test_support.BuildTestModule
14 TestTestModule = test_support.TestTestModule
data_tests.py 8 import test_support namespace
10 EXPECT_EQ = test_support.EXPECT_EQ
11 EXPECT_TRUE = test_support.EXPECT_TRUE
12 RunTest = test_support.RunTest
59 return test_support.TestTestModule(module)
63 module = test_support.BuildTestModule()
69 module1 = test_support.BuildTestModule()
73 return EXPECT_TRUE(test_support.ModulesAreEqual(module1, module2))
pack_tests.py 9 import test_support namespace
12 EXPECT_EQ = test_support.EXPECT_EQ
13 EXPECT_TRUE = test_support.EXPECT_TRUE
14 RunTest = test_support.RunTest
  /external/chromium_org/mojo/public/tests/
test_support_private.h 10 #include "mojo/public/c/test_support/test_support.h"
21 static void Init(TestSupport* test_support);
test_support_private.cc 53 void TestSupport::Init(TestSupport* test_support) {
55 g_test_support = test_support;
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Pipeline.py 222 test_support = []
225 test_support.append(TreeAssertVisitor())
239 test_support,
  /external/chromium_org/cc/test/
test_web_graphics_context_3d.h 355 void set_test_support(TestContextSupport* test_support) {
356 test_support_ = test_support;
  /external/chromium_org/third_party/cython/src/Cython/Debugger/Tests/
test_libcython_in_gdb.py 20 from test import test_support namespace
462 # test_support.run_unittest(tests)
  /external/chromium_org/third_party/cython/src/
runtests.py     [all...]

Completed in 119 milliseconds