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

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/Camera2/src/com/android/camera/burst/
BurstMediaItem.java 49 public File getFilePath();
  /external/clang/unittests/Tooling/
ReplacementsYamlTest.cpp 75 ASSERT_EQ("/path/to/file1.h", DocActual.Replacements[0].getFilePath());
79 ASSERT_EQ("/path/to/file2.h", DocActual.Replacements[1].getFilePath());
102 ASSERT_EQ("target_file.h", DocActual.Replacements[0].getFilePath());
  /device/generic/goldfish/camera/
EmulatedCameraHotplugThread.h 59 String8 getFilePath(int cameraId) const;
EmulatedCameraHotplugThread.cpp 185 String8 filePath = getFilePath(cameraId);
222 String8 EmulatedCameraHotplugThread::getFilePath(int cameraId) const {
228 String8 filePath = getFilePath(cameraId);
255 String8 camPath = getFilePath(*it);
287 String8 camPath = getFilePath(cameraId);
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
file_utils.h 41 static void getFilePath(const char *const dirPath, const char *const fileName,
file_utils.cpp 76 getFilePath(dirPath, dirent->d_name, filePathBufSize, filePath);
112 /* static */ void FileUtils::getFilePath(const char *const dirPath, const char *const fileName,
  /frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/processing/
ScopedErrorReport.java 38 public String getFilePath() {
  /frameworks/base/services/tests/servicestests/src/com/android/server/
MountServiceTests.java 103 private File getFilePath(String name) {
202 final File outFile = getFilePath("test1.obb");
221 final File outFile = getFilePath("test1_nosig.obb");
236 final File outFile = getFilePath("test1_wrongpackage.obb");
252 final File file1 = getFilePath("test1.obb");
253 final File file2 = getFilePath("test2.obb");
  /packages/apps/Dialer/java/com/android/dialer/callcomposer/
GalleryGridItemData.java 46 filePath = Assert.isNotNull(copyData.getFilePath());
63 public String getFilePath() {
GalleryGridItemView.java 101 if (currentFilePath == null || !currentFilePath.equals(data.getFilePath())) {
102 currentFilePath = data.getFilePath();
  /dalvik/dx/src/com/android/dx/command/dump/
ClassDumper.java 62 new DirectClassFile(ba, getFilePath(), getStrictParse());
  /external/clang/include/clang/Tooling/
ReplacementsYaml.h 39 : FilePath(R.getFilePath()), Offset(R.getOffset()),
  /external/v8/tools/clang/value_cleanup/
ValueCleanup.cpp 60 llvm::outs() << "r:::" << r.getFilePath() << ":::" << r.getOffset()
  /packages/apps/Camera2/src/com/android/camera/data/
VideoRotationMetadataLoader.java 35 final String path = data.getData().getFilePath();
FilmstripItemBase.java 73 File fileToDelete = new File(mData.getFilePath());
99 mediaDetails.addDetail(MediaDetails.INDEX_PATH, mData.getFilePath());
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
MediaItem.java 97 public String getFilePath() {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Tooling/
ReplacementsYaml.h 38 : FilePath(R.getFilePath()), Offset(R.getOffset()),
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Tooling/
ReplacementsYaml.h 38 : FilePath(R.getFilePath()), Offset(R.getOffset()),
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Tooling/
ReplacementsYaml.h 38 : FilePath(R.getFilePath()), Offset(R.getOffset()),
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Tooling/
ReplacementsYaml.h 38 : FilePath(R.getFilePath()), Offset(R.getOffset()),
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Tooling/
ReplacementsYaml.h 38 : FilePath(R.getFilePath()), Offset(R.getOffset()),
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Tooling/
ReplacementsYaml.h 38 : FilePath(R.getFilePath()), Offset(R.getOffset()),
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Tooling/
ReplacementsYaml.h 38 : FilePath(R.getFilePath()), Offset(R.getOffset()),
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Tooling/
ReplacementsYaml.h 38 : FilePath(R.getFilePath()), Offset(R.getOffset()),
  /external/clang/lib/Tooling/Core/
Replacement.cpp 93 if (LHS.getFilePath() != RHS.getFilePath())
94 return LHS.getFilePath() < RHS.getFilePath();
101 LHS.getFilePath() == RHS.getFilePath() &&
327 FakeReplaces.insert(Replacement(Replaces.begin()->getFilePath(),
358 : MergeSecond(MergeSecond), Delta(D), FilePath(R.getFilePath()),
434 FileToReplaces[Replace.getFilePath()].insert(Replace);

Completed in 3147 milliseconds

1 2 3 4 5 6 7 8 91011>>