HomeSort by relevance Sort by last modified time
    Searched refs:broken (Results 51 - 75 of 360) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/misc/cgo/test/
issue17065.go 24 t.Skip("broken on darwin; issue 17065")
issue3775.go 24 // This would have been broken by CL 11663043.
  /prebuilts/go/linux-x86/misc/cgo/test/
issue17065.go 24 t.Skip("broken on darwin; issue 17065")
issue3775.go 24 // This would have been broken by CL 11663043.
  /external/autotest/site_utils/
lab_inventory_unittest.py 76 # "broken".
79 # _BROKEN - A value that counts as "broken" for the lab_inventory
85 status_history.BROKEN,
118 def _check_counts(self, working, broken, idle):
123 sum of working and broken devices.
126 @param broken The expected total of broken devices.
130 self.assertEqual(self._pool_counts.get_broken(), broken)
133 working + broken + idle)
142 """Test counting for status: BROKEN.""
    [all...]
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/data/
ExecutionDataReaderWriterTest.java 202 final boolean[] broken = new boolean[1];
206 if (broken[0]) {
211 broken[0] = true;
287 final boolean[] broken = new boolean[1];
291 if (broken[0]) {
296 broken[0] = true;
  /external/archive-patcher/shared/src/test/java/com/google/archivepatcher/shared/
DefaultDeflateCompatibilityWindowTest.java 109 BrokenCompatibilityWindow broken = new BrokenCompatibilityWindow(); local
110 Assert.assertFalse(broken.isCompatible());
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
rd-dw2-7.d 5 # Most simple broken word.
rd-dw2-8.d 5 # Simple broken word, table with two labels.
bwtest-err-1.s 5 ; A variant of exbwtest.s. This is an example of invalid use of the broken-
8 ; ments and the broken words overflow.
  /external/libpng/
autogen.sh 21 # have been broken. If (b) is required the script prompts for the correct
156 mode="broken"
218 broken)
  /prebuilts/go/darwin-x86/src/os/
pipe_test.go 5 // Test broken pipes on Unix systems.
33 t.Fatal("unexpected success of Write to broken pipe")
108 // For stdout/stderr, we should have crashed with a broken pipe error.
  /prebuilts/go/linux-x86/src/os/
pipe_test.go 5 // Test broken pipes on Unix systems.
33 t.Fatal("unexpected success of Write to broken pipe")
108 // For stdout/stderr, we should have crashed with a broken pipe error.
  /prebuilts/go/darwin-x86/src/runtime/
futex_test.go 70 // mutex to make broken stuff look broken.
signal_darwin.go 26 /* 13 */ {_SigNotify, "SIGPIPE: write to broken pipe"},
signal_dragonfly.go 26 /* 13 */ {_SigNotify, "SIGPIPE: write to broken pipe"},
signal_freebsd.go 26 /* 13 */ {_SigNotify, "SIGPIPE: write to broken pipe"},
  /prebuilts/go/linux-x86/src/runtime/
futex_test.go 70 // mutex to make broken stuff look broken.
  /prebuilts/go/darwin-x86/src/internal/trace/
order.go 112 // seemingly broken timestamps (misplaced event).
114 // if timestamps are broken we will misplace the event and later report
115 // logically broken trace (instead of reporting broken timestamps).
206 panic("event sequences are broken")
  /prebuilts/go/linux-x86/src/internal/trace/
order.go 112 // seemingly broken timestamps (misplaced event).
114 // if timestamps are broken we will misplace the event and later report
115 // logically broken trace (instead of reporting broken timestamps).
206 panic("event sequences are broken")
  /build/make/core/tasks/
apicheck.mk 16 # Rules for running apicheck to confirm that you haven't broken
44 # Check that the API we're building hasn't broken the last-released
90 # Check that the System API we're building hasn't broken the last-released
137 # SDK version. Note that we don't check that we haven't broken the previous
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRTreeAdaptor.h 31 #pragma warning tree/node diction is broken.
  /external/clang/test/SemaTemplate/
default-expr-arguments.cpp 221 T broken() { function in namespace:PR5810b
226 void f(int = broken<int>());
  /external/protobuf/java/core/src/test/java/com/google/protobuf/
ParseExceptionsTest.java 234 // using a "broken" stream that will throw part-way through reading the message
235 parseTester.parse(broken(new ByteArrayInputStream(serializedProto))); method
254 private InputStream broken(InputStream i) { method in class:ParseExceptionsTest
260 throw new IOException("I'm broken!");
267 throw new IOException("I'm broken!");
  /external/skia/tests/
BlendTest.cpp 58 // These are all temptingly close but fundamentally broken.
59 int (*broken[])(int, int) = {
64 for (auto multiply : broken) { REPORTER_ASSERT(r, !acceptable(test(multiply))); }

Completed in 733 milliseconds

1 23 4 5 6 7 8 91011>>