HomeSort by relevance Sort by last modified time
    Searched full:test_filename (Results 1 - 4 of 4) sorted by null

  /external/oprofile/libdb/tests/
db_test.c 22 #define TEST_FILENAME "test-hash-db.dat"
53 rc = odb_open(&hash, TEST_FILENAME, ODB_RDWR, sizeof(struct opd_header));
83 remove(TEST_FILENAME);
95 rc = odb_open(&hash, TEST_FILENAME, ODB_RDWR, sizeof(struct opd_header));
115 remove(TEST_FILENAME);
177 remove(TEST_FILENAME);
  /frameworks/base/libs/utils/tests/
ObbFile_test.cpp 30 #define TEST_FILENAME "/test.obb"
42 const int totalLen = strlen(mExternalStorage) + strlen(TEST_FILENAME) + 1;
44 snprintf(mFileName, totalLen, "%s%s", mExternalStorage, TEST_FILENAME);
  /frameworks/base/tools/localize/
localize_test.cpp 10 test_filename(const string& file, const string& locale, const string& expected) function
36 if (all) err |= test_filename("//device/samples/NotePad/res/values/strings.xml", "zz_ZZ",
39 if (all) err |= test_filename("//device/samples/NotePad/res/values/strings.xml", "zz",
42 if (all) err |= test_filename("//device/samples/NotePad/res/values/strings.xml", "",
  /cts/tests/tests/content/src/android/content/cts/
ContextWrapperTest.java 721 String TEST_FILENAME = "TestGetFileStreamPath";
724 String fileStreamPath = mContextWrapper.getFileStreamPath(TEST_FILENAME).toString();
725 assertTrue(fileStreamPath.indexOf(TEST_FILENAME) >= 0);
    [all...]

Completed in 2347 milliseconds