Home
last modified time | relevance | path

Searched refs:compile (Results 1 – 25 of 98) sorted by relevance

1234

/build/make/core/
Drbe.mk72 …RBE_CXX := --labels=type=compile,lang=cpp,compiler=clang --env_var_allowlist=PWD --exec_strategy=$…
80 …JAVAC_WRAPPER := $(strip $(JAVAC_WRAPPER) $(RBE_WRAPPER) --labels=type=compile,lang=java,compiler=…
84 …R8_WRAPPER := $(strip $(RBE_WRAPPER) --labels=type=compile,compiler=r8 --exec_strategy=$(r8_exec_s…
88 …D8_WRAPPER := $(strip $(RBE_WRAPPER) --labels=type=compile,compiler=d8 --exec_strategy=$(d8_exec_s…
Dchecktree14 excludes_compiled = map(re.compile, excludes)
59 regex_compiled = re.compile(regex)
60 filt_compiled = re.compile(filt)
Daapt2.mk30 $(eval $(call aapt2-compile-one-resource-file-rule,$(r),$(o)))\
36 $(eval $(call aapt2-compile-one-resource-file-rule,$(r),$(o)))\
46 $(call aapt2-compile-resource-dirs)
57 $(call aapt2-compile-resource-zips)
/build/make/tools/product_config/src/com/android/build/config/
DRegexSet.java30 mPatterns[i] = Pattern.compile(patterns[i]); in RegexSet()
DPosition.java31 private static final Pattern REGEX = Pattern.compile("([^:]*)(?::(\\d)*)?:?\\s*");
/build/bazel/scripts/incremental_build/
Dgo_allowlists.py49 start = re.compile(r"\w+\s*=\s*Bp2BuildConfig\{")
50 entry = re.compile(
79 start = re.compile(r"^\s*{l}\s=\s*\[]string\{{\s*$".format(l=listname))
/build/soong/python/scripts/
Dprecompile_python.py51 …py_compile.compile(in_name, out_name, info.filename, doraise=True, invalidation_mode=py_compile.Py…
53 py_compile.compile(in_name, out_name, info.filename, doraise=True)
/build/bazel/rules/apis/
Dapi_surface.bzl29 # TOOLCHAIN_API is a special API surface provided by ART to compile other API domains
30 # (e.g. core-lambda-stubs required to compile java files containing lambdas)
/build/make/tools/warn/
Dwarn_common.py250 warning_pattern = re.compile('^/[^ ]*/[^ ]*: warning: .*')
333 warning_pattern = re.compile(chrome_warning_pattern)
389 warning_pattern = re.compile('(^[^ ]*/[^ ]*: warning: .*)|(^warning: .*)')
390 rustc_file_position = re.compile('^[ ]+--> [^ ]*/[^ ]*:[0-9]+:[0-9]+')
398 bfw_warning_pattern = re.compile('.*/b/f/w/([^ ]*: warning: .*)')
410 extra_warning_pattern = re.compile(
414 extra_warning_pattern = re.compile('^[^/]* ([^ /]*/[^ ]*: warning: .*)')
652 project_patterns = [re.compile(p[1]) for p in project_list]
/build/bazel/toolchains/clang/host/linux-x86/
Dcc_toolchain_features.bzl104 actions = _actions.compile + _actions.link,
278 # Default C++ compile action only flags (No C)
286 # Default C compile action only flags (No C++)
301 actions = _actions.compile,
322 actions = _actions.compile,
343 actions = _actions.compile,
365 actions = _actions.compile,
381 actions = _actions.compile,
396 actions = _actions.compile,
417 actions = _actions.compile,
[all …]
/build/make/tools/
Dcheck_elf_file.py96 pattern = re.compile('clang-r([0-9]+)([a-z]?)')
218 _PROGRAM_HEADER_TYPE_PATTERN = re.compile('^\\s+Type:\\s+(.*)$')
219 _PROGRAM_HEADER_ALIGN_PATTERN = re.compile('^\\s+Alignment:\\s+(.*)$')
263 _DYNAMIC_SECTION_NEEDED_PATTERN = re.compile(
266 _DYNAMIC_SECTION_SONAME_PATTERN = re.compile(
303 _SYMBOL_ENTRY_PATTERN = re.compile('^ ([A-Za-z0-9_]+): (.*)$')
304 _SYMBOL_ENTRY_PAREN_PATTERN = re.compile(
Dgenerate-notice-files.py83 SRC_DIR_STRIP_RE = re.compile("(?:" + "|".join(input_dirs) + ")(/.*).txt")
139 SRC_DIR_STRIP_RE = re.compile("(?:" + "|".join(input_dirs) + ")(/.*).txt")
158 SRC_DIR_STRIP_RE = re.compile("(?:" + "|".join(input_dirs) + ")(/.*).txt")
Dgenerate_gts_shared_report.py80 re.compile(f'.*/{gts_test_dir}/(.*)'), module_meta_lic)
/build/make/tools/releasetools/merge/
Dmerge_utils.py182 _PARTITION_ITEM_PATTERN = re.compile(r'^([A-Z_]+)/.*$')
183 _IMAGE_PARTITION_PATTERN = re.compile(r'^IMAGES/(.*)\.img$')
184 _PREBUILT_IMAGE_PARTITION_PATTERN = re.compile(r'^PREBUILT_IMAGES/(.*)\.img$')
/build/soong/docs/
Dcompdb.md1 # Compdb (compile\_commands.json) Generator
/build/soong/scripts/
Dmanifest_check.py167 MODULE_NAMESPACE = re.compile('^//[^:]+:')
185 pattern = re.compile("^uses-library(-not-required)?:'(.*)'$", re.MULTILINE)
278 pattern = re.compile("^targetSdkVersion?:'(.*)'$", re.MULTILINE)
Dcheck_prebuilt_presigned_apk.py12 regex = re.compile(r"targetSdkVersion: *'([0-9]+)'")
/build/make/ci/
Dtest_mapping_module_retriever.py39 _COMMENTS_RE = re.compile(r'(\"(?:[^\"\\]|\\.)*\"|(?=//))(?://.*)?')
/build/soong/rust/
Dfuzz.go117 func (fuzzer *fuzzDecorator) compile(ctx ModuleContext, flags Flags, deps PathDeps) buildOutput { func
119 out := fuzzer.binaryDecorator.compile(ctx, flags, deps)
Dproc_macro.go73 func (procMacro *procMacroDecorator) compile(ctx ModuleContext, flags Flags, deps PathDeps) buildOu… func
/build/soong/scripts/check_boot_jars/
Dcheck_boot_jars.py30 allow_list_re = re.compile(combined_re)
/build/bazel/rules/
Dstatus_file_reader.py54 pattern = re.compile("|".join([re.escape("{" + v + "}") for v in status_file.keys()]))
/build/bazel/scripts/difftool/diffs/
Dnm.py56 _nm_re = re.compile(r"^(\w+)?\s+([a-zA-Z])\s(\S+)$")
/build/bazel/rules/cc/testing/
Dtransitions.bzl7 "argv_map": "A dict with compile action arguments keyed by the target label",
47 # The aspects generated by this function are used to examine compile actions
/build/bazel/scripts/difftool/
Ddifftool.py252 env_set_prefix_pattern = re.compile("^(( )*([^ =]+=[^ =]+)( )*)+(.*)$")
258 cd_rm_prefix_pattern = re.compile("^cd [^&]* &&( )+rm [^&]* && (.*)$")
263 comment_suffix_pattern = re.compile("(.*) # .*")

1234