HomeSort by relevance Sort by last modified time
    Searched refs:filePaths (Results 1 - 25 of 79) sorted by null

1 2 3 4

  /external/clang/tools/libclang/
ARCMigrate.cpp 79 CXRemapping clang_getRemappingsFromFileList(const char **filePaths,
96 if (!filePaths) {
99 "NULL filePaths\n";
104 SmallVector<StringRef, 32> Files(filePaths, filePaths + numFiles);
  /tools/tradefederation/core/prod-tests/src/com/android/sensor/tests/
SingleSensorTests.java 77 String[] filePaths = rawFileList.split("\r?\n");
78 for (String filePath : filePaths) {
  /build/blueprint/bootstrap/
cleanup.go 56 filePaths, err := parseNinjaLog(ninjaBuildDir)
61 for _, filePath := range filePaths {
93 var filePaths []string
114 filePaths = append(filePaths, filePath)
120 return filePaths, nil
  /packages/apps/StorageManager/robotests/src/com/android/storagemanager/automatic/
DownloadsDeletionTypeTest.java 60 String[] filePaths = new String[2];
61 filePaths[0] = temp.getPath();
62 filePaths[1] = temp2.getPath();
63 mDeletion = new DownloadsDeletionType(RuntimeEnvironment.application, filePaths);
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadStorageProvider.java 231 Set<String> filePaths = new HashSet<>();
235 includeDownloadFromCursor(result, cursor, filePaths);
282 Set<String> filePaths = new HashSet<>();
284 includeDownloadFromCursor(result, cursor, filePaths);
286 includeFilesFromSharedStorage(result, filePaths, null);
345 Set<String> filePaths = new HashSet<>();
347 includeDownloadFromCursor(result, cursor, filePaths);
350 projection, filePaths);
445 Set<String> filePaths) {
523 filePaths.add(localFilePath)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringInputPage.java 488 TreeSet<String> filePaths = mFolderCache.get(newPath);
490 if (filePaths == null) {
491 filePaths = new TreeSet<String>();
499 filePaths.add(newPath + name);
507 mFolderCache.put(newPath, filePaths);
511 if (leafName.length() > 0 && !filePaths.contains(currPath)) {
512 filePaths.add(currPath);
521 for (String filePath : filePaths) {
  /external/icu/icu4c/source/tools/pkgdata/
pkgtypes.h 109 CharList *filePaths; /* All the files, with long paths */
pkgdata.cpp 495 if (o.filePaths != NULL) {
496 pkg_deleteList(o.filePaths);
    [all...]
  /external/lzma/CPP/7zip/UI/Common/
DirItem.h 100 const FStringVector &filePaths,
EnumDirItems.cpp 203 const FStringVector &filePaths,
209 FOR_VECTOR (i, filePaths)
211 const FString &filePath = filePaths[i];
  /tools/tradefederation/core/prod-tests/src/com/android/performance/tests/
HermeticLaunchTest.java 365 String[] filePaths = filePathAll.split(",");
367 + "for the activity :%s", activityName), filePaths.length, mlaunchCount);
371 for (int count = 0; count < filePaths.length; count++) {
372 File currentAtraceFile = pullAtraceInfoFile(filePaths[count]);
373 String[] splitName = filePaths[count].split("-");
  /external/testng/ant/3rdparty/
DTDDoc.jar 
cobertura.jar 
  /external/clang/include/clang-c/
Index.h     [all...]
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.2.0/
sdklib-22.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.4.0/
sdklib-22.4.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.4.2/
sdklib-22.4.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.5.0/
sdklib-22.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.5.1/
sdklib-22.5.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.5.3/
sdklib-22.5.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.7.0/
sdklib-22.7.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.7.1/
sdklib-22.7.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.7.3/
sdklib-22.7.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.8.0/
sdklib-22.8.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.9.2/
sdklib-22.9.2.jar 

Completed in 222 milliseconds

1 2 3 4