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

  /external/compiler-rt/lib/asan/tests/
asan_str_test.cc 104 size_t to_size = Ident(30); local
105 size_t from_size = Ident(6); // less than to_size
106 char *to = Ident((char*)malloc(to_size));
111 strcpy(to + to_size - from_size, from);
118 EXPECT_DEATH(Ident(strcpy(to + to_size, from)), RightOOBWriteMessage(0));
127 size_t to_size = Ident(20); local
128 size_t from_size = Ident(6); // less than to_size
129 char *to = Ident((char*)malloc(to_size));
138 strncpy(to, from, to_size);
139 strncpy(to, from + from_size - 1, to_size);
332 size_t to_size = Ident(100); local
370 size_t to_size = Ident(100); local
    [all...]
  /external/chromium_org/third_party/sqlite/src/test/
crash7.test 33 set to_size [expr 1024 << (($ii>>2)&3)]
72 PRAGMA page_size = $to_size;
  /external/chromium_org/content/browser/renderer_host/
compositing_iosurface_transformer_mac_unittest.cc 174 // Returns the |src_rect| region of |src| scaled to |to_size| by drawing on a
178 const gfx::Size& to_size) {
190 result.setConfig(cropped_src.config(), to_size.width(), to_size.height());
  /external/stlport/src/c_locale_win32/
c_locale_win32.c 1719 int from_size, to_size, wbuf_size; local
    [all...]
  /ndk/sources/cxx-stl/stlport/src/c_locale_win32/
c_locale_win32.c 1719 int from_size, to_size, wbuf_size; local
    [all...]

Completed in 198 milliseconds