/build/make/core/ |
D | rbe.mk | 60 …RBE_CXX := --labels=type=compile,lang=cpp,compiler=clang --env_var_whitelist=PWD --exec_strategy=$… 68 …JAVAC_WRAPPER := $(strip $(JAVAC_WRAPPER) $(RBE_WRAPPER) --labels=type=compile,lang=java,compiler=… 72 …R8_WRAPPER := $(strip $(RBE_WRAPPER) --labels=type=compile,compiler=r8 --exec_strategy=$(r8_exec_s… 76 …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 | 1384 define compile-dotdot-cpp-file 1399 define compile-dotdot-c-file 1414 define compile-dotdot-s-file 1429 define compile-dotdot-s-file-no-deps 1823 define aapt2-compile-one-resource-file 1825 $(hide) $(AAPT2) compile -o $(dir $@) $(PRIVATE_AAPT2_CFLAGS) $< 1828 define aapt2-compile-resource-dirs 1830 $(hide) $(AAPT2) compile -o $@ $(addprefix --dir ,$(PRIVATE_SOURCE_RES_DIRS)) \ 1835 define aapt2-compile-resource-zips 1838 $(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+(.*)")
|
D | mk2bp_catalog.py | 71 NORMAL_INCLUDES = [re.compile(pattern) for pattern in ( 92 BASE_RULES_RE = re.compile("include \$\(BUILD_SYSTEM\)/base_rules.mk")
|
/build/make/tools/warn/ |
D | warn_common.py | 233 warning_pattern = re.compile('^/[^ ]*/[^ ]*: warning: .*') 303 warning_pattern = re.compile(chrome_warning_pattern) 359 warning_pattern = re.compile('(^[^ ]*/[^ ]*: warning: .*)|(^warning: .*)') 360 warning_without_file = re.compile('^warning: .*') 361 rustc_file_position = re.compile('^[ ]+--> [^ ]*/[^ ]*:[0-9]+:[0-9]+') 567 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")
|
/build/soong/docs/ |
D | compdb.md | 1 # Compdb (compile\_commands.json) Generator
|
/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/rust/ |
D | proc_macro.go | 64 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
|
D | binary.go | 106 func (binary *binaryDecorator) compile(ctx ModuleContext, flags Flags, deps PathDeps) android.Path { func
|
/build/make/core/tasks/check_boot_jars/ |
D | check_boot_jars.py | 32 allow_list_re = re.compile(combined_re)
|
/build/soong/java/ |
D | aapt2.go | 58 Command: `${config.Aapt2Cmd} compile -o $outDir $cFlags $in`, 100 `${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
|
D | vendor_public_library.go | 105 func (stub *vendorPublicLibraryStubDecorator) compile(ctx ModuleContext, flags Flags, deps PathDeps… func
|
D | llndk_library.go | 84 func (stub *llndkStubDecorator) compile(ctx ModuleContext, flags Flags, deps PathDeps) Objects { func
|
/build/make/tools/releasetools/ |
D | apex_utils.py | 244 payload_info_matcher = re.compile(PAYLOAD_INFO_PATTERN) 261 prop_matcher = re.compile(PROPERTY_DESCRIPTOR_PATTERN)
|
D | merge_target_files.py | 120 PARTITION_ITEM_PATTERN = re.compile(r'^([A-Z_]+)/\*$') 130 PARTITION_TAG_PATTERN = re.compile(r'partition="(.*?)"') 135 MODULE_KEY_PATTERN = re.compile(r'name="(.+)\.(apex|apk)"')
|
/build/blueprint/bootstrap/ |
D | bootstrap.go | 59 compile = pctx.StaticRule("compile", var 539 Rule: compile, 589 Rule: compile,
|