HomeSort by relevance Sort by last modified time
    Searched refs:SOURCEDIR (Results 1 - 13 of 13) sorted by null

  /external/emma/
test.sh 18 SOURCEDIR=$JAVADIR/com/android/bunnies
19 mkdir -p $SOURCEDIR
21 cat <<END >$SOURCEDIR/Bunny.java
59 cat <<END >$SOURCEDIR/SubBunny.java
118 javac -g $(find $SOURCEDIR -name \*.java)
  /external/chromium_org/third_party/icu/source/tools/gennorm2/
gennorm2.cpp 60 SOURCEDIR,
82 options[SOURCEDIR].value="";
116 "\t-s or --sourcedir source directory, followed by the path\n"
155 CharString filename(options[SOURCEDIR].value, errorCode);
  /external/icu4c/tools/gennorm2/
gennorm2.cpp 60 SOURCEDIR,
82 options[SOURCEDIR].value="";
115 "\t-s or --sourcedir source directory, followed by the path\n"
156 CharString filename(options[SOURCEDIR].value, errorCode);
  /external/chromium_org/third_party/icu/source/tools/gensprep/
gensprep.c 84 SOURCEDIR,
112 "\t-s or --sourcedir source directory of ICU data, followed by the path\n"
150 options[SOURCEDIR].value="";
171 srcDir=options[SOURCEDIR].value;
  /external/icu4c/tools/gensprep/
gensprep.c 85 SOURCEDIR,
113 "\t-s or --sourcedir source directory of ICU data, followed by the path\n"
151 options[SOURCEDIR].value="";
172 srcDir=options[SOURCEDIR].value;
  /external/chromium_org/third_party/icu/source/tools/ctestfw/
uperf.cpp 27 "\t-s or --sourcedir source directory for files followed by path\n"
47 SOURCEDIR,
81 fileName(NULL), sourceDir("."),
97 fileName(NULL), sourceDir("."),
138 if(options[SOURCEDIR].doesOccur) {
139 sourceDir = options[SOURCEDIR].value;
186 ucbuf_resolveFileName(sourceDir, fileName, NULL, &len, &status);
195 ucbuf_resolveFileName(sourceDir, fileName, resolvedFileName, &len, &status);
  /external/icu4c/tools/ctestfw/
uperf.cpp 31 "\t-s or --sourcedir source directory for files followed by path\n"
51 SOURCEDIR,
85 fileName(NULL), sourceDir("."),
101 fileName(NULL), sourceDir("."),
142 if(options[SOURCEDIR].doesOccur) {
143 sourceDir = options[SOURCEDIR].value;
190 ucbuf_resolveFileName(sourceDir, fileName, NULL, &len, &status);
199 ucbuf_resolveFileName(sourceDir, fileName, resolvedFileName, &len, &status);
  /external/chromium_org/third_party/icu/source/tools/genrb/
genrb.c 46 SOURCEDIR,
182 "\t-s or --sourcedir source directory for files followed by path, defaults to %s\n"
233 if(options[SOURCEDIR].doesOccur) {
234 inputDir = options[SOURCEDIR].value;
  /external/icu4c/tools/genrb/
genrb.c 47 SOURCEDIR,
194 "\t-s or --sourcedir source directory for files followed by path, defaults to %s\n"
244 if(options[SOURCEDIR].doesOccur) {
245 inputDir = options[SOURCEDIR].value;
  /external/chromium_org/third_party/icu/source/tools/gencnval/
gencnval.c 206 SOURCEDIR
228 options[DESTDIR].value=options[SOURCEDIR].value=u_getDataDirectory();
246 "\t-s or --sourcedir source directory, followed by the path\n",
258 path=options[SOURCEDIR].value;
    [all...]
  /external/icu4c/tools/gencnval/
gencnval.c 206 SOURCEDIR
229 options[DESTDIR].value=options[SOURCEDIR].value=u_getDataDirectory();
247 "\t-s or --sourcedir source directory, followed by the path\n",
259 path=options[SOURCEDIR].value;
    [all...]
  /external/chromium_org/third_party/icu/source/tools/pkgdata/
pkgdata.cpp 141 SOURCEDIR,
424 if( options[SOURCEDIR].doesOccur ) {
425 o.srcDir = options[SOURCEDIR].value;
    [all...]
  /external/icu4c/tools/pkgdata/
pkgdata.cpp 102 SOURCEDIR,
418 if( options[SOURCEDIR].doesOccur ) {
419 o.srcDir = options[SOURCEDIR].value;
    [all...]

Completed in 323 milliseconds