Searched refs:compile (Results 1 – 25 of 98) sorted by relevance
1234
/build/make/core/ |
D | rbe.mk | 72 …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…
|
D | checktree | 14 excludes_compiled = map(re.compile, excludes) 59 regex_compiled = re.compile(regex) 60 filt_compiled = re.compile(filt)
|
D | aapt2.mk | 30 $(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/ |
D | RegexSet.java | 30 mPatterns[i] = Pattern.compile(patterns[i]); in RegexSet()
|
D | Position.java | 31 private static final Pattern REGEX = Pattern.compile("([^:]*)(?::(\\d)*)?:?\\s*");
|
/build/bazel/scripts/incremental_build/ |
D | go_allowlists.py | 49 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/ |
D | precompile_python.py | 51 …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/ |
D | api_surface.bzl | 29 # 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/ |
D | warn_common.py | 250 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/ |
D | cc_toolchain_features.bzl | 104 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/ |
D | check_elf_file.py | 96 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(
|
D | generate-notice-files.py | 83 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")
|
D | generate_gts_shared_report.py | 80 re.compile(f'.*/{gts_test_dir}/(.*)'), module_meta_lic)
|
/build/make/tools/releasetools/merge/ |
D | merge_utils.py | 182 _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/ |
D | compdb.md | 1 # Compdb (compile\_commands.json) Generator
|
/build/soong/scripts/ |
D | manifest_check.py | 167 MODULE_NAMESPACE = re.compile('^//[^:]+:') 185 pattern = re.compile("^uses-library(-not-required)?:'(.*)'$", re.MULTILINE) 278 pattern = re.compile("^targetSdkVersion?:'(.*)'$", re.MULTILINE)
|
D | check_prebuilt_presigned_apk.py | 12 regex = re.compile(r"targetSdkVersion: *'([0-9]+)'")
|
/build/make/ci/ |
D | test_mapping_module_retriever.py | 39 _COMMENTS_RE = re.compile(r'(\"(?:[^\"\\]|\\.)*\"|(?=//))(?://.*)?')
|
/build/soong/rust/ |
D | fuzz.go | 117 func (fuzzer *fuzzDecorator) compile(ctx ModuleContext, flags Flags, deps PathDeps) buildOutput { func 119 out := fuzzer.binaryDecorator.compile(ctx, flags, deps)
|
D | proc_macro.go | 73 func (procMacro *procMacroDecorator) compile(ctx ModuleContext, flags Flags, deps PathDeps) buildOu… func
|
/build/soong/scripts/check_boot_jars/ |
D | check_boot_jars.py | 30 allow_list_re = re.compile(combined_re)
|
/build/bazel/rules/ |
D | status_file_reader.py | 54 pattern = re.compile("|".join([re.escape("{" + v + "}") for v in status_file.keys()]))
|
/build/bazel/scripts/difftool/diffs/ |
D | nm.py | 56 _nm_re = re.compile(r"^(\w+)?\s+([a-zA-Z])\s(\S+)$")
|
/build/bazel/rules/cc/testing/ |
D | transitions.bzl | 7 "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/ |
D | difftool.py | 252 env_set_prefix_pattern = re.compile("^(( )*([^ =]+=[^ =]+)( )*)+(.*)$") 258 cd_rm_prefix_pattern = re.compile("^cd [^&]* &&( )+rm [^&]* && (.*)$") 263 comment_suffix_pattern = re.compile("(.*) # .*")
|
1234