Home
last modified time | relevance | path

Searched refs:test_simple (Results 1 – 12 of 12) sorted by relevance

/external/chromium-trace/catapult/telemetry/third_party/altgraph/altgraph_tests/
Dtest_graphstat.py9 def test_simple(self): member in TestDegreesDist
37 def test_simple(self): member in TestBinning
/external/skia/tests/
DDeviceLooperTest.cpp39 static void test_simple(skiatest::Reporter* reporter) { in test_simple() function
136 test_simple(reporter); in DEF_TEST()
/external/llvm/test/CodeGen/AArch64/
Dadc.ll4 define i128 @test_simple(i128 %a, i128 %b, i128 %c) {
5 ; CHECK-LABEL: test_simple:
Darm64-variadic-aapcs.ll9 define void @test_simple(i32 %n, ...) {
10 ; CHECK-LABEL: test_simple:
/external/chromium-trace/catapult/third_party/Paste/tests/
Dtest_import_string.py5 def test_simple(): function
Dtest_registry.py108 def test_simple(): function
/external/autotest/client/cros/cellular/
Dlabconfig_data.py215 def test_simple(self): member in TestCombineTrees
/external/llvm/test/Transforms/SimplifyCFG/
Dmerge-cond-stores.ll3 ; CHECK-LABEL: @test_simple
13 define void @test_simple(i32* %p, i32 %a, i32 %b) {
/external/chromium-trace/catapult/third_party/webapp2/tests/
Dextras_routes_test.py96 def test_simple(self): member in TestPrefixRoutes
170 def test_simple(self): member in TestDomainRoute
/external/llvm/test/Analysis/BasicAA/
Dstruct-geps.ll7 ; CHECK-LABEL: test_simple
29 define void @test_simple(%struct* %st, i64 %i, i64 %j, i64 %k) {
/external/selinux/sepolgen/tests/
Dtest_interfaces.py200 def test_simple(self): member in TestInterfaceSet
/external/jsmn/
Djsmn_test.c82 int test_simple() { in test_simple() function
606 test(test_simple, "general test for a simple JSON string"); in main()