Home | History | Annotate | Download | only in test

Lines Matching refs:search

201 # Ignore the build search path relative to this script to locate the lldb.py module.
247 # By default, search from the script directory.
299 tries to set up Python's search paths for modules by looking at the build tree
486 group.add_argument('args', metavar='test-dir', nargs='*', help='Specify a list of directory names to search for test modules named after Test*.py (test discovery). If empty, search from the current working directory instead.')
769 Add LLDB.framework/Resources/Python to the search paths for modules.
1031 if re.search(regexp, name):
1143 # directories, followed by setting up the search paths for lldb utilities;
1299 # Make a shallow copy of sys.path, we need to manipulate the search paths later.
1366 # And update the Python search paths for modules.