Home
last modified time | relevance | path

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

/aosp_15_r20/external/sandboxed-api/sandboxed_api/tools/generator2/
H A Dcode_test.py36 def analyze_string(content, path='tmp.cc', limit_scan_depth=False): function
50 translation_unit = analyze_string(CODE)
54 translation_unit = analyze_string(CODE)
78 translation_unit = analyze_string(function_body)
85 translation_unit = analyze_string('extern "C" int function(char* a);')
105 translation_unit = analyze_string(function_body)
129 generator = code.Generator([analyze_string(body)])
138 generator = code.Generator([analyze_string(body)])
147 generator = code.Generator([analyze_string(body)])
157 generator = code.Generator([analyze_string(body)])
[all …]