Home
last modified time | relevance | path

Searched refs:bad (Results 1 – 25 of 70) sorted by relevance

123

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_robotparser.py54 bad = ['/cyberworld/map/index.html','/tmp/xxx','/foo.html'] variable
56 RobotTest(1, doc, good, bad)
72 bad = ['/cyberworld/map/index.html'] variable
74 RobotTest(2, doc, good, bad)
84 bad = ['/cyberworld/map/index.html','/','/tmp/'] variable
86 RobotTest(3, doc, good, bad)
100 bad = ['/tmp','/tmp.html','/tmp/a.html', variable
105 RobotTest(4, doc, good, bad, 'figtree')
106 RobotTest(5, doc, good, bad, 'FigTree Robot libwww-perl/5.04')
118 bad = ['/tmp/','/tmp/a.html', variable
[all …]
Dregrtest.py371 bad = []
459 bad.append(test)
461 bad.append(test)
474 if bad:
592 omitted = set(selected) - set(good) - set(bad) - set(skipped)
596 if not bad and not skipped and not interrupted and len(good) > 1:
604 if bad:
605 bad = set(bad) - set(environment_changed)
606 if bad:
607 print count(len(bad), "test"), "failed:"
[all …]
Dbadcert.pem17 Just bad cert data
35 Just bad cert data
Dtest_binop.py256 for bad in "0", 0.0, 0j, (), [], {}, None, Rat, unittest:
258 a = Rat(bad)
262 self.fail("Rat(%r) didn't raise TypeError" % bad)
264 a = Rat(1, bad)
268 self.fail("Rat(1, %r) didn't raise TypeError" % bad)
Dtest_modulefinder.py252 bad, maybe = mf.any_missing_maybe()
253 self.assertEqual(bad, missing)
Dtest_scope.py583 print bad
590 [bad for s in 'a b' for bad in s.split()]
594 print bad
/device/linaro/bootloader/edk2/StdLib/LibC/Locale/
Dctypeio.c73 goto bad; in __loadctype()
76 goto bad; in __loadctype()
79 goto bad; in __loadctype()
82 goto bad; in __loadctype()
85 goto bad; in __loadctype()
88 goto bad; in __loadctype()
91 goto bad; in __loadctype()
95 goto bad; in __loadctype()
98 goto bad; in __loadctype()
102 goto bad; in __loadctype()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
Dpathfix.py51 bad = 0
54 if recursedown(arg): bad = 1
57 bad = 1
59 if fix(arg): bad = 1
60 sys.exit(bad)
68 bad = 0
83 if fix(fullname): bad = 1
85 if recursedown(fullname): bad = 1
86 return bad
Dmethfix.py39 bad = 0
45 if recursedown(arg): bad = 1
48 bad = 1
50 if fix(arg): bad = 1
51 sys.exit(bad)
59 bad = 0
74 if fix(fullname): bad = 1
76 if recursedown(fullname): bad = 1
77 return bad
Dclassfix.py42 bad = 0
48 if recursedown(arg): bad = 1
51 bad = 1
53 if fix(arg): bad = 1
54 sys.exit(bad)
62 bad = 0
77 if fix(fullname): bad = 1
79 if recursedown(fullname): bad = 1
80 return bad
Dxxci.py80 for bad in badprefixes:
81 if file[:len(bad)] == bad: return 1
85 for bad in badsuffixes:
86 if file[-len(bad):] == bad: return 1
Dfixcid.py69 bad = 0
82 if recursedown(arg): bad = 1
85 bad = 1
87 if fix(arg): bad = 1
88 sys.exit(bad)
97 bad = 0
112 if fix(fullname): bad = 1
114 if recursedown(fullname): bad = 1
115 return bad
Dfixdiv.py257 bad = []
264 bad.append(what)
275 if bad:
276 print "*** Bad warning for line %d:" % row, bad
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/
Deqfix.py42 bad = 0
48 if recursedown(arg): bad = 1
51 bad = 1
53 if fix(arg): bad = 1
54 sys.exit(bad)
62 bad = 0
77 if fix(fullname): bad = 1
79 if recursedown(fullname): bad = 1
80 return bad
/device/sample/frameworks/PlatformLibrary/java/com/example/android/platform_library/
DPlatformLibrary.java36 public int getInt(boolean bad) { in getInt() argument
38 int result = getJniInt(bad); in getInt()
59 native private int getJniInt(boolean bad); in getJniInt() argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/webchecker/
Dwebchecker.py278 self.bad = {}
303 return (self.roots, self.todo, self.done, self.bad, self.round)
307 (self.roots, self.todo, self.done, self.bad, self.round) = state
310 for url in self.bad.keys():
355 len(self.bad))
365 if not self.bad:
449 if self.bad.has_key(url):
451 triple = url, rawlink, self.bad[url]
569 if self.bad.has_key(url):
570 del self.bad[url]
[all …]
DREADME4 This is a simple web tree checker, useful to find bad links in a web
/device/sample/frameworks/PlatformLibrary/jni/
DPlatformLibrary.cpp78 static jint PlatformLibrary_getJniInt(JNIEnv* env, jobject thiz, jboolean bad) { in PlatformLibrary_getJniInt() argument
79 if (bad) { in PlatformLibrary_getJniInt()
/device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
Ddisklabel.h69 struct dkbad bad; member
/device/linaro/bootloader/edk2/AppPkg/Applications/Enquire/
DEnquire.c1071 int bad;
1076 bad=0;
1086 default: bad=1; break;
1091 bad = setmode((char *)s);
1092 } else bad= 1;
1094 if (bad) {
3285 Volatile int bad=0;
3292 } else bad=1;
3293 if (!bad && a <= old) bad=1;
3295 if (!bad) {
[all …]
/device/google/dragon/
Daudio_effects.conf109 uuid 4a387fc0-8ab3-11df-8bad-0002a5d5c51b
/device/linaro/bootloader/edk2/DuetPkg/BootSector/
Dbootsect.S112 jne BadBootSector # If is isn't, then the boot sector is bad.
Dbootsect.asm111 jne BadBootSector ; If is isn't, then the boot sector is bad.
/device/huawei/angler/
Daudio_effects.conf135 uuid 4a387fc0-8ab3-11df-8bad-0002a5d5c51b
/device/lge/bullhead/
Daudio_effects.conf138 uuid 4a387fc0-8ab3-11df-8bad-0002a5d5c51b

123