/prebuilts/go/darwin-x86/test/interface/ |
returntype.go | 7 // Test interface methods with different return types are distinct.
|
fake.go | 64 // make sure different values are different.
|
/prebuilts/go/linux-x86/src/runtime/race/ |
sched_test.go | 39 return // found a different order
|
/prebuilts/go/linux-x86/test/chan/ |
sendstmt.go | 8 // different now that send is a statement, not a expression.
|
/prebuilts/go/linux-x86/test/interface/ |
returntype.go | 7 // Test interface methods with different return types are distinct.
|
fake.go | 64 // make sure different values are different.
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/ |
ccr.s | 45 ; Two from different groups, and switch order. 59 ; Four in different groups, and switch order.
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/ |
greg-13.d | 9 # Like greg-3, but a different expanding insn, mmo.
|
greg-4.d | 9 # Like greg-3, but a different expanding insn.
|
greg-5.d | 9 # Like greg-3, but a different expanding insn.
|
/external/v8/test/mjsunit/regress/ |
regress-780423.js | 38 assertTrue(o1 !== o2, "different functions"); 39 assertTrue(o1.prototype !== o2.prototype, "different protos");
|
regress-1167.js | 48 // Similar test with a different subexpression of unary !. 63 // A similar issue, different subexpression of unary ! (e0 !== e1 is 64 // translated into !(e0 == e1)) and different effect context.
|
/prebuilts/go/darwin-x86/misc/cgo/test/ |
issue10303.go | 42 // Run at a few different stack depths just to avoid an unlucky pass 43 // due to variables ending up on different pages.
|
/prebuilts/go/darwin-x86/src/runtime/ |
wincallback.go | 29 // appropriately so different callbacks start with different
|
/prebuilts/go/darwin-x86/test/ |
closure2.go | 93 // q++ must on a different decldepth than q declaration 111 // q++ must on a different decldepth than q declaration
|
/prebuilts/go/linux-x86/misc/cgo/test/ |
issue10303.go | 42 // Run at a few different stack depths just to avoid an unlucky pass 43 // due to variables ending up on different pages.
|
/prebuilts/go/linux-x86/src/runtime/ |
wincallback.go | 29 // appropriately so different callbacks start with different
|
/prebuilts/go/linux-x86/test/ |
closure2.go | 93 // q++ must on a different decldepth than q declaration 111 // q++ must on a different decldepth than q declaration
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-nios2/ |
relax_call26_boundary.s | 2 # This .s file is used with several different linker scripts that vary the
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/sh64/ |
rel-2.s | 5 ! 2 - Same file, different section.
|
/external/ant-glob/src/org/apache/tools/ant/types/selectors/ |
SelectorUtils.java | 386 if (different(caseSensitive, ch, strArr[i])) { 405 if (different(caseSensitive, ch, strArr[strIdxStart])) { 425 if (different(caseSensitive, ch, strArr[strIdxEnd])) { 463 if (different(caseSensitive, ch, 496 private static boolean different( method in class:SelectorUtils
|
/external/v8/test/mjsunit/harmony/ |
proxies-get.js | 63 // which the handler will return a different value. 67 value: "different value" 78 get: function() { return "different value" }
|
/prebuilts/go/darwin-x86/src/cmd/gofmt/ |
doc.go | 20 If a file's formatting is different than gofmt's, print diffs 26 If a file's formatting is different from gofmt's, print its name 34 If a file's formatting is different from gofmt's, overwrite it
|
/prebuilts/go/linux-x86/src/cmd/gofmt/ |
doc.go | 20 If a file's formatting is different than gofmt's, print diffs 26 If a file's formatting is different from gofmt's, print its name 34 If a file's formatting is different from gofmt's, overwrite it
|
/cts/hostsidetests/appsecurity/test-apps/AppAccessData/ |
Android.mk | 31 # although not strictly necessary, sign this app with different cert than CtsAppWithData
|