Searched refs:object (Results 1 – 25 of 55) sorted by relevance
123
/build/soong/cc/ |
D | object.go | 206 func (object *objectLinker) appendLdflags(flags []string) { 210 func (object *objectLinker) linkerProps() []interface{} { 211 return []interface{}{&object.Properties} 216 func (object *objectLinker) linkerDeps(ctx DepsContext, deps Deps) Deps { 217 deps.HeaderLibs = append(deps.HeaderLibs, object.Properties.Header_libs...) 218 deps.SharedLibs = append(deps.SharedLibs, object.Properties.Shared_libs...) 219 deps.StaticLibs = append(deps.StaticLibs, object.Properties.Static_libs...) 220 deps.ObjFiles = append(deps.ObjFiles, object.Properties.Objs...) 222 deps.SystemSharedLibs = object.Properties.System_shared_libs 233 func (object *objectLinker) linkerFlags(ctx ModuleContext, flags Flags) Flags { [all …]
|
D | Android.bp | 69 "object.go",
|
/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 | 122 class CertDB(object): 189 class APK(object): 299 class TargetFiles(object):
|
D | check_target_files_signatures | 122 class CertDB(object): 189 class APK(object): 299 class TargetFiles(object):
|
D | verity_utils.py | 219 class VerityImageBuilder(object): 529 class HashtreeInfo(object): 550 class HashtreeInfoGenerator(object):
|
D | common.py | 51 class Options(object): 142 class ErrorCode(object): 340 class BuildInfo(object): 722 class RamdiskFormat(object): 891 class PartitionBuildProps(object): 1056 class Partition(object): 2654 class PasswordManager(object): 2885 class DeviceSpecificParams(object): 2986 class File(object): 3024 class Difference(object): [all …]
|
D | test_utils.py | 157 class MockScriptWriter(object):
|
D | fsverity_metadata_generator.py | 42 class TempDirectory(object):
|
D | images.py | 23 class Image(object):
|
/build/make/tools/ |
D | mk2bp_catalog.py | 50 class Analysis(object): 94 class Analyzer(object): 113 class Summary(object): 122 class Makefile(object): 189 class Annotations(object): 199 class SoongData(object): 382 class HtmlProcessor(object): 1010 class CsvProcessor(object):
|
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): 330 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/bazel/cquery/ |
D | request_type.go | 125 for object in library.objects: 126 ccObjectFiles += [object.path]
|
/build/soong/mk2rbc/ |
D | expr.go | 555 object starlarkExpr // nil if static call member 562 if cx.object != nil { 564 cx.object.emit(gctx) 588 if cx.object != nil { 589 cx.object = cx.object.transform(transformer)
|
/build/soong/cc/ndk_api_coverage_parser/ |
D | __init__.py | 69 class XmlGenerator(object):
|
/build/bazel/rules/cc/ |
D | cc_object.bzl | 27 # "cc_object" module copts, taken from build/soong/cc/object.go 146 # partially link if there are multiple object files
|
/build/make/core/ |
D | dynamic_binary.mk | 43 $(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/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/tools/droiddoc/ |
D | LICENSE | 147 produce the work, or an object code interpreter used to run it. 149 The "Corresponding Source" for a work in object code form means all 151 work) run the object code and to modify the work, including scripts to 262 You may convey a covered work in object code form under the terms 267 a) Convey the object code in, or embodied in, a physical product 272 b) Convey the object code in, or embodied in, a physical product 276 model, to give anyone who possesses the object code either (1) a 284 c) Convey individual copies of the object code with a copy of the 287 only if you received the object code with such an offer, in accord 290 d) Convey the object code by offering access from a designated [all …]
|
123