Home
last modified time | relevance | path

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

12

/build/make/core/
Drbe.mk66 …RBE_CXX := --labels=type=compile,lang=cpp,compiler=clang --env_var_allowlist=PWD --exec_strategy=$…
74 …JAVAC_WRAPPER := $(strip $(JAVAC_WRAPPER) $(RBE_WRAPPER) --labels=type=compile,lang=java,compiler=…
78 …R8_WRAPPER := $(strip $(RBE_WRAPPER) --labels=type=compile,compiler=r8 --exec_strategy=$(r8_exec_s…
82 …D8_WRAPPER := $(strip $(RBE_WRAPPER) --labels=type=compile,compiler=d8 --exec_strategy=$(d8_exec_s…
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)
Dchecktree14 excludes_compiled = map(re.compile, excludes)
59 regex_compiled = re.compile(regex)
60 filt_compiled = re.compile(filt)
Ddefinitions.mk1522 define compile-dotdot-cpp-file
1537 define compile-dotdot-c-file
1552 define compile-dotdot-s-file
1567 define compile-dotdot-s-file-no-deps
1956 define aapt2-compile-one-resource-file
1958 $(hide) $(AAPT2) compile -o $(dir $@) $(PRIVATE_AAPT2_CFLAGS) $<
1961 define aapt2-compile-resource-dirs
1963 $(hide) $(AAPT2) compile -o $@ $(addprefix --dir ,$(PRIVATE_SOURCE_RES_DIRS)) \
1968 define aapt2-compile-resource-zips
1971 $(hide) $(AAPT2) compile -o $@ --dir $@.contents $(PRIVATE_AAPT2_CFLAGS)
[all …]
/build/make/tools/
Dcheckowners.py62 patterns = re.compile(pats)
63 address_pattern = re.compile('([^@ ]+@[^ @]+)')
64 perfile_pattern = re.compile('per-file +.*=(.*)')
Dfilter-product-graph.py32 (dependency, re.compile(r'"(.*)"\s*->\s*"(.*)"')),
33 (info, re.compile(r'"(.*)"(\s*\[.*\])')),
Dgenerate-notice-files.py79 SRC_DIR_STRIP_RE = re.compile("(?:" + "|".join(input_dirs) + ")(/.*).txt")
137 SRC_DIR_STRIP_RE = re.compile("(?:" + "|".join(input_dirs) + ")(/.*).txt")
152 SRC_DIR_STRIP_RE = re.compile("(?:" + "|".join(input_dirs) + ")(/.*).txt")
Dcheck_elf_file.py96 pattern = re.compile('clang-r([0-9]+)([a-z]?)')
217 _DYNAMIC_SECTION_NEEDED_PATTERN = re.compile(
220 _DYNAMIC_SECTION_SONAME_PATTERN = re.compile(
257 _SYMBOL_ENTRY_PATTERN = re.compile('^ ([A-Za-z0-9_]+): (.*)$')
258 _SYMBOL_ENTRY_PAREN_PATTERN = re.compile(
Djava-layers.py184 COMMENTS = re.compile("//.*?\n|/\*.*?\*/", re.S)
185 PACKAGE = re.compile("package\s+(.*)")
186 IMPORT = re.compile("import\s+(.*)")
/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/make/tools/warn/
Dwarn_common.py236 warning_pattern = re.compile('^/[^ ]*/[^ ]*: warning: .*')
305 warning_pattern = re.compile(chrome_warning_pattern)
362 warning_pattern = re.compile('(^[^ ]*/[^ ]*: warning: .*)|(^warning: .*)')
363 warning_without_file = re.compile('^warning: .*')
364 rustc_file_position = re.compile('^[ ]+--> [^ ]*/[^ ]*:[0-9]+:[0-9]+')
576 project_patterns = [re.compile(p[1]) for p in project_list]
/build/soong/scripts/
Dgenerate-notice-files.py79 SRC_DIR_STRIP_RE = re.compile(input_dir + "(/.*).txt")
137 SRC_DIR_STRIP_RE = re.compile(input_dir + "(/.*).txt")
152 SRC_DIR_STRIP_RE = re.compile(input_dir + "(/.*).txt")
Dmanifest_check.py124 pattern = re.compile("^uses-library(-not-required)?:'(.*)'$", re.MULTILINE)
214 pattern = re.compile("^targetSdkVersion?:'(.*)'$", re.MULTILINE)
/build/soong/docs/
Dcompdb.md1 # Compdb (compile\_commands.json) Generator
/build/soong/rust/
Dproc_macro.go66 func (procMacro *procMacroDecorator) compile(ctx ModuleContext, flags Flags, deps PathDeps) android… func
Dprebuilt.go95 func (prebuilt *prebuiltLibraryDecorator) compile(ctx ModuleContext, flags Flags, deps PathDeps) an… func
/build/make/tools/fs_config/
Dfs_config_generator.py262 _CAP_DEFINE = re.compile(r'\s*#define\s+(CAP_\S+)\s+(\S+)')
309 re.compile(r'%sUNUSED[0-9].*' % AID.PREFIX),
310 re.compile(r'%sAPP' % AID.PREFIX),
311 re.compile(r'%sUSER' % AID.PREFIX)
313 _AID_DEFINE = re.compile(r'\s*#define\s+%s.*' % AID.PREFIX)
314 _RESERVED_RANGE = re.compile(
498 _AID_MATCH = re.compile('%s[A-Z0-9_]+' % AID.PREFIX)
/build/soong/scripts/check_boot_jars/
Dcheck_boot_jars.py33 allow_list_re = re.compile(combined_re)
/build/soong/java/
Daapt2.go59 Command: `${config.Aapt2Cmd} compile -o $outDir $cFlags $in`,
119 `${config.Aapt2Cmd} compile -o $out $cFlags --dir $resZipDir`,
/build/soong/cc/
Dtoolchain_library.go74 func (library *toolchainLibraryDecorator) compile(ctx ModuleContext, flags Flags, func
/build/make/tools/releasetools/
Dfind_shareduid_violation.py86 pattern = re.compile(r"sharedUserId.*=\"([^\"]*)")
Dmerge_target_files.py139 PARTITION_ITEM_PATTERN = re.compile(r'^([A-Z_]+)/\*$')
149 PARTITION_TAG_PATTERN = re.compile(r'partition="(.*?)"')
154 MODULE_KEY_PATTERN = re.compile(r'name="(.+)\.(apex|apk)"')
/build/bazel/rules/
Dcc_object.bzl55 (compilation_context, compilation_outputs) = cc_common.compile(
/build/blueprint/bootstrap/
Dbootstrap.go57 compile = pctx.StaticRule("compile", var
574 Rule: compile,
624 Rule: compile,

12