/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | ICUBinary.java | 288 String dataPath = ICUConfig.get(ICUBinary.class.getName() + ".dataPath"); 289 if (dataPath != null) { 290 addDataFilesFromPath(dataPath, icuDataFiles); 294 private static void addDataFilesFromPath(String dataPath, List<DataFile> files) { 301 while (pathStart < dataPath.length()) { 302 int sepIndex = dataPath.indexOf(File.pathSeparatorChar, pathStart); 307 pathLimit = dataPath.length(); 309 String path = dataPath.substring(pathStart, pathLimit).trim();
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | ICUBinary.java | 284 String dataPath = ICUConfig.get(ICUBinary.class.getName() + ".dataPath"); 285 if (dataPath != null) { 286 addDataFilesFromPath(dataPath, icuDataFiles); 290 private static void addDataFilesFromPath(String dataPath, List<DataFile> files) { 297 while (pathStart < dataPath.length()) { 298 int sepIndex = dataPath.indexOf(File.pathSeparatorChar, pathStart); 303 pathLimit = dataPath.length(); 305 String path = dataPath.substring(pathStart, pathLimit).trim();
|
/external/icu/icu4c/source/common/ |
D | udata.cpp | 960 const char *dataPath, const char *tocEntryPathSuffix, in doLoadFromIndividualFiles() argument 973 UDataPathIterator iter(dataPath, pkgName, path, tocEntryPathSuffix, FALSE, pErrorCode); in doLoadFromIndividualFiles() 1131 const char *dataPath; in doOpenChoice() local 1258 dataPath = u_getDataDirectory(); in doOpenChoice() 1282 pkgName.data(), dataPath, tocEntryPathSuffix, tocEntryName.data(), in doOpenChoice() 1296 if ((dataPath && *dataPath) || !isICUData) { in doOpenChoice() 1297 retVal = doLoadFromIndividualFiles(pkgName.data(), dataPath, tocEntryPathSuffix, in doOpenChoice() 1312 pkgName.data(), dataPath, tocEntryPathSuffix, tocEntryName.data(), in doOpenChoice()
|
/external/icu/icu4c/source/extra/uconv/ |
D | uconv.cpp | 86 char dataPath[2048]; /* XXX Sloppy: should be PATH_MAX. */ in initMsg() local 115 uprv_strcpy(dataPath, u_getDataDirectory()); in initMsg() 116 uprv_strcat(dataPath, U_FILE_SEP_STRING); in initMsg() 117 uprv_strcat(dataPath, UCONVMSG); in initMsg() 119 gBundle = u_wmsg_setPath(dataPath, &err); in initMsg() 123 pname, dataPath, u_errorName(err)); in initMsg()
|
/external/smali/smalidea/src/test/java/org/jf/smalidea/ |
D | LightCodeInsightParsingTestCase.java | 57 … public LightCodeInsightParsingTestCase(@NonNls @NotNull String dataPath, @NotNull String fileExt, in LightCodeInsightParsingTestCase() argument 60 myFullDataPath = getTestDataPath() + "/" + dataPath; in LightCodeInsightParsingTestCase()
|
/external/boringssl/src/util/ |
D | make_errors.go | 51 dataPath := filepath.Join(errDir, lib+".errordata") 122 dataFile, err := os.OpenFile(dataPath, os.O_CREATE|os.O_WRONLY|os.O_TRUNC, 0644)
|
/external/deqp/framework/platform/ios/ |
D | tcuIOSApp.mm | 266 NSString* dataPath = [[NSBundle mainBundle] bundlePath]; 267 const char* utf8Str = [dataPath UTF8String];
|
/external/icu/android_icu4j/resources/android/icu/ |
D | ICUConfig.properties | 46 android.icu.impl.ICUBinary.dataPath =
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/ |
D | ICUConfig.properties | 46 com.ibm.icu.impl.ICUBinary.dataPath =
|
/external/robolectric/v3/runtime/ |
D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.3_r2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |