Home
last modified time | relevance | path

Searched refs:_ (Results 1 – 25 of 44) sorted by relevance

12

/build/tools/releasetools/
Dpylintrc154 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 …]
Dcheck_target_files_signatures124 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:
Dcheck_target_files_signatures.py124 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:
Dota_from_target_files330 for (uid, gid, _, _, _, _), count in d.iteritems():
979 _, _, d = d.ComputePatch()
1366 for tf, sf, _, _ in self.patch_list:
1374 for fn, _, sha1 in self.verbatim_targets:
1377 for tf, _, _, _ in self.patch_list:
1395 tf, sf, _, _ = item
1409 tf, sf, _, _ = item
1604 _, _, d = d.ComputePatch()
Dota_from_target_files.py330 for (uid, gid, _, _, _, _), count in d.iteritems():
979 _, _, d = d.ComputePatch()
1366 for tf, sf, _, _ in self.patch_list:
1374 for fn, _, sha1 in self.verbatim_targets:
1377 for tf, _, _, _ in self.patch_list:
1395 tf, sf, _, _ = item
1409 tf, sf, _, _ = item
1604 _, _, d = d.ComputePatch()
Dbuild_image.py49 output, _ = p.communicate()
236 (_, exit_code) = RunCommand(inflate_command)
301 (_, exit_code) = RunCommand(convert_command)
441 (_, exit_code) = RunCommand(build_command)
500 (_, exit_code) = RunCommand(e2fsck_command)
Dcommon.py627 _, stderr = p.communicate()
979 for i, (_, k, v) in enumerate(sorted_list):
987 _, _ = p.communicate()
1260 _, e = p.communicate()
1371 _, self.device = GetTypeAndDevice("/" + partition, OPTIONS.info_dict)
1373 _, self.device = GetTypeAndDevice("/" + partition,
1571 for _ in range(num_blocks):
1646 _, _, patch = d.ComputePatch()
Dblockimgdiff.py196 return (sum(sr.size() for (_, sr) in self.stash_before) -
197 sum(sr.size() for (_, sr) in self.use_stash))
630 for idx, _ in xf.use_stash:
661 for _, sr in xf.use_stash:
781 for _ in range(self.threads)]
811 for _, sr in xf.use_stash:
861 _, _, xf = heapq.heappop(S)
Dimg_from_target_files54 def option_handler(o, _): argument
Dimg_from_target_files.py54 def option_handler(o, _): argument
Dtarget_files_diff.py149 (stdout, _) = proc.communicate()
Drangelib.py197 for _, d in heapq.merge(zip(self.data, itertools.cycle((+1, -1))),
/build/kati/testcase/
Deval_assign.mk33 echo _$(g)_
/build/core/
Dclear_vars.mk314 LOCAL_SRC_FILES_$(HOST_OS)_$(HOST_ARCH):=
316 LOCAL_SRC_FILES_$(HOST_OS)_$(HOST_2ND_ARCH):=
319 LOCAL_SRC_FILES_$(HOST_CROSS_OS)_$(HOST_CROSS_ARCH):=
321 LOCAL_SRC_FILES_$(HOST_CROSS_OS)_$(HOST_CROSS_2ND_ARCH):=
Dcxx_stl_setup.mk92 my_ldlibs += $($($(my_prefix)OS)_$(my_link_type)_gcclibs)
119 my_ldlibs += $($($(my_prefix)OS)_$(my_link_type)_gcclibs)
Dpackage_internal.mk607 my_split_suffixes := $(subst $(comma),_,$(LOCAL_PACKAGE_SPLITS))
609 installed_apk_splits := $(foreach s,$(my_split_suffixes),$(my_module_path)/$(LOCAL_MODULE)_$(s).apk)
626 $(installed_apk_splits) : $(my_module_path)/$(LOCAL_MODULE)_%.apk : $(built_module_path)/package_%.…
633 …y_split_suffixes),$(built_module_path)/package_$(s).apk:$(my_module_path)/$(LOCAL_MODULE)_$(s).apk)
639 …lit_suffixes),$(COMPATIBILITY_TESTCASES_OUT_$(LOCAL_COMPATIBILITY_SUITE))/$(LOCAL_MODULE)_$(s).apk)
640 $(cts_testcase_file) : $(COMPATIBILITY_TESTCASES_OUT_$(LOCAL_COMPATIBILITY_SUITE))/$(LOCAL_MODULE)_
Dproduct.mk300 $(eval $(strip $(1))_$(call rot13,$(v)):=$$($$(v))) \
312 $(if $(call streq,$($(v)),$($(strip $(1))_$(call rot13,$(v)))),, \
314 $(eval $(warning previous value: $($(strip $(1))_$(call rot13,$(v))))) \
Dninja.mk81 $(subst /,_,$(subst $(space),_,$(sort $1)))
Dbinary.mk139 ifneq (,$(filter c++_%, $(LOCAL_NDK_STL_VARIANT)))
175 my_src_files += $(LOCAL_SRC_FILES_$($(my_prefix)OS)) $(LOCAL_SRC_FILES_$($(my_prefix)OS)_$($(my_pre…
660 ifndef $(my_prefix)_$(LOCAL_MODULE_CLASS)_$(LOCAL_MODULE)_proto_defined
671 $(my_prefix)_$(LOCAL_MODULE_CLASS)_$(LOCAL_MODULE)_proto_defined := true
733 ifndef $(my_prefix)_$(LOCAL_MODULE_CLASS)_$(LOCAL_MODULE)_dbus_bindings_defined
734 $(my_prefix)_$(LOCAL_MODULE_CLASS)_$(LOCAL_MODULE)_dbus_bindings_defined := true
Dbase_rules.mk151 …install_path_var := $(LOCAL_2ND_ARCH_VAR_PREFIX)$(my_prefix)OUT$(partition_tag)_$(LOCAL_MODULE_CLA…
383 ifndef $(my_prefix)$(LOCAL_MODULE_CLASS)_$(LOCAL_MODULE)_compat_files
384 $(my_prefix)$(LOCAL_MODULE_CLASS)_$(LOCAL_MODULE)_compat_files := true
Ddpi_specific_apk.mk5 dpi_apk_name := $(LOCAL_MODULE)_$(my_dpi)
/build/core/tasks/check_boot_jars/
Dcheck_boot_jars.py48 stdout, _ = p.communicate()
/build/tools/
Djava-event-log-tags.py98 basename, _ = os.path.splitext(os.path.basename(fn)) variable
/build/tools/droiddoc/templates-ndk/assets/js/
Dprettify.js12 …][\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/
Dprettify.js12 …][\w$@]*/i,q],["typ",/^(?:[@_]?[A-Z]+[a-z][\w$@]*|\w+_t\b)/,q],["pln",/^[$_a-z][\w$@]*/i,q],["lit"…

12