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

1 2 3 4 5 6 7 8 9

  /external/chromium_org/tools/gyp/test/toolsets/
toolsets.cc 6 #ifdef TARGET
7 return "Target";
toolsets_shared.cc 6 #ifdef TARGET
7 return "Target";
  /external/chromium_org/third_party/lcov/bin/
install.sh 11 TARGET=$3
16 TARGET=$2
21 if test -z "$SOURCE" || test -z "$TARGET" ; then
22 echo Usage: install.sh [--uninstall] source target [install options] >&2
34 local TARGET=$2
37 install -p -D $PARAMS $SOURCE $TARGET
48 local TARGET=$2
50 # Does target exist?
51 if test -r $TARGET ; then
52 # Is target of the same version as this package
    [all...]
  /external/chromium_org/third_party/icu/source/samples/uresb/
Makefile 21 # Name of your target
22 TARGET=uresb
23 PKG=$(TARGET)
30 CLEANFILES=*~ $(TARGET).out
32 all: $(RESOURCES) $(TARGET)
48 -$(RMV) $(OBJECTS) $(TARGET) $(RESOURCES)
63 $(TARGET): $(OBJECTS)
67 check: $(TARGET) $(RESOURCES)
68 $(INVOKE) ./$(TARGET) en | tee $(TARGET).ou
    [all...]
  /external/icu/icu4c/source/samples/uresb/
Makefile 21 # Name of your target
22 TARGET=uresb
23 PKG=$(TARGET)
30 CLEANFILES=*~ $(TARGET).out
32 all: $(RESOURCES) $(TARGET)
48 -$(RMV) $(OBJECTS) $(TARGET) $(RESOURCES)
63 $(TARGET): $(OBJECTS)
67 check: $(TARGET) $(RESOURCES)
68 $(INVOKE) ./$(TARGET) en | tee $(TARGET).ou
    [all...]
  /external/chromium_org/third_party/icu/source/samples/legacy/
Makefile 29 # Name of your target
30 TARGET=legacy
35 CLEANFILES=*~ $(TARGET).out
42 all: $(TARGET) $(ICU_INC)
51 -$(RMV) $(OBJECTS) $(TARGET)
56 $(TARGET): $(OBJECTS)
60 check: $(TARGET)
61 $(INVOKE) ./$(TARGET) | tee $(TARGET).out
64 report: $(TARGET).repor
    [all...]
  /external/icu/icu4c/source/samples/legacy/
Makefile 29 # Name of your target
30 TARGET=legacy
35 CLEANFILES=*~ $(TARGET).out
42 all: $(TARGET) $(ICU_INC)
51 -$(RMV) $(OBJECTS) $(TARGET)
56 $(TARGET): $(OBJECTS)
60 check: $(TARGET)
61 $(INVOKE) ./$(TARGET) | tee $(TARGET).out
64 report: $(TARGET).repor
    [all...]
  /external/llvm/bindings/ocaml/backends/
