HomeSort by relevance Sort by last modified time
    Searched refs:echo (Results 51 - 75 of 919) sorted by null

1 23 4 5 6 7 8 91011>>

  /build/kati/testcase/
define_with_comments.mk 26 echo $(define_with_space)
27 echo $(define_with_comment)
28 echo $(endef_with_comment)
29 echo $(endef_with_not_comment)
30 echo $(endef_with_not_comment2)
31 echo $(endef_with_not_endef)
32 echo $(with_immediate_comment)
multi_rule_order_only.mk 13 echo compile $@ from $<
19 echo archive $@
22 echo archive $@
semi_in_var.mk 0 ECHO=@echo $@
7 foo: ; $(ECHO)_1
8 $(ECHO)_2
11 $(ECHO)_2
13 baz: $(SEMI) @echo $@_1
14 @echo $@_2
silent_multiline.mk 2 echo foo
3 echo bar
7 echo baz
comment.mk 6 echo $(FOO)
comment_in_define.mk 9 echo $(a)
deprecated_export.mk 18 echo $$(A)
19 echo $$(B)
20 echo $$(C)
21 echo Done
directive_after_tab.mk 3 echo PASS
makefile_list.mk 2 echo $(MAKEFILE_LIST)
6 echo $(MAKEFILE_LIST)
10 echo $(MAKEFILE_LIST)
14 echo $(MAKEFILE_LIST)
merge_target_specific_vars.mk 6 echo $(A)
multiline_and_leading_space.mk 12 echo PASS $(X) $(Y)
override_export.mk 11 echo $$A
12 echo $$B
13 echo $(export A)
14 echo $(override B)
target_specific_var_var_name.mk 4 echo $(BAR)
var_cond_assign.mk 5 echo "$(C)"
wildcard_multi.mk 7 echo $(files)
double_colon_rule.mk 2 echo FOO
4 echo BAR
hash_in_var.mk 2 file = $(shell echo tmp/test\#.ext)
7 echo PASS
include_var.mk 5 echo "foo: bar" > foo.d
10 echo OK
not_command_with_tab.mk 9 echo $$A
13 export B=PASS_B; echo $${B}\
eval_assign.mk 23 echo $(bar)
25 echo $($(pf))
27 echo $(fuga)
29 echo $(a)
31 echo $(d)
33 echo _$(g)_
flavor.mk 10 echo $(flavor A) $(flavor B) $(flavor C) $(flavor D) $(flavor E)
11 echo $(flavor PATH)
12 echo $(flavor MAKEFILE_LIST)
13 echo $(flavor $(AREF))
14 echo $(flavor CC)
17 # echo $(flavor MAKECMDGOALS)
  /external/python/cpython2/PC/VS8.0/
env.bat 1 @echo off
3 echo Build environments: x86, ia64, amd64, x86_amd64, x86_ia64
4 echo.
  /external/wpa_supplicant_8/hs20/server/www/
free.php 11 echo "<h3>Hotspot 2.0 - public and free hotspot</h3>\n";
13 echo "<form action=\"add-free.php\" method=\"POST\">\n";
14 echo "<input type=\"hidden\" name=\"id\" value=\"$id\">\n";
  /external/dexmaker/dexmaker-mockito-inline-extended-tests/src/main/java/com/android/dx/mockito/inline/extended/tests/
MockInstanceUsingExtendedMockito.java 40 public String echo(String arg) { method in class:MockInstanceUsingExtendedMockito.TestClass
49 assertNull(t.echo("mocked"));
51 when(t.echo(eq("stubbed"))).thenReturn("B");
52 assertEquals("B", t.echo("stubbed"));
53 verify(t).echo("mocked");
54 verify(t).echo("stubbed");
61 assertNull(mockField.echo("mocked"));
63 when(mockField.echo(eq("stubbed"))).thenReturn("B");
64 assertEquals("B", mockField.echo("stubbed"));
65 verify(mockField).echo("mocked")
    [all...]
  /external/clang/docs/analyzer/
make.bat 1 @ECHO OFF
20 echo.Please use `make ^<target^>` where ^<target^> is one of
21 echo. html to make standalone HTML files
22 echo. dirhtml to make HTML files named index.html in directories
23 echo. singlehtml to make a single large HTML file
24 echo. pickle to make pickle files
25 echo. json to make JSON files
26 echo. htmlhelp to make HTML files and a HTML help project
27 echo. qthelp to make HTML files and a qthelp project
28 echo. devhelp to make HTML files and a Devhelp projec
    [all...]

Completed in 545 milliseconds

1 23 4 5 6 7 8 91011>>