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="";
116 "\t-s or --sourcedir source directory, followed by the path\n"
155 CharString filename(options[SOURCEDIR].value, errorCode);
  /external/icu4c/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/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/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/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/pkgdata/
pkgdata.cpp 142 SOURCEDIR,
425 if( options[SOURCEDIR].doesOccur ) {
426 o.srcDir = options[SOURCEDIR].value;
    [all...]

Completed in 189 milliseconds