Home
last modified time | relevance | path

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

/aosp_15_r20/external/sandboxed-api/sandboxed_api/tools/generator2/
H A 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
H A 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
/aosp_15_r20/external/sandboxed-api/sandboxed_api/tools/clang_generator/
H A Dgenerator.h62 bool limit_scan_depth = false; member