HomeSort by relevance Sort by last modified time
    Searched full:ensure (Results 1301 - 1325 of 9267) sorted by null

<<51525354555657585960>>

  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBRequestTest.cpp 99 // Ensure none of the following raise assertions in stopped state:
121 // Ensure an assertion is not raised.
  /external/chromium_org/third_party/leveldatabase/src/table/
merger.cc 62 // Ensure that all children are positioned after key().
88 // Ensure that all children are positioned before key().
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d10app/
d3d10winmain.cpp 171 ensure(swap_chain->GetBuffer(0, __uuidof(tex), (void**)&tex));
172 ensure(dev->CreateRenderTargetView(tex, NULL, &rtv));
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11app/
d3d11winmain.cpp 155 ensure(swap_chain->GetBuffer(0, __uuidof(tex), (void**)&tex));
156 ensure(dev->CreateRenderTargetView(tex, NULL, &rtv));
  /external/chromium_org/third_party/openssl/openssl/crypto/buffer/
buffer.c 113 /* This limit is sufficient to ensure (len+3)/3*4 < 2**31 */
156 /* This limit is sufficient to ensure (len+3)/3*4 < 2**31 */
  /external/chromium_org/third_party/opus/src/silk/fixed/
find_pred_coefs_FIX.c 61 /* Invert and normalize gains, and ensure that maximum invGains_Q16 is within range of a 16 bit int */
64 /* Ensure Wght_Q15 a minimum value 1 */
  /external/chromium_org/third_party/opus/src/silk/
sort.c 72 /* but only spend CPU to ensure that the K first values are correct */
120 /* but only spend CPU to ensure that the K first values are correct */
  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
atomicops_internals_mips_gcc.h 125 // ensure that no later memory access can be reordered ahead of the operation.
126 // "Release" operations ensure that no previous memory access can be reordered
  /external/chromium_org/third_party/skia/include/core/
SkDataTable.h 37 * ensure that index is valid for this table.
43 * The caller must ensure that index is valid for this table.