HomeSort by relevance Sort by last modified time
    Searched full:makefilename (Results 1 - 25 of 33) sorted by null

1 2

  /external/chromium_org/third_party/sqlite/src/tool/
soak1.tcl 27 #set makefilename "soak1-[expr {int(rand()*1000000000)}].mk"
28 set makefilename "soak1.mk"
33 global makefilename maketxt
34 set out [open $makefilename w]
55 global makefilename target scene
59 exec make -f $makefilename clean >@stdout 2>@stdout
60 exec make -f $makefilename $target >@stdout 2>@stdout
  /external/chromium_org/third_party/leveldatabase/src/db/
filename.cc 18 static std::string MakeFileName(const std::string& name, uint64_t number,
29 return MakeFileName(name, number, "log");
34 return MakeFileName(name, number, "ldb");
39 return MakeFileName(name, number, "sst");
60 return MakeFileName(dbname, number, "dbtmp");
  /external/chromium_org/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/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/protobuf/gtest/test/
gtest-filepath_test.cc 195 FilePath actual = FilePath::MakeFileName(FilePath("foo"), FilePath("bar"),
201 FilePath actual = FilePath::MakeFileName(FilePath("foo"), FilePath("bar"),
207 FilePath actual = FilePath::MakeFileName(FilePath("foo" GTEST_PATH_SEP_),
213 FilePath actual = FilePath::MakeFileName(FilePath("foo" GTEST_PATH_SEP_),
219 FilePath actual = FilePath::MakeFileName(FilePath(""), FilePath("bar"),
225 FilePath actual = FilePath::MakeFileName(FilePath(""), FilePath("bar"),
431 unique_file0_.Set(FilePath::MakeFileName(testdata_path_, FilePath("unique"),
433 unique_file1_.Set(FilePath::MakeFileName(testdata_path_, FilePath("unique"),
  /ndk/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"),
  /ndk/sources/host-tools/make-3.81/tests/scripts/options/
dash-f 2 ."than one '-f makefilename' on the command line, \n"
  /cts/tools/utils/
CollectAllTests.java 271 private static TestType getTestType(String makeFileName) {
272 if (makeFileName == null || makeFileName.isEmpty()) {
278 BufferedReader reader = new BufferedReader(new FileReader(makeFileName));
  /external/chromium_org/native_client_sdk/src/build_tools/
make_simple.py 268 makefilename = os.path.join(options.toplevel_dir, 'Makefile')
269 makefile = open(makefilename, 'w')
  /external/chromium_org/testing/gtest/src/
gtest-filepath.cc 183 FilePath FilePath::MakeFileName(const FilePath& directory,
292 full_pathname.Set(MakeFileName(directory, base_name, number++, extension));
  /external/chromium_org/third_party/mesa/src/src/gtest/src/
gtest-filepath.cc 176 FilePath FilePath::MakeFileName(const FilePath& directory,
285 full_pathname.Set(MakeFileName(directory, base_name, number++, extension));
  /external/gtest/src/
gtest-filepath.cc 178 FilePath FilePath::MakeFileName(const FilePath& directory,
287 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 176 FilePath FilePath::MakeFileName(const FilePath& directory,
285 full_pathname.Set(MakeFileName(directory, base_name, number++, extension));
  /external/protobuf/gtest/src/
gtest-filepath.cc 145 FilePath FilePath::MakeFileName(const FilePath& directory,
254 full_pathname.Set(MakeFileName(directory, base_name, number++, extension));
  /frameworks/base/core/java/android/app/
ContextImpl.java     [all...]
  /ndk/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));
  /external/tcpdump/
tcpdump.c 603 MakeFilename(char *buffer, char *orig_name, int cnt, int max_chars)
607 error("Makefilename: malloc");
    [all...]
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-filepath.h 87 static FilePath MakeFileName(const FilePath& directory,
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
gtest-filepath.h 91 static FilePath MakeFileName(const FilePath& directory,
  /external/gtest/include/gtest/internal/
gtest-filepath.h 87 static FilePath MakeFileName(const FilePath& directory,
  /external/libexif/contrib/watcom/
Makefile 15 # USAGE: Simply type "wmake" or "wmake -f <makefilename>" when
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-filepath.h 91 static FilePath MakeFileName(const FilePath& directory,
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-filepath.h 91 static FilePath MakeFileName(const FilePath& directory,
  /external/protobuf/gtest/include/gtest/internal/
gtest-filepath.h 91 static FilePath MakeFileName(const FilePath& directory,

Completed in 1658 milliseconds

1 2