Home
last modified time | relevance | path

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

12

/build/soong/cc/
Dobject.go53 func (object *objectLinker) appendLdflags(flags []string) {
57 func (object *objectLinker) linkerProps() []interface{} {
58 return []interface{}{&object.Properties}
63 func (object *objectLinker) linkerDeps(ctx DepsContext, deps Deps) Deps {
69 deps.ObjFiles = append(deps.ObjFiles, object.Properties.Objs...)
79 func (object *objectLinker) link(ctx ModuleContext,
90 if String(object.Properties.Prefix_symbols) != "" {
92 TransformBinaryPrefixSymbols(ctx, String(object.Properties.Prefix_symbols), outputFile,
100 if String(object.Properties.Prefix_symbols) != "" {
102 TransformBinaryPrefixSymbols(ctx, String(object.Properties.Prefix_symbols), input,
[all …]
Dgen_stub_libs.py222 class Version(object):
242 class Symbol(object):
251 class SymbolFileParser(object):
373 class Generator(object):
Dandroidmk.go215 func (object *objectLinker) AndroidMk(ctx AndroidMkContext, ret *android.AndroidMkData) {
/build/make/tools/
Devent_log_tags.py20 class Tag(object):
31 class TagFile(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/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):
570 class FSConfigFileParser(object):
841 class StringWrapper(object):
911 class BaseGenerator(object):
/build/make/tools/releasetools/
Dota_package_parser.py24 class Stash(object):
54 class OtaPackageParser(object):
Dcheck_target_files_signatures107 class CertDB(object):
170 class APK(object):
234 class TargetFiles(object):
Dcheck_target_files_signatures.py107 class CertDB(object):
170 class APK(object):
234 class TargetFiles(object):
Dcommon.py48 class Options(object):
105 class ErrorCode(object):
467 class Partition(object):
1398 class PasswordManager(object):
1616 class DeviceSpecificParams(object):
1716 class File(object):
1754 class Difference(object):
1875 class BlockDifference(object):
2330 class DynamicPartitionUpdate(object):
2357 class DynamicGroupUpdate(object):
[all …]
Dverity_utils.py205 class VerityImageBuilder(object):
510 class HashtreeInfo(object):
531 class HashtreeInfoGenerator(object):
Drangelib.py24 class RangeSet(object):
Dtest_blockimgdiff.py30 class Item(object):
Dblockimgdiff.py63 class Image(object):
267 class Transfer(object):
318 class HeapItem(object):
342 class ImgdiffStats(object):
406 class BlockImageDiff(object):
Dsparse_img.py32 class SparseImage(object):
Dedify_generator.py19 class EdifyGenerator(object):
Dota_from_target_files247 class BuildInfo(object):
456 class PayloadSigner(object):
524 class Payload(object):
1145 class PropertyFiles(object):
Dota_from_target_files.py247 class BuildInfo(object):
456 class PayloadSigner(object):
524 class Payload(object):
1145 class PropertyFiles(object):
Dtest_common.py1087 class MockScriptWriter(object):
1102 class MockBlockDifference(object):
1118 class FakeSparseImage(object):
/build/make/tools/zipalign/
DREADME.txt8 -p : page align stored shared object files
/build/make/tools/droiddoc/templates-ndk/assets/
DGPL-LICENSE.txt135 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.
/build/make/core/
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/droiddoc/templates-ndk/assets/js/
Dprettify.js19 …ent,fixed,foreach,from,group,implicit,in,interface,internal,into,is,lock,object,out,override,order…
/build/soong/
DAndroid.bp173 "cc/object.go",

12