HomeSort by relevance Sort by last modified time
    Searched full:faulty (Results 1 - 25 of 34) sorted by null

1 2

  /external/kernel-headers/original/linux/raid/
md_k.h 70 * Not working: faulty==1 in_sync==0
71 * Fully working: faulty==0 in_sync==1
74 * faulty==0 in_sync==0
76 * It can never have faulty==1, in_sync==1
81 #define Faulty 1 /* device is known to have a fault */
248 int faulty = test_bit(Faulty, &rdev->flags); local
249 if (atomic_dec_and_test(&rdev->nr_pending) && faulty)
268 /* error_handler must set ->faulty and clear ->in_sync
md_p.h 77 #define MD_DISK_FAULTY 0 /* disk is faulty / operational */
260 * into the 'roles' value. If a device is spare or faulty, then it doesn't
263 __u16 dev_roles[0]; /* role in array, or 0xffff for a spare, or 0xfffe for faulty */
  /external/llvm/runtime/
Makefile 17 # Disable libprofile: a faulty libtool is generated by autoconf which breaks the
  /external/llvm/test/Transforms/GVN/
pre-single-pred.ll 9 ; Now that that faulty assumption is corrected, test that we DON'T incorrectly
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/raid/
md_p.h 77 #define MD_DISK_FAULTY 0 /* disk is faulty / operational */
260 * into the 'roles' value. If a device is spare or faulty, then it doesn't
263 __le16 dev_roles[0]; /* role in array, or 0xffff for a spare, or 0xfffe for faulty */
  /bionic/libc/kernel/common/linux/raid/
md_k.h 54 #define Faulty 1
  /development/ndk/platforms/android-3/include/linux/raid/
md_k.h 54 #define Faulty 1
  /frameworks/base/docs/html/resources/articles/
ui-1.5.jd 41 application?especially if it is relying on faulty/buggy behavior of the UI
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/raid/
md_k.h 54 #define Faulty 1
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/raid/
md_k.h 54 #define Faulty 1
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/raid/
md_k.h 54 #define Faulty 1
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/raid/
md_k.h 54 #define Faulty 1
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/raid/
md_k.h 54 #define Faulty 1
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/raid/
md_k.h 54 #define Faulty 1
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/raid/
md_k.h 54 #define Faulty 1
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/raid/
md_k.h 54 #define Faulty 1
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/raid/
md_k.h 54 #define Faulty 1
  /external/jpeg/
jfdctint.c 164 /* Even part per LL&M figure 1 --- note that published figure is faulty;
229 /* Even part per LL&M figure 1 --- note that published figure is faulty;
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/
libmng_types.h 82 /* * - added workaround for faulty PhotoShop iCCP chunk * */
  /dalvik/docs/
dexopt.html 196 faulty bytecode is far from the easiest line of attack. The ODEX file has
porting-guide.html 333 if you suspect the test may be faulty. You can also use
  /development/pdk/docs/porting/
dalvik.jd 334 if you suspect the test may be faulty. You can also use
  /external/bison/src/
output.c 510 installation. A faulty installation can cause deadlock, so a
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
URLConnectionTest.java 489 // faulty setup
    [all...]
  /external/icu4c/test/intltest/
tzregts.cpp 493 * due to a faulty constant in TimeZone::java.
    [all...]

Completed in 1476 milliseconds

1 2