OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test_module
(Results
1 - 20
of
20
) 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/content/test/gpu/gpu_tests/
webgl_debug_renderer_info.py
7
from telemetry import test as
test_module
namespace
38
class WebGLDebugRendererInfo(
test_module
.Test):
webgl_conformance.py
11
from telemetry import test as
test_module
namespace
77
class WebglConformance(
test_module
.Test):
context_lost.py
6
from telemetry import test as
test_module
namespace
81
class ContextLost(
test_module
.Test):
/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/tools/telemetry/telemetry/page/
page_test_runner.py
7
from telemetry import test as
test_module
namespace
49
base_dir, base_dir,
test_module
.Test, index_by_class_name=True))
138
if isinstance(test,
test_module
.Test):
159
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 848 milliseconds