/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
stropts.h | 50 #define I_FIND (__SID |11) /* Compares the names of all modules currently
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
stl_algobase.h | [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
stropts.h | 50 #define I_FIND (__SID |11) /* Compares the names of all modules currently
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
stropts.h | 50 #define I_FIND (__SID |11) /* Compares the names of all modules currently
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
stl_algobase.h | [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_algobase.h | 946 * This compares the elements of two ranges using @c == and returns true or [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_algobase.h | 946 * This compares the elements of two ranges using @c == and returns true or [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_algobase.h | 946 * This compares the elements of two ranges using @c == and returns true or [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
stl_algobase.h | 946 * This compares the elements of two ranges using @c == and returns true or [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
stl_algobase.h | [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
stl_algobase.h | [all...] |
/external/bluetooth/bluedroid/stack/sdp/ |
sdp_utils.c | 655 ** Description This function compares 2 BE UUIDs. If needed, they are expanded 731 ** Description This function compares 2 BT UUID structures. 760 ** Description This function compares a BT UUID structure with the UUID in an
|
/external/guava/guava/src/com/google/common/primitives/ |
Chars.java | 100 * Compares the two specified {@code char} values. The sign of the value 376 * Returns a comparator that compares two {@code char} arrays 377 * lexicographically. That is, it compares, using {@link
|
Doubles.java | 71 * Compares the two specified {@code double} values. The sign of the value 319 * Returns a comparator that compares two {@code double} arrays 320 * lexicographically. That is, it compares, using {@link
|
Floats.java | 69 * Compares the two specified {@code float} values using {@link 316 * Returns a comparator that compares two {@code float} arrays 317 * lexicographically. That is, it compares, using {@link
|
Ints.java | 107 * Compares the two specified {@code int} values. The sign of the value 384 * Returns a comparator that compares two {@code int} arrays 385 * lexicographically. That is, it compares, using {@link
|
Longs.java | 77 * Compares the two specified {@code long} values. The sign of the value 368 * Returns a comparator that compares two {@code long} arrays 369 * lexicographically. That is, it compares, using {@link
|
Shorts.java | 105 * Compares the two specified {@code short} values. The sign of the value 381 * Returns a comparator that compares two {@code short} arrays 382 * lexicographically. That is, it compares, using {@link
|
generate.sh | 122 * Compares the two specified {@code primtyp} values. The sign of the value 397 * Returns a comparator that compares two {@code primtyp} arrays 398 * lexicographically. That is, it compares, using {@link
|
/external/guava/guava-gwt/src-super/com/google/common/primitives/super/com/google/common/primitives/ |
Chars.java | 98 * Compares the two specified {@code char} values. The sign of the value 325 * Returns a comparator that compares two {@code char} arrays 326 * lexicographically. That is, it compares, using {@link
|
Ints.java | 102 * Compares the two specified {@code int} values. The sign of the value 328 * Returns a comparator that compares two {@code int} arrays 329 * lexicographically. That is, it compares, using {@link
|
Shorts.java | 103 * Compares the two specified {@code short} values. The sign of the value 329 * Returns a comparator that compares two {@code short} arrays 330 * lexicographically. That is, it compares, using {@link
|
/external/smack/src/org/xbill/DNS/ |
Name.java | 786 * Compares this Name to another Object. 803 int compares = labels > alabels ? alabels : labels; local 805 for (int i = 1; i <= compares; i++) {
|
Record.java | 558 * This compares the name, type, and class of the Records; the ttl and 569 * Determines if two Records are identical. This compares the name, type, 640 * Compares this Record to another Object.
|
/libcore/luni/src/main/java/java/lang/ |
Integer.java | 111 * Compares this object to the specified integer object to determine their 128 * Compares two {@code int} values. 198 * Compares this instance with the specified object and indicates if they
|