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

1 2 3 4 5 6 78 91011>>

  /art/runtime/verifier/
reg_type-inl.h 72 bool strict,
108 } else if (!strict && !lhs.IsUnresolvedTypes() && lhs.GetClass()->IsInterface()) {
109 // If we're not strict allow assignment to any interface, see comment in ClassJoin.
120 verifier->GetDexFile(), lhs.GetClass(), rhs.GetClass(), strict, result);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
check.py 42 ('strict', 's',
45 boolean_options = ['metadata', 'restructuredtext', 'strict']
51 self.strict = 0
70 elif self.strict:
73 # let's raise an error in strict mode, if we have at least
75 if self.strict and self._warnings > 0:
  /external/google-breakpad/src/testing/test/
gmock-nice-strict_test.cc 26 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
32 #include "gmock/gmock-generated-nice-strict.h"
209 // Tests that a strict mock allows expected calls.
217 // Tests that an unexpected call on a strict mock fails.
226 // Tests that an uninteresting call on a strict mock fails.
234 // Tests that an uninteresting call on a strict mock fails, even if
277 StrictMock< ::Mock> strict; local
278 EXPECT_CALL(strict, DoThis());
279 strict.DoThis();
  /external/python/cpython2/Lib/distutils/command/
check.py 46 ('strict', 's',
49 boolean_options = ['metadata', 'restructuredtext', 'strict']
55 self.strict = 0
74 elif self.strict:
77 # let's raise an error in strict mode, if we have at least
79 if self.strict and self._warnings > 0:
  /external/python/cpython3/Lib/distutils/command/
check.py 44 ('strict', 's',
47 boolean_options = ['metadata', 'restructuredtext', 'strict']
53 self.strict = 0
72 elif self.strict:
75 # let's raise an error in strict mode, if we have at least
77 if self.strict and self._warnings > 0:
  /external/tensorflow/tensorflow/python/kernel_tests/
scalar_test.py 38 # Within Google, the switch to scalar strict occurred at version 6.
40 strict = [5, 6]
54 for version in strict + lenient:
61 if version in strict:
  /libcore/ojluni/src/test/java/time/tck/java/time/chrono/
TCKIsoChronology.java 53 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
284 {ResolverStyle.STRICT, -1, null, null, null, null},
288 {ResolverStyle.STRICT, 0, null, null, ChronoField.ERA, 0},
292 {ResolverStyle.STRICT, 1, null, null, ChronoField.ERA, 1},
296 {ResolverStyle.STRICT, 2, null, null, null, null},
301 {ResolverStyle.STRICT, -1, 2012, null, null, null},
305 {ResolverStyle.STRICT, 0, 2012, null, ChronoField.YEAR, -2011},
309 {ResolverStyle.STRICT, 1, 2012, null, ChronoField.YEAR, 2012},
313 {ResolverStyle.STRICT, 2, 2012, null, null, null},
318 {ResolverStyle.STRICT, null, 2012, null, ChronoField.YEAR_OF_ERA, 2012}
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/
check.py 46 ('strict', 's',
49 boolean_options = ['metadata', 'restructuredtext', 'strict']
55 self.strict = 0
74 elif self.strict:
77 # let's raise an error in strict mode, if we have at least
79 if self.strict and self._warnings > 0:
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/
check.py 46 ('strict', 's',
49 boolean_options = ['metadata', 'restructuredtext', 'strict']
55 self.strict = 0
74 elif self.strict:
77 # let's raise an error in strict mode, if we have at least
79 if self.strict and self._warnings > 0:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
check.py 46 ('strict', 's',
49 boolean_options = ['metadata', 'restructuredtext', 'strict']
55 self.strict = 0
74 elif self.strict:
77 # let's raise an error in strict mode, if we have at least
79 if self.strict and self._warnings > 0:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
check.py 46 ('strict', 's',
49 boolean_options = ['metadata', 'restructuredtext', 'strict']
55 self.strict = 0
74 elif self.strict:
77 # let's raise an error in strict mode, if we have at least
79 if self.strict and self._warnings > 0:
  /cts/tests/tests/location/src/android/location/cts/
SoftAssert.java 129 * @param strict if true, add this to the failure list, else, log a warning message
133 public void assertOrWarnTrue(boolean strict, String message, boolean condition) {
139 if (strict) {
170 * so strict vs not can be abstracted away test implementations.
  /dalvik/dx/tests/003-magic-version-access/
run 23 dx --dump --width=100 --strict $1
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
test_check.py 41 # now with the strict mode, we should
43 self.assertRaises(DistutilsSetupError, self._run, {}, **{'strict': 1})
46 cmd = self._run(metadata, strict=1)
75 # let's see if we have an error with strict=1
81 **{'strict': 1, 'restructuredtext': 1})
85 cmd = self._run(metadata, strict=1, restructuredtext=1)
92 {}, **{'strict': 1,
  /external/ImageMagick/PerlMagick/demo/
annotate_words.pl 17 use strict;
  /external/brotli/scripts/
.travis.sh 28 echo 'acd3ef995ad93cfb87d26f65147395dcbedd4c3c844ee6ec39616f1a347c8df5 install-pgi.sh' | sha256sum -c --strict || exit 1
  /external/curl/tests/
rtspserver.pl 29 use strict;
tftpserver.pl 29 use strict;
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
NumberFormatTestCases.txt 120 strict= true
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
NumberFormatTestCases.txt 120 strict= true
  /external/icu/icu4j/perf-tests/
ucharacterperf_r.pl 10 use strict;
  /external/v8/src/js/
spread.js 7 'use strict';
  /external/valgrind/tests/
filter_libc 3 use strict;
  /libcore/ojluni/src/test/java/time/test/java/time/format/
AbstractTestPrinterParser.java 56 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
108 protected void setStrict(boolean strict) {
109 if (strict) {
  /prebuilts/gdb/darwin-x86/lib/python2.7/
httplib.py 327 # strict: If true, raise BadStatusLine if the status line can't be
335 def __init__(self, sock, debuglevel=0, strict=0, method=None, buffering=False):
348 self.strict = strict
385 if self.strict:
689 strict = 0 variable in class:HTTPConnection
691 def __init__(self, host, port=None, strict=None,
705 if strict is not None:
706 self.strict = strict
    [all...]

Completed in 2099 milliseconds

1 2 3 4 5 6 78 91011>>