HomeSort by relevance Sort by last modified time
    Searched full:order (Results 126 - 150 of 5392) sorted by null

1 2 3 4 56 7 8 91011>>

  /dalvik/libcore/auth/src/main/java/javax/security/auth/callback/
package.html 9 application in order to execute the authentification and authorization
  /dalvik/libcore/nio/src/main/java/java/nio/
ReadOnlyDirectByteBuffer.java 42 buf.order(other.order());
150 buf.order = order;
ReadOnlyHeapByteBuffer.java 40 buf.order(other.order());
157 slice.order = order;
  /dalvik/libcore/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/
DirectIntBufferTest.java 52 byteBuffer.order(ByteOrder.nativeOrder());
116 notes = "Verifies order method for direct IntBuffer.",
117 method = "order",
121 assertEquals(ByteOrder.BIG_ENDIAN, buf.order());
  /development/simulator/app/assets/danger-hiptop-m1/
layout.xml 16 <!-- surrounding device image and "patches", drawn in order -->
  /external/bluetooth/glib/gio/
gdatainputstream.c 83 * GDataStream:byte-order:
85 * The ::byte-order property determines the byte ordering that
91 g_param_spec_enum ("byte-order",
92 P_("Byte order"),
93 P_("The byte order"),
207 * @order: a #GDataStreamByteOrder to set.
209 * This function sets the byte order for the given @stream. All subsequent
210 * reads from the @stream will be read in the given @order.
215 GDataStreamByteOrder order)
223 if (priv->byte_order != order)
    [all...]
  /external/dnsmasq/contrib/try-all-ns/
README 11 to use that. But I wanted it to try requests in order and treat NXDOMAIN
  /external/e2fsprogs/lib/et/test_cases/
simple.et 43 "Message out of order"
  /external/easymock/src/org/easymock/
CaptureType.java 40 * Will capture, in order, the arguments of each matching calls
  /external/elfutils/libdw/
dwarf_arrayorder.c 1 /* Return array order attribute of DIE.
  /external/icu4c/common/
msvcres.h 12 These are defined before unicode/uversion.h in order to prevent
  /external/icu4c/samples/break/
break.cpp 43 /* Print each element in order: */
55 /* Print each element in reverse order: */
102 //print each sentence in forward and reverse order
120 //print each word in order
ubreak.c 32 /* Print each element in order: */
43 /* Print each element in reverse order: */
93 /*print each sentence in forward and reverse order*/
107 /*print each word in order*/
  /external/iproute2/include/linux/
atmapi.h 20 * the struct in order hide the array, so that we can make simple assignments
  /external/iptables/extensions/
libipt_SET.man 15 The bindings to follow must previously be defined in order to use
  /external/kernel-headers/original/linux/
atmapi.h 20 * the struct in order hide the array, so that we can make simple assignments
  /external/qemu/slirp-android/
helper.h 44 /* return ip address in network order */
51 /* return ip address in host order */
58 /* set ip address in network order */
67 /* set ip address in host order */
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_common/
eap_ikev2_common.h 19 /* incorrect bit order */
  /external/yaffs2/yaffs2/
moduleconfig.h 18 /* Meaning: ECC byte order is 'wrong'. Only meaningful if */
  /frameworks/base/core/java/com/android/internal/util/
Predicates.java 32 * evaluates to true. The components are evaluated in order, and evaluation
41 * evaluates to true. The components are evaluated in order, and evaluation
53 * evaluates to true. The components are evaluated in order, and evaluation
62 * evaluates to true. The components are evaluated in order, and evaluation
  /frameworks/base/include/private/utils/
Static.h 18 // destruction order in the library.
  /hardware/libhardware/modules/
README.android 18 loaded in the "board", "arch" and "default" order.
  /ndk/build/core/
clear-vars.mk 16 # this file is included repeatedly from Android.mk files in order to clean
  /packages/apps/Calendar/res/values-ja/
donottranslate.xml 18 <!-- Order of weekday/day label in week view -->
  /packages/apps/Email/src/com/android/email/service/
EasAuthenticatorServiceAlternate.java 22 * <p>Functionality wise, it's a 100% clone of {@link EasAuthenticatorService}, but in order to

Completed in 89 milliseconds

1 2 3 4 56 7 8 91011>>