Searched refs:y (Results 1 – 13 of 13) sorted by relevance
/build/make/tools/ |
D | compare_fileslist.py | 40 lines = map(lambda (x,y): (y,int(x)), lines)
|
D | compare_builds.py | 465 key=lambda y: y[1])]
|
D | fat16copy.py | 564 lfn = reduce(lambda x, y: x + y[1], lfn, "")
|
/build/make/common/ |
D | strings.mk | 22 …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/ |
D | path_properties_test.go | 89 y: [
|
/build/make/tools/releasetools/ |
D | rangelib.py | 41 self.monotonic = all(x < y for x, y in zip(self.data, self.data[1:]))
|
/build/make/tools/docker/ |
D | Dockerfile | 6 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/ |
D | android-developer-docs.js | 187 topics.sort(function(x,y){ return (x.title < y.title) ? -1 : 1; }); argument
|
D | android-developer-docs.css | 215 overflow-y: scroll;
|
/build/make/core/ |
D | product_config.mk | 34 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 \
|
D | binary.mk | 808 y_yacc_sources := $(filter %.y,$(my_src_files)) 810 $(intermediates)/,$(y_yacc_sources:.y=.c)) 813 $(TOPDIR)$(LOCAL_PATH)/%.y $(BISON) $(BISON_DATA) $(M4) \
|
D | definitions.mk | 3407 …,,$(subst s,,$(subst t,,$(subst u,,$(subst v,,$(subst w,,$(subst x,,$(subst y,,$(subst z,,$(call t…
|
/build/make/ |
D | Changes.md | 177 $(intermediates)/foo.c: $(LOCAL_PATH)/foo.y $(M4) $(BISON) $(BISON_DATA)
|