HomeSort by relevance Sort by last modified time
    Searched full:strict (Results 26 - 50 of 35862) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
hex_codec.py 13 def hex_encode(input,errors='strict'):
19 'strict' handling which is the only currently supported
23 assert errors == 'strict'
27 def hex_decode(input,errors='strict'):
37 'strict' handling which is the only currently supported
41 assert errors == 'strict'
47 def encode(self, input,errors='strict'):
49 def decode(self, input,errors='strict'):
54 assert self.errors == 'strict'
59 assert self.errors == 'strict'
    [all...]
bz2_codec.py 15 def bz2_encode(input,errors='strict'):
21 'strict' handling which is the only currently supported
25 assert errors == 'strict'
29 def bz2_decode(input,errors='strict'):
39 'strict' handling which is the only currently supported
43 assert errors == 'strict'
49 def encode(self, input, errors='strict'):
51 def decode(self, input, errors='strict'):
55 def __init__(self, errors='strict'):
56 assert errors == 'strict'
    [all...]
zlib_codec.py 14 def zlib_encode(input,errors='strict'):
20 'strict' handling which is the only currently supported
24 assert errors == 'strict'
28 def zlib_decode(input,errors='strict'):
38 'strict' handling which is the only currently supported
42 assert errors == 'strict'
48 def encode(self, input, errors='strict'):
50 def decode(self, input, errors='strict'):
54 def __init__(self, errors='strict'):
55 assert errors == 'strict'
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/
base64_codec.py 13 def base64_encode(input,errors='strict'):
19 'strict' handling which is the only currently supported
23 assert errors == 'strict'
27 def base64_decode(input,errors='strict'):
37 'strict' handling which is the only currently supported
41 assert errors == 'strict'
47 def encode(self, input,errors='strict'):
49 def decode(self, input,errors='strict'):
54 assert self.errors == 'strict'
59 assert self.errors == 'strict'
    [all...]
hex_codec.py 13 def hex_encode(input,errors='strict'):
19 'strict' handling which is the only currently supported
23 assert errors == 'strict'
27 def hex_decode(input,errors='strict'):
37 'strict' handling which is the only currently supported
41 assert errors == 'strict'
47 def encode(self, input,errors='strict'):
49 def decode(self, input,errors='strict'):
54 assert self.errors == 'strict'
59 assert self.errors == 'strict'
    [all...]
bz2_codec.py 15 def bz2_encode(input,errors='strict'):
21 'strict' handling which is the only currently supported
25 assert errors == 'strict'
29 def bz2_decode(input,errors='strict'):
39 'strict' handling which is the only currently supported
43 assert errors == 'strict'
49 def encode(self, input, errors='strict'):
51 def decode(self, input, errors='strict'):
55 def __init__(self, errors='strict'):
56 assert errors == 'strict'
    [all...]
zlib_codec.py 14 def zlib_encode(input,errors='strict'):
20 'strict' handling which is the only currently supported
24 assert errors == 'strict'
28 def zlib_decode(input,errors='strict'):
38 'strict' handling which is the only currently supported
42 assert errors == 'strict'
48 def encode(self, input, errors='strict'):
50 def decode(self, input, errors='strict'):
54 def __init__(self, errors='strict'):
55 assert errors == 'strict'
    [all...]
  /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...]
  /external/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...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_codecencodings_jp.py 16 ("abc\x81\x00\x81\x00\x82\x84", "strict", None),
17 ("abc\xf8", "strict", None),
32 ("abc\x80\x80\xc1\xc4", "strict", None),
33 ("abc\xc8", "strict", None),
38 ("\xc1\x64", "strict", None),
39 ("\xa1\xc0", "strict", u"\uff3c"),
47 ("abc\x80\x80\xc1\xc4", "strict", None),
48 ("abc\xc8", "strict", None),
53 ("\xc1\x64", "strict", None),
61 ("\xa1\xc0\\", "strict", u"\uff3c\\")
    [all...]
test_codecencodings_cn.py 16 ("abc\x81\x81\xc1\xc4", "strict", None),
17 ("abc\xc8", "strict", None),
21 ("\xc1\x64", "strict", None),
29 ("abc\x80\x80\xc1\xc4", "strict", None),
30 ("abc\xc8", "strict", None),
34 ("\x83\x34\x83\x31", "strict", None),
35 (u"\u30fb", "strict", None),
43 ("abc\x80\x80\xc1\xc4", "strict", None),
44 ("abc\xc8", "strict", None),
49 (u"\u30fb", "strict", "\x819\xa79")
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_codecencodings_jp.py 16 ("abc\x81\x00\x81\x00\x82\x84", "strict", None),
17 ("abc\xf8", "strict", None),
32 ("abc\x80\x80\xc1\xc4", "strict", None),
33 ("abc\xc8", "strict", None),
38 ("\xc1\x64", "strict", None),
39 ("\xa1\xc0", "strict", u"\uff3c"),
47 ("abc\x80\x80\xc1\xc4", "strict", None),
48 ("abc\xc8", "strict", None),
53 ("\xc1\x64", "strict", None),
61 ("\xa1\xc0\\", "strict", u"\uff3c\\")
    [all...]
