Searched refs:inDir (Results 1 – 6 of 6) sorted by relevance
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/index/ |
D | IndexGenerator.java | 33 File inDir = new File(args[0]); in main() local 34 if (!inDir.exists()) { in main() 35 System.out.println("skipping nonexistent directory " + inDir); in main() 39 if (!inDir.isDirectory()) { in main() 40 usage("first argument '" + inDir + "' must be a directory"); in main() 43 File outDir = inDir; in main() 52 File[] files = inDir.listFiles(); in main() 72 pw.println("# from contents of " + inDir.getCanonicalPath()); in main()
|
/external/mtools/ |
D | mdu.c | 33 int inDir; member 58 if(arg->all || !arg->inDir) { in file_mdu() 76 arg.inDir = 1; in dir_mdu() 88 if(!arg.summary || !parentArg->inDir) { in dir_mdu() 103 arg.inDir = 0; in mdu()
|
/external/skqp/tools/bookmaker/ |
D | fiddleParser.h | 70 bool openCatalog(const char* inDir); 71 bool openStatus(const char* inDir);
|
D | cataloger.cpp | 33 bool Catalog::openCatalog(const char* inDir) { in openCatalog() argument 34 fDocsDir = inDir; in openCatalog()
|
/external/skqp/tests/ |
D | PathTest.cpp | 3418 SkPath::Direction inDir) { in test_circle_with_direction() argument 3419 const SkPathPriv::FirstDirection dir = SkPathPriv::AsFirstDirection(inDir); in test_circle_with_direction() 3423 path.addCircle(0, 0, SkIntToScalar(20), inDir); in test_circle_with_direction() 3436 SkIntToScalar(20), inDir); in test_circle_with_direction() 3449 path.addOval(SkRect::MakeXYWH(20, 10, 5, 5), inDir, start); in test_circle_with_direction()
|
/external/skia/tests/ |
D | PathTest.cpp | 3418 SkPathDirection inDir) { in test_circle_with_direction() argument 3419 const SkPathFirstDirection dir = SkPathPriv::AsFirstDirection(inDir); in test_circle_with_direction() 3423 path.addCircle(0, 0, SkIntToScalar(20), inDir); in test_circle_with_direction() 3436 SkIntToScalar(20), inDir); in test_circle_with_direction() 3449 path.addOval(SkRect::MakeXYWH(20, 10, 5, 5), inDir, start); in test_circle_with_direction()
|