Searched refs:object (Results 1 – 25 of 37) sorted by relevance
12
/build/soong/cc/ |
D | object.go | 53 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 …]
|
D | gen_stub_libs.py | 222 class Version(object): 242 class Symbol(object): 251 class SymbolFileParser(object): 373 class Generator(object):
|
D | androidmk.go | 215 func (object *objectLinker) AndroidMk(ctx AndroidMkContext, ret *android.AndroidMkData) {
|
/build/make/tools/ |
D | event_log_tags.py | 20 class Tag(object): 31 class TagFile(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/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): 570 class FSConfigFileParser(object): 841 class StringWrapper(object): 911 class BaseGenerator(object):
|
/build/make/tools/releasetools/ |
D | ota_package_parser.py | 24 class Stash(object): 54 class OtaPackageParser(object):
|
D | check_target_files_signatures | 107 class CertDB(object): 170 class APK(object): 234 class TargetFiles(object):
|
D | check_target_files_signatures.py | 107 class CertDB(object): 170 class APK(object): 234 class TargetFiles(object):
|
D | common.py | 48 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 …]
|
D | verity_utils.py | 205 class VerityImageBuilder(object): 510 class HashtreeInfo(object): 531 class HashtreeInfoGenerator(object):
|
D | rangelib.py | 24 class RangeSet(object):
|
D | test_blockimgdiff.py | 30 class Item(object):
|
D | blockimgdiff.py | 63 class Image(object): 267 class Transfer(object): 318 class HeapItem(object): 342 class ImgdiffStats(object): 406 class BlockImageDiff(object):
|
D | sparse_img.py | 32 class SparseImage(object):
|
D | edify_generator.py | 19 class EdifyGenerator(object):
|
D | ota_from_target_files | 247 class BuildInfo(object): 456 class PayloadSigner(object): 524 class Payload(object): 1145 class PropertyFiles(object):
|
D | ota_from_target_files.py | 247 class BuildInfo(object): 456 class PayloadSigner(object): 524 class Payload(object): 1145 class PropertyFiles(object):
|
D | test_common.py | 1087 class MockScriptWriter(object): 1102 class MockBlockDifference(object): 1118 class FakeSparseImage(object):
|
/build/make/tools/zipalign/ |
D | README.txt | 8 -p : page align stored shared object files
|
/build/make/tools/droiddoc/templates-ndk/assets/ |
D | GPL-LICENSE.txt | 135 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/ |
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/droiddoc/templates-ndk/assets/js/ |
D | prettify.js | 19 …ent,fixed,foreach,from,group,implicit,in,interface,internal,into,is,lock,object,out,override,order…
|
/build/soong/ |
D | Android.bp | 173 "cc/object.go",
|
12