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

  /external/skia/tests/
WritePixelsTest.cpp 185 static bool check_write(skiatest::Reporter* reporter, SkCanvas* canvas, const SkBitmap& bitmap, function
381 REPORTER_ASSERT(reporter, check_write(reporter, &canvas, bmp,
  /external/fmtlib/test/
format-test.cc 109 ::testing::AssertionResult check_write(const T &value, const char *type) { function in namespace:__anon19437
125 ::testing::AssertionResult result = check_write<char>(value, "char");
126 return result ? check_write<wchar_t>(value, "wchar_t") : result;
134 return check_write<Char>(value, "char");
140 #define CHECK_WRITE(value) EXPECT_PRED_FORMAT1(AnyWriteChecker(), value)
272 CHECK_WRITE(42);
273 CHECK_WRITE(-42);
274 CHECK_WRITE(static_cast<short>(12));
275 CHECK_WRITE(34u);
276 CHECK_WRITE(std::numeric_limits<int>::min())
    [all...]
  /external/autotest/client/common_lib/
packages.py 102 def check_write(repo): function
348 check_write(repo)
    [all...]
  /external/ltp/testcases/kernel/fs/doio/
growfiles.c 111 int check_write(int fd, int cf_inter, char *filename, int mode);
2478 int check_write(int fd, int cf_inter, char *filename, int mode) function
    [all...]

Completed in 850 milliseconds