Home
last modified time | relevance | path

Searched refs:PYD_SUFFIX (Results 1 - 3 of 3) sorted by relevance

/test/testfwk/xdevice/plugins/devicetest/driver/
H A Ddevice_test.py56 PYD_SUFFIX = ".pyd" variable
175 if str(request.root.source.source_file).endswith(PYD_SUFFIX) or \
296 post_suffix = [PY_SUFFIX, PYD_SUFFIX, PYC_SUFFIX]
356 testsuite.endswith(PYD_SUFFIX) or \
H A Dwindows.py46 PYD_SUFFIX = ".pyd" variable
120 if str(request.root.source.source_file).endswith(PYD_SUFFIX) or \
/test/testfwk/xdevice/src/xdevice/_core/executor/
H A Dsource.py66 PYD_SUFFIX = ".pyd" variable
293 elif os.path.isfile("%s%s" % (norm_test_source, PYD_SUFFIX)):
295 "%s%s" % (norm_test_source, PYD_SUFFIX))
420 test_source, PYD_SUFFIX))

Completed in 3 milliseconds