/build/tools/releasetools/ |
D | pylintrc | 154 good-names=i,j,k,ex,Run,_ 167 function-rgx=[a-z_][a-z0-9_]{2,30}$ 170 function-name-hint=[a-z_][a-z0-9_]{2,30}$ 173 variable-rgx=[a-z_][a-z0-9_]{2,30}$ 176 variable-name-hint=[a-z_][a-z0-9_]{2,30}$ 179 const-rgx=(([A-Z_][A-Z0-9_]*)|(__.*__))$ 182 const-name-hint=(([A-Z_][A-Z0-9_]*)|(__.*__))$ 185 attr-rgx=[a-z_][a-z0-9_]{2,30}$ 188 attr-name-hint=[a-z_][a-z0-9_]{2,30}$ 191 argument-rgx=[a-z_][a-z0-9_]{2,30}$ [all …]
|
D | check_target_files_signatures | 124 for dirpath, _, filenames in os.walk(top): 134 name, _ = os.path.splitext(i) 135 name, _ = os.path.splitext(name) 242 for dirpath, _, filenames in os.walk(d): 309 for _, cert in order: 313 for _, apk in apks:
|
D | check_target_files_signatures.py | 124 for dirpath, _, filenames in os.walk(top): 134 name, _ = os.path.splitext(i) 135 name, _ = os.path.splitext(name) 242 for dirpath, _, filenames in os.walk(d): 309 for _, cert in order: 313 for _, apk in apks:
|
D | ota_from_target_files | 291 for (uid, gid, _, _, _, _), count in d.iteritems(): 885 _, _, d = d.ComputePatch() 1051 for tf, sf, _, _ in self.patch_list: 1059 for fn, _, sha1 in self.verbatim_targets: 1062 for tf, _, _, _ in self.patch_list: 1078 tf, sf, _, _ = item 1092 tf, sf, _, _ = item 1255 _, _, d = d.ComputePatch()
|
D | ota_from_target_files.py | 291 for (uid, gid, _, _, _, _), count in d.iteritems(): 885 _, _, d = d.ComputePatch() 1051 for tf, sf, _, _ in self.patch_list: 1059 for fn, _, sha1 in self.verbatim_targets: 1062 for tf, _, _, _ in self.patch_list: 1078 tf, sf, _, _ = item 1092 tf, sf, _, _ = item 1255 _, _, d = d.ComputePatch()
|
D | build_image.py | 47 output, _ = p.communicate() 151 (_, exit_code) = RunCommand(inflate_command) 326 (_, exit_code) = RunCommand(build_command) 387 (_, exit_code) = RunCommand(e2fsck_command)
|
D | common.py | 504 _, stderr = p.communicate() 813 for i, (_, k, v) in enumerate(sorted_list): 821 _, _ = p.communicate() 1088 _, e = p.communicate() 1196 _, self.device = GetTypeAndDevice("/" + partition, OPTIONS.info_dict) 1309 for _ in range(num_blocks): 1390 _, _, patch = d.ComputePatch()
|
D | blockimgdiff.py | 173 return (sum(sr.size() for (_, sr) in self.stash_before) - 174 sum(sr.size() for (_, sr) in self.use_stash)) 584 for _ in range(self.threads)] 614 for _, sr in xf.use_stash: 653 _, _, xf = heapq.heappop(S)
|
D | img_from_target_files | 54 def option_handler(o, _): argument
|
D | img_from_target_files.py | 54 def option_handler(o, _): argument
|
D | rangelib.py | 189 for _, d in heapq.merge(zip(self.data, itertools.cycle((+1, -1))),
|
D | sparse_img.py | 217 chunk_start, _, filepos, fill_data = self.offset_map[idx]
|
D | add_img_to_target_files | 299 def option_handler(o, _): argument
|
/build/core/ |
D | cxx_stl_setup.mk | 67 my_ldlibs += $($(my_prefix)$(HOST_OS)_$(my_link_type)_gcclibs) 97 my_ldlibs += $($(my_prefix)$(HOST_OS)_$(my_link_type)_gcclibs)
|
D | product.mk | 283 $(eval $(strip $(1))_$(call rot13,$(v)):=$$($$(v))) \ 295 $(if $(call streq,$($(v)),$($(strip $(1))_$(call rot13,$(v)))),, \ 297 $(eval $(warning previous value: $($(strip $(1))_$(call rot13,$(v))))) \
|
D | package_internal.mk | 470 my_split_suffixes := $(subst $(comma),_,$(LOCAL_PACKAGE_SPLITS)) 472 installed_apk_splits := $(foreach s,$(my_split_suffixes),$(my_module_path)/$(LOCAL_MODULE)_$(s).apk) 490 $(installed_apk_splits) : $(my_module_path)/$(LOCAL_MODULE)_%.apk : $(built_module_path)/package_%.… 497 …y_split_suffixes),$(built_module_path)/package_$(s).apk:$(my_module_path)/$(LOCAL_MODULE)_$(s).apk)
|
D | dpi_specific_apk.mk | 5 dpi_apk_name := $(LOCAL_MODULE)_$(my_dpi)
|
D | binary.mk | 122 ifneq (,$(filter c++_%, $(LOCAL_NDK_STL_VARIANT))) 542 ifndef $(my_prefix)_$(LOCAL_MODULE_CLASS)_$(LOCAL_MODULE)_proto_defined 553 $(my_prefix)_$(LOCAL_MODULE_CLASS)_$(LOCAL_MODULE)_proto_defined := true
|
/build/core/tasks/check_boot_jars/ |
D | check_boot_jars.py | 48 stdout, _ = p.communicate()
|
/build/tools/ |
D | java-event-log-tags.py | 98 basename, _ = os.path.splitext(os.path.basename(fn)) variable
|
/build/tools/droiddoc/templates-sdk/assets/js/ |
D | prettify.js | 12 …][\w$@]*/i,q],["typ",/^(?:[@_]?[A-Z]+[a-z][\w$@]*|\w+_t\b)/,q],["pln",/^[$_a-z][\w$@]*/i,q],["lit"…
|
/build/tools/droiddoc/templates-sdk-dev/assets/js/ |
D | prettify.js | 12 …][\w$@]*/i,q],["typ",/^(?:[@_]?[A-Z]+[a-z][\w$@]*|\w+_t\b)/,q],["pln",/^[$_a-z][\w$@]*/i,q],["lit"…
|
/build/tools/droiddoc/templates-ndk/assets/js/ |
D | prettify.js | 12 …][\w$@]*/i,q],["typ",/^(?:[@_]?[A-Z]+[a-z][\w$@]*|\w+_t\b)/,q],["pln",/^[$_a-z][\w$@]*/i,q],["lit"…
|
/build/tools/droiddoc/templates-ds/assets/js/ |
D | prettify.js | 12 …][\w$@]*/i,q],["typ",/^(?:[@_]?[A-Z]+[a-z][\w$@]*|\w+_t\b)/,q],["pln",/^[$_a-z][\w$@]*/i,q],["lit"…
|
/build/tools/droiddoc/templates-sac/assets/js/ |
D | prettify.js | 12 …][\w$@]*/i,q],["typ",/^(?:[@_]?[A-Z]+[a-z][\w$@]*|\w+_t\b)/,q],["pln",/^[$_a-z][\w$@]*/i,q],["lit"…
|