/build/ |
D | CleanSpec.mk | 47 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS) 48 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/APPS) 49 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system) 51 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libmediaplayerservice_intermediat… 52 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libmedia_jni_intermediates) 53 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libstagefright_omx_intermediates) 54 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/build.prop) 55 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/root/default.prop) 56 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/recovery/root/default.prop) 57 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/vendor) [all …]
|
D | buildspec.mk.default | 73 # Choose additional locales, like "en_US" or "it_IT", to add to any 85 # If you want to always set certain system properties, add them to this list.
|
/build/core/ |
D | dpi_specific_apk.mk | 57 $(add-assets-to-package) 59 $(add-jni-shared-libs-to-package) 63 $(if $(PRIVATE_EXTRA_JAR_ARGS),$(call add-java-resources-to,$@)) 65 $(add-dex-to-package) 67 $(add-carried-jack-resources)
|
D | package_internal.mk | 278 $(add-assets-to-package) 420 $(add-assets-to-package) 422 $(add-jni-shared-libs-to-package) 426 $(if $(PRIVATE_EXTRA_JAR_ARGS),$(call add-java-resources-to,$@)) 428 $(add-dex-to-package) 431 $(add-carried-jack-resources) 459 $(add-dex-to-package)
|
D | host_dalvik_java_library.mk | 113 $(add-dex-to-package) 146 $(add-dex-to-package) 147 $(add-carried-jack-resources)
|
D | java_library.mk | 91 $(add-dex-to-package) 93 $(add-carried-jack-resources)
|
D | definitions.mk | 401 define add-dependency 1474 TARGET_STRIP_EXTRA = && $(PRIVATE_OBJCOPY) --add-gnu-debuglink=$< $@ 1475 TARGET_STRIP_KEEP_SYMBOLS_EXTRA = --add-gnu-debuglink=$< 1788 $(if $(PRIVATE_EXTRA_JAR_ARGS),$(call add-java-resources-to,$@)) 1823 $(hide) $(call add-java-resources-to,$@.res.tmp.zip) 1903 $(hide) $(call add-java-resources-to,$@.res.tmp.zip) 2002 define add-assets-to-package 2039 define add-jni-shared-libs-to-package 2050 define add-dex-to-package 2057 define add-java-resources-to [all …]
|
D | apicheck_msg_current.txt | 6 1) You can add "@hide" javadoc comments to the methods, etc. listed in the
|
D | product.mk | 305 define add-to-product-copy-files-if-exists 314 define add-product-dex-preopt-module-config
|
D | distdir.mk | 65 $(eval $(call add-dependency,$(1),$(DIST_DIR)/$(dst))),\
|
D | main.mk | 591 define add-required-deps 605 $(if $(t_m), $(eval $(call add-required-deps, $(t_m),$(t_r)))) \ 606 $(if $(h_m), $(eval $(call add-required-deps, $(h_m),$(h_r)))) \ 628 $(eval $(call add-required-deps,$(word 2,$(p)),$(r)))\ 645 add-required-deps :=
|
D | pdk_config.mk | 207 $(eval $(call add-dependency,$(PRODUCT_OUT)/$(f),$(PRODUCT_OUT)/symbols/$(f))))
|
D | cleanbuild.mk | 45 define add-clean-step
|
/build/tools/zipalign/ |
D | ZipFile.h | 80 status_t add(const char* fileName, int compressionMethod, in add() function 83 return add(fileName, fileName, compressionMethod, ppEntry); in add() 85 status_t add(const char* fileName, const char* storageName, in add() function 111 status_t add(const void* data, size_t size, const char* storageName, in add() function 126 status_t add(const ZipFile* pSourceZip, const ZipEntry* pSourceEntry,
|
D | ZipAlign.cpp | 94 status = pZout->add(pZin, pEntry, padding, &pNewEntry); in copyAndAlign() 110 status = pZout->add(pZin, pEntry, padding, &pNewEntry); in copyAndAlign()
|
D | ZipFile.cpp | 320 mEntries.add(pEntry); in readCentralDir() 522 mEntries.add(pEntry); in addCommon() 541 status_t ZipFile::add(const ZipFile* pSourceZip, const ZipEntry* pSourceEntry, in add() function in ZipFile 630 mEntries.add(pEntry); in add() 765 mEntries.add(pEntry); in addRecompress()
|
/build/tools/ |
D | parsedeps.py | 16 def add(self, prereq): member in Dependency 17 self.prereqs.add(prereq) 26 def add(self, tgt, prereq): member in Dependencies 35 t.add(p) 106 deps.add(tgt, prereq)
|
D | filter-product-graph.py | 17 result.add(inc) 20 result.add(d[0])
|
D | java-layers.py | 68 obj.transitive.add(upper) 81 dep.transitive.add(d.lower) 87 d.transitive.add(dep.lower)
|
/build/target/product/ |
D | base.mk | 126 PRODUCT_COPY_FILES := $(call add-to-product-copy-files-if-exists,\ 131 PRODUCT_COPY_FILES += $(call add-to-product-copy-files-if-exists,\
|
/build/tools/droiddoc/templates-pdk/assets/ |
D | jquery-history.js | 39 add: function(hash) { method
|
D | jquery-resizable.min.js | 12 …add(this,K,I[K][J],I[K][J].data)}}F++})}return E},filter:function(E){return this.pushStack(o.isFun… 19 …add:function(I,F,H,K){if(I.nodeType==3||I.nodeType==8){return}if(I.setInterval&&I!=l){I=l}if(!H.gu… method 29 …add:function(k,l,n){var m=c.ui[k].prototype;for(var j in n){m.plugins[j]=m.plugins[j]||[];m.plugin… method 40 …add("resizable","alsoResize",{start:function(e,f){var d=c(this).data("resizable"),g=d.options;_sto…
|
D | jquery-1.6.2.min.js | 16 …add(b,h+(g[h][i].namespace?".":"")+g[h][i].namespace,g[h][i],g[h][i].data)}}}}function bg(a,b){ret… method 17 …add:function(a){f.event.add(this,N(a.origType,a.selector),f.extend({},a,{handler:M,guid:a.handler.… method
|
/build/tools/acp/ |
D | README | 38 default Cygwin cp, "acp foo bar" will not find foo.exe unless you add
|
/build/tools/droiddoc/templates-ds/assets/js/ |
D | global-libraries-combined.js | 3 …add(b,c,i[c][d])}h.data&&(h.data=f.extend({},h.data))}}function bi(a,b){return f.nodeName(a,"table… method 4 …add:function(a,c,d,e,g){var h,i,j,k,l,m,n,o,p,q,r,s;if(!(a.nodeType===3||a.nodeType===8||!c||!d||!… method 11 …add:function(b,c,d){var e=a.ui[b].prototype;for(var f in d)e.plugins[f]=e.plugins[f]||[],e.plugins… property
|