Searched refs:object (Results 1 – 25 of 43) sorted by relevance
12
/build/soong/cc/ |
D | object.go | 84 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 …]
|
D | Android.bp | 55 "object.go",
|
D | vendor_snapshot.go | 591 if m.binary() || m.object() { 765 } else if m.object() { 971 } else if module.object() {
|
D | prebuilt.go | 305 func (p *prebuiltObjectLinker) object() bool { func
|
/build/make/tools/releasetools/ |
D | check_partition_sizes.py | 43 class Expression(object): 76 class DeviceType(object): 94 class Dap(object): 108 class DynamicPartitionSizeChecker(object):
|
D | ota_package_parser.py | 24 class Stash(object): 54 class OtaPackageParser(object):
|
D | check_target_files_signatures | 118 class CertDB(object): 185 class APK(object): 293 class TargetFiles(object):
|
D | check_target_files_signatures.py | 118 class CertDB(object): 185 class APK(object): 293 class TargetFiles(object):
|
D | test_utils.py | 148 class MockScriptWriter(object):
|
D | verity_utils.py | 209 class VerityImageBuilder(object): 514 class HashtreeInfo(object): 535 class HashtreeInfoGenerator(object):
|
D | common.py | 50 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 …]
|
D | rangelib.py | 24 class RangeSet(object):
|
D | images.py | 23 class Image(object):
|
D | apex_utils.py | 47 class ApexApkSigner(object):
|
D | test_blockimgdiff.py | 29 class Item(object):
|
/build/make/tools/ |
D | mk2bp_catalog.py | 50 class Analysis(object): 94 class Analyzer(object): 113 class Summary(object): 122 class Makefile(object): 187 class Annotations(object): 197 class SoongData(object):
|
D | event_log_tags.py | 20 class Tag(object): 31 class TagFile(object):
|
D | fat16copy.py | 74 class fake_file(object): 144 class fat_dir(object): 282 class dentry(object): 450 class fat(object):
|
D | check_elf_file.py | 160 class ELFParser(object): 328 class Checker(object):
|
/build/make/tools/fs_config/ |
D | fs_config_generator.py | 25 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__.py | 64 class XmlGenerator(object):
|
/build/soong/tradefed/ |
D | autogen.go | 105 …return fmt.Sprintf(`<object type="%s" class="%s">%s\n%s</object>`, ob.Type, ob.Class, options, tes…
|
/build/make/core/ |
D | dynamic_binary.mk | 48 $(SOONG_HOST_OUT)/bin/bssl_inject_hash -in-object $< -o $@
|
/build/make/tools/zipalign/ |
D | README.txt | 8 -p : page align stored shared object files
|
/build/make/tools/droiddoc/templates-ndk/assets/ |
D | GPL-LICENSE.txt | 135 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