Home
last modified time | relevance | path

Searched refs:is_open_source_product (Results 1 - 5 of 5) sorted by relevance

/test/testfwk/developer_test/src/core/config/
H A Dparse_parts_config.py23 from core.common import is_open_source_product namespace
74 if is_open_source_product(self.productform):
/test/testfwk/developer_test/src/core/build/
H A Dbuild_testcases.py30 from core.common import is_open_source_product namespace
76 if productform == "phone" or is_open_source_product(productform):
217 if is_open_source_product(productform):
256 if is_open_source_product(productform):
/test/testfwk/developer_test/src/core/
H A Dcommon.py49 def is_open_source_product(product_name): function
/test/testfwk/developer_test/src/core/command/
H A Drun.py38 from core.common import is_open_source_product namespace
101 if is_open_source_product(product_form):
/test/testfwk/developer_test/src/core/testcase/
H A Dtestcase_manager.py25 from core.common import is_open_source_product namespace

Completed in 3 milliseconds