Searched defs:bad (Results 1 - 8 of 8) sorted by path

/device/linaro/bootloader/edk2/AppPkg/Applications/Enquire/
H A DEnquire.c561 Some bad compilers define __STDC__, when they don't support it.
1071 int bad; local
1076 bad=0;
1086 default: bad=1; break;
1091 bad = setmode((char *)s);
1092 } else bad= 1;
1094 if (bad) {
2705 eek_a_bug("Possibly bad output from printf above");
3285 Volatile int bad=0; local
3292 } else bad
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_robotparser.py10 self.str = "RobotTest(%d, bad, %s)" % (index, url)
54 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, 'FigTre
118 bad = ['/tmp/','/tmp/a.html', variable
133 bad = [] # Bug report says "/" should be denied, but that is not in the RFC variable
147 bad = ['/folder1/anotherfile.html'] variable
162 bad = ['/something.jpg'] variable
167 bad = ['/something.jpg'] variable
181 bad = ['/something.jpg'] variable
186 bad = [] variable
200 bad = ['/folder1/anotherfile.html'] variable
226 bad = ['/some/path'] variable
[all...]
H A Dtest_site.py112 pth_dir, pth_fn = self.make_pth("import bad)syntax\n") namespace
122 self.assertRegexpMatches(err_out.getvalue(), r'import bad\)syntax') namespace
283 print>>FILE, "#import @bad module name" namespace
H A Dtest_zipimport.py176 self.fail("expected ImportError; import from bad pyc") namespace
305 raise AssertionError, "bad data"\n"""
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
H A Dregparse.c2879 OnigCodePoint bad, OnigEncoding enc, OnigSyntaxType* syn)
2906 if (x == bad) return 0;
2878 str_exist_check_with_esc(OnigCodePoint s[], int n, UChar* from, UChar* to, OnigCodePoint bad, OnigEncoding enc, OnigSyntaxType* syn) argument
/device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
H A Ddisklabel.h69 struct dkbad bad; member in struct:cpu_disklabel
/device/sample/frameworks/PlatformLibrary/java/com/example/android/platform_library/
H A DPlatformLibrary.java36 public int getInt(boolean bad) { argument
38 int result = getJniInt(bad);
56 * Trivial native method call. If "bad" is true, this will throw an
59 native private int getJniInt(boolean bad); argument
/device/sample/frameworks/PlatformLibrary/jni/
H A DPlatformLibrary.cpp75 * If "bad" is true, this throws an exception. Otherwise, this sets the
78 static jint PlatformLibrary_getJniInt(JNIEnv* env, jobject thiz, jboolean bad) { argument
79 if (bad) {
81 "you are bad", 0);

Completed in 965 milliseconds