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

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/MC/ARM/
thumb2-ldrd.s 11 @ CHECK: error: destination operands can't be identical
12 @ CHECK: error: destination operands can't be identical
13 @ CHECK: error: destination operands can't be identical
14 @ CHECK: error: destination operands can't be identical
15 @ CHECK-NOT: error: destination operands can't be identical
  /external/clang/test/Modules/Inputs/HasSubModules.framework/Frameworks/Sub.framework/PrivateHeaders/
SubPriv.h 2 // This comment ensures that this file is not identical to
  /external/clang/test/Modules/Inputs/modules-with-same-name/path1/A/
module.modulemap 1 // path1. This comment keeps this file from being identical to
  /external/clang/test/Modules/Inputs/modules-with-same-name/path2/A/
module.modulemap 1 // path2. This comment keeps this file from being identical to
  /dalvik/dx/tests/088-ssa-combine-blocks/
info.txt 1 This is a test case for the identical-block combining algorithm, which runs after the SSA optimizer to recombine identical blocks (usually exception handlers) created during edge-splitting.
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_float.py 975 def identical(self, x, y): member in class:HexFloatTestCase
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_float.py 975 def identical(self, x, y): member in class:HexFloatTestCase
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_float.py 975 def identical(self, x, y): member in class:HexFloatTestCase
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_float.py 975 def identical(self, x, y): member in class:HexFloatTestCase
    [all...]
  /prebuilts/go/darwin-x86/src/go/types/
predicates.go 113 // Identical reports whether x and y are identical.
114 func Identical(x, y Type) bool {
115 return identical(x, y, nil)
124 func (p *ifacePair) identical(q *ifacePair) bool { func
128 func identical(x, y Type, p *ifacePair) bool { func
143 // Two array types are identical if they have identical element types
146 return x.len == y.len && identical(x.elem, y.elem, p)
150 // Two slice types are identical if they have identical element types
    [all...]
  /prebuilts/go/linux-x86/src/go/types/
predicates.go 113 // Identical reports whether x and y are identical.
114 func Identical(x, y Type) bool {
115 return identical(x, y, nil)
124 func (p *ifacePair) identical(q *ifacePair) bool { func
128 func identical(x, y Type, p *ifacePair) bool { func
143 // Two array types are identical if they have identical element types
146 return x.len == y.len && identical(x.elem, y.elem, p)
150 // Two slice types are identical if they have identical element types
    [all...]
  /external/clang/test/Analysis/
identical-expressions.cpp 68 return ((int)f != (int)f); // expected-warning {{comparison of identical expressions always evaluates to false}}
133 return (5 != 5); // expected-warning {{comparison of identical expressions always evaluates to false}}
158 return ((int)f != (int)f); // expected-warning {{comparison of identical expressions always evaluates to false}}
169 res = (f + 4 != f + 4); // expected-warning {{comparison of identical expressions always evaluates to false}}
184 res = ((int)f + 4 != (int)f + 4); // expected-warning {{comparison of identical expressions always evaluates to false}}
199 res = (u + t != u + t); // expected-warning {{comparison of identical expressions always evaluates to false}}
208 res = (((int)f + (3 - u)*t) != ((int)f + (3 - u)*t)); // expected-warning {{comparison of identical expressions always evaluates to false}}
226 res = (((int)f + (u - 3)*t) != ((int)f + (3 - u)*(t + 1 != t + 1))); // expected-warning {{comparison of identical expressions always evaluates to false}}
255 return ((int*)f != (int*)f); // expected-warning {{comparison of identical expressions always evaluates to false}}
266 res = (f + 4 != f + 4); // expected-warning {{comparison of identical expressions always evaluates to false}
    [all...]
  /dalvik/dx/tests/082-dex-throws-list-sharing/
info.txt 2 identical throws lists in different methods get collapsed into a single
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
TreeRuleReturnScope.js 1 /** This is identical to the ParserRuleReturnScope except that
  /external/curl/tests/data/
test272 22 FTP timed conditioned get file with identical time stamp
  /external/hyphenation-patterns/en-GB/
README.android 9 This is identical to that for en-GB in the main tree except that it's
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug307.go 8 // bug307.go:14:6: error: complex arguments must have identical types
  /prebuilts/go/linux-x86/test/fixedbugs/
bug307.go 8 // bug307.go:14:6: error: complex arguments must have identical types
  /external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
CollatorICU.java 73 if (fIcuCollator.getStrength() == Collator.IDENTICAL) {
94 case Collator.IDENTICAL:
95 strength = java.text.Collator.IDENTICAL;
131 // This option is interpreted as IDENTICAL strength.
132 fIcuCollator.setStrength(Collator.IDENTICAL);
141 case java.text.Collator.IDENTICAL:
142 fIcuCollator.setStrength(Collator.IDENTICAL);
  /dalvik/dx/tests/094-scala-locals/
info.txt 3 an identical value twice. The correct result should be only a single
  /external/autotest/client/site_tests/desktopui_FontCache/
control 9 Fails if the newly generated font cache is not identical to the existing cache.
  /external/autotest/server/site_tests/network_WiFi_MultiAuth/
control 15 between two networks with identical SSIDs that have different
  /external/clang/test/CXX/temp/temp.decls/temp.class.spec/
p9-0x.cpp 3 // -- The argument list of the specialization shall not be identical
  /external/clang/test/CodeGen/
debug-info-same-line.c 2 // Here two temporary nodes are identical (but should not get uniqued) while
  /external/clang/test/Sema/
typedef-variable-type.c 6 // And make sure we accept identical redefinitions in system headers

Completed in 1050 milliseconds

1 2 3 4 5 6 7 8 91011>>