HomeSort by relevance Sort by last modified time
    Searched refs:order (Results 226 - 250 of 430) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/dropbear/libtomcrypt/src/pk/ecc/
ecc_verify_hash.c 90 /* get the order */
91 if ((err = mp_read_radix(p, (char *)key->dp->order, 16)) != CRYPT_OK) { goto error; }
  /external/ipsec-tools/src/racoon/
oakley.h 163 vchar_t *order; member in struct:dhgroup
  /external/kernel-headers/original/linux/
msm_q6vdec.h 114 u32 order; /* render decoder order */ member in struct:vdec_config
mmzone.h 115 * the highest order bits of this field. This allows us to reduce the
349 void wakeup_kswapd(struct zone *zone, int order);
350 int zone_watermark_ok(struct zone *z, int order, unsigned long mark,
  /external/v8/test/mjsunit/
debug-script-breakpoints.js 64 // Remove script break points (in another order than they where added).
105 // Remove script break points (in another order than they where added).
  /frameworks/base/core/java/android/util/
EventLog.java 77 mBuffer.order(ByteOrder.nativeOrder());
  /frameworks/base/include/utils/
VectorImpl.h 179 ssize_t _indexOrderOf(const void* item, size_t* order = 0) const;
  /frameworks/base/media/java/android/media/audiofx/
AudioEffect.java 239 * <p>Auxiliary effects must be created on session 0 (global output mix). In order for a
    [all...]
  /frameworks/base/opengl/java/android/opengl/
Group.java 82 // Swap bytes from network to native order if necessary
95 ibb.order(ByteOrder.nativeOrder());
  /frameworks/base/opengl/tests/gl2_java/src/com/android/gl2java/
GL2JavaView.java 60 .order(ByteOrder.nativeOrder()).asFloatBuffer();
  /libcore/luni/src/main/java/java/nio/
DoubleBuffer.java 183 * order are the same as this buffer's, too.
340 * Returns the byte order used by this buffer when converting doubles
344 * the platform's native byte order.
346 * @return the byte order used by this buffer when converting doubles
349 public abstract ByteOrder order(); method in class:DoubleBuffer
492 * mark is cleared. The new buffer's read-only property and byte order are
FloatBuffer.java 184 * as this buffer. The duplicated buffer's read-only property and byte order
340 * Returns the byte order used by this buffer when converting floats from/to
344 * platform's native byte order.
346 * @return the byte order used by this buffer when converting floats from/to
349 public abstract ByteOrder order(); method in class:FloatBuffer
492 * mark is cleared. The new buffer's read-only property and byte order are
IntBuffer.java 181 * as this buffer. The duplicated buffer's read-only property and byte order
328 * Returns the byte order used by this buffer when converting ints from/to
332 * platform's native byte order.
334 * @return the byte order used by this buffer when converting ints from/to
337 public abstract ByteOrder order(); method in class:IntBuffer
480 * mark is cleared. The new buffer's read-only property and byte order are
LongBuffer.java 183 * as this buffer. The duplicated buffer's read-only property and byte order
333 * Returns the byte order used by this buffer when converting longs from/to
337 * platform's native byte order.
339 * @return the byte order used by this buffer when converting longs from/to
342 public abstract ByteOrder order(); method in class:LongBuffer
485 * mark is cleared. The new buffer's read-only property and byte order are
ShortBuffer.java 181 * as this buffer. The duplicated buffer's read-only property and byte order
329 * Returns the byte order used by this buffer when converting shorts from/to
333 * platform's native byte order.
335 * @return the byte order used by this buffer when converting shorts from/to
338 public abstract ByteOrder order(); method in class:ShortBuffer
481 * mark is cleared. The new buffer's read-only property and byte order are
  /packages/apps/Gallery3D/src/com/cooliris/media/
LoadingLayer.java 154 vertexByteBuffer.order(ByteOrder.nativeOrder());
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
msm_q6vdec.h 95 u32 order; member in struct:vdec_config
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
msm_q6vdec.h 95 u32 order; member in struct:vdec_config
  /system/core/libpixelflinger/tinyutils/
VectorImpl.h 164 ssize_t _indexOrderOf(const void* item, size_t* order = 0) const;
  /libcore/luni/src/test/java/org/apache/harmony/nio/tests/java/nio/
CharBufferTest.java 163 assertEquals(buf.order(), readonly.order());
188 assertEquals(buf.order(), readonly.order());
312 assertEquals(buf.order(), duplicate.order());
339 assertEquals(buf.order(), duplicate.order());
797 assertEquals(buf.order(), slice.order());
    [all...]
  /development/build/
Android.mk 8 # We also need to depend on framework-res.apk, in order to pull the
  /external/chromium/third_party/icu/source/i18n/
ucol_bld.cpp 620 uint32_t order = 0; local
630 order = ucol_getNextCE(UCA, &s, status);
631 if(isContinuation(order)) {
635 if((order&UCOL_CASE_BIT_MASK)== UCOL_UPPER_CASE) {
880 uint32_t order = 0; local
884 order = ucol_getNextCE(src->UCA, &s, status);
885 if(order == UCOL_NO_MORE_CES) {
888 tok->expCEs[tok->noOfExpCEs++] = order;
    [all...]
  /external/emma/
test.sh 131 echo Tests failed: same lines, different order: See $TESTDIR/diff-ordered
  /external/icu4c/i18n/
ucol_bld.cpp 620 uint32_t order = 0; local
630 order = ucol_getNextCE(UCA, &s, status);
631 if(isContinuation(order)) {
635 if((order&UCOL_CASE_BIT_MASK)== UCOL_UPPER_CASE) {
880 uint32_t order = 0; local
884 order = ucol_getNextCE(src->UCA, &s, status);
885 if(order == UCOL_NO_MORE_CES) {
888 tok->expCEs[tok->noOfExpCEs++] = order;
    [all...]
  /external/strace/
strace.spec 316 - upgrade to 3.99 in order to

Completed in 4440 milliseconds

1 2 3 4 5 6 7 8 91011>>