Home
last modified time | relevance | path

Searched defs:builder_name (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/angle/build/android/pylib/results/presentation/
H A Dtest_results_presentation.py288 builder_name, build_number, local_output): argument
336 builder_name=None, build_number=None, local_output=False): argument
403 def upload_screenshot_set(json_path, test_name, bucket, builder_name, argument
/aosp_15_r20/external/cronet/build/android/pylib/results/presentation/
H A Dtest_results_presentation.py288 builder_name, build_number, local_output): argument
336 builder_name=None, build_number=None, local_output=False): argument
403 def upload_screenshot_set(json_path, test_name, bucket, builder_name, argument
/aosp_15_r20/external/flatbuffers/src/
H A Didl_gen_dart.cpp420 auto builder_name = struct_type + "Builder"; in GenStruct() local
770 const std::string &builder_name, std::string &code) { in GenBuilder()
877 const std::string &builder_name, std::string &code) { in GenObjectBuilder()
/aosp_15_r20/external/skia/platform_tools/android/tradefed/
H A Dupload_dm_results.py15 def main(dm_dir, build_number, builder_name): argument
/aosp_15_r20/external/skia/infra/bots/recipe_modules/builder_name_schema/
H A Dbuilder_name_schema.py143 def DictForBuilderName(builder_name): argument
/aosp_15_r20/external/cronet/third_party/google_benchmark/src/bindings/python/google_benchmark/
H A D__init__.py95 def __getattr__(self, builder_name): argument
/aosp_15_r20/external/angle/build/android/pylib/results/flakiness_dashboard/
H A Dresults_uploader.py26 def __init__(self, builder_name, build_name, build_number, tmp_folder, argument
H A Djson_results_generator.py172 def __init__(self, builder_name, build_name, build_number, argument
/aosp_15_r20/external/cronet/build/android/pylib/results/flakiness_dashboard/
H A Dresults_uploader.py26 def __init__(self, builder_name, build_name, build_number, tmp_folder, argument
H A Djson_results_generator.py172 def __init__(self, builder_name, build_name, build_number, argument
/aosp_15_r20/external/google-benchmark/bindings/python/google_benchmark/
H A D__init__.py75 def __getattr__(self, builder_name): argument
/aosp_15_r20/external/rust/android-crates-io/crates/pdl-compiler/src/backends/rust_legacy/
Dtest.rs92 let builder_name = format_ident!("{}Builder", test_packet); in generate_unit_tests() localVariable