/hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/ |
regulatoryDomainApi.h | 70 * - config mgr in order to set a parameter receiving to the OS abstraction layer. 86 * - Configuration Manager in order to get a parameter from the OS abstraction layer.
|
/ndk/build/platforms/android-3/arch-arm/usr/include/linux/ |
skbuff.h | 39 #define SKB_MAX_ORDER(X, ORDER) (((PAGE_SIZE << (ORDER)) - (X) - sizeof(struct skb_shared_info)) & ~(SMP_CACHE_BYTES - 1))
|
/ndk/build/platforms/android-4/arch-arm/usr/include/linux/ |
skbuff.h | 39 #define SKB_MAX_ORDER(X, ORDER) (((PAGE_SIZE << (ORDER)) - (X) - sizeof(struct skb_shared_info)) & ~(SMP_CACHE_BYTES - 1))
|
/ndk/build/platforms/android-5/arch-arm/usr/include/linux/ |
skbuff.h | 39 #define SKB_MAX_ORDER(X, ORDER) (((PAGE_SIZE << (ORDER)) - (X) - sizeof(struct skb_shared_info)) & ~(SMP_CACHE_BYTES - 1))
|
/ndk/build/platforms/android-5/arch-x86/usr/include/linux/ |
skbuff.h | 39 #define SKB_MAX_ORDER(X, ORDER) (((PAGE_SIZE << (ORDER)) - (X) - sizeof(struct skb_shared_info)) & ~(SMP_CACHE_BYTES - 1))
|
/ndk/build/platforms/android-8/arch-arm/usr/include/linux/ |
skbuff.h | 39 #define SKB_MAX_ORDER(X, ORDER) (((PAGE_SIZE << (ORDER)) - (X) - sizeof(struct skb_shared_info)) & ~(SMP_CACHE_BYTES - 1))
|
/ndk/build/platforms/android-8/arch-x86/usr/include/linux/ |
skbuff.h | 39 #define SKB_MAX_ORDER(X, ORDER) (((PAGE_SIZE << (ORDER)) - (X) - sizeof(struct skb_shared_info)) & ~(SMP_CACHE_BYTES - 1))
|
/sdk/emulator/qtools/ |
profile_pid.cpp | 14 // of processes and sort into decreasing order. 32 // order of pid.
|
/system/wlan/ti/wilink_6_1/stad/src/AirLink_Managment/ |
regulatoryDomainApi.h | 70 * - config mgr in order to set a parameter receiving to the OS abstraction layer. 86 * - Configuration Manager in order to get a parameter from the OS abstraction layer.
|
/external/guava/src/com/google/common/collect/ |
LinkedHashMultimap.java | 41 * asMap} iterate through the keys in the order they were first added to the 44 * order they were added. The collections generated by {@code entries} and 45 * {@code values} iterate across the key-value mappings in the order they were 51 * iteration order. However, if you remove all values associated with a key and 53 * iteration order. 77 * Map entries with an iteration order corresponding to the order in which the 109 * multimap has the same {@link Multimap#entries()} iteration order as the 157 * order in which key-value pairs are added to the multimap. 323 * order they were added to the multimap [all...] |
Sets.java | 68 * <p>The iteration order of the returned set follows the enum's iteration 69 * order, not the order in which the elements are provided to the method. 86 * <p>The iteration order of the returned set follows the enum's iteration 87 * order, not the order in which the elements appear in the given collection. 159 * elements in unspecified order. 192 * elements in unspecified order. 215 * elements in unspecified order. 250 * given elements in order [all...] |
/external/icu4c/i18n/ |
ucoleitr.cpp | 619 int32_t order) 624 UCOL_GETMAXEXPANSION(elems->iteratordata_.coll, (uint32_t)order, result); 631 uint32_t mOrder = (uint32_t) order; 765 ucol_primaryOrder (int32_t order) 767 order &= UCOL_PRIMARYMASK; 768 return (order >> UCOL_PRIMARYORDERSHIFT); 772 ucol_secondaryOrder (int32_t order) 774 order &= UCOL_SECONDARYMASK; 775 return (order >> UCOL_SECONDARYORDERSHIFT); 779 ucol_tertiaryOrder (int32_t order) [all...] |
/dalvik/dx/src/com/android/dx/dex/file/ |
DexFile.java | 93 * {@code non-null;} array of sections in the order they will appear in the 124 * This is the list of sections in the order they appear in 221 * <p>This is package-scope in order to allow 238 * <p>This is package-scope in order to allow 251 * <p>This is package-scope in order to allow 264 * <p>This is package-scope in order to allow 277 * <p>This is package-scope in order to allow the header section 289 * <p>This is package-scope in order to allow 302 * <p>This is package-scope in order to allow 315 * <p>This is package-scope in order to allo [all...] |
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/platform/ |
OSMemory.java | 56 * Defines the natural byte order for this machine. 95 * Returns whether the byte order of this machine is little endian or not. 105 * Returns the natural byte order for this machine. 107 * @return the native byte order for the current platform. 273 * true if the shorts should be written in reverse byte order. 305 * true if the ints should be written in reverse byte order. 347 * order at the given address. 367 * platform byte order. 391 * byte-order at the given address. 411 * platform byte order [all...] |
/frameworks/base/tests/CoreTests/android/core/ |
NIOTest.java | 146 b.order(ByteOrder.LITTLE_ENDIAN); 167 b.order(ByteOrder.BIG_ENDIAN); 217 b.order(ByteOrder.LITTLE_ENDIAN); 232 b.order(ByteOrder.BIG_ENDIAN); 248 b.order(ByteOrder.LITTLE_ENDIAN); 260 b.order(ByteOrder.BIG_ENDIAN); 273 b.order(ByteOrder.LITTLE_ENDIAN); 285 b.order(ByteOrder.BIG_ENDIAN); 298 b.order(ByteOrder.LITTLE_ENDIAN); 314 b.order(ByteOrder.BIG_ENDIAN) [all...] |
/bionic/libc/include/net/ |
if_ether.h | 111 * The high-order 25 bits of the Ethernet address are statically assigned, 112 * and the low-order 23 bits are taken from the low end of the IP address. 127 * The high-order 16 bits of the Ethernet address are statically assigned, 128 * and the low-order 32 bits are taken from the low end of the IP6 address.
|
/bionic/linker/ |
README.TXT | 16 shared object, in order to reduce size and speed up loading. 62 called, in-order, to perform initialization. Some of 78 functions must be called in reverse-order though 99 Consequently, the DT_FINIARRAY must be parsed in reverse order before
|
/cts/tools/dasm/src/java_cup/ |
action_production.java | 5 * production in order to remove an embedded action. Here we keep a bit
|
/cts/tools/signature-tools/src/signature/compare/model/ |
IUpperBoundsDelta.java | 28 * This interface is aware, that for the first argument, the order of the upper
|
/dalvik/libcore/nio/src/main/java/java/nio/ |
ReadWriteHeapByteBuffer.java | 38 buf.order(other.order()); 219 slice.order = order;
|
/dalvik/libcore/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/ |
DirectShortBufferTest.java | 53 byteBuffer.order(ByteOrder.nativeOrder()); 117 notes = "Verifies order method for direct ShortBuffer.", 118 method = "order", 122 assertEquals(ByteOrder.BIG_ENDIAN, buf.order());
|
/dalvik/libcore/sql/src/main/java/java/sql/ |
Driver.java | 65 * "password"} in order to pass authentication to the database. 90 * the client of the driver must supply in order to establish a connection 101 * prompted to provide in order to connect to the database. 104 * to those supplied in the {@code info} parameter) in order to
|
/dalvik/libcore/text/src/main/java/java/text/ |
CollationKey.java | 25 * Comparing two {@code CollationKey} instances returns the relative order of 35 * their relative order. The performance characteristics of these two approaches 49 * only until the first characters differ in order. This approach is 97 * their relative order.
|
/dalvik/libcore/x-net/src/main/java/javax/net/ssl/ |
KeyManager.java | 21 * This is the interface to implement in order to mark a class as a JSSE key
|
/dalvik/libcore/xml/src/main/java/org/apache/xpath/ |
XPathProcessorException.java | 24 * Derived from XPathException in order that XPath processor
|