Home
last modified time | relevance | path

Searched defs:limit_scan_depth (Results 1 – 3 of 3) sorted by relevance

/external/sandboxed-api/sandboxed_api/tools/generator2/
Dcode_test.py36 def analyze_string(content, path='tmp.cc', limit_scan_depth=False): argument
41 def analyze_strings(path, unsaved_files, limit_scan_depth=False): argument
Dcode.py590 def __init__(self, path, tu, limit_scan_depth=False): argument
668 def process_files(input_paths, compile_flags, limit_scan_depth=False): argument
686 limit_scan_depth=False): argument
/external/sandboxed-api/sandboxed_api/tools/clang_generator/
Dgenerator.h62 bool limit_scan_depth = false; member