HomeSort by relevance Sort by last modified time
    Searched refs:Echo (Results 1 - 25 of 72) sorted by null

1 2 3

  /external/llvm/bindings/ocaml/
Makefile.ocaml 216 $(Echo) "Building $(BuildMode) $(notdir $@)"
225 $(Echo) "Installing $(BuildMode) $(DestA)"
231 $(Echo) "Uninstalling $(DestA)"
245 $(Echo) "Building $(BuildMode) $(notdir $@)"
253 $(Echo) "Installing $(BuildMode) $(DestSharedLib)"
259 $(Echo) "Uninstalling $(DestSharedLib)"
306 $(Echo) "Compiling $(notdir $<) for $(BuildMode) build"
339 $(Echo) "Compiling $(notdir $<) for $(BuildMode) build"
352 $(Echo) "Archiving $(notdir $@) for $(BuildMode) build"
359 $(Echo) "Installing $(BuildMode) $(DestCMA)
    [all...]
  /external/clang/include/clang/AST/
Makefile 17 $(Echo) "Building Clang attribute classes with tblgen"
23 $(Echo) "Building Clang attribute implementations with tblgen"
29 $(Echo) "Building Clang attribute dumper with tblgen"
35 $(Echo) "Building Clang attribute AST visitor with tblgen"
41 $(Echo) "Building Clang statement node tables with tblgen"
46 $(Echo) "Building Clang declaration node tables with tblgen"
51 $(Echo) "Building Clang comment node tables with tblgen"
56 $(Echo) "Building Clang comment HTML tag matchers with tblgen"
61 $(Echo) "Building Clang comment HTML tag properties with tblgen"
67 $(Echo) "Building Clang named character reference translation function with tblgen
    [all...]
  /external/clang/lib/Headers/
Makefile 29 $(Echo) Copying $(notdir $<) to build dir
33 $(Echo) Copying $(notdir $<) to build dir
37 $(Echo) Copying $(notdir $<) to build dir
53 $(Echo) Installing compiler include file: $(notdir $<)
57 $(Echo) Installing compiler module map file: $(notdir $<)
63 $(Echo) "Building Clang arm_neon.h.inc with tblgen"
  /external/llvm/cmake/modules/
