HomeSort by relevance Sort by last modified time
    Searched full:identical (Results 126 - 150 of 3767) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/
shmbuf.h 12 * everyone just ended up making identical copies without specific
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
msgbuf.h 12 * everyone just ended up making identical copies without specific
sembuf.h 12 * everyone just ended up making identical copies without specific
shmbuf.h 12 * everyone just ended up making identical copies without specific
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_future_builtins.py 26 # that we've got identical coppies, we will work!
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_future_builtins.py 26 # that we've got identical coppies, we will work!
  /prebuilts/go/darwin-x86/src/go/types/
conversions.go 72 // "x's type and T have identical underlying types"
76 if Identical(Vu, Tu) {
80 // "x's type and T are unnamed pointer types and their pointer base types have identical underlying types"
83 if Identical(V.base.Underlying(), T.base.Underlying()) {
  /prebuilts/go/linux-x86/src/go/types/
conversions.go 72 // "x's type and T have identical underlying types"
76 if Identical(Vu, Tu) {
80 // "x's type and T are unnamed pointer types and their pointer base types have identical underlying types"
83 if Identical(V.base.Underlying(), T.base.Underlying()) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_future_builtins.py 26 # that we've got identical coppies, we will work!
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_future_builtins.py 26 # that we've got identical coppies, we will work!
  /toolchain/binutils/binutils-2.25/gold/
icf.h 1 // icf.h -- Identical Code Folding
74 // Returns the kept folded identical section corresponding to
79 // Forms groups of identical sections where the first member
86 // identical sections have been formed.
  /toolchain/binutils/binutils-2.25/gold/testsuite/
icf_keep_unique_test.sh 34 echo "Identical Code Folding with keep-unique failed to unfold" $2
icf_preemptible_functions_test.cc 25 // be folded although they are identical as zap or zip could be preempted.
icf_preemptible_functions_test.sh 32 echo "Identical Code Folding should not fold" $2 "and" $3
icf_sht_rel_addend_test.sh 32 echo "Identical Code Folding should not fold" $2 "and" $3
icf_string_merge_test.sh 32 echo "Identical Code Folding should not fold" $2 "and" $3
icf_test.cc 23 // The goal of this program is to verify if identical code folding
  /external/icu/icu4c/source/test/testdata/
ssearch.xml 13 strength (PRIMARY | SECONDARY | TERTIARY | QUATERNARY | IDENTICAL) "TERTIARY"
171 <!-- TODO: In the original test data, this test matched at IDENTICAL strength.
174 <test-case id="test24a" strength="IDENTICAL" locale="en">
176 <pre>At IDENTICAL, shoud this match? </pre><m>\u00c0</m><post></post>
179 <test-case id="test24b" strength="IDENTICAL" alternate_handling="SHIFTED" locale="en">
181 <pre>At IDENTICAL, shoud this match? </pre>
242 Boundaries are not identical to orignal test data because
423 <test-case id="test83" strength="IDENTICAL" alternate_handling="SHIFTED" locale="en">
440 <test-case id="test84b" strength="IDENTICAL" locale="en">
  /libcore/ojluni/src/main/java/java/text/
Collator.java 84 * <code>SECONDARY</code>, <code>TERTIARY</code>, and <code>IDENTICAL</code>.
88 * "e" and "E" are tertiary differences and "e" and "e" are identical.
162 * PRIMARY, SECONDARY, and TERTIARY levels but different at the IDENTICAL
165 * (A, combining-grave) will be considered significant at the IDENTICAL
168 public final static int IDENTICAL = 3;
375 * @see java.text.Collator#IDENTICAL
378 // The value for IDENTICAL in ICU differs from that used in this class.
380 return (value == android.icu.text.Collator.IDENTICAL) ? IDENTICAL : value;
390 * PRIMARY, SECONDARY, TERTIARY or IDENTICAL
    [all...]
  /external/mesa3d/docs/
MESA_texture_array.spec 163 Change the first paragraph (page 150) to say (spec changes identical to
179 Change the fourth paragraph on page 151 to say (spec changes identical
190 Change the fourth paragraph on page 156 to say (spec changes identical
228 Change the second paragraph (page 159) (spec changes identical
246 Change the last paragraph on page 160 to say (spec changes identical
309 Change the third paragraph (page 176) to say (spec changes identical
318 Change first paragraph to say (spec changes identical to
331 Change the second paragraph (page 177) to say (spec changes identical
341 identical to EXT_texture_array):
372 Change section (page 180) to say (spec changes identical to
    [all...]
  /cts/hostsidetests/theme/
README 20 specific themes and widgets that must be identical across devices. To pass the
21 theme tests, a device must be able to generate images that are identical to the
  /dalvik/dx/src/com/android/dx/ssa/
MoveParamCombiner.java 28 * Combine identical move-param insns, which may result from Ropper's
93 * Oddly, these two identical move-params have distinct
  /external/apache-http/src/org/apache/http/client/methods/
HttpHead.java 42 * The HEAD method is identical to GET except that the server MUST NOT
44 * in the HTTP headers in response to a HEAD request SHOULD be identical
  /external/autotest/client/site_tests/kernel_LTP/
ltp-diff.py 13 # 0 if all runs had identical results
110 print "All LTP results are identical"
  /external/autotest/client/tests/ltp/
ltp-diff.py 13 # 0 if all runs had identical results
105 print "All LTP results are identical"

Completed in 1676 milliseconds

1 2 3 4 56 7 8 91011>>