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

<<51525354555657585960>>

  /external/dropbear/libtomcrypt/src/pk/pkcs1/
pkcs_1_pss_decode.c 48 /* ensure hash is valid */
83 /* ensure the 0xBC byte */
  /external/elfutils/libasm/
asm_align.c 84 /* Ensure there is enough room to add the fill bytes. */
131 /* Ensure there are at least LEN bytes available in the output buffer
  /external/elfutils/src/
elf32-i386.script 179 /* Align here to ensure that the .bss section occupies space up to
180 _end. Align after .bss to ensure correct alignment even if the
  /external/emma/core/java12/com/vladium/jcd/cls/
IAttributeCollection.java 65 * checks are made. It is the responsibility of the caller to ensure
75 * checks are made. It is the responsibility of the caller to ensure that
IFieldCollection.java 70 * checks are made. It is the responsibility of the caller to ensure
82 * the responsibility of the caller to ensure that all data referenced
  /external/ipsec-tools/src/racoon/
policy.h 55 * NOTE: Ensure to be same address family and upper layer protocol.
88 /* NOTE: Ensure to be same address family */
  /external/kernel-headers/original/asm-arm/
atomic.h 28 * store exclusive to ensure that these are atomic. We may loop
29 * to ensure that the update happens. Writing to 'v->counter'
  /external/llvm/include/llvm/Support/
TargetSelect.h 113 /// for JIT applications to ensure that the target gets linked in correctly.
117 // If we have a native target, initialize it to ensure it is linked in.
  /external/llvm/lib/Support/
Process.cpp 31 // as a raw pointer to ensure it is never destroyed.
64 /// \brief A special global variable to ensure we call \c getElapsedWallTime
  /external/mesa3d/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/mesa3d/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/openssh/
atomicio.c 48 * ensure all of data on socket comes through. f==read || f==vwrite
93 * ensure all of data on socket comes through. f==readv || f==writev
  /external/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/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.
  /external/skia/src/core/
SkUtilsArm.cpp 156 // ensure it's only 'neon' and not something fancy like 'noneon'
165 // Ensure it is followed by a space or a newline.
  /external/skia/src/gpu/
GrInOrderDrawBuffer.h 28 * references to the buffers. It is the callers responsibility to ensure that the data is still
30 * responsibility to ensure that all referenced textures, buffers, and render-targets are associated
  /external/skia/src/gpu/gl/unix/
SkNativeGLContext_unix.cpp 221 // Sync to ensure any errors generated are processed.
248 // Sync to ensure any errors generated are processed.
  /external/skia/tests/
FrontBufferedStreamTest.cpp 32 // The string is long to ensure that all of our lengths being tested are
143 // Ensure that the initial read did not invalidate the buffer.
  /external/v8/src/
atomicops.h 103 // ensure that no later memory access can be reordered ahead of the operation.
104 // "Release" operations ensure that no previous memory access can be reordered
atomicops_internals_mips_gcc.h 121 // ensure that no later memory access can be reordered ahead of the operation.
122 // "Release" operations ensure that no previous memory access can be reordered
  /external/v8/test/mjsunit/
array-pop.js 63 for (var i = 0; i < 10 ;i++) { // Ensure ICs are stabilized.
87 for (var i = 0; i < 10 ;i++) { // Ensure ICs are stabilized.
  /external/valgrind/main/memcheck/tests/
memalign2.c 2 // These #defines attempt to ensure that posix_memalign() is declared, and
47 // parameter smaller than the released blocks size to ensure the free is directly
  /frameworks/base/core/java/android/content/
CursorLoader.java 69 // Ensure the cursor window is filled.
182 // Ensure the loader is stopped
  /frameworks/base/core/java/android/database/
ContentObserver.java 102 * To ensure correct operation on older versions of the framework that
110 * // the onChange(boolean, Uri) method to ensure correct operation on older versions
  /frameworks/base/docs/html/training/in-app-billing/
test-iab-app.jd 29 <p>To ensure that In-app Billing is functioning correctly in your application, you should test the test the application before you publish it on Google Play. Early testing also helps to ensure that the user flow for purchasing in-app items is not confusing or slow, and that users can see their newly purchased items in a timely way.</p>

Completed in 1336 milliseconds

<<51525354555657585960>>