Home
last modified time | relevance | path

Searched refs:object (Results 1 – 25 of 43) sorted by relevance

12

/build/soong/cc/
Dobject.go84 func (object *objectLinker) appendLdflags(flags []string) {
88 func (object *objectLinker) linkerProps() []interface{} {
89 return []interface{}{&object.Properties}
94 func (object *objectLinker) linkerDeps(ctx DepsContext, deps Deps) Deps {
100 deps.HeaderLibs = append(deps.HeaderLibs, object.Properties.Header_libs...)
101 deps.ObjFiles = append(deps.ObjFiles, object.Properties.Objs...)
105 func (object *objectLinker) linkerFlags(ctx ModuleContext, flags Flags) Flags {
108 if lds := android.OptionalPathForModuleSrc(ctx, object.Properties.Linker_script); lds.Valid() {
115 func (object *objectLinker) link(ctx ModuleContext,
123 if len(objs.objFiles) == 1 && String(object.Properties.Linker_script) == "" {
[all …]
DAndroid.bp55 "object.go",
Dvendor_snapshot.go591 if m.binary() || m.object() {
765 } else if m.object() {
971 } else if module.object() {
Dprebuilt.go305 func (p *prebuiltObjectLinker) object() bool { func
/build/make/tools/releasetools/
Dcheck_partition_sizes.py43 class Expression(object):
76 class DeviceType(object):
94 class Dap(object):
108 class DynamicPartitionSizeChecker(object):
Dota_package_parser.py24 class Stash(object):
54 class OtaPackageParser(object):
Dcheck_target_files_signatures118 class CertDB(object):
185 class APK(object):
293 class TargetFiles(object):
Dcheck_target_files_signatures.py118 class CertDB(object):
185 class APK(object):
293 class TargetFiles(object):
Dtest_utils.py148 class MockScriptWriter(object):
Dverity_utils.py209 class VerityImageBuilder(object):
514 class HashtreeInfo(object):
535 class HashtreeInfoGenerator(object):
Dcommon.py50 class Options(object):
132 class ErrorCode(object):
331 class BuildInfo(object):
758 class PartitionBuildProps(object):
876 class Partition(object):
2190 class PasswordManager(object):
2418 class DeviceSpecificParams(object):
2519 class File(object):
2557 class Difference(object):
2678 class BlockDifference(object):
[all …]
Drangelib.py24 class RangeSet(object):
Dimages.py23 class Image(object):
Dapex_utils.py47 class ApexApkSigner(object):
Dtest_blockimgdiff.py29 class Item(object):
/build/make/tools/
Dmk2bp_catalog.py50 class Analysis(object):
94 class Analyzer(object):
113 class Summary(object):
122 class Makefile(object):
187 class Annotations(object):
197 class SoongData(object):
Devent_log_tags.py20 class Tag(object):
31 class TagFile(object):
Dfat16copy.py74 class fake_file(object):
144 class fat_dir(object):
282 class dentry(object):
450 class fat(object):
Dcheck_elf_file.py160 class ELFParser(object):
328 class Checker(object):
/build/make/tools/fs_config/
Dfs_config_generator.py25 class generator(object): # pylint: disable=invalid-name
73 class Utils(object):
121 class AID(object):
212 class FSConfig(object):
256 class CapabilityHeaderParser(object):
296 class AIDHeaderParser(object):
485 class FSConfigFileParser(object):
773 class StringWrapper(object):
843 class BaseGenerator(object):
/build/soong/cc/ndk_api_coverage_parser/
D__init__.py64 class XmlGenerator(object):
/build/soong/tradefed/
Dautogen.go105 …return fmt.Sprintf(`<object type="%s" class="%s">%s\n%s</object>`, ob.Type, ob.Class, options, tes…
/build/make/core/
Ddynamic_binary.mk48 $(SOONG_HOST_OUT)/bin/bssl_inject_hash -in-object $< -o $@
/build/make/tools/zipalign/
DREADME.txt8 -p : page align stored shared object files
/build/make/tools/droiddoc/templates-ndk/assets/
DGPL-LICENSE.txt135 under Section 2) in object code or executable form under the terms of
152 received the program in object code or executable form with such
166 If distribution of executable or object code is made by offering
170 compelled to copy the source along with the object code.

12