Searched defs:to_exclude (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/cronet/build/android/pylib/utils/ |
H A D | instrumentation_tracing.py | 60 def _shouldTrace(frame, to_include, to_exclude, included, excluded): argument 105 def _generate_trace_function(to_include, to_exclude): argument 184 def start_instrumenting(output_file, to_include=(), to_exclude=()): argument 201 def Instrument(output_file, to_include=(), to_exclude=()): argument
|
/aosp_15_r20/external/angle/build/android/pylib/utils/ |
H A D | instrumentation_tracing.py | 60 def _shouldTrace(frame, to_include, to_exclude, included, excluded): argument 105 def _generate_trace_function(to_include, to_exclude): argument 184 def start_instrumenting(output_file, to_include=(), to_exclude=()): argument 201 def Instrument(output_file, to_include=(), to_exclude=()): argument
|
/aosp_15_r20/external/pytorch/aten/src/ATen/functorch/ |
H A D | Interpreter.cpp | 60 auto to_exclude = local_keyset.excluded_; in setup_dispatch_key_tls() local
|
/aosp_15_r20/art/dex2oat/linker/ |
H A D | oat_writer.cc | 2128 ArrayRef<const DexFile* const> to_exclude(compiler_options_.GetDexFilesForOatFile()); in InitIndexBssMappings() local 3073 ArrayRef<const DexFile* const> to_exclude(compiler_options_.GetDexFilesForOatFile()); in WriteIndexBssMappings() local
|