Searched refs:allow_instrumentation (Results 1 – 6 of 6) sorted by relevance
/build/make/tools/aconfig/aconfig/src/codegen/ |
D | rust.rs | 34 allow_instrumentation: bool, in generate_rust_code() 49 allow_instrumentation, in generate_rust_code() 73 pub allow_instrumentation: bool, field 1303 fn test_generate_rust_code(mode: CodegenMode, allow_instrumentation: bool, expected: &str) { in test_generate_rust_code() 1314 allow_instrumentation, in test_generate_rust_code()
|
D | cpp.rs | 34 allow_instrumentation: bool, in generate_cpp_code() 59 allow_instrumentation, in generate_cpp_code() 103 pub allow_instrumentation: bool, field 1186 allow_instrumentation: bool, in test_generate_cpp_code() 1197 allow_instrumentation, in test_generate_cpp_code()
|
/build/make/tools/aconfig/aconfig/src/ |
D | main.rs | 256 let allow_instrumentation = in main() localVariable 258 let generated_files = commands::create_cpp_lib(cache, *mode, *allow_instrumentation) in main() 268 let allow_instrumentation = in main() localVariable 270 let generated_file = commands::create_rust_lib(cache, *mode, *allow_instrumentation) in main()
|
D | commands.rs | 208 allow_instrumentation: bool, in create_cpp_lib() 227 allow_instrumentation, in create_cpp_lib() 234 allow_instrumentation: bool, in create_rust_lib() 253 allow_instrumentation, in create_rust_lib()
|
/build/make/tools/aconfig/aconfig/templates/ |
D | rust.template | 16 {{ if allow_instrumentation }} 31 {{ if allow_instrumentation }} 115 {{ if not allow_instrumentation }}
|
D | cpp_source_file.template | 3 {{ if allow_instrumentation }} 110 {{ if allow_instrumentation }}
|