Home
last modified time | relevance | path

Searched defs:bad (Results 1 – 6 of 6) sorted by relevance

/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
72 bad = ['/cyberworld/map/index.html'] variable
84 bad = ['/cyberworld/map/index.html','/','/tmp/'] variable
100 bad = ['/tmp','/tmp.html','/tmp/a.html', variable
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
[all …]
Dtest_richcmp.py219 def do(bad): argument
/device/sample/frameworks/PlatformLibrary/java/com/example/android/platform_library/
DPlatformLibrary.java36 public int getInt(boolean bad) { in getInt()
59 native private int getJniInt(boolean bad); in getJniInt()
/device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
Ddisklabel.h69 struct dkbad bad; member
/device/sample/frameworks/PlatformLibrary/jni/
DPlatformLibrary.cpp78 static jint PlatformLibrary_getJniInt(JNIEnv* env, jobject thiz, jboolean bad) { in PlatformLibrary_getJniInt()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
Dregparse.c2879 OnigCodePoint bad, OnigEncoding enc, OnigSyntaxType* syn) in str_exist_check_with_esc()