Home
last modified time | relevance | path

Searched refs:X (Results 1 – 25 of 37) sorted by relevance

12

/build/kati/testcase/
Dshell.mk5 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
Dtarget_specific_var_with_pattern.mk6 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)
Dstrip.mk2 X:=$(subst y, ,$(XY))
11 echo $(X)
13 echo $(strip $(X))
15 echo $(strip $(Y),$(X))
20 echo $(strip $(X),$(Y))
Dassign_with_trailing_space.mk2 $(info X$(a)Z)
4 $(info X$(a)Z)
6 $(info X$(a)Z)
10 $(info X$(a)Z)
12 $(info X$(a)Z)
Dexport.mk5 export X Y Z
6 X := PASS_X
16 export Y X
20 export FOO BAR X Y Z := FAIL
32 echo $$X
Dassign_after_tab.mk2 X=Y
8 X=$(X)
Dtarget_specific_var_ref.mk3 X:=FAIL
4 foo: X:=PASS
5 foo: A:=$(X)
Ddeprecated_var.mk30 $(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.)
Dtarget_specific_var_simple.mk1 test: X:=PASS
3 echo $(X)
Dunmatched_paren.mk4 X:=O(
5 Y:=$(X:(=K)
Dlineno_in_call.mk2 $(eval X:=) \
3 $(eval X:=) \
Dmultiline_and_leading_space.mk1 X:=foo \
12 echo PASS $(X) $(Y)
Dtarget_specific_var_timing.mk7 foo: X := $(PASS)
12 echo $(X) $(Y) $(Z)
Dvalue.mk10 X=$(X)
Dand.mk4 X:=$(subst y, ,$(XY))
12 $(info $(and ${TRUE}, $(X) ))
Dor.mk4 X:=$(subst y, ,$(XY))
13 $(info $(or ${FALSE}, $(X) ))
Dtarget_specific_var_append.mk39 G:=X
46 H=X
Derr_invalid_ifeq.mk1 ifeq X
Dbackslash_before_empty_line.mk1 A:=X \
Dtarget_specific_var_with_semi.mk1 test: X = foo ; bar
Dfunc_with_backslash.mk2 $(X),FAIL,PASS))
Deval_assign.mk36 a.x=X
/build/make/tools/droiddoc/templates-pdk/assets/
Djquery-resizable.min.js19X=true;R.lastIndex=0;while((W=R.exec(Y))!==null){Z.push(W[1]);if(W[2]){V=RegExp.rightContext;break… argument
/build/make/tools/ziptime/
DREADME.txt10 -X option to zip so that it doesn't create the 'universal time' extra.
/build/kati/
DINTERNALS.md138 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 …]

12