/external/chromium_org/third_party/icu/source/data/ |
build.xml | 120 <arg name="--sourcedir" value="${env.CLDR_DIR}/common/main" /> 220 <arg name="--sourcedir" value="${env.CLDR_DIR}/common/collation" /> 281 <arg name="--sourcedir" value="${env.CLDR_DIR}/common/rbnf" /> 397 <arg name="--sourcedir" value="${env.ICU4C_DIR}/source/data/xml/brkitr"/> 440 <arg name="--sourcedir" value="${env.CLDR_DIR}/common/transforms" /> 455 <arg name=-"-sourcedir" value="${env.CLDR_DIR}/common/transforms" />
|
/external/chromium_org/tools/gn/ |
command_desc.cc | 26 std::string FormatSourceDir(const SourceDir& dir) { 156 const OrderedSet<SourceDir>& lib_dirs = target->all_lib_dirs(); 326 template<> struct DescValueWriter<SourceDir> { 327 void operator()(const SourceDir& dir, std::ostream& out) const { 515 CONFIG_VALUE_HANDLER(include_dirs, SourceDir) 570 OUTPUT_CONFIG_VALUE(include_dirs, SourceDir)
|
ninja_binary_target_writer.cc | 51 void operator()(const SourceDir& d, std::ostream& out) const { 106 RecursiveTargetConfigToStream<SourceDir>(target_, &ConfigValues::include_dirs, 254 const OrderedSet<SourceDir> all_lib_dirs = target_->all_lib_dirs();
|
scope.h | 261 const SourceDir& GetSourceDir() const; 262 void set_source_dir(const SourceDir& d) { source_dir_ = d; } 352 SourceDir source_dir_;
|
setup.h | 99 // will try to interpret this as a SourceDir if possible, and will fail if is
|
/external/icu/icu4c/source/data/ |
build.xml | 107 <arg name="--sourcedir" value="${env.CLDR_DIR}/common/main" /> 143 <arg name="--sourcedir" value="${env.CLDR_DIR}/common/collation" /> 159 <arg name="--sourcedir" value="${env.CLDR_DIR}/common/rbnf" /> 275 <arg name="--sourcedir" value="${env.CLDR_DIR}/common/segments"/> 306 <arg name="--sourcedir" value="${env.CLDR_DIR}/common/transforms" /> 321 <arg name=-"-sourcedir" value="${env.CLDR_DIR}/common/transforms" />
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
ant-netrexx.jar | |
/external/icu/icu4c/source/test/perf/dicttrieperf/ |
dicttrieperf.cpp | 20 * ./dicttrieperf --sourcedir <ICU build tree>/data/out/tmp --passes 3 --iterations 1000 68 const char *getSourceDir() const { return sourceDir; } 78 // from the -s or --sourcedir path. 325 // from the -s or --sourcedir path plus -f or --file-name. 676 puts("Running BytesTrie perf tests on the .dat package file from the --sourcedir.\n"
|
/packages/inputmethods/LatinIME/native/jni/ |
com_android_inputmethod_latin_BinaryDictionary.cpp | 43 static jlong latinime_BinaryDictionary_open(JNIEnv *env, jclass clazz, jstring sourceDir, 47 const jsize sourceDirUtf8Length = env->GetStringUTFLength(sourceDir); 49 AKLOGE("DICT: Can't get sourceDir string"); 53 env->GetStringUTFRegion(sourceDir, 0, env->GetStringLength(sourceDir), sourceDirChars); [all...] |
/development/cmds/monkey/src/com/android/commands/monkey/ |
MonkeySourceNetworkViews.java | 121 private static Class<?> getIdClass(String packageName, String sourceDir) 128 sourceDir, "/data/local/tmp", 174 klass = getIdClass(packageName, appInfo.sourceDir);
|
/external/clang/lib/Tooling/ |
CompilationDatabase.cpp | 98 CompilationDatabase::autoDetectFromDirectory(StringRef SourceDir, 100 SmallString<1024> AbsolutePath(getAbsolutePath(SourceDir)); 107 SourceDir + "\"\n" + ErrorMessage).str();
|
/external/chromium_org/third_party/icu/source/tools/gensprep/ |
filterRFC3454.pl | 35 "--sourcedir=s" => \$sourceDir, 61 usage() unless defined $sourceDir; 66 $infile = $sourceDir."/".$srcFileName; 639 --sourcedir=<directory> 667 e.g.: filterRFC3454.pl --sourcedir=. --destdir=./output --src-filename=rfc3454.txt --dest-filename=NamePrepProfile.txt --A1 --B1 --B2 --C12 --C22 --C3 --C4 --C5 --C6 --C7 --C8 --C9 --normalize --check-bidi
|
/external/icu/icu4c/source/tools/gensprep/ |
filterRFC3454.pl | 35 "--sourcedir=s" => \$sourceDir, 61 usage() unless defined $sourceDir; 66 $infile = $sourceDir."/".$srcFileName; 639 --sourcedir=<directory> 667 e.g.: filterRFC3454.pl --sourcedir=. --destdir=./output --src-filename=rfc3454.txt --dest-filename=NamePrepProfile.txt --A1 --B1 --B2 --C12 --C22 --C3 --C4 --C5 --C6 --C7 --C8 --C9 --normalize --check-bidi
|
/development/build/tools/ |
mk_sources_zip.py | 93 [ "exec-zip", "verbose", "dry", "sourcedir=" ]) 105 elif o in [ "-s", "--sourcedir" ]:
|
/external/clang/include/clang/Tooling/ |
CompilationDatabase.h | 99 /// Looks for a compilation database in directory 'SourceDir' and all 101 static CompilationDatabase *autoDetectFromDirectory(StringRef SourceDir,
|
/frameworks/multidex/library/src/android/support/multidex/ |
MultiDexExtractor.java | 84 Log.i(TAG, "MultiDexExtractor.load(" + applicationInfo.sourceDir + ", " + forceReload + ")"); 85 final File sourceApk = new File(applicationInfo.sourceDir);
|
/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/chromium_org/third_party/icu/source/tools/toolutil/ |
uoptions.h | 74 #define UOPTION_SOURCEDIR UOPTION_DEF("sourcedir", 's', UOPT_REQUIRES_ARG)
|
/external/icu/icu4c/source/tools/genrb/ |
genrb.c | 47 SOURCEDIR, 209 "\t-s or --sourcedir source directory for files followed by path, defaults to %s\n" 259 if(options[SOURCEDIR].doesOccur) { 260 inputDir = options[SOURCEDIR].value;
|
/external/icu/icu4c/source/tools/toolutil/ |
uoptions.h | 74 #define UOPTION_SOURCEDIR UOPTION_DEF("sourcedir", 's', UOPT_REQUIRES_ARG)
|
/external/chromium_org/third_party/icu/source/tools/icupkg/ |
icupkg.cpp | 141 "\tItems must be listed relative to the package, and the --sourcedir or\n" 150 "\t-s path or --sourcedir path directory for the --add items\n"
|
/development/apps/Development/src/com/android/development/ |
PackageSummary.java | 128 mSource.setText(info.applicationInfo.sourceDir);
|
/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/icu/icu4c/source/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...] |
/frameworks/base/services/core/java/com/android/server/am/ |
BroadcastRecord.java | 148 pw.println(curReceiver.applicationInfo.sourceDir);
|