Searched refs:words (Results 1 - 21 of 21) sorted by relevance

/build/tools/
H A Ddiff_package_overlays.py55 words = line.split()
56 result[words[0]] = " ".join(words[1:])
H A Dproduct_debug.py28 words = line.split("=", 1)
29 if len(words) == 1:
30 return (words[0], "")
32 return (words[0], words[1])
H A Djava-layers.py132 for n,words in lines:
133 if len(words) == 1:
134 lower = words[0]
151 elif len(words) == 2:
152 lower = words[0]
153 upper = words[1]
165 sys.stderr.write("%s:%d: Too many words on line starting at \'%s\'\n" % (
166 filename, n, words[2]))
/build/core/
H A Ddevice.mk62 $(if $(filter 1,$(words $(d))), \
64 $(if $(filter 0,$(words $(d))), \
H A Ddex_preopt.mk73 $(if $(filter 1,$(words $(1)))$(filter 0,$(words $(1))),,\
H A Dproduct_config.mk96 ifneq ($(words $(product_goals)),1)
102 ifneq ($(words $(product_goals)),2)
151 ifneq ($(words $(unbundled_goals)),1)
224 ifneq (1,$(words $(current_product_makefile)))
341 ifneq (1,$(words $(PRODUCT_DEFAULT_DEV_CERTIFICATE)))
347 # A list of words like <source path>:<destination path>[:<owner>].
373 # An list of whitespace-separated words.
H A Dproduct.mk175 $(if $(filter 2 3,$(words $(subst :,$(space),$(cf)))),, \
198 $(if $(filter 1,$(words $(p))), \
200 $(if $(filter 0,$(words $(p))), \
H A Dnode_fns.mk89 # with "|||" separating the words.
91 # breaking haystack back into multiple words, with spaces
93 # - Add needle between the first and second words of haystack.
95 # individual words.
99 $(if $(filter-out 0 1,$(words $(filter $(2),$(1)))), \
113 # and finds instances of words beginning with INHERIT_TAG. Scrape
115 # unique set of those words.
138 # get list of inherited words; if not empty:
H A Dbase_rules.mk96 ifneq ($(words $(LOCAL_MODULE_CLASS)),1)
300 # This makes a list of words like
435 ifneq ($(words $(LOCAL_INSTRUMENTATION_FOR)),1)
480 ifeq ($(filter 0 1,$(words $(filter --extra-packages,$(LOCAL_AAPT_FLAGS)))),)
H A Ddumpvar.mk57 ifneq ($(words $(dumpvar_goals)),1)
H A Ddroiddoc.mk106 $(call dump-words-to-file, $(2), $(1))
H A Ddefinitions.mk582 ## Read the word out of a colon-separated list of words.
586 ## The individual words may not contain spaces.
681 $(eval ### Discard any words containing slashes, unless they end in .apk, \
691 $(eval ### Remove any remaining words that contain dots.)
695 $(eval ### Now we have a list of any words that could possibly refer to \
696 ### packages, although there may be words that do not. Only \
1423 # dump-words-to-file, <word list>, <output file>
1424 define dump-words-to-file
1451 @$(if $(wordlist 5001,5002,$(1)),$(error Too many words ($(words
[all...]
H A Dcleanbuild.mk210 ifneq (2,$(words $(HOST_OUT) $(PRODUCT_OUT)))
H A Denvsetup.mk118 ifneq ($(build_variant)-$(words $(TARGET_BUILD_VARIANT)),-1)
H A Dmain.mk26 #TOP := $(dir $(word $(words $(MAKEFILE_LIST)),$(MAKEFILE_LIST)))
130 ifneq ($(words $(shell pwd)),1)
363 ifneq ($(words $(filter-out $(INTERNAL_MODIFIER_TARGETS) checkbuild,$(MAKECMDGOALS))),1)
H A Dbinary.mk28 ifneq (1,$(words $(filter system stlport_static stlport_shared gnustl_static, $(LOCAL_NDK_STL_VARIANT))))
H A Dconfig.mk152 ifneq ($(words $(board_config_mk)),1)
H A DMakefile16 # PRODUCT_COPY_FILES contains words like <source file>:<dest file>[:<owner>].
114 ifneq ($(words $(BUILD_FINGERPRINT)),1)
/build/core/tasks/
H A Dide.mk28 ifneq ($(words $(eclipse_project_goals)),1)
H A Dfactory_ramdisk.mk43 $(if $(filter 1,$(words $(_iofrm_src))), \
/build/tools/atree/
H A Dfiles.cpp257 vector<string> words; local
259 split_line(p, &words);
263 for (size_t k=0; k<words.size(); k++) {
264 printf("'%s' ", words[k].c_str());
272 for (vector<string>::iterator it = words.begin(); it != words.end(); ++it) {

Completed in 3545 milliseconds