Home
last modified time | relevance | path

Searched refs:erroneous (Results 1 – 25 of 80) sorted by relevance

1234

/external/clang/test/Index/
Dpch-with-errors.c5 void erroneous(int);
6 void erroneous(float);
25 erroneous(0); in foo()
/external/freetype/src/tools/ftrandom/
DREADME8 The FreeType tests are quite basic; for each erroneous font ftrandom
18 If a tester takes longer than 20 seconds, ftrandom saves the erroneous font
32 erroneous fonts (default: 1).
34 introduce that many errors into the erroneous
/external/u-boot/drivers/mtd/ubi/
Dwl.c673 int err, scrubbing = 0, torture = 0, protect = 0, erroneous = 0; local
858 erroneous = 1;
921 else if (erroneous) {
922 wl_tree_add(e1, &ubi->erroneous);
1249 } else if (in_wl_tree(e, &ubi->erroneous)) {
1250 self_check_in_wl_tree(ubi, e, &ubi->erroneous);
1251 rb_erase(&e->u.rb, &ubi->erroneous);
1300 in_wl_tree(e, &ubi->erroneous)) {
1535 ubi->used = ubi->erroneous = ubi->free = ubi->scrub = RB_ROOT;
1689 tree_destroy(ubi, &ubi->erroneous);
/external/swiftshader/third_party/LLVM/test/Assembler/
D2004-11-28-InvalidTypeCrash.ll1 ; Test for PR463. This program is erroneous, but should not crash llvm-as.
D2006-09-28-CrashOnInvalid.ll1 ; Test for PR902. This program is erroneous, but should not crash llvm-as.
/external/swiftshader/third_party/llvm-7.0/llvm/test/Assembler/
D2004-11-28-InvalidTypeCrash.ll1 ; Test for PR463. This program is erroneous, but should not crash llvm-as.
D2006-09-28-CrashOnInvalid.ll1 ; Test for PR902. This program is erroneous, but should not crash llvm-as.
/external/llvm/test/Assembler/
D2004-11-28-InvalidTypeCrash.ll1 ; Test for PR463. This program is erroneous, but should not crash llvm-as.
D2006-09-28-CrashOnInvalid.ll1 ; Test for PR902. This program is erroneous, but should not crash llvm-as.
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/tests/yui/
Dconcat-charset.css7 Note that this is erroneous!
/external/autotest/client/site_tests/graphics_GpuReset/
Dcontrol24 erroneous GPU command packet and send it to the GPU, and wait for a udev
/external/icu/icu4c/source/data/unidata/
DNormalizationCorrections.txt36 # Field 1: Original (erroneous) decomposition
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/unicode/
DNormalizationCorrections.txt36 # Field 1: Original (erroneous) decomposition
/external/python/rsa/doc/
Dreference.rst30 The pickle module is not secure against erroneous or maliciously
/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/unicode/
DNormalizationCorrections.txt36 # Field 1: Original (erroneous) decomposition
/external/bcc/tools/
Dinject_example.txt3 inject guarantees the appropriate erroneous return of the specified injection
58 dmesg will confirm that the erroneous return value injected by the script
/external/proguard/src/proguard/gui/
DGUIResources.properties125 warn = Warn about possibly erroneous input
126 ignoreWarnings = Ignore warnings about possibly erroneous input
259 <html>Print out warnings about possibly erroneous input.<br>\
264 <html>Ignore any warnings about possibly erroneous input.<br>\
/external/python/cpython3/Doc/library/
Dmarshal.rst33 The :mod:`marshal` module is not intended to be secure against erroneous or
Dxml.rst20 The XML modules are not secure against erroneous or maliciously
/external/llvm/test/Transforms/InstCombine/
Dalloca.ll81 ; Check that we don't delete allocas in some erroneous cases.
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/
Dalloca.ll84 ; Check that we don't delete allocas in some erroneous cases.
/external/e2fsprogs/doc/RelNotes/
Dv1.21.txt28 erroneous error with the -F option was specified.
/external/python/cpython2/Doc/library/
Dxml.rst16 The XML modules are not secure against erroneous or maliciously
Dmarshal.rst33 The :mod:`marshal` module is not intended to be secure against erroneous or
/external/jsmn/
DREADME.md26 jsmn is designed to be **robust** (it should work fine even with erroneous

1234