HomeSort by relevance Sort by last modified time
    Searched refs:strict (Results 26 - 50 of 1406) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/res/
XmlLoader.java 17 public void setStrictI18n(boolean strict) {
18 this.strictI18n = strict;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/exception/
NonMonotonousSequenceException.java 41 private final boolean strict; field in class:NonMonotonousSequenceException
74 * @param strict Whether the sequence must be strictly increasing or
81 boolean strict) {
83 (strict ?
86 (strict ?
92 this.strict = strict;
107 return strict;
  /test/vts-testcase/kernel/lib/
version.py 29 api_level = dut.getLaunchApiLevel(strict=False)
  /external/libpng/tests/
pngunknown-sAPI 2 exec ./pngunknown --strict bKGD=save cHRM=save gAMA=save all=discard iCCP=save sBIT=save sRGB=save eXIf=save "${srcdir}/pngtest.png"
  /external/valgrind/coregrind/
link_tool_exe_linux.in 59 use strict;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
mimetypes.py 5 guess_type(url, strict=1) -- guess the MIME type and encoding of a URL.
7 guess_extension(type, strict=1) -- guess the extension for a given MIME type.
64 def __init__(self, filenames=(), strict=True):
69 self.types_map = ({}, {}) # dict for (non-strict, strict)
76 self.read(name, strict)
78 def add_type(self, type, ext, strict=True):
86 If strict is true, information will be added to
90 self.types_map[strict][ext] = type
91 exts = self.types_map_inv[strict].setdefault(type, [])
574 strict = 1 variable
    [all...]
  /external/python/cpython2/Lib/
mimetypes.py 5 guess_type(url, strict=1) -- guess the MIME type and encoding of a URL.
7 guess_extension(type, strict=1) -- guess the extension for a given MIME type.
64 def __init__(self, filenames=(), strict=True):
69 self.types_map = ({}, {}) # dict for (non-strict, strict)
76 self.read(name, strict)
78 def add_type(self, type, ext, strict=True):
86 If strict is true, information will be added to
90 self.types_map[strict][ext] = type
91 exts = self.types_map_inv[strict].setdefault(type, []
581 strict = 1 variable
    [all...]
  /external/python/cpython3/Lib/
mimetypes.py 5 guess_type(url, strict=True) -- guess the MIME type and encoding of a URL.
7 guess_extension(type, strict=True) -- guess the extension for a given MIME type.
66 def __init__(self, filenames=(), strict=True):
71 self.types_map = ({}, {}) # dict for (non-strict, strict)
78 self.read(name, strict)
80 def add_type(self, type, ext, strict=True):
88 If strict is true, information will be added to
92 self.types_map[strict][ext] = type
93 exts = self.types_map_inv[strict].setdefault(type, []
580 strict = 1 variable
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
mimetypes.py 5 guess_type(url, strict=1) -- guess the MIME type and encoding of a URL.
7 guess_extension(type, strict=1) -- guess the extension for a given MIME type.
64 def __init__(self, filenames=(), strict=True):
69 self.types_map = ({}, {}) # dict for (non-strict, strict)
76 self.read(name, strict)
78 def add_type(self, type, ext, strict=True):
86 If strict is true, information will be added to
90 self.types_map[strict][ext] = type
91 exts = self.types_map_inv[strict].setdefault(type, []
577 strict = 1 variable
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
mimetypes.py 5 guess_type(url, strict=1) -- guess the MIME type and encoding of a URL.
7 guess_extension(type, strict=1) -- guess the extension for a given MIME type.
64 def __init__(self, filenames=(), strict=True):
69 self.types_map = ({}, {}) # dict for (non-strict, strict)
76 self.read(name, strict)
78 def add_type(self, type, ext, strict=True):
86 If strict is true, information will be added to
90 self.types_map[strict][ext] = type
91 exts = self.types_map_inv[strict].setdefault(type, []
577 strict = 1 variable
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mimetypes.py 5 guess_type(url, strict=1) -- guess the MIME type and encoding of a URL.
7 guess_extension(type, strict=1) -- guess the extension for a given MIME type.
64 def __init__(self, filenames=(), strict=True):
69 self.types_map = ({}, {}) # dict for (non-strict, strict)
76 self.read(name, strict)
78 def add_type(self, type, ext, strict=True):
86 If strict is true, information will be added to
90 self.types_map[strict][ext] = type
91 exts = self.types_map_inv[strict].setdefault(type, []
577 strict = 1 variable
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mimetypes.py 5 guess_type(url, strict=1) -- guess the MIME type and encoding of a URL.
7 guess_extension(type, strict=1) -- guess the extension for a given MIME type.
64 def __init__(self, filenames=(), strict=True):
69 self.types_map = ({}, {}) # dict for (non-strict, strict)
76 self.read(name, strict)
78 def add_type(self, type, ext, strict=True):
86 If strict is true, information will be added to
90 self.types_map[strict][ext] = type
91 exts = self.types_map_inv[strict].setdefault(type, []
577 strict = 1 variable
    [all...]
  /libcore/ojluni/src/test/java/time/test/java/time/format/
TestReducedParser.java 56 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
96 private static final boolean STRICT = true;
138 // Parse data and values that are consistent whether strict or lenient
214 // Parse data and values in strict and lenient modes.
216 // Strict Pair(endPos, value), Lenient Pair(endPos, value)
222 {YEAR, 2, 2, 2010, "3", 0, strict(0, null), lenient(1, 3)},
223 {YEAR, 2, 2, 2010, "4", 0, strict(0, null), lenient(1, 4)},
224 {YEAR, 2, 2, 2010, "5", 1, strict(1, null), lenient(1, null)},
225 {YEAR, 2, 2, 2010, "6-2", 0, strict(0, null), lenient(1, 6)},
226 {YEAR, 2, 2, 2010, "9", 0, strict(0, null), lenient(1, 9)}
498 private static Pair strict(int parseLen, Integer parseVal) { method in class:TestReducedParser
508 private final boolean strict; field in class:TestReducedParser.Pair
    [all...]
  /external/libchrome/base/third_party/icu/
icu_utf.cc 114 * The "strict" parameter controls the error behavior:
121 * >0 Obsolete "strict" behavior of UTF8_NEXT_CHAR_SAFE(..., TRUE):
136 UBool strict) {
171 if(strict>=0) {
192 if(illegal || (c)<utf8_minLegal[count] || (CBU_IS_SURROGATE(c) && strict!=-2)) {
201 if(strict>=0) {
206 } else if((strict)>0 && CBU_IS_UNICODE_NONCHAR(c)) {
207 /* strict: forbid non-characters like U+fffe */
217 if(strict>=0) {
  /external/syslinux/utils/
isohdpfxarray.pl 29 use strict;
  /frameworks/native/opengl/libs/tools/
glenumsgen 17 use strict;
glentrygen 17 use strict;
  /external/icu/icu4c/source/common/
utf_impl.cpp 96 errorValue(int32_t count, int8_t strict) {
97 if(strict>=0) {
99 } else if(strict==-3) {
112 * The "strict" parameter controls the error behavior:
124 * >0 Obsolete "strict" behavior of UTF8_NEXT_CHAR_SAFE(..., TRUE):
131 utf8_nextCharSafeBody(const uint8_t *s, int32_t *pi, int32_t length, UChar32 c, UBool strict) {
147 // strict: forbid non-characters like U+fffe
148 if(strict<=0 || !U_IS_UNICODE_NONCHAR(c)) {
155 if(strict!=-2) {
161 // strict: forbid non-characters like U+fff
    [all...]
  /external/clang/test/Sema/
attr-availability-macosx.c 13 void f6(int) __attribute__((availability(macosx,strict,introduced=10.6))); //expected-note{{'f6' has been explicitly marked unavailable here}}
25 struct __attribute__((availability(macosx,strict,introduced=10.6)))
32 __attribute__((availability(macosx,strict,introduced=10.6)))
50 struct __attribute__((availability(macosx,strict,introduced=10.9))) type_info // \
  /external/iputils/Modules/
Makefile 5 CCOPT=-O2 -Wstrict-prototypes -Wall -Werror -fno-strict-aliasing -fno-common
  /prebuilts/go/darwin-x86/src/syscall/
mksysnum_darwin.pl 8 use strict;
  /prebuilts/go/linux-x86/src/syscall/
mksysnum_darwin.pl 8 use strict;
  /system/extras/tests/iptables/qtaguid/
Android.mk 26 LOCAL_CFLAGS += -Wall -Werror -fno-strict-aliasing
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_mimetypes.py 42 # First try strict
43 eq(self.db.guess_type('foo.xul', strict=True), (None, None))
44 eq(self.db.guess_extension('image/jpg', strict=True), None)
45 # And then non-strict
46 eq(self.db.guess_type('foo.xul', strict=False), ('text/xul', None))
47 eq(self.db.guess_extension('image/jpg', strict=False), '.jpg')
52 # First try strict. Use a set here for testing the results because if
55 all = set(self.db.guess_all_extensions('text/plain', strict=True))
57 # And now non-strict
58 all = self.db.guess_all_extensions('image/jpg', strict=False)
    [all...]
  /packages/apps/Email/src/com/beetstra/jutf7/
UTF7StyleCharsetDecoder.java 44 private final boolean strict; field in class:UTF7StyleCharsetDecoder
51 UTF7StyleCharsetDecoder(UTF7StyleCharset cs, Base64Util base64, boolean strict) {
54 this.strict = strict;
89 if (justUnshifted && strict)
118 * in strict mode, null otherwise
134 if (strict)
149 if ((base64mode && strict) || base64bitsWaiting())

Completed in 4041 milliseconds

12 3 4 5 6 7 8 91011>>