Makefile 21 $(Echo) 'Generating LLVM CMake package config file'
52 $(Echo) 'Generating LLVM CMake package version file'
61 $(Echo) 'Generating LLVM CMake target exports file'
63 echo '# LLVM CMake target exports. Do not include directly.' && \
65 echo 'add_library('"$$lib"' STATIC IMPORTED)' && \
66 echo 'set_property(TARGET '"$$lib"' PROPERTY IMPORTED_LOCATION "'"$(PROJ_libdir)/lib$$lib.a"'")' ; \
69 echo 'set_property(TARGET LLVMSupport APPEND PROPERTY IMPORTED_LINK_INTERFACE_LIBRARIES '"$(subst -l,,$(LIBS))"')' \
89 $(Echo) Making install directory: $@
93 $(Echo) Installing cmake modules: $(notdir $<)
97 $(Echo) Installing cmake modules: $(notdir $<
    [all...]
  /external/compiler-rt/make/
config.mk 39 Echo := @echo
41 Summary = $(Echo)
  /external/clang/include/clang/Driver/
Makefile 9 $(Echo) "Building Clang Driver Option tables with tblgen"
  /external/clang/include/clang/Sema/
Makefile 12 $(Echo) "Building Clang attribute template instantiate code with tablegen"
18 $(Echo) "Building Clang parsed attribute list with tablegen"
24 $(Echo) "Building Clang parsed attribute kinds with tablegen"
30 $(Echo) "Building Clang attribute spelling list index with tablegen"
36 $(Echo) "Building Clang parsed attribute list impl with tablegen"
  /external/clang/docs/tools/
Makefile 93 $(Echo) Installing HTML Clang Tools Documentation
99 $(Echo) Installing MAN Clang Tools Documentation
104 $(Echo) Installing PS Clang Tools Documentation
111 $(Echo) Uninstalling Clang Tools Documentation
115 $(Echo) "POD : " '$(POD)'
116 $(Echo) "HTML : " '$(HTML)'
  /external/clang/include/clang/Serialization/
Makefile 11 $(Echo) "Building Clang PCH reader with tblgen"
17 $(Echo) "Building Clang PCH writer with tblgen"
  /external/llvm/bindings/ocaml/llvm/
Makefile 34 $(Echo) "Install $(BuildMode) $(DestMETA)"
39 $(Echo) "Uninstalling $(DestMETA)"
  /external/clang/include/clang/Parse/
Makefile 11 $(Echo) "Building Clang parser-related attribute string switches"
  /external/clang/lib/StaticAnalyzer/Checkers/
Makefile 23 $(Echo) "Building Clang SA Checkers tables with tblgen"
  /external/llvm/unittests/Option/
Makefile 22 $(Echo) "Building Driver Option tables with tblgen"
  /external/clang/docs/
Makefile 55 $(Echo) Installing HTML documentation
63 $(Echo) Packaging HTML documentation
70 $(Echo) Installing doxygen documentation
80 $(Echo) Building doxygen documentation
87 $(Echo) Packaging doxygen documentation
96 $(Echo) Making User LOC Table
101 $(Echo) Uninstalling Documentation
  /external/clang/include/clang/Basic/
Makefile 36 $(Echo) "Building Clang $(patsubst Diagnostic%Kinds.inc.tmp,%,$(@F)) diagnostic tables with tblgen"
40 $(Echo) "Building Clang diagnostic name index with tblgen"
44 $(Echo) "Building Clang diagnostic groups with tblgen"
48 $(Echo) "Building Clang attribute list with tblgen"
54 $(Echo) "Building Clang __has_attribute implementation with tblgen"
59 $(Echo) "Building Clang arm_neon.inc with tblgen"
64 $(Echo) "Updating Clang version info."
  /external/llvm/
Makefile 159 $(Echo) Building Debug Version
161 $(Echo)
162 $(Echo) Building Optimized Version
163 $(Echo)
165 $(Echo)
166 $(Echo) Building Profiling Version
167 $(Echo)
171 $(Echo) Eliminating files constructed by configure
213 $(Echo) Regenerating $*
221 $(Echo) '*****' Completed $(BuildMode) Buil
    [all...]
  /external/llvm/docs/
Makefile 61 $(Echo) Installing HTML documentation
67 $(Echo) Packaging HTML documentation
74 $(Echo) Installing doxygen documentation
84 $(Echo) Building doxygen documentation
89 $(Echo) Packaging doxygen documentation
98 $(Echo) Making User LOC Table
103 $(Echo) Installing ocamldoc documentation
111 $(Echo) Packaging ocamldoc documentation
118 $(Echo) Building ocamldoc documentation
124 `$(FIND) $(LEVEL)/bindings/ocaml -name "*.odoc" -exec echo -load '{}' ';'
    [all...]
  /libcore/luni/src/test/java/libcore/java/lang/reflect/
ProxyTest.java 48 Class[] interfacesA = { loaderA.loadClass(prefix + "$Echo") };
63 Class[] interfacesA = { loaderA.loadClass(prefix + "$Echo") };
66 assertEquals("foo", proxy.getClass().getMethod("echo", String.class).invoke(proxy, "foo"));
213 Proxy.getProxyClass(loader, Echo.class, null);
221 Proxy.getProxyClass(loader, Echo.class, Echo.class);
228 Class<?> proxy1 = Proxy.getProxyClass(loader, Echo.class, ReturnsInt.class);
229 Class<?> proxy2 = Proxy.getProxyClass(loader, Echo.class, ReturnsInt.class);
230 Class<?> proxy3 = Proxy.getProxyClass(loader, ReturnsInt.class, Echo.class);
253 Echo instance = (Echo) Proxy.newProxyInstance(loader, new Class[]{Echo.class}, handler)
318 String echo(String s); method in interface:ProxyTest.Echo
    [all...]
  /external/llvm/bindings/ocaml/backends/
Makefile.common 37 $(Echo) "Compiling $*.c for $(BuildMode) build" $(PIC_FLAG)
57 $(Echo) "Install $(BuildMode) $(DestMETA)"
62 $(Echo) "Uninstalling $(DestMETA)"
  /external/llvm/unittests/
Makefile.unittest 58 $(Echo) Linking $(BuildMode) unit test $(TESTNAME) $(StripWarnMsg)
61 $(Echo) ======= Finished Linking $(BuildMode) Unit test $(TESTNAME) \
  /external/llvm/utils/llvm-lit/
Makefile 22 $(Echo) "Creating 'llvm-lit' script..."
  /external/lldb/source/Interpreter/
Makefile 34 $(Echo) Generating LLDBWrapPython.cpp
39 $(Echo) Installing $(BuildMode) LLDB python modules
  /external/llvm/lib/IR/
Makefile 23 $(Echo) Building Intrinsics.gen.tmp from Intrinsics.td
32 $(Echo) Installing $(DESTDIR)$(PROJ_includedir)/llvm/IR/Intrinsics.gen
  /external/llvm/tools/llvm-config/
Makefile 47 $(Echo) "Building llvm-config BuildVariables.inc file."
48 $(Verb) $(ECHO) 's/@LLVM_SRC_ROOT@/$(subst /,\/,$(LLVM_SRC_ROOT))/' \
50 $(Verb) $(ECHO) 's/@LLVM_OBJ_ROOT@/$(subst /,\/,$(LLVM_OBJ_ROOT))/' \
52 $(Verb) $(ECHO) 's/@LLVM_CPPFLAGS@/$(subst /,\/,$(SUB_CPPFLAGS))/' \
54 $(Verb) $(ECHO) 's/@LLVM_CFLAGS@/$(subst /,\/,$(SUB_CFLAGS))/' \
56 $(Verb) $(ECHO) 's/@LLVM_CXXFLAGS@/$(subst /,\/,$(SUB_CXXFLAGS))/' \
58 $(Verb) $(ECHO) 's/@LLVM_LDFLAGS@/$(subst /,\/,$(SUB_LDFLAGS))/' \
60 $(Verb) $(ECHO) 's/@LLVM_BUILDMODE@/$(subst /,\/,$(BuildMode))/' \
62 $(Verb) $(ECHO) 's/@LLVM_SYSTEM_LIBS@/$(subst /,\/,$(LLVM_SYSTEM_LIBS))/' \
64 $(Verb) $(ECHO) 's/@LLVM_TARGETS_BUILT@/$(subst /,\/,$(TARGETS_TO_BUILD))/'
    [all...]
  /external/llvm/tools/llvm-shlib/
Makefile 86 $(Echo) Collecting global symbols of $(notdir $*)
90 $(Echo) Generating exports for $(LIBRARYNAME)
98 $(Echo) Linking all LLVMLibs together for $(LIBRARYNAME)
104 $(Echo) Linking all libs together for static libstdc++.a
109 $(Echo) Making dummy -lstdc++ to lib

Completed in 516 milliseconds

1 2 3