HomeSort by relevance Sort by last modified time
    Searched defs:strict (Results 1 - 25 of 30) sorted by null

1 2

  /packages/apps/Email/src/com/beetstra/jutf7/
UTF7StyleCharset.java 44 final boolean strict; field in class:UTF7StyleCharset
52 * decoders should be strict about the interpretation of malformed encoded
61 * @param strict True if strict handling of sequences is requested
64 boolean strict) {
67 this.strict = strict;
83 return new UTF7StyleCharsetDecoder(this, base64, strict);
91 return new UTF7StyleCharsetEncoder(this, base64, strict);
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())
UTF7StyleCharsetEncoder.java 56 private final boolean strict; field in class:UTF7StyleCharsetEncoder
68 UTF7StyleCharsetEncoder(UTF7StyleCharset cs, Base64Util base64, boolean strict) {
72 this.strict = strict;
185 if (base64.contains(ch) || ch == unshift || strict)
  /external/chromium/testing/gmock/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/v8/test/mjsunit/
strict-mode.js 24 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
30 assertThrows("'use strict';\n" + code, exception);
31 assertThrows('"use strict";\n' + code, exception);
40 'use strict';\
52 // Create non-strict function. No exception.
57 // Create strict mode function. Exception expected.
58 args[arguments.length] = "'use strict';";
64 // Incorrect 'use strict' directive.
70 // 'use strict' in non-directive position.
73 "use strict";
509 function strict() { function
    [all...]
  /external/apache-http/src/org/apache/http/impl/cookie/
BestMatchSpec.java 56 private RFC2965Spec strict; field in class:BestMatchSpec
71 if (this.strict == null) {
72 this.strict = new RFC2965Spec(this.datepatterns, this.oneHeader);
74 return strict;
  /external/webkit/Source/WebCore/css/
CSSImportRule.cpp 66 bool strict = !parent || parent->useStrictParsing(); local
67 bool enforceMIMEType = strict;
79 m_styleSheet->parseString(sheetText, strict);
87 if (strict && needsSiteSpecificQuirks) {
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/encodings/
PKCS1Encoding.java 22 * work with one of these set the system property org.bouncycastle.pkcs1.strict to false.
28 public static final String STRICT_LENGTH_ENABLED_PROPERTY = "org.bouncycastle.pkcs1.strict";
55 String strict = (String)AccessController.doPrivileged(new PrivilegedAction() local
63 return strict == null || strict.equals("true");
  /external/nist-sip/java/gov/nist/javax/sip/message/
MessageFactoryImpl.java 57 private boolean strict = true; field in class:MessageFactoryImpl
73 public void setStrict(boolean strict) {
74 this.strict = strict;
700 smp.setStrict(this.strict);
    [all...]
  /external/wpa_supplicant/
ctrl_iface.c 891 char *pos, *end, *strict; local
894 /* Determine whether or not strict checking was requested */
897 strict = os_strchr(field, ' ');
898 if (strict != NULL) {
899 *strict++ = '\0';
900 if (os_strcmp(strict, "strict") != 0)
905 field, strict ? strict : "");
918 if (strict)
    [all...]
ctrl_iface_dbus_handlers.c 471 dbus_bool_t strict = FALSE; local
475 DBUS_TYPE_BOOLEAN, &strict,
477 strict = FALSE;
508 if (!strict) {
549 if (!strict) {
598 if (!strict) {
652 if (!strict) {
689 if (!strict) {
    [all...]
  /packages/inputmethods/PinyinIME/jni/share/
dictlist.cpp 320 // First try to found if strict comparison result is not zero.
322 bool strict = false; local
326 strict = true;
335 (strict && scis_splid_[pos].half_splid == half_splid) ||
336 (!strict && spl_trie_->half_full_compatible(half_splid,
  /external/nist-sip/java/gov/nist/javax/sip/parser/
StringMsgParser.java 78 private boolean strict; field in class:StringMsgParser
328 message.setMessageContent(body,this.strict,computeContentLengthFromMessage,message.getContentLength().getContentLength());
330 if ( strict ) {
704 public void setStrict(boolean strict) {
705 this.strict = strict;
  /external/v8/src/
ic.h 24 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
458 // Strict mode must be preserved across IC patching.
533 // Strict mode must be preserved across IC patching.
638 bool strict() const { return op_ == Token::EQ_STRICT; } function in class:v8::internal::CompareIC
code-stubs.h 24 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
477 bool strict() const { return op_ == Token::EQ_STRICT; } function in class:v8::internal::ICCompareStub
503 bool strict,
508 strict_(strict),
517 bool strict,
520 strict_(strict),
584 PrintF("CompareStub (minor %d) (cc %d), (strict %s), "
  /external/wpa_supplicant_6/wpa_supplicant/
ctrl_iface_dbus_handlers.c 529 dbus_bool_t strict = FALSE; local
533 DBUS_TYPE_BOOLEAN, &strict,
535 strict = FALSE;
566 if (!strict) {
607 if (!strict) {
656 if (!strict) {
710 if (!strict) {
747 if (!strict) {
    [all...]
ctrl_iface.c 1195 static int ctrl_iface_get_capability_pairwise(int res, char *strict,
1207 if (strict)
1243 static int ctrl_iface_get_capability_group(int res, char *strict,
1255 if (strict)
1300 static int ctrl_iface_get_capability_key_mgmt(int res, char *strict,
1312 if (strict)
1353 static int ctrl_iface_get_capability_proto(int res, char *strict,
1365 if (strict)
1395 static int ctrl_iface_get_capability_auth_alg(int res, char *strict,
1450 char *strict; local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_old_handlers.c 507 dbus_bool_t strict = FALSE; local
511 DBUS_TYPE_BOOLEAN, &strict,
513 strict = FALSE;
544 if (!strict) {
585 if (!strict) {
634 if (!strict) {
688 if (!strict) {
725 if (!strict) {
    [all...]
  /libcore/dalvik/src/main/java/dalvik/system/profiler/
BinaryHprofReader.java 49 private boolean strict = true; field in class:BinaryHprofReader
79 return strict;
82 public void setStrict (boolean strict) {
84 throw new IllegalStateException("cannot set strict after read()");
86 this.strict = strict;
406 if (strict) {
460 if (strict) {
475 if (strict && totalSamples != total) {
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface.c 1948 char *strict; local
    [all...]
  /external/v8/src/arm/
full-codegen-arm.cc 24 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
4168 bool strict = false; local
    [all...]
lithium-codegen-arm.cc 24 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
4179 Register strict = scratch0(); local
    [all...]
  /external/v8/src/ia32/
full-codegen-ia32.cc 24 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
4137 bool strict = false; local
    [all...]
  /external/v8/src/x64/
full-codegen-x64.cc 24 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
4110 bool strict = false; local
    [all...]
  /external/libxslt/libxslt/
xsltInternals.h 1341 int strict; member in struct:_xsltCompilerCtxt
    [all...]

Completed in 1420 milliseconds

1 2