Makefile.common 11 # be included after defining TARGET. It will then substitute @TARGET@ for
12 # the value of TARGET in various *.in files and build an OCaml library in
18 LIBRARYNAME := llvm_$(TARGET)
19 UsedComponents := $(TARGET)
24 SOURCES := $(TARGET)_ocaml.c
25 OcamlHeaders1 := $(PROJ_SRC_DIR)/llvm_$(TARGET).mli
26 OcamlSources1 := $(PROJ_SRC_DIR)/llvm_$(TARGET).ml
30 $(ObjDir)/llvm_$(TARGET).ml: $(PROJ_SRC_DIR)/llvm_backend.ml.in $(ObjDir)/.dir
31 $(Verb) $(SED) -e 's/@TARGET@/$(TARGET)/' $< > $
    [all...]
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/src/cube/
Makefile 13 TARGET = cube
29 $(eval $(call LINK_RULE,$(TARGET)_unstripped,$(SOURCES),$(LIBS),$(DEPS)))
30 $(eval $(call STRIP_RULE,$(TARGET),$(TARGET)_unstripped))
32 $(eval $(call LINK_RULE,$(TARGET),$(SOURCES),$(LIBS),$(DEPS)))
35 $(eval $(call NMF_RULE,$(TARGET),))
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/src/earth/
Makefile 13 TARGET = earth
26 $(eval $(call LINK_RULE,$(TARGET)_unstripped,$(SOURCES),$(LIBS),$(DEPS)))
27 $(eval $(call STRIP_RULE,$(TARGET),$(TARGET)_unstripped))
29 $(eval $(call LINK_RULE,$(TARGET),$(SOURCES),$(LIBS),$(DEPS)))
32 $(eval $(call NMF_RULE,$(TARGET),))
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/src/life/
Makefile 13 TARGET = life
26 $(eval $(call LINK_RULE,$(TARGET)_unstripped,$(SOURCES),$(LIBS),$(DEPS)))
27 $(eval $(call STRIP_RULE,$(TARGET),$(TARGET)_unstripped))
29 $(eval $(call LINK_RULE,$(TARGET),$(SOURCES),$(LIBS),$(DEPS)))
32 $(eval $(call NMF_RULE,$(TARGET),))
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/src/voronoi/
Makefile 13 TARGET = voronoi
26 $(eval $(call LINK_RULE,$(TARGET)_unstripped,$(SOURCES),$(LIBS),$(DEPS)))
27 $(eval $(call STRIP_RULE,$(TARGET),$(TARGET)_unstripped))
29 $(eval $(call LINK_RULE,$(TARGET),$(SOURCES),$(LIBS),$(DEPS)))
32 $(eval $(call NMF_RULE,$(TARGET),))
  /external/chromium_org/tools/perf/page_sets/tough_pepper_cases/extra_data/
Makefile 14 TARGET = touch_drawing_plugin
27 $(eval $(call LINK_RULE,$(TARGET)_unstripped,$(SOURCES),$(LIBS),$(DEPS)))
28 $(eval $(call STRIP_RULE,$(TARGET),$(TARGET)_unstripped))
30 $(eval $(call LINK_RULE,$(TARGET),$(SOURCES),$(LIBS),$(DEPS)))
33 $(eval $(call NMF_RULE,$(TARGET),))
  /external/chromium_org/third_party/icu/source/samples/break/
Makefile 11 # Name of your target
12 TARGET=break
  /external/chromium_org/third_party/icu/source/samples/case/
Makefile 11 # Name of your target
12 TARGET=case
  /external/chromium_org/third_party/icu/source/samples/citer/
Makefile 10 # Name of your target
11 TARGET=citer
  /external/chromium_org/third_party/icu/source/samples/coll/
Makefile 11 # Name of your target
12 TARGET=coll
  /external/chromium_org/third_party/icu/source/samples/csdet/
Makefile 11 # Name of your target
12 TARGET=csdet
  /external/chromium_org/third_party/icu/source/samples/datefmt/
Makefile 10 # Name of your target
11 TARGET=datefmt
  /external/chromium_org/third_party/icu/source/samples/msgfmt/
Makefile 11 # Name of your target
12 TARGET=msgfmt
  /external/chromium_org/third_party/icu/source/samples/props/
Makefile 11 # Name of your target
12 TARGET=props
  /external/chromium_org/third_party/icu/source/samples/strsrch/
Makefile 11 # Name of your target
12 TARGET=strsrch
  /external/chromium_org/third_party/icu/source/samples/uciter8/
Makefile 10 # Name of your target
11 TARGET=uciter8
  /external/chromium_org/third_party/icu/source/samples/ustring/
Makefile 10 # Name of your target
11 TARGET=ustring
  /external/icu/icu4c/source/samples/break/
Makefile 11 # Name of your target
12 TARGET=break

Completed in 262 milliseconds

1 2 3 4 5 6 7 8 9