/external/valgrind/coregrind/ |
m_vki.c | 94 /* the toK- and fromK- forms are identical */ 132 /* the toK- and fromK- forms are identical */
|
/frameworks/av/media/libeffects/testlibs/ |
AudioBiquadFilter.h | 130 // necessarily identical to the target value (since we're in transition 135 // The target coefficients. Will not be identical to mCoefs if we are in a
|
/frameworks/base/core/java/android/net/ |
LinkProperties.java | 833 * @return {@code true} if both are identical, {@code false} otherwise. 844 * @return {@code true} if both are identical, {@code false} otherwise. 858 * @return {@code true} if both are identical, {@code false} otherwise. 877 * @return {@code true} if both are identical, {@code false} otherwise. 890 * @return {@code true} if both are identical, {@code false} otherwise. 902 * @return {@code true} if both are identical, {@code false} otherwise. 923 * @return {@code true} if both are identical, {@code false} otherwise. 934 * @return {@code true} if both are identical, {@code false} otherwise. [all...] |
/frameworks/base/core/java/android/util/jar/ |
StrictJarManifest.java | 211 * StrictJarManifest}s are equal if they have identical main attributes as well as 212 * identical entry attributes.
|
/frameworks/base/opengl/java/android/opengl/ |
GLUtils.java | 83 * All other parameters are identical to those used for glTexImage2D(). 166 * All other parameters are identical to those used for glTexSubImage2D().
|
/libcore/luni/src/test/java/libcore/java/nio/charset/ |
OldCharset_AbstractTest.java | 163 assertEqualCBs("decode(encode(A)) must be identical with A = " + code, 196 assertEqualCBs("decode(encode(A)) must be identical with A!",
|
/libcore/ojluni/src/main/java/java/util/ |
AbstractSet.java | 33 * The process of implementing a set by extending this class is identical 78 * specified object is a set whose size is identical to the size of
|
/external/valgrind/VEX/useful/ |
fp_80_64.c | 463 details and return 1. If they are identical, return 0. 478 /* bitwise identical */ 485 /* Not bitwise identical, but pretty darn close */ 505 identical, return 0. 520 /* bitwise identical */ 527 /* Not bitwise identical, but pretty darn close */
|
/external/icu/icu4c/source/i18n/ |
rulebasedcollator.cpp | 776 * Abstract iterator for identical-level string comparisons. [all...] |
/external/icu/icu4c/source/io/unicode/ |
ustdio.h | 503 * This is identical to <TT>u_fprintf</TT>, except that it will 552 * This is identical to <TT>u_fprintf_u</TT>, except that it will 628 * This is identical to <TT>u_fscanf</TT>, except that it will 660 * This is identical to <TT>u_fscanf_u</TT>, except that it will 819 * This is identical to <TT>u_sprintf</TT>, except that it will 837 * This is identical to <TT>u_snprintf</TT>, except that it will [all...] |
/external/webrtc/webrtc/system_wrappers/source/spreadsortlib/ |
spreadsort.hpp | [all...] |
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/ |
Collator.java | 55 * <li>IDENTICAL strength: 56 * When all other strengths are equal, the IDENTICAL strength is used as a 187 public final static int QUATERNARY = java.text.Collator.IDENTICAL; 191 * the IDENTICAL strength is used as a tiebreaker. The Unicode code point 201 public final static int IDENTICAL = java.text.Collator.FULL_DECOMPOSITION; 205 * should not be used, IDENTICAL should be used instead. ICU's 260 * @see #IDENTICAL 262 * of PRIMARY, SECONDARY, TERTIARY, QUATERNARY or IDENTICAL. 728 * @see #IDENTICAL [all...] |
/dalvik/dexgen/src/com/android/dexgen/rop/code/ |
RegisterSpec.java | 471 * Returns an instance that is identical to this one, except that the 486 * Returns an instance that is identical to this one, except that 497 * Returns an instance that is identical to this one, except that the 512 * Returns an instance that is identical to this one, except that 541 * Returns an instance that is identical to this one except that the
|
/dalvik/dx/src/com/android/dx/rop/code/ |
RegisterSpec.java | 475 * Returns an instance that is identical to this one, except that the 490 * Returns an instance that is identical to this one, except that 501 * Returns an instance that is identical to this one, except that the 516 * Returns an instance that is identical to this one, except that 545 * Returns an instance that is identical to this one except that the
|
/external/dexmaker/src/dx/java/com/android/dx/rop/code/ |
RegisterSpec.java | 476 * Returns an instance that is identical to this one, except that the 491 * Returns an instance that is identical to this one, except that 502 * Returns an instance that is identical to this one, except that the 517 * Returns an instance that is identical to this one, except that 546 * Returns an instance that is identical to this one except that the
|
/external/google-breakpad/src/processor/ |
range_map_unittest.cc | 380 { 9, 11, 12, false }, // one-less base, identical high 382 { 10, 9, 14, false }, // identical base, one-less high 383 { 10, 10, 15, false }, // exactly identical to existing range 384 { 10, 11, 16, false }, // identical base, one-greater high 386 { 11, 9, 18, false }, // one-greater base, identical high
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
IntTrieBuilder.java | 546 * - removes blocks that are identical with earlier ones 585 // search for an identical block 590 // found an identical block, set the other block's index 718 // is there an identical index block? 733 // if we did not find an identical index block...
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
IntTrieBuilder.java | 544 * - removes blocks that are identical with earlier ones 583 // search for an identical block 588 // found an identical block, set the other block's index 716 // is there an identical index block? 731 // if we did not find an identical index block...
|
/external/llvm/include/llvm/Object/ |
ELFTypes.h | 223 /// (.gnu.version). This structure is identical for ELF32 and ELF64. 233 /// (.gnu.version_d). This structure is identical for ELF32 and ELF64. 253 /// section (.gnu.version_d). This structure is identical for ELF32 and ELF64. 262 /// section (.gnu.version_r). This structure is identical for ELF32 and ELF64. 274 /// section (.gnu.version_r). This structure is identical for ELF32 and ELF64.
|
/external/gmock/test/ |
gmock_link_test.h | 37 // b. Actions and matchers can be instantiated with identical template 104 // This test requires identical definitions of Interface and Mock to be 108 // those constructs must be identical in both translation units,
|
/external/google-breakpad/src/testing/test/ |
gmock_link_test.h | 37 // b. Actions and matchers can be instantiated with identical template 104 // This test requires identical definitions of Interface and Mock to be 108 // those constructs must be identical in both translation units,
|
/external/regex-re2/util/ |
hash.cc | 18 On second thought, you probably want hashlittle2(), which is identical to 143 The function hashword() is identical to hashlittle() on little-endian 144 machines, and identical to hashbig() on big-endian machines,
|
/external/vboot_reference/tests/futility/ |
test_sign_kernel.sh | 63 # they should be identical 100 # they should be identical 121 # they should be identical
|
/external/wpa_supplicant_8/wpa_supplicant/ |
README-Windows.txt | 104 Othen than this, the build should be more or less identical to Linux 169 command has identical results in this case: 250 core functionality of wpasvc.exe is identical to wpa_supplicant.exe,
|
/frameworks/opt/timezonepicker/src/com/android/timezonepicker/ |
TimeZoneData.java | 157 "# Dropping identical time zone from getAvailId: " + tzInfo.toString()); 347 Log.e(TAG, "# Dropping identical time zone from backward: " + oldTzId); 456 Log.e(TAG, "# Dropping identical time zone: " + timeZoneId + " ## " +
|