Home
last modified time | relevance | path

Searched defs:gn_args (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/perfetto/tools/
H A Dgn_utils.py76 def prepare_out_directory(gn_args, argument
107 def create_build_description(gn_args, root=repo_root()): argument
183 def gen_buildflags(gn_args, target_file): argument
H A Dgen_bazel61 gn_args = ' '.join((map(lambda x:'='.join(x), gn_args_base.items()))) variable
H A Dgen_amalgamated45 gn_args = ' '.join([ variable
H A Dgen_android_bp45 gn_args = ' '.join([ variable
/aosp_15_r20/external/cronet/components/cronet/tools/
H A Dutils.py49 def gn(out_dir, gn_args, gn_extra=None, **kwargs): argument
187 def filter_gn_args(gn_args, keys_to_remove): argument
/aosp_15_r20/external/pigweed/pw_presubmit/py/pw_presubmit/
H A Dbuild.py197 def gn_args(**kwargs) -> str: function
1105 def gn_args(self) -> dict[str, Any]: member in GnGenNinja
/aosp_15_r20/external/angle/tools/glslang/
H A Dupdate_glslang_binary.py23 gn_args = """is_clang = true variable
/aosp_15_r20/external/toolchain-utils/cwp/cr-os/
H A Dfetch_gn_descs.py86 def _run_gn_desc(in_dir, gn_args): argument
/aosp_15_r20/external/webrtc/tools_webrtc/presubmit_checks_lib/
H A Dbuild_helpers.py96 def GetCompilationCommand(filepath, gn_args, work_dir): argument
/aosp_15_r20/external/skia/gn/
H A Dgn_to_bp_utils.py24 def GenerateJSONFromGN(gn_args): argument
H A Dgn_to_bp.py528 gn_args = generate_args('"android"', True) variable
/aosp_15_r20/external/pigweed/pw_env_setup/py/pw_env_setup/virtualenv_setup/
H A Dinstall.py200 gn_args=(), argument
/aosp_15_r20/external/skia/tools/skqp/
H A Dcreate_apk.py218 def gn_args(self, arch): member in SkQP_Build_Options
/aosp_15_r20/packages/modules/Bluetooth/
Dbuild.py354 def to_gn_args_args(gn_args): argument