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

  /external/iptables/include/linux/netfilter_ipv4/
ipt_rpc.h 29 int strict; member in struct:ipt_rpc_info
  /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/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/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/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 1184 static int ctrl_iface_get_capability_pairwise(int res, char *strict,
1196 if (strict)
1232 static int ctrl_iface_get_capability_group(int res, char *strict,
1244 if (strict)
1289 static int ctrl_iface_get_capability_key_mgmt(int res, char *strict,
1301 if (strict)
1342 static int ctrl_iface_get_capability_proto(int res, char *strict,
1354 if (strict)
1384 static int ctrl_iface_get_capability_auth_alg(int res, char *strict,
1396 if (strict)
1439 char *strict; local
    [all...]
  /external/v8/src/arm/
full-codegen-arm.cc 24 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1749 bool strict = false; local
    [all...]
  /external/v8/src/ia32/
full-codegen-ia32.cc 24 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1887 bool strict = false; local
    [all...]
codegen-ia32.cc 24 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
6533 bool strict = false; local
    [all...]
  /external/v8/src/x64/
full-codegen-x64.cc 24 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1873 bool strict = false; local
    [all...]
codegen-x64.cc 24 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3552 bool strict = false; local
    [all...]
  /external/libxml2/
xpath.c 10767 int inf, strict; local
    [all...]
  /prebuilt/common/netbeans-visual/
org-openide-util.jar 

Completed in 466 milliseconds