Searched refs:strict (Results 26 - 50 of 225) sorted by relevance

123456789

/external/webkit/Tools/Scripts/
H A Drun-webkit-app31 use strict;
H A Dtest-webkitperl33 use strict;
H A Dgdb-safari31 use strict;
H A Drun-chromium-webkit-unit-tests30 use strict;
H A Drun-jsc31 use strict;
H A Drun-webkit-tests41 use strict;
H A Drun-webkit-websocketserver32 use strict;
H A Dgenerate-coverage-data32 use strict;
H A Dpdevenv3 use strict;
H A Drun-webkit-httpd33 use strict;
H A Dshow-pretty-diff26 use strict;
H A Dupdate-javascriptcore-test-results29 use strict;
/external/v8/test/preparser/
H A Dnonstrict-arguments.js28 // Eval restrictions should not trigger outside of strict-mode code.
38 function strict() { function
39 "use strict";
H A Dnonstrict-eval.js28 // Eval restrictions should not trigger outside of strict-mode code.
38 function strict() { function
39 "use strict";
/external/icu4c/common/
H A Dutf_impl.c89 * The "strict" parameter controls the error behavior:
96 * >0 Obsolete "strict" behavior of UTF8_NEXT_CHAR_SAFE(..., TRUE):
108 utf8_nextCharSafeBody(const uint8_t *s, int32_t *pi, int32_t length, UChar32 c, UBool strict) { argument
143 if(strict>=0) {
164 if(illegal || (c)<utf8_minLegal[count] || (UTF_IS_SURROGATE(c) && strict!=-2)) {
173 if(strict>=0) {
178 } else if((strict)>0 && UTF_IS_UNICODE_NONCHAR(c)) {
179 /* strict: forbid non-characters like U+fffe */
189 if(strict>=0) {
245 utf8_prevCharSafeBody(const uint8_t *s, int32_t start, int32_t *pi, UChar32 c, UBool strict) { argument
[all...]
/external/v8/test/mjsunit/
H A Dstrict-mode.js30 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 // Incorrectly place 'use strict' directive.
71 assertThrows("function foo (x) 'use strict'; {}", SyntaxError);
73 // 'use strict' i
505 function strict() { function
[all...]
/external/apache-http/src/org/apache/http/impl/entity/
H A DLaxContentLengthStrategy.java193 boolean strict = params.isParameterTrue(CoreProtocolPNames.STRICT_TRANSFER_ENCODING);
208 if (strict) {
227 if (strict) {
235 if (strict && headers.length > 1) {
244 if (strict) {
/external/mdnsresponder/
H A DAndroid.mk26 LOCAL_CFLAGS := -O2 -g -W -Wall -D__ANDROID__ -D_GNU_SOURCE -DHAVE_IPV6 -DNOT_HAVE_SA_LEN -DUSES_NETLINK -DTARGET_OS_LINUX -fno-strict-aliasing -DHAVE_LINUX -DMDNS_DEBUGMSGS=0 -DMDNS_UDS_SERVERPATH=\"/dev/socket/mdnsd\" -DMDNS_USERNAME=\"mdnsr\" -DPLATFORM_NO_RLIMIT
41 LOCAL_CFLAGS := -O2 -g -W -Wall -D__ANDROID__ -D_GNU_SOURCE -DHAVE_IPV6 -DNOT_HAVE_SA_LEN -DUSES_NETLINK -DTARGET_OS_LINUX -fno-strict-aliasing -DHAVE_LINUX -DMDNS_UDS_SERVERPATH=\"/dev/socket/mdnsd\" -DMDNS_DEBUGMSGS=0
57 LOCAL_CFLAGS := -O2 -g -W -Wall -D__ANDROID__ -D_GNU_SOURCE -DHAVE_IPV6 -DNOT_HAVE_SA_LEN -DUSES_NETLINK -DTARGET_OS_LINUX -fno-strict-aliasing -DHAVE_LINUX -DMDNS_UDS_SERVERPATH=\"/dev/socket/mdnsd\" -DMDNS_DEBUGMSGS=0
/external/apache-http/src/org/apache/http/impl/cookie/
H A DBestMatchSpec.java56 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/ipsec-tools/src/racoon/samples/roadwarrior/client/
H A Dracoon.conf11 proposal_check strict;
/external/ipsec-tools/src/racoon/samples/roadwarrior/server/
H A Dracoon.conf11 proposal_check strict;
/external/valgrind/main/helgrind/tests/
H A Dfilter_helgrind4 use strict;
/external/webkit/LayoutTests/http/tests/cookies/resources/
H A DclearCookies.cgi2 use strict;
/external/icu4c/common/unicode/
H A Dutf_old.h37 * - Switch on UTF_SAFE etc. (selection of unsafe/safe/strict default string processing)
57 * for string processing, and among unsafe/safe/strict default macros for that.
62 * and the main reason for the "strict" versions disappeared:
64 * The only other conditions that "strict" checked for were non-characters,
116 * parameter "strict". If strict is FALSE, then only illegal sequences are detected.
128 * the safe/not strict (default) or the safe/strict macro;
131 * <p>It is possible to change the default choice for the general alias macros to be unsafe, safe/not strict or safe/strict
[all...]
/external/v8/tools/gcmole/
H A DMakefile37 -Woverloaded-virtual -Wcast-qual -fno-strict-aliasing \

Completed in 544 milliseconds

123456789