| /external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/ |
| GeneratedJavaParserTokenManagerTest.java | 29 private String makeFilename(String sampleName) { 35 JavaParser.parseResource(makeFilename("issue1003"));
|
| CommentsInserterTest.java | 36 private String makeFilename(String sampleName) { 42 makeFilename(sampleName)); 59 parseResource(makeFilename("Issue624"));
|
| /external/google-breakpad/src/testing/gtest/test/ |
| gtest-filepath_test.cc | 259 FilePath actual = FilePath::MakeFileName(FilePath("foo"), FilePath("bar"), 265 FilePath actual = FilePath::MakeFileName(FilePath("foo"), FilePath("bar"), 271 FilePath actual = FilePath::MakeFileName(FilePath("foo" GTEST_PATH_SEP_), 277 FilePath actual = FilePath::MakeFileName(FilePath("foo" GTEST_PATH_SEP_), 283 FilePath actual = FilePath::MakeFileName(FilePath(""), FilePath("bar"), 289 FilePath actual = FilePath::MakeFileName(FilePath(""), FilePath("bar"), 517 unique_file0_.Set(FilePath::MakeFileName(testdata_path_, FilePath("unique"), 519 unique_file1_.Set(FilePath::MakeFileName(testdata_path_, FilePath("unique"),
|
| /external/googletest/googletest/test/ |
| gtest-filepath_test.cc | 251 FilePath actual = FilePath::MakeFileName(FilePath("foo"), FilePath("bar"), 257 FilePath actual = FilePath::MakeFileName(FilePath("foo"), FilePath("bar"), 263 FilePath actual = FilePath::MakeFileName(FilePath("foo" GTEST_PATH_SEP_), 269 FilePath actual = FilePath::MakeFileName(FilePath("foo" GTEST_PATH_SEP_), 275 FilePath actual = FilePath::MakeFileName(FilePath(""), FilePath("bar"), 281 FilePath actual = FilePath::MakeFileName(FilePath(""), FilePath("bar"), 499 unique_file0_.Set(FilePath::MakeFileName(testdata_path_, FilePath("unique"), 501 unique_file1_.Set(FilePath::MakeFileName(testdata_path_, FilePath("unique"),
|
| /external/protobuf/gtest/test/ |
| gtest-filepath_test.cc | 255 FilePath actual = FilePath::MakeFileName(FilePath("foo"), FilePath("bar"), 261 FilePath actual = FilePath::MakeFileName(FilePath("foo"), FilePath("bar"), 267 FilePath actual = FilePath::MakeFileName(FilePath("foo" GTEST_PATH_SEP_), 273 FilePath actual = FilePath::MakeFileName(FilePath("foo" GTEST_PATH_SEP_), 279 FilePath actual = FilePath::MakeFileName(FilePath(""), FilePath("bar"), 285 FilePath actual = FilePath::MakeFileName(FilePath(""), FilePath("bar"), 511 unique_file0_.Set(FilePath::MakeFileName(testdata_path_, FilePath("unique"), 513 unique_file1_.Set(FilePath::MakeFileName(testdata_path_, FilePath("unique"),
|
| /external/v8/testing/gtest/test/ |
| gtest-filepath_test.cc | 251 FilePath actual = FilePath::MakeFileName(FilePath("foo"), FilePath("bar"), 257 FilePath actual = FilePath::MakeFileName(FilePath("foo"), FilePath("bar"), 263 FilePath actual = FilePath::MakeFileName(FilePath("foo" GTEST_PATH_SEP_), 269 FilePath actual = FilePath::MakeFileName(FilePath("foo" GTEST_PATH_SEP_), 275 FilePath actual = FilePath::MakeFileName(FilePath(""), FilePath("bar"), 281 FilePath actual = FilePath::MakeFileName(FilePath(""), FilePath("bar"), 499 unique_file0_.Set(FilePath::MakeFileName(testdata_path_, FilePath("unique"), 501 unique_file1_.Set(FilePath::MakeFileName(testdata_path_, FilePath("unique"),
|
| /external/vulkan-validation-layers/tests/gtest-1.7.0/test/ |
| gtest-filepath_test.cc | 251 FilePath actual = FilePath::MakeFileName(FilePath("foo"), FilePath("bar"), 257 FilePath actual = FilePath::MakeFileName(FilePath("foo"), FilePath("bar"), 263 FilePath actual = FilePath::MakeFileName(FilePath("foo" GTEST_PATH_SEP_), 269 FilePath actual = FilePath::MakeFileName(FilePath("foo" GTEST_PATH_SEP_), 275 FilePath actual = FilePath::MakeFileName(FilePath(""), FilePath("bar"), 281 FilePath actual = FilePath::MakeFileName(FilePath(""), FilePath("bar"), 499 unique_file0_.Set(FilePath::MakeFileName(testdata_path_, FilePath("unique"), 501 unique_file1_.Set(FilePath::MakeFileName(testdata_path_, FilePath("unique"),
|
| /prebuilts/ndk/r16/sources/third_party/googletest/googletest/test/ |
| gtest-filepath_test.cc | 251 FilePath actual = FilePath::MakeFileName(FilePath("foo"), FilePath("bar"), 257 FilePath actual = FilePath::MakeFileName(FilePath("foo"), FilePath("bar"), 263 FilePath actual = FilePath::MakeFileName(FilePath("foo" GTEST_PATH_SEP_), 269 FilePath actual = FilePath::MakeFileName(FilePath("foo" GTEST_PATH_SEP_), 275 FilePath actual = FilePath::MakeFileName(FilePath(""), FilePath("bar"), 281 FilePath actual = FilePath::MakeFileName(FilePath(""), FilePath("bar"), 499 unique_file0_.Set(FilePath::MakeFileName(testdata_path_, FilePath("unique"), 501 unique_file1_.Set(FilePath::MakeFileName(testdata_path_, FilePath("unique"),
|
| /cts/tools/utils/ |
| CollectAllTests.java | 300 private static TestType getTestType(String makeFileName) { 301 if (makeFileName == null || makeFileName.isEmpty()) { 307 BufferedReader reader = new BufferedReader(new FileReader(makeFileName));
|
| /device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/ |
| GenMake.py | 601 MakefileName = self._FILE_NAME_[self._FileType]
604 Command = self._MAKE_TEMPLATE_[self._FileType] % {"file":os.path.join(D, MakefileName)}
622 "makefile_path" : os.path.join("$(MODULE_BUILD_DIR)", MakefileName),
623 "makefile_name" : MakefileName,
[all...] |
| /device/linaro/bootloader/edk2/BaseTools/Source/Python/CommonDataClass/ |
| ModuleClass.py | 43 # @var MakefileName: To store value for MakefileName
73 self.MakefileName = ''
|
| PlatformClass.py | 51 # @var MakefileName: To store value for MakefileName
68 self.MakefileName = ''
|
| /device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/ |
| BuildClassObject.py | 310 # @var MakefileName: To store value for MakefileName
334 self.MakefileName = ''
|
| /external/google-breakpad/src/testing/gtest/src/ |
| gtest-filepath.cc | 176 FilePath FilePath::MakeFileName(const FilePath& directory, 285 full_pathname.Set(MakeFileName(directory, base_name, number++, extension));
|
| /external/googletest/googletest/src/ |
| gtest-filepath.cc | 183 FilePath FilePath::MakeFileName(const FilePath& directory, 292 full_pathname.Set(MakeFileName(directory, base_name, number++, extension));
|
| /external/libvpx/libvpx/third_party/googletest/src/src/ |
| gtest-filepath.cc | 183 FilePath FilePath::MakeFileName(const FilePath& directory, 292 full_pathname.Set(MakeFileName(directory, base_name, number++, extension));
|
| /external/llvm/utils/unittest/googletest/src/ |
| gtest-filepath.cc | 174 FilePath FilePath::MakeFileName(const FilePath& directory, 283 full_pathname.Set(MakeFileName(directory, base_name, number++, extension));
|
| /external/mesa3d/src/gtest/src/ |
| gtest-filepath.cc | 178 FilePath FilePath::MakeFileName(const FilePath& directory, 287 full_pathname.Set(MakeFileName(directory, base_name, number++, extension));
|
| /external/protobuf/gtest/src/ |
| gtest-filepath.cc | 176 FilePath FilePath::MakeFileName(const FilePath& directory, 285 full_pathname.Set(MakeFileName(directory, base_name, number++, extension));
|
| /external/swiftshader/third_party/LLVM/utils/unittest/googletest/ |
| gtest-filepath.cc | 176 FilePath FilePath::MakeFileName(const FilePath& directory, 285 full_pathname.Set(MakeFileName(directory, base_name, number++, extension));
|
| /external/v8/testing/gtest/src/ |
| gtest-filepath.cc | 183 FilePath FilePath::MakeFileName(const FilePath& directory, 292 full_pathname.Set(MakeFileName(directory, base_name, number++, extension));
|
| /external/vulkan-validation-layers/tests/gtest-1.7.0/src/ |
| gtest-filepath.cc | 178 FilePath FilePath::MakeFileName(const FilePath& directory, 287 full_pathname.Set(MakeFileName(directory, base_name, number++, extension));
|
| /frameworks/base/core/java/android/app/ |
| ContextImpl.java | 559 File f = makeFilename(getFilesDir(), name); 567 File f = makeFilename(getFilesDir(), name); 588 File f = makeFilename(getFilesDir(), name); 742 return makeFilename(getFilesDir(), name); 747 return makeFilename(getPreferencesDir(), name + ".xml"); 815 f = makeFilename(dir, name); [all...] |
| /prebuilts/ndk/r16/sources/third_party/googletest/googletest/src/ |
| gtest-filepath.cc | 178 FilePath FilePath::MakeFileName(const FilePath& directory, 287 full_pathname.Set(MakeFileName(directory, base_name, number++, extension));
|
| /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/src/ |
| gtest-filepath.cc | 178 FilePath FilePath::MakeFileName(const FilePath& directory, 287 full_pathname.Set(MakeFileName(directory, base_name, number++, extension));
|