Searched
full:compares (Results
351 -
375 of
1526) sorted by null
<<11121314151617181920>>
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/ |
random.h | 436 * Compares two linear congruential random number generator 450 * Compares two linear congruential random number generator 607 * Compares two % mersenne_twister random number generator objects of 622 * Compares two % mersenne_twister random number generator objects of 809 * Compares two % subtract_with_carry random number generator objects of 824 * Compares two % subtract_with_carry random number generator objects of 981 * Compares two % subtract_with_carry_01 random number generator objects 1003 * Compares two % subtract_with_carry_01 random number generator objects [all...] |
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/ |
random.h | 436 * Compares two linear congruential random number generator 450 * Compares two linear congruential random number generator 607 * Compares two % mersenne_twister random number generator objects of 622 * Compares two % mersenne_twister random number generator objects of 809 * Compares two % subtract_with_carry random number generator objects of 824 * Compares two % subtract_with_carry random number generator objects of 981 * Compares two % subtract_with_carry_01 random number generator objects 1003 * Compares two % subtract_with_carry_01 random number generator objects [all...] |
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
XMLString.java | 126 * Compares this string to the specified object. 141 * Compares this string to the specified <code>String</code>. 156 * Compares this string to the specified object. 171 * Compares this <code>String</code> to another <code>String</code>, 188 * Compares two strings lexicographically. 202 * Compares two strings lexicographically, ignoring case considerations.
|
XMLStringDefault.java | 154 * Compares this string to the specified <code>String</code>. 170 * Compares this string to the specified object. 189 * Compares this string to the specified object. 207 * Compares this <code>String</code> to another <code>String</code>, 227 * Compares two strings lexicographically. 244 * Compares two strings lexicographically, ignoring case considerations.
|
/external/icu/icu4c/source/i18n/unicode/ |
tblcoll.h | 260 * The comparison function compares the character data stored in two 294 * The comparison function compares the character data stored in two 314 * Compares two strings using the Collator. 315 * Returns whether the first one compares less than/equal to/greater than 329 * Compares two UTF-8 strings using the Collator. 330 * Returns whether the first one compares less than/equal to/greater than [all...] |
/cts/tests/tests/media/src/android/media/cts/ |
MediaMuxerTest.java | 270 * Clones a media file and then compares against the source file to make 288 * Compares some attributes using MediaMetadataRetriever to make sure the
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/ |
Frame.java | 169 * Compares two Frame objects. 493 * Compares two Variable objects.
|
/external/guava/guava/src/com/google/common/collect/ |
Table.java | 114 * Compares the specified object with this table for equality. Two tables are 281 * Compares the specified object with this cell for equality. Two cells are
|
/external/icu/android_icu4j/src/main/java/android/icu/lang/ |
CharSequences.java | 125 * Actually, there is one difference; a null compares as less. 169 * Actually, there is one difference; a null compares as less.
|
/external/icu/icu4c/source/common/unicode/ |
strenum.h | 193 * Compares this enumeration to other to check if both are equal 201 * Compares this enumeration to other to check if both are not equal
|
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/ |
ICUTestCase.java | 91 * It is assumed to return an object that compares equal to obj. 93 * It is assumed the serialized/deserialized object compares equal to obj.
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/ |
CharSequences.java | 123 * Actually, there is one difference; a null compares as less. 167 * Actually, there is one difference; a null compares as less.
|
/external/nanopb-c/generator/google/protobuf/internal/ |
containers.py | 177 """Compares the current instance with another one.""" 263 """Compares the current instance with another one."""
|
/external/pdfium/samples/ |
image_diff.cc | 210 " Compares two files on disk, returning 0 when they are the same;\n" 214 " Compares two files on disk, outputs an image that visualizes the\n"
|
/external/protobuf/python/google/protobuf/internal/ |
containers.py | 177 """Compares the current instance with another one.""" 263 """Compares the current instance with another one."""
|
/external/v8/src/ia32/ |
code-stubs-ia32.h | 29 // Compares two flat one byte strings and returns result in eax. 36 // Compares two flat one byte strings for equality and returns result in eax.
|
/external/v8/src/x64/ |
code-stubs-x64.h | 26 // Compares two flat one-byte strings and returns result in rax. 31 // Compares two flat one-byte strings for equality and returns result in rax.
|
/external/v8/src/x87/ |
code-stubs-x87.h | 29 // Compares two flat one byte strings and returns result in eax. 36 // Compares two flat one byte strings for equality and returns result in eax.
|
/frameworks/base/docs/html/guide/topics/manifest/ |
supports-gl-texture-element.jd | 155 user's device, Google Play compares:</p> 173 the service compares the texture compression formats supported by the application
|
/frameworks/rs/java/tests/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/ |
SGEMMTest.java | 124 // This test multiplies a couple of small float matrices, and compares the 169 // This test multiplies another two medium matrices, and compares the
|
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/model/ |
ProvisioningParams.java | 283 * Compares two {@link PersistableBundle} objects are equals. 305 * Compares two values which type is supported by {@link PersistableBundle}.
|
/packages/apps/UnifiedEmail/src/org/apache/commons/io/ |
IOCase.java | 132 * Compares two strings using the case-sensitivity rule. 150 * Compares two strings using the case-sensitivity rule.
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
stl_algobase.h | [all...] |
/art/runtime/arch/arm/ |
memcmp16_arm.S | 27 * (1) The main loop compares 16 bytes at a time
|
/art/runtime/ |
class_table.h | 64 // hash set which hashes class descriptor, and compares descriptors and class loaders. Results
|
Completed in 1608 milliseconds
<<11121314151617181920>>