Home
last modified time | relevance | path

Searched refs:dataPath (Results 1 – 13 of 13) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DICUBinary.java282 String dataPath = ICUConfig.get(ICUBinary.class.getName() + ".dataPath");
283 if (dataPath != null) {
284 addDataFilesFromPath(dataPath, icuDataFiles);
288 private static void addDataFilesFromPath(String dataPath, List<DataFile> files) {
295 while (pathStart < dataPath.length()) {
296 int sepIndex = dataPath.indexOf(File.pathSeparatorChar, pathStart);
301 pathLimit = dataPath.length();
303 String path = dataPath.substring(pathStart, pathLimit).trim();
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DICUBinary.java286 String dataPath = ICUConfig.get(ICUBinary.class.getName() + ".dataPath");
287 if (dataPath != null) {
288 addDataFilesFromPath(dataPath, icuDataFiles);
292 private static void addDataFilesFromPath(String dataPath, List<DataFile> files) {
299 while (pathStart < dataPath.length()) {
300 int sepIndex = dataPath.indexOf(File.pathSeparatorChar, pathStart);
305 pathLimit = dataPath.length();
307 String path = dataPath.substring(pathStart, pathLimit).trim();
/external/icu/icu4c/source/common/
Dudata.cpp957 const char *dataPath, const char *tocEntryPathSuffix, in doLoadFromIndividualFiles() argument
970 UDataPathIterator iter(dataPath, pkgName, path, tocEntryPathSuffix, FALSE, pErrorCode); in doLoadFromIndividualFiles()
1128 const char *dataPath; in doOpenChoice() local
1255 dataPath = u_getDataDirectory(); in doOpenChoice()
1279 pkgName.data(), dataPath, tocEntryPathSuffix, tocEntryName.data(), in doOpenChoice()
1293 if ((dataPath && *dataPath) || !isICUData) { in doOpenChoice()
1294 retVal = doLoadFromIndividualFiles(pkgName.data(), dataPath, tocEntryPathSuffix, in doOpenChoice()
1309 pkgName.data(), dataPath, tocEntryPathSuffix, tocEntryName.data(), in doOpenChoice()
/external/opencv3/modules/ml/test/
Dtest_gbttest.cpp249 string dataPath = string(ts->get_data_path());
251 datasets[0] = dataPath + string("spambase.data"); /*string("dataset_classification.csv");*/
252 datasets[1] = dataPath + string("housing_.data"); /*string("dataset_regression.csv");*/
Dtest_mltests2.cpp275 string dataPath = ts->get_data_path(); in prepare_test_case() local
276 if ( dataPath.empty() ) in prepare_test_case()
283 filename = dataPath + dataName + ".data"; in prepare_test_case()
/external/opencv3/modules/calib3d/test/
Dtest_stereomatching.cpp401 string dataPath = ts->get_data_path() + "cv/"; in run() local
404 if( dataPath.empty() ) in run()
411 FileStorage datasetsFS( dataPath + DATASETS_DIR + DATASETS_FILE, FileStorage::READ ); in run()
418 …FileStorage runParamsFS( dataPath + ALGORITHMS_DIR + algorithmName + RUN_PARAMS_FILE, FileStorage:… in run()
426 string fullResultFilename = dataPath + ALGORITHMS_DIR + algorithmName + RESULT_FILE; in run()
450 string datasetFullDirName = dataPath + DATASETS_DIR + datasetName + "/"; in run()
/external/icu/icu4c/source/extra/uconv/
Duconv.cpp84 char dataPath[2048]; /* XXX Sloppy: should be PATH_MAX. */ in initMsg() local
113 uprv_strcpy(dataPath, u_getDataDirectory()); in initMsg()
114 uprv_strcat(dataPath, U_FILE_SEP_STRING); in initMsg()
115 uprv_strcat(dataPath, UCONVMSG); in initMsg()
117 gBundle = u_wmsg_setPath(dataPath, &err); in initMsg()
121 pname, dataPath, u_errorName(err)); in initMsg()
/external/smali/smalidea/src/test/java/org/jf/smalidea/
DLightCodeInsightParsingTestCase.java57 … public LightCodeInsightParsingTestCase(@NonNls @NotNull String dataPath, @NotNull String fileExt, in LightCodeInsightParsingTestCase() argument
60 myFullDataPath = getTestDataPath() + "/" + dataPath; in LightCodeInsightParsingTestCase()
/external/boringssl/src/util/
Dmake_errors.go51 dataPath := filepath.Join(errDir, lib+".errordata")
122 dataFile, err := os.OpenFile(dataPath, os.O_CREATE|os.O_WRONLY|os.O_TRUNC, 0644)
/external/opencv3/modules/objdetect/test/
Dtest_cascadeandhog.cpp135 string dataPath = ts->get_data_path(); in prepareData() local
143 Mat img = imread( dataPath+filename, 1 ); in prepareData()
153 string dataPath = ts->get_data_path(); in run() local
154 string vs_filename = dataPath + getValidationFilename(); in run()
165 FileStorage fs0(dataPath + configFilename, FileStorage::READ ); in run()
257 string dataPath = ts->get_data_path(), detectorFilename; in runTestCase() local
259 detectorFilename = dataPath + detectorFilenames[detectorIdx]; in runTestCase()
458 string dataPath = ts->get_data_path(), filename; in detectMultiScale() local
459 filename = dataPath + detectorFilenames[di]; in detectMultiScale()
/external/deqp/framework/platform/ios/
DtcuIOSApp.mm266 NSString* dataPath = [[NSBundle mainBundle] bundlePath];
267 const char* utf8Str = [dataPath UTF8String];
/external/icu/android_icu4j/resources/android/icu/
DICUConfig.properties42 android.icu.impl.ICUBinary.dataPath =
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/
DICUConfig.properties42 com.ibm.icu.impl.ICUBinary.dataPath =