/development/host/windows/usb/winusb/ |
BUILDME.TXT | 1 In order to build AdbWinUsbApi.dll you will need to install Windows Driver Kit,
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
Cube.java | 70 // must have their byte order set to native order 73 vbb.order(ByteOrder.nativeOrder()); 79 cbb.order(ByteOrder.nativeOrder());
|
/development/samples/BrowserPlugin/src/com/android/sampleplugin/graphics/ |
Cube.java | 70 // must have their byte order set to native order 73 vbb.order(ByteOrder.nativeOrder()); 79 cbb.order(ByteOrder.nativeOrder());
|
/external/easymock/src/org/easymock/ |
EasyMockSupport.java | 32 * Creates a mock object that implements the given interface, order checking
47 * Creates a mock object that implements the given interface, order checking
66 * Creates a mock object that implements the given interface, order checking
81 * Creates a mock object that implements the given interface, order checking
101 * Creates a mock object that implements the given interface, order checking
117 * Creates a mock object that implements the given interface, order checking
138 * Creates a control, order checking is enabled by default.
149 * Creates a control, order checking is disabled by default.
160 * Creates a control, order checking is disabled by default, and the mock
|
/external/guava/src/com/google/common/base/ |
Charsets.java | 49 * UTF-16BE: sixteen-bit UCS Transformation Format, big-endian byte order. 54 * UTF-16LE: sixteen-bit UCS Transformation Format, little-endian byte order. 59 * UTF-16: sixteen-bit UCS Transformation Format, byte order identified by an 60 * optional byte-order mark.
|
/external/icu4c/common/ |
ucln.h | 28 * and plenty of data cannot be reference counted in order to make sure that 31 * In order to make a cleanup function get called when u_cleanup is called, 37 * cleanup functions are needed in order to prevent a circular dependency 40 * The order of the cleanup is very important. In general, an API that
|
ucln_cmn.h | 32 Please keep the order of enums declared in same order
|
/ndk/build/platforms/android-3/arch-arm/usr/include/linux/ |
patchkey.h | 27 #error "could not determine byte order"
|
/ndk/build/platforms/android-4/arch-arm/usr/include/linux/ |
patchkey.h | 27 #error "could not determine byte order"
|
/ndk/build/platforms/android-5/arch-arm/usr/include/linux/ |
patchkey.h | 27 #error "could not determine byte order"
|
/ndk/build/platforms/android-5/arch-x86/usr/include/linux/ |
patchkey.h | 27 #error "could not determine byte order"
|
/ndk/build/platforms/android-8/arch-arm/usr/include/linux/ |
patchkey.h | 27 #error "could not determine byte order"
|
/ndk/build/platforms/android-8/arch-x86/usr/include/linux/ |
patchkey.h | 27 #error "could not determine byte order"
|
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/i686-unknown-linux-gnu/lib/ldscripts/ |
i386linux.xr | 11 /* The next six sections are for SunOS dynamic linking. The order
|
i386linux.xu | 11 /* The next six sections are for SunOS dynamic linking. The order
|
/dalvik/libcore/xml/src/main/java/org/apache/xalan/processor/ |
XSLTElementDef.java | 139 * @param order the order this element should appear according to the XSLT specification. 145 boolean has_required, boolean required, int order, 151 this.m_order = order; 168 * @param order the order this element should appear according to the XSLT specification. 174 boolean has_required, boolean required, boolean has_order, int order, 180 this.m_order = order; 196 * @param order the order this element should appear according to the XSLT specification. 471 int order = -1; local [all...] |
/dalvik/dx/src/com/android/dx/dex/code/ |
StdCatchBuilder.java | 41 /** {@code non-null;} block output order */ 42 private final int[] order; field in class:StdCatchBuilder 52 * @param order {@code non-null;} block output order 55 public StdCatchBuilder(RopMethod method, int[] order, 61 if (order == null) { 62 throw new NullPointerException("order == null"); 70 this.order = order; 76 return build(method, order, addresses) [all...] |
/dalvik/libcore/luni/src/main/java/java/lang/reflect/ |
GenericDeclaration.java | 27 * Returns the declared type parameters in declaration order. If there are 30 * @return the declared type parameters in declaration order
|
/dalvik/vm/compiler/template/armv5te/ |
TEMPLATE_CMPL_DOUBLE.S | 30 pop {r2-r3} @ restore operands in reverse order 31 pop {r0-r1} @ restore operands in reverse order
|
/development/samples/ApiDemos/res/menu/ |
order.xml | 19 <!-- These are in reverse order in this resource, but the orderInCategory attribute will 20 order them for the menu (they all have the same default category). -->
|
/external/clearsilver/man/man3/ |
dictNext.3 | 35 The order is the order of the hash of the ids, which
|
/external/kernel-headers/original/linux/netfilter_ipv4/ |
ip_nat.h | 35 /* Inclusive: network order. */ 38 /* Inclusive: network order */
|
/external/netperf/ |
nettest_unix.h | 29 /* is used to put it into the proper order on */ 45 /* is used to put it into the proper order on */ 74 /* is used to put it into the proper order on */ 88 /* is used to put it into the proper order on */ 114 /* is used to put it into the proper order on */ 128 /* is used to put it into the proper order on */ 158 /* is used to put it into the proper order on */ 173 /* is used to put it into the proper order on */
|
/external/opencore/baselibs/gen_data_structures/src/ |
bitstreamparser.h | 55 //Returns a 16-bit word from the stream, converting from network-byte-order to host-byte-order. 58 //Returns a 32-bit long from the stream, converting from network-byte-order to host-byte-order. 67 //Writes 16 bits to the stream, converting from host-byte-order to network-byte-order. 70 //Write 32 bits to the stream, converting from host-byte-order to network-byte-order.
|
/external/opencore/oscl/oscl/osclbase/src/ |
oscl_byte_order.inl | 30 This function takes a buffer of data which is assumed to be in little endian order and 31 rearranges it to the native order of the machine running the code. If the machine is a 43 //! Swap the order of bytes. 45 This function takes a buffer of data and reverses the order of the bytes. 84 This function takes a buffer of data which is assumed to be in the host's native order and 101 This function takes a buffer of data which is assumed to be in big endian order and 102 rearranges it to the native order of the machine running the code. If the machine is a 121 This function takes a buffer of data which is assumed to be in native host order and
|