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

  /dalvik/unit-tests/
Android.mk 19 test_module = dalvik-vm-unit-tests macro
34 LOCAL_MODULE := $(test_module)
45 #LOCAL_MODULE := $(test_module)
  /development/testrunner/tests/
Android_native.mk 16 test_module := foo macro
17 LOCAL_MODULE := $(test_module)
  /external/chromium_org/build/android/pylib/host_driven/
setup.py 108 def _GetTestsFromModule(test_module, **kwargs):
109 """Gets a list of test objects from |test_module|.
112 test_module: Module from which to get the set of test methods.
117 defined in |test_module|.
121 for name in dir(test_module):
122 attr = getattr(test_module, name)
  /external/chromium_org/content/test/gpu/gpu_tests/
webgl_conformance.py 10 from telemetry import test as test_module namespace
67 class WebglConformance(test_module.Test):
  /external/chromium_org/tools/telemetry/telemetry/page/
page_test_runner.py 7 from telemetry import test as test_module namespace
50 base_dir, base_dir, test_module.Test, index_by_class_name=True))
142 if isinstance(test, test_module.Test):
164 if isinstance(test, test_module.Test):
  /external/llvm/test/Bindings/Ocaml/
executionengine.ml 62 let m = create_module (global_context ()) "test_module" in
  /external/chromium-trace/trace-viewer/build/
parse_deps_test.py 238 def test_module(self): member in class:FlattenTests
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_repr.py 246 def test_module(self): member in class:LongReprTest
test_ast.py 298 def test_module(self): member in class:AST_Tests
test_funcattrs.py 34 def test_module(self): member in class:FunctionPropertiesTest
test_warnings.py 112 def test_module(self): member in class:FilterTests
117 message = UserWarning("FilterTests.test_module")
test_decimal.py 1071 def test_module(self): member in class:DecimalArithmeticOperatorsTest
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_repr.py 246 def test_module(self): member in class:LongReprTest
test_ast.py 298 def test_module(self): member in class:AST_Tests
test_funcattrs.py 34 def test_module(self): member in class:FunctionPropertiesTest
test_warnings.py 112 def test_module(self): member in class:FilterTests
117 message = UserWarning("FilterTests.test_module")
test_decimal.py 1071 def test_module(self): member in class:DecimalArithmeticOperatorsTest
    [all...]
  /external/chromium_org/third_party/libxml/src/
testapi.c 27 static int test_module(const char *module);
151 ret = test_module(argv[2]);
155 ret = test_module(argv[1]);
51650 test_module(const char *module) { function
    [all...]

Completed in 322 milliseconds