Home
last modified time | relevance | path

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

12

/build/soong/cc/
Dobject.go202 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 …]
DAndroid.bp64 "object.go",
/build/soong/bazel/cquery/
Drequest_type.go77 for object in library.objects:
78 ccObjectFiles += [object.path]
/build/make/tools/
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):
328 class Checker(object):
/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.py118 class CertDB(object):
185 class APK(object):
293 class TargetFiles(object):
Dcommon.py51 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 …]
Dverity_utils.py219 class VerityImageBuilder(object):
524 class HashtreeInfo(object):
545 class HashtreeInfoGenerator(object):
Dtest_utils.py155 class MockScriptWriter(object):
Dimages.py23 class Image(object):
Drangelib.py24 class RangeSet(object):
Dtest_blockimgdiff.py29 class Item(object):
Dsparse_img.py32 class SparseImage(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/bazel/rules/
Dcc_object.bzl4 # "cc_object" module copts, taken from build/soong/cc/object.go
70 # partially link if there are multiple object files
Dcc_library_static.bzl36 # Returns a cloned copy of the given CcInfo object, except that all linker inputs
/build/soong/cc/ndk_api_coverage_parser/
D__init__.py64 class XmlGenerator(object):
/build/make/core/
Ddynamic_binary.mk48 $(SOONG_HOST_OUT)/bin/bssl_inject_hash -in-object $< -o $@
DLINUX_KERNEL_COPYING151 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/
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…

12