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

1 2 3 4 5 67 8 91011>>

  /external/bluetooth/glib/glib/
gnode.h 140 GTraverseType order,
214 GTraverseType order,
  /external/openssl/crypto/bio/
b_sock.c 111 unsigned long order;
274 (ghbn_cache[iarg].order > 0))
286 ghbn_cache[i].order=0;
403 if (low > ghbn_cache[i].order)
405 low=ghbn_cache[i].order;
408 if (ghbn_cache[i].order > 0)
454 ghbn_cache[lowi].order=BIO_ghbn_miss+BIO_ghbn_hits;
460 ghbn_cache[i].order=BIO_ghbn_miss+BIO_ghbn_hits;
  /external/yaffs2/yaffs2/
Kconfig 43 bool "Use the same ecc byte order as Steven Hill's nand_ecc.c"
47 This makes yaffs_ecc.c use the same ecc byte order as
49 same ecc byte order as SmartMedia.
  /frameworks/base/core/java/android/ddm/
DdmHandleHello.java 125 out.order(ChunkHandler.CHUNK_ORDER);
161 out.order(ChunkHandler.CHUNK_ORDER);
  /frameworks/base/core/java/android/view/animation/
LayoutAnimationController.java 56 * Distributes the animation delays in the order in which view were added
62 * Distributes the animation delays in the reverse order in which view were
79 * The randomizer used when the order is set to random. Subclasses should
148 * Returns the order used to compute the delay of each child's animation.
160 * Sets the order used to compute the delay of each child's animation.
162 * @param order one of {@link #ORDER_NORMAL}, {@link #ORDER_REVERSE} or
167 public void setOrder(int order) {
168 mOrder = order;
393 * by the order returned by {@link #getOrder()}. Subclasses should override
  /libcore/luni/src/main/java/java/nio/
CharToByteBufferAdapter.java 163 public ByteOrder order() { method in class:CharToByteBufferAdapter
164 return byteBuffer.order();
FloatToByteBufferAdapter.java 163 public ByteOrder order() { method in class:FloatToByteBufferAdapter
164 return byteBuffer.order();
IntToByteBufferAdapter.java 163 public ByteOrder order() { method in class:IntToByteBufferAdapter
164 return byteBuffer.order();
ShortToByteBufferAdapter.java 163 public ByteOrder order() { method in class:ShortToByteBufferAdapter
164 return byteBuffer.order();
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
ChunkHandler.java 156 buf.order(CHUNK_ORDER);
171 slice.order(CHUNK_ORDER);
  /bionic/libc/arch-sh/bionic/
crtbegin_dynamic.S 72 # functions that need to be called in order during C library initialization,
  /bionic/libdl/arch-sh/
sobegin.S 61 # functions that need to be called in order during C library initialization,
  /external/bluetooth/glib/gio/
gdataoutputstream.h 78 GDataStreamByteOrder order);
gunixvolumemonitor.c 264 int order; local
271 order = (*compare) (list1->data, list2->data);
272 if (order < 0)
277 else if (order > 0)
gdataoutputstream.c 79 * GDataOutputStream:byte-order:
86 g_param_spec_enum ("byte-order",
87 P_("Byte order"),
88 P_("The byte order"),
176 * @order: a %GDataStreamByteOrder.
178 * Sets the byte order of the data output stream to @order.
182 GDataStreamByteOrder order)
187 if (priv->byte_order != order)
189 priv->byte_order = order;
    [all...]
  /external/dropbear/libtomcrypt/src/pk/ecc/
ecc_sign_hash.c 69 if ((err = mp_read_radix(p, (char *)key->dp->order, 16)) != CRYPT_OK) { goto errnokey; }
  /external/kernel-headers/original/linux/
kexec.h 105 unsigned int order);
  /external/srec/srec/cfront/
himul32.h 51 mulhw r3, factor1, factor2 # place the high order 32 bits of the product in the return register r3
  /hardware/broadcom/wlan/bcm4329/src/include/
linuxver.h 227 int order; local
230 order = -1;
233 order++;
235 return order;
  /packages/apps/Gallery3D/src/com/cooliris/media/
GridQuadFrame.java 95 mVertexBuffer = ByteBuffer.allocateDirect(FLOAT_SIZE * size * 3).order(ByteOrder.nativeOrder()).asFloatBuffer();
96 mTexCoordBuffer = ByteBuffer.allocateDirect(FLOAT_SIZE * size * 2).order(ByteOrder.nativeOrder()).asFloatBuffer();
97 mSecTexCoordBuffer = ByteBuffer.allocateDirect(FLOAT_SIZE * size * 2).order(ByteOrder.nativeOrder()).asFloatBuffer();
100 mIndexBuffer = ByteBuffer.allocateDirect(CHAR_SIZE * indexCount).order(ByteOrder.nativeOrder()).asCharBuffer();
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/voice/
WaveformImage.java 49 .order(ByteOrder.nativeOrder())
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnnDictionaryImplJni.java 87 * Constant about the sort order (for JNI native library)
94 * Constant about the sort order (for JNI native library)
222 * @param order The sort order (see "Constant about the sort order")
229 public static final native int searchWord(long work, int operation, int order, String keyString );
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audioquality/
Utils.java 105 bb.order(BYTE_ORDER);
123 bb.order(BYTE_ORDER);
141 bb.order(BYTE_ORDER);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
StaticTriangleRenderer.java 216 // must have their byte order set to native order
219 vbb.order(ByteOrder.nativeOrder());
223 tbb.order(ByteOrder.nativeOrder());
227 ibb.order(ByteOrder.nativeOrder());
TriangleRenderer.java 185 // must have their byte order set to native order
188 vbb.order(ByteOrder.nativeOrder());
192 tbb.order(ByteOrder.nativeOrder());
196 ibb.order(ByteOrder.nativeOrder());

Completed in 1365 milliseconds

1 2 3 4 5 67 8 91011>>