test_codecencodings_cn.py 16 ("abc\x81\x81\xc1\xc4", "strict", None),
17 ("abc\xc8", "strict", None),
21 ("\xc1\x64", "strict", None),
29 ("abc\x80\x80\xc1\xc4", "strict", None),
30 ("abc\xc8", "strict", None),
34 ("\x83\x34\x83\x31", "strict", None),
35 (u"\u30fb", "strict", None),
43 ("abc\x80\x80\xc1\xc4", "strict", None),
44 ("abc\xc8", "strict", None),
49 (u"\u30fb", "strict", "\x819\xa79")
    [all...]
  /external/chromium_org/v8/test/mjsunit/regress/
regress-bind-receiver.js 24 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
28 function strict() { 'use strict'; return this; } function
32 assertEquals(true, strict.bind(true)());
33 assertEquals(42, strict.bind(42)());
34 assertEquals("", strict.bind("")());
35 assertEquals(null, strict.bind(null)());
36 assertEquals(undefined, strict.bind(undefined)());
37 assertEquals(obj, strict.bind(obj)());
regress-1436.js 24 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
29 // undefined as the receiver (which for non-strict functions is
36 function strict(){ "use strict"; assertEquals(void 0, this); } function
37 function strict_null(){ "use strict"; assertEquals(null, this); }
40 [2, 3].reduce(strict);
42 [2, 3].reduceRight(strict);
49 [2, 3].every(strict);
50 [2, 3].every(strict, undefined);
56 [2, 3].filter(strict);
    [all...]
  /external/v8/test/mjsunit/regress/
regress-bind-receiver.js 24 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
28 function strict() { 'use strict'; return this; } function
32 assertEquals(true, strict.bind(true)());
33 assertEquals(42, strict.bind(42)());
34 assertEquals("", strict.bind("")());
35 assertEquals(null, strict.bind(null)());
36 assertEquals(undefined, strict.bind(undefined)());
37 assertEquals(obj, strict.bind(obj)());
regress-1436.js 24 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
29 // undefined as the receiver (which for non-strict functions is
36 function strict(){ "use strict"; assertEquals(void 0, this); } function
37 function strict_null(){ "use strict"; assertEquals(null, this); }
40 [2, 3].reduce(strict);
42 [2, 3].reduceRight(strict);
49 [2, 3].every(strict);
50 [2, 3].every(strict, undefined);
56 [2, 3].filter(strict);
    [all...]
  /external/clang/test/Preprocessor/
comment_save_macro.c 1 // RUN: %clang_cc1 -E -C %s | FileCheck -check-prefix=CHECK-C -strict-whitespace %s
4 // RUN: %clang_cc1 -E -CC %s | FileCheck -check-prefix=CHECK-CC -strict-whitespace %s
7 // RUN: %clang_cc1 -E %s | FileCheck -check-prefix=CHECK -strict-whitespace %s
  /external/llvm/test/CodeGen/ARM/
fast-isel-align.ll 3 ; RUN: llc < %s -O0 -arm-strict-align -relocation-model=dynamic-no-pic -mtriple=armv7-apple-ios | FileCheck %s --check-prefix=ARM-STRICT-ALIGN
4 ; RUN: llc < %s -O0 -arm-strict-align -relocation-model=dynamic-no-pic -mtriple=thumbv7-apple-ios | FileCheck %s --check-prefix=THUMB-STRICT-ALIGN
8 ; RUN: llc < %s -O0 -arm-strict-align -relocation-model=dynamic-no-pic -mtriple=armv7-linux-gnueabi | FileCheck %s --check-prefix=ARM-STRICT-ALIGN
9 ; RUN: llc < %s -O0 -arm-strict-align -relocation-model=dynamic-no-pic -mtriple=thumbv7-linux-gnueabi | FileCheck %s --check-prefix=THUMB-STRICT-ALIGN
12 ; RUN: llc < %s -O0 -arm-strict-align -relocation-model=dynamic-no-pic -mtriple=armv7-unknown-nacl | FileCheck %s --check-prefix=ARM-STRICT-ALIG
    [all...]
  /external/chromium_org/v8/test/webkit/
keywords-and-reserved_words.js 20 // ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
42 eval("'use strict'; var "+x+";");
53 // All non-strict keywords are also keywords in strict code.
59 // Check for strict mode future reserved words.
61 return "strict";
71 shouldBe('classifyIdentifier("strict")', '"identifier"');
127 // Future Reserved Words, in strict mode only.
128 shouldBe('classifyIdentifier("implements")', '"strict"');
129 shouldBe('classifyIdentifier("interface")', '"strict"');
    [all...]
  /external/antlr/antlr-3.4/runtime/Perl5/t/author/
pod-coverage.t 1 use strict;
pod.t 1 use strict;
  /external/antlr/antlr-3.4/runtime/Perl5/t/
classes.t 3 use strict;
  /external/chromium_org/third_party/JSON/JSON-2.59/t/
00_pod.t 1 use strict;
  /external/clang/test/Lexer/
token-concat.c 1 // RUN: %clang_cc1 -E %s | FileCheck --strict-whitespace %s

Completed in 739 milliseconds

12 3 4 5 6 7 8 91011>>