Home
last modified time | relevance | path

Searched defs:depth (Results 1 – 8 of 8) sorted by relevance

/tools/security/fuzzing/llm/tinyxml2_fuzzer/
Dgen_corpus.py8 def generate_random_xml(depth=0): argument
Dgen_corpus2.py5 def generate_random_xml(depth=0, max_depth=3, num_attributes=2, max_text_length=20): argument
/tools/security/fuzzing/llm/libufdt_fuzzer2/
Dlibufdt_fuzzer2.cpp37 int depth = stream.ConsumeIntegral<int>(); in LLVMFuzzerTestOneInput() local
/tools/asuite/aidegen/lib/
Dsource_locator.py81 def __init__(self, module_name, module_data, depth): argument
232 def _init_module_depth(self, depth): argument
Dproject_info.py236 def get_dep_modules(self, module_names=None, depth=0): argument
/tools/test/connectivity/acts/framework/acts/
Dcontext.py37 def get_current_context(depth=None): argument
/tools/test/connectivity/acts/framework/acts/libs/logging/
Dlog_stream.py341 def __get_current_output_dir(self, depth=ContextLevel.TESTCASE): argument
/tools/metalava/metalava-model/src/main/java/com/android/tools/metalava/model/
DTypeItem.kt298 var depth = 0 in <lambda>() variable