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

1 23 4 5 6 7 8 91011>>

  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_mimetypes.py 44 # First try strict
45 eq(self.db.guess_type('foo.xul', strict=True), (None, None))
46 eq(self.db.guess_extension('image/jpg', strict=True), None)
47 # And then non-strict
48 eq(self.db.guess_type('foo.xul', strict=False), ('text/xul', None))
49 eq(self.db.guess_extension('image/jpg', strict=False), '.jpg')
54 # First try strict. Use a set here for testing the results because if
57 all = set(self.db.guess_all_extensions('text/plain', strict=True))
59 # And now non-strict
60 all = self.db.guess_all_extensions('image/jpg', strict=False
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_mimetypes.py 44 # First try strict
45 eq(self.db.guess_type('foo.xul', strict=True), (None, None))
46 eq(self.db.guess_extension('image/jpg', strict=True), None)
47 # And then non-strict
48 eq(self.db.guess_type('foo.xul', strict=False), ('text/xul', None))
49 eq(self.db.guess_extension('image/jpg', strict=False), '.jpg')
54 # First try strict. Use a set here for testing the results because if
57 all = set(self.db.guess_all_extensions('text/plain', strict=True))
59 # And now non-strict
60 all = self.db.guess_all_extensions('image/jpg', strict=False
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_mimetypes.py 44 # First try strict
45 eq(self.db.guess_type('foo.xul', strict=True), (None, None))
46 eq(self.db.guess_extension('image/jpg', strict=True), None)
47 # And then non-strict
48 eq(self.db.guess_type('foo.xul', strict=False), ('text/xul', None))
49 eq(self.db.guess_extension('image/jpg', strict=False), '.jpg')
54 # First try strict. Use a set here for testing the results because if
57 all = set(self.db.guess_all_extensions('text/plain', strict=True))
59 # And now non-strict
60 all = self.db.guess_all_extensions('image/jpg', strict=False
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_mimetypes.py 44 # First try strict
45 eq(self.db.guess_type('foo.xul', strict=True), (None, None))
46 eq(self.db.guess_extension('image/jpg', strict=True), None)
47 # And then non-strict
48 eq(self.db.guess_type('foo.xul', strict=False), ('text/xul', None))
49 eq(self.db.guess_extension('image/jpg', strict=False), '.jpg')
54 # First try strict. Use a set here for testing the results because if
57 all = set(self.db.guess_all_extensions('text/plain', strict=True))
59 # And now non-strict
60 all = self.db.guess_all_extensions('image/jpg', strict=False
    [all...]
  /external/ImageMagick/PerlMagick/demo/
settings.pl 9 use strict;
  /external/antlr/antlr-3.4/runtime/Perl5/examples/expr/
expr.pl 3 use strict;
  /external/antlr/antlr-3.4/runtime/Perl5/examples/mexpr/
mexpr.pl 3 use strict;
  /external/antlr/antlr-3.4/runtime/Perl5/examples/tweak/
tweak.pl 3 use strict;
  /external/antlr/antlr-3.4/runtime/Perl5/examples/zero-one/
t-error.pl 9 use strict;
t.pl 9 use strict;
  /external/llvm/test/MC/ARM/
directive-fpu-diagnostics.s 2 @ RUN: | FileCheck %s -strict-whitespace
  /external/python/cpython3/Lib/test/
test_mimetypes.py 45 # First try strict
46 eq(self.db.guess_type('foo.xul', strict=True), (None, None))
47 eq(self.db.guess_extension('image/jpg', strict=True), None)
48 # And then non-strict
49 eq(self.db.guess_type('foo.xul', strict=False), ('text/xul', None))
50 eq(self.db.guess_extension('image/jpg', strict=False), '.jpg')
55 # First try strict. Use a set here for testing the results because if
58 all = set(self.db.guess_all_extensions('text/plain', strict=True))
60 # And now non-strict
61 all = self.db.guess_all_extensions('image/jpg', strict=False
    [all...]
  /bionic/tools/versioner/src/
versioner.h 25 extern bool strict;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/json/
scanner.py 21 strict = context.strict
35 return parse_string(string, idx + 1, encoding, strict)
37 return parse_object((string, idx + 1), encoding, strict,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/json/
scanner.py 21 strict = context.strict
35 return parse_string(string, idx + 1, encoding, strict)
37 return parse_object((string, idx + 1), encoding, strict,
  /external/clang/test/Sema/
attr-print.c 36 // CHECK: __attribute__((availability(macos, strict, introduced=10.6)));
37 void f6(int) __attribute__((availability(macosx,strict,introduced=10.6)));
  /external/curl/tests/
extern-scan.pl 26 use strict;
  /external/flatbuffers/tests/
TypeScriptTest.sh 23 tsc --strict --noUnusedParameters --noUnusedLocals --noImplicitReturns --strictNullChecks ts/monster_test_generated.ts
30 tsc --strict --noUnusedParameters --noUnusedLocals --noImplicitReturns --strictNullChecks ts/union_vector_generated.ts
  /external/libcxx/test/libcxx/utilities/memory/util.dynamic.safety/
get_pointer_safety_cxx03.pass.cpp 40 r == std::pointer_safety::strict);
  /external/libcxx/test/std/utilities/memory/util.dynamic.safety/
get_pointer_safety.pass.cpp 32 r == std::pointer_safety::strict);
  /external/ltp/include/
tst_safe_net.h 41 #define SAFE_SEND(strict, sockfd, buf, len, flags) \
42 safe_send(__FILE__, __LINE__, strict, sockfd, buf, len, flags)
44 #define SAFE_SENDTO(strict, fd, buf, len, flags, dest_addr, addrlen) \
45 safe_sendto(__FILE__, __LINE__, strict, fd, buf, len, flags, \
  /external/python/cpython2/Lib/json/
scanner.py 21 strict = context.strict
35 return parse_string(string, idx + 1, encoding, strict)
37 return parse_object((string, idx + 1), encoding, strict,
  /external/v8/
Android.v8common.mk 33 -fno-strict-aliasing
37 -fno-strict-aliasing
  /prebuilts/gdb/darwin-x86/lib/python2.7/json/
scanner.py 21 strict = context.strict
35 return parse_string(string, idx + 1, encoding, strict)
37 return parse_object((string, idx + 1), encoding, strict,
  /prebuilts/gdb/linux-x86/lib/python2.7/json/
scanner.py 21 strict = context.strict
35 return parse_string(string, idx + 1, encoding, strict)
37 return parse_object((string, idx + 1), encoding, strict,

Completed in 514 milliseconds

1 23 4 5 6 7 8 91011>>