HomeSort by relevance Sort by last modified time
    Searched refs:SOURCEDIR (Results 1 - 7 of 7) 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/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/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/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/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/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/icu4c/tools/pkgdata/
pkgdata.cpp 102 SOURCEDIR,
418 if( options[SOURCEDIR].doesOccur ) {
419 o.srcDir = options[SOURCEDIR].value;
    [all...]

Completed in 104 milliseconds