Home
last modified time | relevance | path

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

123

/build/soong/cc/
Dobject.go206 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 …]
DAndroid.bp69 "object.go",
/build/make/tools/releasetools/
Dcheck_partition_sizes.py44 class Expression(object):
91 class DeviceType(object):
109 class Dap(object):
123 class DynamicPartitionSizeChecker(object):
Dota_package_parser.py24 class Stash(object):
54 class OtaPackageParser(object):
Dcheck_target_files_signatures.py122 class CertDB(object):
189 class APK(object):
299 class TargetFiles(object):
Dcheck_target_files_signatures122 class CertDB(object):
189 class APK(object):
299 class TargetFiles(object):
Dverity_utils.py219 class VerityImageBuilder(object):
529 class HashtreeInfo(object):
550 class HashtreeInfoGenerator(object):
Dcommon.py51 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 …]
Dtest_utils.py157 class MockScriptWriter(object):
Dfsverity_metadata_generator.py42 class TempDirectory(object):
Dimages.py23 class Image(object):
/build/make/tools/
Dmk2bp_catalog.py50 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):
Devent_log_tags.py20 class Tag(object):
31 class TagFile(object):
Dcompare_builds.py171 class DiffType(object):
541 class FileIterator(object):
560 class _Iterator(object):
625 class TouchedFile(object):
640 class Printer(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):
330 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/bazel/cquery/
Drequest_type.go125 for object in library.objects:
126 ccObjectFiles += [object.path]
/build/soong/mk2rbc/
Dexpr.go555 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__.py69 class XmlGenerator(object):
/build/bazel/rules/cc/
Dcc_object.bzl27 # "cc_object" module copts, taken from build/soong/cc/object.go
146 # partially link if there are multiple object files
/build/make/core/
Ddynamic_binary.mk43 $(SOONG_HOST_OUT)/bin/bssl_inject_hash -in-object $< -o $@
/build/make/tools/zipalign/
DREADME.txt8 -p : page align stored shared object files
/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/tools/droiddoc/
DLICENSE147 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