Searched refs:object (Results 1 – 25 of 40) sorted by relevance
12
/build/soong/cc/ |
D | object.go | 202 func (object *objectLinker) appendLdflags(flags []string) { 206 func (object *objectLinker) linkerProps() []interface{} { 207 return []interface{}{&object.Properties} 212 func (object *objectLinker) linkerDeps(ctx DepsContext, deps Deps) Deps { 213 deps.HeaderLibs = append(deps.HeaderLibs, object.Properties.Header_libs...) 214 deps.ObjFiles = append(deps.ObjFiles, object.Properties.Objs...) 218 func (object *objectLinker) linkerFlags(ctx ModuleContext, flags Flags) Flags { 221 if lds := android.OptionalPathForModuleSrc(ctx, object.Properties.Linker_script); lds.Valid() { 228 func (object *objectLinker) link(ctx ModuleContext, 236 if len(objs.objFiles) == 1 && String(object.Properties.Linker_script) == "" { [all …]
|
D | Android.bp | 64 "object.go",
|
/build/soong/bazel/cquery/ |
D | request_type.go | 77 for object in library.objects: 78 ccObjectFiles += [object.path]
|
/build/make/tools/ |
D | event_log_tags.py | 20 class Tag(object): 31 class TagFile(object):
|
D | compare_builds.py | 171 class DiffType(object): 541 class FileIterator(object): 560 class _Iterator(object): 625 class TouchedFile(object): 640 class Printer(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/releasetools/ |
D | check_partition_sizes.py | 44 class Expression(object): 91 class DeviceType(object): 109 class Dap(object): 123 class DynamicPartitionSizeChecker(object):
|
D | ota_package_parser.py | 24 class Stash(object): 54 class OtaPackageParser(object):
|
D | check_target_files_signatures.py | 118 class CertDB(object): 185 class APK(object): 293 class TargetFiles(object):
|
D | common.py | 51 class Options(object): 142 class ErrorCode(object): 337 class BuildInfo(object): 711 class RamdiskFormat(object): 880 class PartitionBuildProps(object): 1041 class Partition(object): 2574 class PasswordManager(object): 2802 class DeviceSpecificParams(object): 2903 class File(object): 2941 class Difference(object): [all …]
|
D | verity_utils.py | 219 class VerityImageBuilder(object): 524 class HashtreeInfo(object): 545 class HashtreeInfoGenerator(object):
|
D | test_utils.py | 155 class MockScriptWriter(object):
|
D | images.py | 23 class Image(object):
|
D | rangelib.py | 24 class RangeSet(object):
|
D | test_blockimgdiff.py | 29 class Item(object):
|
D | sparse_img.py | 32 class SparseImage(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/bazel/rules/ |
D | cc_object.bzl | 4 # "cc_object" module copts, taken from build/soong/cc/object.go 70 # partially link if there are multiple object files
|
D | cc_library_static.bzl | 36 # Returns a cloned copy of the given CcInfo object, except that all linker inputs
|
/build/soong/cc/ndk_api_coverage_parser/ |
D | __init__.py | 64 class XmlGenerator(object):
|
/build/make/core/ |
D | dynamic_binary.mk | 48 $(SOONG_HOST_OUT)/bin/bssl_inject_hash -in-object $< -o $@
|
D | LINUX_KERNEL_COPYING | 151 under Section 2) in object code or executable form under the terms of 168 received the program in object code or executable form with such 182 If distribution of executable or object code is made by offering 186 compelled to copy the source along with the object code.
|
/build/make/tools/zipalign/ |
D | README.txt | 8 -p : page align stored shared object files
|
/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…
|
12