HomeSort by relevance Sort by last modified time
    Searched refs:because (Results 176 - 200 of 1592) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/go/linux-x86/test/
rename.go 63 // cannot use iota here, because iota = 38 below
switch6.go 10 // because errors during typechecking
recover.go 115 mustNotRecover() // because it's a sub-call
131 defer mustNotRecover() // because mustRecover will squelch it
132 defer mustRecover(1) // because of panic below
139 // Interesting because recover bases its decision
449 // is a problem because sometimes functions exit via panic instead
452 // This particular test never worked with the old scheme, because
  /tools/tradefederation/core/tests/test-apps/TradeFedNativeTestApp/
Android.mk 17 # GTest does not build on the simulator because it depends on STLport.
  /build/make/core/
aux_executable.mk 31 # This duplicates logic from base_rules.mk because we need to
39 # binary name, because it's used to set the "soname" in the binary.
45 # Because AUX_SYMBOL_FILTER_FILE depends on ALL_ORIGINAL_DYNAMIC_BINARIES,
  /external/llvm/test/MC/X86/AlignedBundling/
pad-align-to-bundle-end.s 28 # Here we have to pad until the end of the *next* boundary because
  /prebuilts/go/darwin-x86/src/net/http/
proxy_test.go 33 {"barbarbaz.net", true}, // not match because NO_PROXY have a '.'
34 {"www.foobar.com", false}, // match because NO_PROXY includes "foobar.com"
  /prebuilts/go/linux-x86/src/net/http/
proxy_test.go 33 {"barbarbaz.net", true}, // not match because NO_PROXY have a '.'
34 {"www.foobar.com", false}, // match because NO_PROXY includes "foobar.com"
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
req.s 30 # before) would fail because the assembler would complain that FOO
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-m68hc11/
adj-brset.s 10 ;;; addressing modes because the instruction has different opcode and
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue13799.go 50 // var fn func() // this makes it work, because fn stays off heap
74 var fn func() // this makes it work, because fn stays off heap
99 // var fn func() // this makes it work, because fn stays off heap
125 var fn func() // this makes it work, because fn stays off heap
164 // var fn *str // this makes it work, because fn stays off heap
182 var fn *str // this makes it work, because fn stays off heap
  /prebuilts/go/linux-x86/test/fixedbugs/
issue13799.go 50 // var fn func() // this makes it work, because fn stays off heap
74 var fn func() // this makes it work, because fn stays off heap
99 // var fn func() // this makes it work, because fn stays off heap
125 var fn func() // this makes it work, because fn stays off heap
164 // var fn *str // this makes it work, because fn stays off heap
182 var fn *str // this makes it work, because fn stays off heap
  /prebuilts/go/darwin-x86/src/go/doc/testdata/
benchmark.go 18 // An internal type but exported because it is cross-package; part of the implementation
215 // An internal function but exported because it is cross-package; part of the implementation
247 // We print it all, regardless, because we don't want to trim the reason
268 // The output is likely to appear multiple times because the benchmark
270 // because benchmarks rarely print, but just in case, we trim it if it's too long.
  /prebuilts/go/linux-x86/src/go/doc/testdata/
benchmark.go 18 // An internal type but exported because it is cross-package; part of the implementation
215 // An internal function but exported because it is cross-package; part of the implementation
247 // We print it all, regardless, because we don't want to trim the reason
268 // The output is likely to appear multiple times because the benchmark
270 // because benchmarks rarely print, but just in case, we trim it if it's too long.
  /prebuilts/go/darwin-x86/src/crypto/rand/
util.go 16 // a uint64. It does not include two because we ensure that the candidates are
62 // Here b==1, because b cannot be zero.
76 // because we still perform Miller-Rabin tests on the result.
  /prebuilts/go/linux-x86/src/crypto/rand/
util.go 16 // a uint64. It does not include two because we ensure that the candidates are
62 // Here b==1, because b cannot be zero.
76 // because we still perform Miller-Rabin tests on the result.
  /prebuilts/go/darwin-x86/test/
recover.go 115 mustNotRecover() // because it's a sub-call
131 defer mustNotRecover() // because mustRecover will squelch it
132 defer mustRecover(1) // because of panic below
139 // Interesting because recover bases its decision
449 // is a problem because sometimes functions exit via panic instead
452 // This particular test never worked with the old scheme, because
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
backtracking.rb 51 * because it makes debugging, actions, and errors harder.
  /external/autotest/client/cros/cellular/
scpi.py 122 send strings quoted with " because that's what the 8960 returns.
  /external/libunwind/doc/
unw_init_remote.tex 38 generally preferable to use \Func{unw\_init\_local}() instead, because
39 it is easier to use and because it may perform better.
  /external/llvm/test/MC/Mips/
nabi-regs.s 2 # set for the A and T registers because the NABI allows
  /external/parameter-framework/support/android/asio/
asio_shrinker.sh 97 # Why? because it seems that different target architectures require different
122 # Remove asio.hpp because we override it
130 the Parameter Framework fails to compile on your lunch target because of a
  /external/skia/infra/bots/recipe_modules/flavor/
gn_chromecast_flavor.py 111 print "Skipping because it is too big"
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stm.h 84 #warning Default to MPR50_SERVICE_CHARACTERISTICS because neither MPR50 nor MPR40 was defined.
  /prebuilts/go/darwin-x86/src/go/types/
ordering.go 90 // We've already seen this object; either because it's
91 // already added to order, or because we have a cycle.

Completed in 2048 milliseconds

1 2 3 4 5 6 78 91011>>