Searched defs:strict (Results 1 - 25 of 81) sorted by last modified time

1234

/external/wpa_supplicant_8/wpa_supplicant/
H A Dctrl_iface.c3019 static int ctrl_iface_get_capability_pairwise(int res, char *strict, argument
3032 if (strict)
3055 static int ctrl_iface_get_capability_group(int res, char *strict, argument
3068 if (strict)
3091 static int ctrl_iface_get_capability_key_mgmt(int res, char *strict, argument
3103 if (strict)
3144 static int ctrl_iface_get_capability_proto(int res, char *strict, argument
3156 if (strict)
3186 static int ctrl_iface_get_capability_auth_alg(int res, char *strict, argument
3198 if (strict)
3234 ctrl_iface_get_capability_modes(int res, char *strict, struct wpa_driver_capa *capa, char *buf, size_t buflen) argument
3387 char *strict; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_old_handlers.c510 dbus_bool_t strict = FALSE; local
514 DBUS_TYPE_BOOLEAN, &strict,
516 strict = FALSE;
547 if (!strict) {
588 if (!strict) {
637 if (!strict) {
691 if (!strict) {
728 if (!strict) {
/external/stressapptest/src/
H A Dsat.h87 int strict() const { return strict_; } function in class:Sat
191 int tag_mode_; // Do tagging of memory and strict
H A Dworker.cc1510 } else if (sat_->strict()) {
1559 if (sat_->strict())
1575 if (sat_->strict())
1662 int strict = sat_->strict(); local
1675 if (strict)
1897 int strict = sat_->strict(); local
1920 if (strict) {
2216 int strict local
[all...]
/external/smack/asmack-master/lib/
H A Dhttpclient-4.1.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...
H A Dhttpcore-4.1.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/impl/ ...
/external/robolectric/lib/main/
H A Dhttpclient-4.0.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...
H A Dhttpcore-4.0.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/protocol/ ...
/external/robolectric/src/main/java/com/xtremelabs/robolectric/
H A DRobolectricConfig.java249 public void setStrictI18n(boolean strict) { argument
250 strictI18n = strict;
/external/robolectric/src/main/java/com/xtremelabs/robolectric/res/
H A DXmlLoader.java17 public void setStrictI18n(boolean strict) { argument
18 this.strictI18n = strict;
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/nist-sip/java/gov/nist/javax/sip/message/
H A DMessageFactoryImpl.java57 private boolean strict = true; field in class:MessageFactoryImpl
73 public void setStrict(boolean strict) { argument
74 this.strict = strict;
700 smp.setStrict(this.strict);
H A DSIPMessage.java1288 public void setMessageContent(String content, boolean strict, boolean computeContentLength, int givenLength) argument
1294 if ( (!strict && this.contentLengthHeader.getContentLength() != givenLength)
/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DStringMsgParser.java78 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) { argument
705 this.strict = strict;
/external/lldb/include/lldb/Target/
H A DObjCLanguageRuntime.h55 MethodName (const char *name, bool strict) : argument
63 SetName (name, strict);
70 IsValid (bool strict) const
72 // If "strict" is true, the name must have everything specified including
74 if (strict && m_type == eTypeUnspecified)
103 SetName (const char *name, bool strict);
/external/lldb/source/Target/
H A DObjCLanguageRuntime.cpp167 //ObjCLanguageRuntime::MethodName::SetName (const char *name, bool strict)
172 // // If "strict" is true. then the method must be specified with a
173 // // '+' or '-' at the beginning. If "strict" is false, then the '+'
181 // else if (!strict)
183 // // "strict" is false, the name just needs to start with '['
208 // return IsValid(strict);
212 ObjCLanguageRuntime::MethodName::SetName (const char *name, bool strict) argument
217 // If "strict" is true. then the method must be specified with a
218 // '+' or '-' at the beginning. If "strict" is false, then the '+'
230 else if (!strict)
[all...]
/external/libxml2/
H A Dparser.c4651 * @strict: indicate whether we should restrict parsing to only
4665 * case publicID receives PubidLiteral, is strict is off
4670 xmlParseExternalID(xmlParserCtxtPtr ctxt, xmlChar **publicID, int strict) { argument
4698 if (strict) {
H A Dxpath.c6450 * @strict: is the comparison strict
6469 xmlXPathCompareNodeSetFloat(xmlXPathParserContextPtr ctxt, int inf, int strict, argument
6491 ret = xmlXPathCompareValues(ctxt, inf, strict);
6506 * @strict: is the comparison strict
6524 xmlXPathCompareNodeSetString(xmlXPathParserContextPtr ctxt, int inf, int strict, argument
6545 ret = xmlXPathCompareValues(ctxt, inf, strict);
6559 * @strict: is the comparison strict
6585 xmlXPathCompareNodeSets(int inf, int strict, xmlXPathObjectPtr arg1, xmlXPathObjectPtr arg2) argument
6680 xmlXPathCompareNodeSetValue(xmlXPathParserContextPtr ctxt, int inf, int strict, xmlXPathObjectPtr arg, xmlXPathObjectPtr val) argument
7320 xmlXPathCompareValues(xmlXPathParserContextPtr ctxt, int inf, int strict) argument
10926 int inf, strict; local
[all...]
/external/libpng/contrib/libtests/
H A Dpngunknown.c436 display_rc(const display *d, int strict) argument
438 return d->error_count + (strict ? d->warning_count : 0);
1059 fprintf(stderr, "pngunknown: %s: usage:\n %s [--strict] "
1070 int strict = 0, default_tests = 0; local
1079 if (strcmp(*argv, "--strict") == 0)
1080 strict = 1;
1166 int count = display_rc(&d, strict), new_count;
1175 new_count = display_rc(&d, strict);
1191 if (display_rc(&d, strict) == 0)
/external/libpng/
H A Dpngtest.c124 static int strict = 0; variable
941 if (strict)
951 /* if strict is not set, then app warnings and errors are treated as
1553 /* Summarize any warnings or errors and in 'strict' mode fail the test.
1554 * Unsupported chunks can result in warnings, in that case ignore the strict
1565 if (strict != 0)
1574 inname, unsupported_chunks, strict ? ": IGNORED --strict!" : "");
1583 if (strict != 0)
1634 if (strict !
[all...]
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/icu/icu4c/source/i18n/
H A Ddtptngen.cpp1812 FormatParser::getCanonicalIndex(const UnicodeString& s, UBool strict) { argument
1842 return strict ? -1 : bestRow;
/external/icu/icu4c/source/common/
H A Duloc_tag.c994 _appendLanguageToLanguageTag(const char* localeID, char* appendAt, int32_t capacity, UBool strict, UErrorCode* status) { argument
1006 if (strict) {
1022 if (strict) {
1049 _appendScriptToLanguageTag(const char* localeID, char* appendAt, int32_t capacity, UBool strict, UErrorCode* status) { argument
1061 if (strict) {
1070 if (strict) {
1091 _appendRegionToLanguageTag(const char* localeID, char* appendAt, int32_t capacity, UBool strict, UErrorCode* status) { argument
1103 if (strict) {
1112 if (strict) {
1133 _appendVariantsToLanguageTag(const char* localeID, char* appendAt, int32_t capacity, UBool strict, UBoo argument
1257 _appendKeywordsToLanguageTag(const char* localeID, char* appendAt, int32_t capacity, UBool strict, UBool hadPosix, UErrorCode* status) argument
1942 _appendPrivateuseToLanguageTag(const char* localeID, char* appendAt, int32_t capacity, UBool strict, UBool hadPosix, UErrorCode* status) argument
2613 uloc_toLanguageTag(const char* localeID, char* langtag, int32_t langtagCapacity, UBool strict, UErrorCode* status) argument
[all...]
H A Dutf_impl.c90 errorValue(int32_t count, int8_t strict) { argument
91 if(strict>=0) {
93 } else if(strict==-3) {
106 * The "strict" parameter controls the error behavior:
118 * >0 Obsolete "strict" behavior of UTF8_NEXT_CHAR_SAFE(..., TRUE):
125 utf8_nextCharSafeBody(const uint8_t *s, int32_t *pi, int32_t length, UChar32 c, UBool strict) { argument
154 if(((c&0xffe0)==0x360 && strict!=-2) || trail>0x3f) { break; }
161 /* strict: forbid non-characters like U+fffe */
162 (strict<=0 || !U_IS_UNICODE_NONCHAR(c))) {
179 c=errorValue(i-*pi, strict);
230 utf8_prevCharSafeBody(const uint8_t *s, int32_t start, int32_t *pi, UChar32 c, UBool strict) argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.util_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 5703 milliseconds

1234