Home
last modified time | relevance | path

Searched refs:testroot (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Tools/test2to3/test/
Druntests.py8 testroot = os.path.dirname(__file__) variable
9 newroot = os.path.join(testroot, '..', 'build/lib/test')
10 copydir_run_2to3(testroot, newroot)
/external/libcups/scheduler/
Dprocess.c274 char testroot[1024]; /* Root directory of test files */ in cupsdCreateProfile() local
276 cupsd_requote(testroot, getenv("CUPS_TESTROOT"), sizeof(testroot)); in cupsdCreateProfile()
284 testroot, testroot); in cupsdCreateProfile()
290 testroot); in cupsdCreateProfile()
/external/dagger2/
Dworkspace_defs.bzl283 processor_class = "dagger.hilt.android.processor.internal.testroot.TestRootProcessor",