HomeSort by relevance Sort by last modified time
    Searched full:broken (Results 176 - 200 of 4436) sorted by null

1 2 3 4 5 6 78 91011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
diffexp-ovwr.s 4 ; a non-immediate-constant value (related to "False broken words").
rd-dw2-7.d 5 # Most simple broken word.
  /bionic/libm/
fake_long_double.c 22 * The BSD "long double" functions are broken when sizeof(long double) == sizeof(double).
23 * Android works around those cases by replacing the broken functions with our own trivial stubs
  /frameworks/base/core/tests/benchmarks/src/com/android/internal/net/
NetworkStatsFactoryBenchmark.java 43 // Looks like this was broken by change d0c5b9abed60b7bc056d026bf0f2b2235410fb70
54 // Looks like this was broken by change d0c5b9abed60b7bc056d026bf0f2b2235410fb70
  /packages/apps/DocumentsUI/tests/common/com/android/documentsui/
BrokenSettingsEnabledProvider.java 34 private static final String ROOT_ID = "broken-settings-enabled-root";
38 super("Broken Settings Enabled Root", ROOT_ID, 0, ROOT_DOC_ID);
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v2/
ver2_pt_node_array_reader.cpp 26 // Reading invalid position because of a bug or a broken dictionary.
43 // Reading invalid position because of bug or broken dictionary.
  /system/core/toolbox/
toolbox.c 29 // Let's assume that none of this code handles broken pipes. At least ls,
30 // ps, and top were broken (though I'd previously added this fix locally
  /libcore/ojluni/src/main/java/java/io/
PipedOutputStream.java 38 * The pipe is said to be <a name=BROKEN> <i>broken</i> </a> if a
114 * @exception IOException if the pipe is <a href=#BROKEN> broken</a>,
134 * @exception IOException if the pipe is <a href=#BROKEN> broken</a>,
PipedInputStream.java 45 * A pipe is said to be <a name="BROKEN"> <i>broken</i> </a> if a
198 * @exception IOException If the pipe is <a href="#BROKEN"> <code>broken</code></a>,
224 * @exception IOException If the pipe is <a href="#BROKEN"> broken</a>,
305 * <a href="#BROKEN"> <code>broken</code></a>, closed,
326 throw new IOException("Pipe broken");
370 * @exception IOException if the pipe is <a href="#BROKEN"> <code>broken</code></a>
    [all...]
  /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...]
dut_status.py 6 """Report whether DUTs are working or broken.
11 determine whether they're "working" or "broken". For purposes of
12 the script, "broken" means "the DUT requires manual intervention
14 broken". The status determination is based on the history of
53 -n/--broken - Only include hosts in a non-working state. Hosts
64 surrounding the DUT's last change from working to broken,
69 * With the --working or --broken options, the list of host names
76 --broken options.
87 'NO' means the DUT is broken. That diagnosis is based on a job that
98 job's logs. The status indicates the working or broken status afte
    [all...]
  /packages/apps/TV/src/com/android/tv/tuner/ts/
SectionParser.java 430 Log.e(TAG, "Broken PAT.");
449 Log.e(TAG, "Broken PMT.");
463 Log.e(TAG, "Broken PMT.");
470 Log.e(TAG, "Broken PMT.");
496 Log.e(TAG, "Broken MGT.");
504 Log.e(TAG, "Broken MGT.");
514 Log.e(TAG, "Broken MGT.");
529 Log.e(TAG, "Broken VCT.");
546 Log.e(TAG, "Broken VCT.");
555 Log.e(TAG, "Broken VCT.", e)
    [all...]
  /cts/tests/admin/app/
AndroidManifest.xml 76 <!-- Broken device admin: meta-data missing -->
84 <!-- Broken device admin: filter doesn't match an Intent with action
97 <!-- Broken device admin: meta-data element doesn't point to valid
108 <!-- Broken device admin: filter doesn't match Intents with action
119 <!-- Broken device admin: no intent-filter -->
  /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/ltp/doc/
network_stress.txt 4 Verify the IPv4 connectivity is not broken when the interface is
10 Verify the IPv4 connectivity is not broken when the IPv4 address
15 Verify the IPv4 connectivity is not broken when an IPv4 alias is
22 Verify the IPv4 connectivity is not broken when a large number of
29 Verify the IPv4 connectivity is not broken when an IPv4 route is
35 Verify the IPv4 connectivity is not broken when a large number of
41 Verify the IPv4 connectivity is not broken when the mtu of interface
47 Verify the IPv6 connectivity is not broken when the interface is
53 Verify the IPv6 connectivity is not broken when an IPv6 alias is
59 Verify the IPv6 connectivity is not broken when a large number o
    [all...]
  /art/runtime/mirror/
object_array.h 63 // TODO fix thread safety analysis broken by the use of template. This should be
68 // TODO fix thread safety analysis broken by the use of template. This should be
109 // TODO fix thread safety analysis broken by the use of template. This should be
  /external/curl/docs/
SSL-PROBLEMS 31 Some broken servers fail to support the protocol negotiation properly that
67 to mitigate this attack, it turned out that some broken servers out there in
70 To make such broken servers work, the --ssl-allow-beast option was
  /external/mesa3d/docs/
relnotes-6.4.html 58 <li>glReadPixels clipped by window bounds was sometimes broken
64 <li>GLX encoding for transpose matrix functions was broken
65 <li>fixed broken fragment program KIL and SWZ instructions
  /external/openssh/
TODO 74 + No/broken MAP_ANON (Irix)
75 + broken /dev/zero parse (Linux)
82 + SIA is broken
  /libcore/luni/src/main/java/java/math/
RoundingMode.java 61 * are broken by rounding up.
67 * are broken by rounding down.
73 * are broken by rounding to the even neighbor.
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/data/
ExecutionDataReaderWriterTest.java 191 final boolean[] broken = new boolean[1];
195 if (broken[0]) {
200 broken[0] = true;
268 final boolean[] broken = new boolean[1];
272 if (broken[0]) {
277 broken[0] = true;
  /external/elfutils/
NOTES 1 - old GNU ld's behavior wrt DSOs seems to be severely broken.
36 I believe this implementation is severly broken and needs a redesign
  /external/kernel-headers/original/uapi/linux/
capi.h 39 #define CAPI_GET_MANUFACTURER _IOWR('C',0x06,int) /* broken: wanted size 64 (CAPI_MANUFACTURER_LEN) */
59 #define CAPI_GET_SERIAL _IOWR('C',0x08,int) /* broken: wanted size 8 (CAPI_SERIAL_LEN) */
  /external/libmtp/src/
device-flags.h 36 * This means that the PTP_OC_MTP_GetObjPropList is broken
42 * that it's broken when getting metadata for a SINGLE object.
43 * A typical way the implementation may be broken is that it
68 * This means that the PTP_OC_MTP_GetObjPropList is broken and
124 * 8GB. The device sometimes return a broken PTP header
135 * The Motorola RAZR2 V8 (others?) has broken set object
227 * Nikon broken capture support without proper ObjectAdded events.
233 * Broken capture support where cameras do not send CaptureComplete events.
  /external/ltp/testcases/network/stress/interface/
if4-addr-change 65 tst_brkm TFAIL "$(tst_iface) link broken after ${cnt} times"
70 tst_brkm TFAIL "$(tst_iface) is broken"

Completed in 3418 milliseconds

1 2 3 4 5 6 78 91011>>