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

1 23 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/misc/cgo/test/
issue20129.go 23 t.Fatal("test is broken")
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")
issue20129.go 23 t.Fatal("test is broken")
issue3775.go 24 // This would have been broken by CL 11663043.
  /external/autotest/site_utils/
lab_inventory_unittest.py 63 _BROKEN = status_history.BROKEN
88 def _check_counts(self, working, broken, idle):
96 @param broken The expected total of broken devices.
100 self.assertEqual(self.histories.get_broken(), broken)
103 working + broken + idle)
112 """Test counting for broken DUTs."""
132 """Test counts after adding a working and then a broken DUT."""
139 """Test counts after adding a broken and then a working DUT."""
168 def _check_all_counts(self, working, broken)
    [all...]
balance_pools.py 8 This command takes all broken DUTs in a specific pool for specific
10 of spares. The command is meant primarily for replacing broken DUTs
38 The command attempts to remove all broken DUTs from the target POOL
47 If not enough working spares are available, broken DUTs may be left
50 When reducing pool size, working DUTs will be returned after broken
75 # number of broken models against. It seemed like the best choice that
147 + Broken - the DUT is unable to run tests, or it is locked.
149 DUT may be either working or broken.
167 @property broken_hosts The list of this pool's broken DUTs.
226 values indicate spares are needed to replace broken DUTs i
    [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.27/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/runtime/
futex_test.go 70 // mutex to make broken stuff look broken.
  /prebuilts/go/linux-x86/src/runtime/
futex_test.go 70 // mutex to make broken stuff look broken.
  /external/autotest/server/lib/
status_history.py 12 * Whether the DUT was "working" or "broken" at a given
15 The "working" or "broken" status of a DUT is determined by
20 * After any failed Repair task, the DUT is considered "broken".
28 changed either from "working" to "broken", or vice versa. The
63 # BROKEN: Indicates that the DUT needed manual repair after the
69 BROKEN = 3
218 BROKEN - The DUT likely required manual intervention
343 return BROKEN
642 * BROKEN - The DUT likely requires manual intervention.
675 be from "working" to "broken". When false, the search is for
    [all...]
  /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")
  /external/volley/src/test/java/com/android/volley/toolbox/
DiskBasedCacheTest.java 316 // Create broken cache that fails to read anything
317 DiskBasedCache broken = local
319 doReturn(mockedInputStream).when(broken).createInputStream(any(File.class));
322 broken.initialize();
325 assertThat(broken.get("kilobyte"), is(nullValue()));
326 assertThat(broken.get("kilobyte2"), is(nullValue()));
327 assertThat(broken.get("kilobyte3"), is(nullValue()));
  /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))); }
  /external/skqp/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 389 milliseconds

1 23 4 5 6 7 8 91011>>