HomeSort by relevance Sort by last modified time
    Searched refs:actually (Results 1 - 25 of 548) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /cts/tests/tests/content/src/android/content/cts/
ContentUrisTest.java 71 Uri actually; local
73 assertNotNull(actually = ContentUris.withAppendedId(uri1, CODE1));
74 assertEquals(expected, actually.toString());
77 assertNotNull(actually = ContentUris.withAppendedId(uri2, CODE2));
78 assertEquals(expected, actually.toString());
92 Builder actually; local
95 assertNotNull(actually = ContentUris.appendId(b, CODE1));
96 assertEquals(expected, actually.toString());
101 assertNotNull(actually = ContentUris.appendId(b, CODE2));
102 assertEquals(expected, actually.toString())
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mmix/
cons-2.s 1 # Character constants. We actually see e.g. 'b' as 98, so ww just check
err-case.s 2 % recognized. Since local is handled as an insn, it's actually
regy-op.s 2 # Only NEG and NEGU, actually.
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-cris/
libdso-1.d 6 # Just check that we actually got a DSO with the dsofn symbol.
asneed1.d 16 # to the end of the link-line to have effect if actually needed.
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue15926.go 8 // a name collision with a method actually named def.
issue18392.go 11 // nonsense. The error should actually mention that there's a
bug251.go 12 // and redundant, but tricky to prevent as it's actually
  /prebuilts/go/linux-x86/test/fixedbugs/
issue15926.go 8 // a name collision with a method actually named def.
issue18392.go 11 // nonsense. The error should actually mention that there's a
bug251.go 12 // and redundant, but tricky to prevent as it's actually
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mmix/
b-nosym.s 3 % symbols (if that is actually valid).
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/cris/
diffexp-ovwr.s 2 ; There are actually two regressions tested here:
  /frameworks/av/media/libaudioprocessing/
Android.mk 35 # uncomment to disable NEON on architectures that actually do support NEON, for benchmarking
  /prebuilts/go/darwin-x86/test/fixedbugs/issue5957.dir/
c.go 8 "fmt" // actually used
  /prebuilts/go/linux-x86/test/fixedbugs/issue5957.dir/
c.go 8 "fmt" // actually used
  /system/chre/apps/chqts/build/
shared_make.mk 15 # This path is actually relative to one level deeper as this file
  /toolchain/binutils/binutils-2.27/config/
bootstrap-debug.mk 5 # compilation (unlike bootstrap-debug-lean), it actually speeds up
  /external/libmojo/mojo/public/js/
threading.js 8 // actually executed. The real module is implemented natively in Mojo.
  /frameworks/base/data/fonts/
fonts.mk 15 # Warning: this is actually a product definition, to be inherited from
  /prebuilts/go/darwin-x86/misc/cgo/test/
issue7234_test.go 9 // This test actually doesn't have anything to do with cgo. It is a
  /prebuilts/go/darwin-x86/src/os/
wait_unimp.go 11 // It does not actually call p.Wait.
  /prebuilts/go/linux-x86/misc/cgo/test/
issue7234_test.go 9 // This test actually doesn't have anything to do with cgo. It is a
  /prebuilts/go/linux-x86/src/os/
wait_unimp.go 11 // It does not actually call p.Wait.

Completed in 1139 milliseconds

1 2 3 4 5 6 7 8 91011>>