Home
last modified time | relevance | path

Searched +refs:icu +refs:dependencies +refs:mode (Results 1 – 5 of 5) sorted by relevance

/external/v8/
DMakefile241 BUILDS = $(foreach mode,$(MODES),$(addsuffix .$(mode),$(ARCHES)))
242 ANDROID_BUILDS = $(foreach mode,$(MODES), \
243 $(addsuffix .$(mode),$(ANDROID_ARCHES)))
244 NACL_BUILDS = $(foreach mode,$(MODES), \
245 $(addsuffix .$(mode),$(NACL_ARCHES)))
254 .PHONY: all check clean builddeps dependencies $(ENVFILE).new native \
321 --mode=$(basename $@) $(TESTFLAGS)
329 --arch-and-mode=$(basename $@) $(TESTFLAGS)
333 --mode=$(basename $@) $(TESTFLAGS) --quickcheck
341 --arch-and-mode=$(basename $@) $(TESTFLAGS) --quickcheck
[all …]
/external/icu/icu4c/source/config/
Dicu-config-bottom2 ## BEGIN of icu-config-bottom.
16 ## The actual code of icu-config goes here.
42 …echo " --icudata-mode Print default ICU pkgdata mode (dll) - use as --mode option to pkgd…
54 echo " --prefix Print PREFIX to icu install (/usr/local)"
78 echo "${ME}: icu-config: ICU configuration helper script"
81 echo 'Example (in make): CPFLAGS=$(shell icu-config --cppflags)'
82 echo ' LDFLAGS=$(shell icu-config --ldflags)'
93 echo "NOTE: Please consider using the pkg-config (.pc) files instead of icu-config."
94 echo " See: <http://userguide.icu-project.org/howtouseicu#TOC-pkg-config> "
138 # ALWAYS load twice because of dependencies
[all …]
DMakefile.inc.in41 # The prefix for ICU libraries, normally 'icu'
42 ICUPREFIX = icu
59 ## equivalent '#SH#' lines for icu-config fixup
65 #SH## icu-config version of above 'if':
120 # for icu-config to test with
128 # Proper echo newline handling is needed in icu-config
157 # moved here because of dependencies
241 # Defaults for pkgdata's mode and directories
242 # The default data dir changes depending on what packaging mode
/external/gptfdisk/
DREADME12 disks that fdisk modifies. As such, gdisk is an interactive text-mode
19 is a curses-based text-mode tool for manipulating partitions, which is to
87 text-mode gdisk, the curses-based interactive cgdisk, and the
176 * The ICU library (http://site.icu-project.org), which provides support for
194 installed as dependencies of other programs I've installed. If you're
/external/icu/icu4c/source/test/testdata/
Dregextst.txt22 # s dot-matches-all mode
23 # m multi-line mode.
25 # D Unix Lines mode (only recognize 0x0a as new-line)
27 # v If icu configured without break iteration, this
111 "xyz$" myz "<0>xyz</0>" # multi-line mode
141 # Multi-line and non-multiline mode take different paths, so repeated tests.
166 # UNIX_LINES mode
178 ".*def" L "abc\r def xyz" # Normal mode, LookingAt() stops at \r
179 ".*def" DL "<0>abc\r def</0> xyz" # Unix Lines mode, \r not line end.
250 # Unicode word boundary mode
[all …]