HomeSort by relevance Sort by last modified time
    Searched refs:Strict (Results 1 - 25 of 28) sorted by null

1 2

  /external/wpa_supplicant_8/src/common/
ieee802_1x_defs.h 60 Strict,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mstcpip.h 116 LONG NTAPI RtlIpv4StringToAddressA(PCSTR S, BOOLEAN Strict, LPSTR *Terminator, IN_ADDR *Addr);
117 LONG NTAPI RtlIpv4StringToAddressW(PCWSTR S, BOOLEAN Strict, LPWSTR *Terminator, IN_ADDR *Addr);
120 LONG NTAPI RtlIpv4StringToAddressExA(PCSTR AddressString, BOOLEAN Strict, IN_ADDR *Address, PUSHORT Port);
121 LONG NTAPI RtlIpv4StringToAddressExW(PCWSTR AddressString, BOOLEAN Strict, IN_ADDR *Address, PUSHORT Port);
ndr64types.h 142 NDR64_UINT8 Strict : 1;
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/reftests/
extract_reference_link_unittest.py 22 # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
34 html_1 = """<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
35 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  /external/llvm/include/llvm/Target/
TargetOptions.h 38 Strict // Never fuse FP-ops.
210 /// Strict mode - allow fusion only if/when it can be proven that the excess
  /external/chromium_org/v8/test/preparser/
strict-octal-indirect-regexp.js 24 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
28 // Strict mode with call to RegExp containing octal escape:
31 "use strict";
strict-octal-number.js 24 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
28 // Strict mode with octal number literal.
31 "use strict";
strict-octal-regexp.js 24 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
28 // Strict mode with octal escape in RegExp literal.
31 "use strict";
strict-octal-string.js 24 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
28 // Strict mode with octal escape in string literal.
31 "use strict";
strict-octal-use-strict-after.js 24 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
28 // Strict mode with octal escape in string/directive prologue looking like
29 // "use strict", after "use strict" directive.
32 "use strict";
33 "use\040strict";
strict-octal-use-strict-before.js 24 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
28 // Strict mode with octal escape in string/directive prologue looking like
29 // "use strict, before "use strict" directive.
32 "use\040strict";
33 "use strict";
  /external/chromium_org/v8/test/mjsunit/
debug-receiver.js 24 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
78 // converted to object for strict mode functions.
79 function Strict() { "use strict"; debugger; }
82 Strict.call(receiver);
91 BeginTest("strict: undefined"); TestStrict(undefined); EndTest();
92 BeginTest("strict: null"); TestStrict(null); EndTest();
93 BeginTest("strict: 1"); TestStrict(1); EndTest();
94 BeginTest("strict: 1.2"); TestStrict(1.2); EndTest();
95 BeginTest("strict: 'asdf'"); TestStrict('asdf'); EndTest()
    [all...]
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 // Incorrectly place 'use strict' directive.
71 assertThrows("function foo (x) 'use strict'; {}", SyntaxError)
505 function strict() { function
    [all...]
strict-mode-implicit-receiver.js 24 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
33 function strict_get_y() { "use strict"; return this.y; }
35 // Test calls to strict mode function as methods.
40 // Test calls to strict mode function with implicit receiver.
48 // Test calls to local strict mode function with implicit receiver.
51 function strict_get_y() { "use strict"; return this.y; }
67 // Test call to catch variable strict-mode function. Implicit
82 // Test calls to strict-mode function with the object from a with
99 "use strict";
107 // Strict mode function to get inlined
    [all...]
function-bind.js 24 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
246 // Strict functions don't convert thisArg.
248 "use strict";
294 // the caller is strict and the callee isn't. A bound function is built-in,
295 // but not considered strict.
  /external/llvm/include/llvm/CodeGen/
CommandFlags.h 148 clEnumValN(FPOpFusion::Strict, "off",
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/w3c/
test_converter_unittest.py 23 # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
61 test_html = """<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
62 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  /external/chromium_org/v8/test/mjsunit/compiler/
inline-arguments.js 24 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
86 // Strict mode prevents arguments object from shadowing parameters.
88 "use strict";
164 "use strict";
186 "use strict";
209 // the arguments object in strict mode with mismatched arguments count.
211 "use strict";
273 "use strict";
  /external/chromium_org/v8/test/mjsunit/harmony/
block-let-declaration.js 24 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
32 "use strict";
59 assertThrows("(function(arg){ 'use strict'; " + str + "})", expect);
63 assertDoesNotThrow("(function(arg){ 'use strict'; " + str + "})()");
138 "use strict";
139 // Strict source element positions.
151 // Test function declarations in statement position in strict mode.
  /external/clang/lib/CodeGen/
BackendUtil.cpp 452 Options.AllowFPOpFusion = llvm::FPOpFusion::Strict;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_calendar.py 49 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_calendar.py 49 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  /external/chromium_org/v8/test/mjsunit/es6/
collections.js 24 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1158 'use strict';
1159 // Strict mode is required to prevent implicit wrapping in the getter.
1348 'use strict';
1349 // Strict mode is required to prevent implicit wrapping in the getter.
  /external/wpa_supplicant_8/src/drivers/
driver_macsec_qca.c 626 if (validate_frames == Strict)
  /external/chromium_org/v8/src/
messages.js 20 unexpected_strict_reserved: ["Unexpected strict mode reserved word"],
146 strict_mode_with: ["Strict mode code may not include a with statement"],
147 strict_eval_arguments: ["Unexpected eval or arguments in strict mode"],
151 strict_param_dupe: ["Strict mode function may not have duplicate parameter names"],
152 strict_octal_literal: ["Octal literals are not allowed in strict mode."],
153 strict_duplicate_property: ["Duplicate data property in object literal not allowed in strict mode"],
156 strict_delete: ["Delete of an unqualified identifier in strict mode."],
158 strict_const: ["Use of const in strict mode."],
159 strict_function: ["In strict mode code, functions can only be declared at top level or immediately within another function." ],
161 strict_cannot_assign: ["Cannot assign to read only '", "%0", "' in strict mode"]
    [all...]

Completed in 528 milliseconds

1 2