Home
last modified time | relevance | path

Searched refs:y (Results 1 – 13 of 13) sorted by relevance

/build/make/tools/
Dcompare_fileslist.py40 lines = map(lambda (x,y): (y,int(x)), lines)
Dcompare_builds.py465 key=lambda y: y[1])]
Dfat16copy.py564 lfn = reduce(lambda x, y: x + y[1], lfn, "")
/build/make/common/
Dstrings.mk22 …t S,s,$(subst T,t,$(subst U,u,$(subst V,v,$(subst W,w,$(subst X,x,$(subst Y,y,$(subst Z,z,$1))))))…
29 …bst s,S,$(subst t,T,$(subst u,U,$(subst v,V,$(subst w,W,$(subst x,X,$(subst y,Y,$(subst z,Z,$1))))…
/build/soong/android/
Dpath_properties_test.go89 y: [
/build/make/tools/releasetools/
Drangelib.py41 self.monotonic = all(x < y for x, y in zip(self.data, self.data[1:]))
/build/make/tools/docker/
DDockerfile6 RUN apt-get update && apt-get install -y git-core gnupg flex bison gperf build-essential zip curl z…
/build/make/tools/droiddoc/templates-pdk/assets/
Dandroid-developer-docs.js187 topics.sort(function(x,y){ return (x.title < y.title) ? -1 : 1; }); argument
Dandroid-developer-docs.css215 overflow-y: scroll;
/build/make/core/
Dproduct_config.mk34 a b c d e f g h i j k l m n o p q r s t u v w x y z \
Dbinary.mk808 y_yacc_sources := $(filter %.y,$(my_src_files))
810 $(intermediates)/,$(y_yacc_sources:.y=.c))
813 $(TOPDIR)$(LOCAL_PATH)/%.y $(BISON) $(BISON_DATA) $(M4) \
Ddefinitions.mk3407 …,,$(subst s,,$(subst t,,$(subst u,,$(subst v,,$(subst w,,$(subst x,,$(subst y,,$(subst z,,$(call t…
/build/make/
DChanges.md177 $(intermediates)/foo.c: $(LOCAL_PATH)/foo.y $(M4) $(BISON) $(BISON_DATA)