Searched refs:X (Results 1 – 25 of 37) sorted by relevance
12
/build/kati/testcase/ |
D | shell.mk | 5 echo $(shell /bin/echo -e "\na \n b \n " )X 6 echo X$(shell /bin/echo -e "\n\n" )Y 7 echo X$(shell /bin/echo -e "a\n\n" )Y 8 echo X$(shell /bin/echo -e "\n\nb" )Y 9 echo X$(shell /bin/echo -e "\n\nb" )Y 10 echo X$(shell /bin/echo -e "\n\n\nb" )Y 11 echo X$(shell /bin/echo -e " b" )Y 12 echo X$(shell /bin/echo -e "b " )Y
|
D | target_specific_var_with_pattern.mk | 6 foo.x: X:=PASS 8 %.x: X+=FAIL 13 echo X=$(X) Y=$(Y) Z=$(Z) 15 X:=FAIL 16 %.z: X:=PASS 18 echo $(X)
|
D | strip.mk | 2 X:=$(subst y, ,$(XY)) 11 echo $(X) 13 echo $(strip $(X)) 15 echo $(strip $(Y),$(X)) 20 echo $(strip $(X),$(Y))
|
D | assign_with_trailing_space.mk | 2 $(info X$(a)Z) 4 $(info X$(a)Z) 6 $(info X$(a)Z) 10 $(info X$(a)Z) 12 $(info X$(a)Z)
|
D | export.mk | 5 export X Y Z 6 X := PASS_X 16 export Y X 20 export FOO BAR X Y Z := FAIL 32 echo $$X
|
D | assign_after_tab.mk | 2 X=Y 8 X=$(X)
|
D | target_specific_var_ref.mk | 3 X:=FAIL 4 foo: X:=PASS 5 foo: A:=$(X)
|
D | target_specific_var_simple.mk | 1 test: X:=PASS 3 echo $(X)
|
D | unmatched_paren.mk | 4 X:=O( 5 Y:=$(X:(=K)
|
D | lineno_in_call.mk | 2 $(eval X:=) \ 3 $(eval X:=) \
|
D | multiline_and_leading_space.mk | 1 X:=foo \ 12 echo PASS $(X) $(Y)
|
D | target_specific_var_timing.mk | 7 foo: X := $(PASS) 12 echo $(X) $(Y) $(Z)
|
D | value.mk | 10 X=$(X)
|
D | and.mk | 4 X:=$(subst y, ,$(XY)) 12 $(info $(and ${TRUE}, $(X) ))
|
D | or.mk | 4 X:=$(subst y, ,$(XY)) 13 $(info $(or ${FALSE}, $(X) ))
|
D | deprecated_var.mk | 30 $(KATI_deprecated_var E,Use X instead) 33 $(info Makefile:31: E has been deprecated. Use X instead.) 39 $(info Makefile:37: E has been deprecated. Use X instead.) 47 $(info Makefile:45: E has been deprecated. Use X instead.) 60 $(info Makefile:58: E has been deprecated. Use X instead.)
|
D | target_specific_var_append.mk | 39 G:=X 46 H=X
|
D | err_invalid_ifeq.mk | 1 ifeq X
|
D | backslash_before_empty_line.mk | 1 A:=X \
|
D | target_specific_var_with_semi.mk | 1 test: X = foo ; bar
|
D | func_with_backslash.mk | 2 $(X),FAIL,PASS))
|
D | eval_assign.mk | 36 a.x=X
|
/build/make/tools/droiddoc/templates-pdk/assets/ |
D | jquery-resizable.min.js | 19 …X=true;R.lastIndex=0;while((W=R.exec(Y))!==null){Z.push(W[1]);if(W[2]){V=RegExp.rightContext;break… argument
|
/build/kati/ |
D | INTERNALS.md | 138 X=hoge echo $${X} 194 A := $(X) 197 *$(X)*. Types of expressions and their parser are defined in *expr.cc*. Like 329 VAR := X 336 In this example, *target1* shows *Y* and *target2* shows *X*. I think this 370 target1: ;X=Y echo $(X) # A rule with a command 371 target2: X=;Y echo $(X) # A target specific variable 457 A:=X 458 B=X 459 X:=foo [all …]
|
/build/make/tools/ziptime/ |
D | README.txt | 10 -X option to zip so that it doesn't create the 'universal time' extra.
|
12