Searched refs:compile (Results 1 – 25 of 47) sorted by relevance
12
/build/make/core/ |
D | rbe.mk | 66 …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…
|
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)
|
D | checktree | 14 excludes_compiled = map(re.compile, excludes) 59 regex_compiled = re.compile(regex) 60 filt_compiled = re.compile(filt)
|
D | definitions.mk | 1522 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/ |
D | checkowners.py | 62 patterns = re.compile(pats) 63 address_pattern = re.compile('([^@ ]+@[^ @]+)') 64 perfile_pattern = re.compile('per-file +.*=(.*)')
|
D | filter-product-graph.py | 32 (dependency, re.compile(r'"(.*)"\s*->\s*"(.*)"')), 33 (info, re.compile(r'"(.*)"(\s*\[.*\])')),
|
D | generate-notice-files.py | 79 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")
|
D | check_elf_file.py | 96 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(
|
D | java-layers.py | 184 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/ |
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/make/tools/warn/ |
D | warn_common.py | 236 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/ |
D | generate-notice-files.py | 79 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")
|
D | manifest_check.py | 124 pattern = re.compile("^uses-library(-not-required)?:'(.*)'$", re.MULTILINE) 214 pattern = re.compile("^targetSdkVersion?:'(.*)'$", re.MULTILINE)
|
/build/soong/docs/ |
D | compdb.md | 1 # Compdb (compile\_commands.json) Generator
|
/build/soong/rust/ |
D | proc_macro.go | 66 func (procMacro *procMacroDecorator) compile(ctx ModuleContext, flags Flags, deps PathDeps) android… func
|
D | prebuilt.go | 95 func (prebuilt *prebuiltLibraryDecorator) compile(ctx ModuleContext, flags Flags, deps PathDeps) an… func
|
/build/make/tools/fs_config/ |
D | fs_config_generator.py | 262 _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/ |
D | check_boot_jars.py | 33 allow_list_re = re.compile(combined_re)
|
/build/soong/java/ |
D | aapt2.go | 59 Command: `${config.Aapt2Cmd} compile -o $outDir $cFlags $in`, 119 `${config.Aapt2Cmd} compile -o $out $cFlags --dir $resZipDir`,
|
/build/soong/cc/ |
D | toolchain_library.go | 74 func (library *toolchainLibraryDecorator) compile(ctx ModuleContext, flags Flags, func
|
/build/make/tools/releasetools/ |
D | find_shareduid_violation.py | 86 pattern = re.compile(r"sharedUserId.*=\"([^\"]*)")
|
D | merge_target_files.py | 139 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/ |
D | cc_object.bzl | 55 (compilation_context, compilation_outputs) = cc_common.compile(
|
/build/blueprint/bootstrap/ |
D | bootstrap.go | 57 compile = pctx.StaticRule("compile", var 574 Rule: compile, 624 Rule: compile,
|
12