| /external/e2fsprogs/tests/f_expand/ |
| D | expect.1.gz | |
| /external/e2fsprogs/tests/j_long_revoke_trans_mcsum_64bit/ |
| D | expect | 22 Found expected sequence 1, type 1 (descriptor block) at block 1 23 Found expected sequence 1, type 1 (descriptor block) at block 64 24 Found expected sequence 1, type 1 (descriptor block) at block 127 25 Found expected sequence 1, type 1 (descriptor block) at block 190 26 Found expected sequence 1, type 1 (descriptor block) at block 253 27 Found expected sequence 1, type 1 (descriptor block) at block 316 28 Found expected sequence 1, type 1 (descriptor block) at block 379 29 Found expected sequence 1, type 1 (descriptor block) at block 442 30 Found expected sequence 1, type 1 (descriptor block) at block 505 31 Found expected sequence 1, type 1 (descriptor block) at block 568 [all …]
|
| /external/e2fsprogs/tests/j_long_revoke_trans_mcsum_32bit/ |
| D | expect | 23 Found expected sequence 1, type 1 (descriptor block) at block 1 24 Found expected sequence 1, type 1 (descriptor block) at block 64 25 Found expected sequence 1, type 1 (descriptor block) at block 127 26 Found expected sequence 1, type 1 (descriptor block) at block 190 27 Found expected sequence 1, type 1 (descriptor block) at block 253 28 Found expected sequence 1, type 1 (descriptor block) at block 316 29 Found expected sequence 1, type 1 (descriptor block) at block 379 30 Found expected sequence 1, type 1 (descriptor block) at block 442 31 Found expected sequence 1, type 1 (descriptor block) at block 505 32 Found expected sequence 1, type 1 (descriptor block) at block 568 [all …]
|
| /external/llvm/test/Analysis/CostModel/X86/ |
| D | vshift-lshr-cost.ll | 16 ; SSE2: Found an estimated cost of 4 for instruction: %shift 17 ; SSE41: Found an estimated cost of 4 for instruction: %shift 18 ; AVX: Found an estimated cost of 4 for instruction: %shift 19 ; AVX2: Found an estimated cost of 1 for instruction: %shift 20 ; XOPAVX: Found an estimated cost of 2 for instruction: %shift 21 ; XOPAVX2: Found an estimated cost of 1 for instruction: %shift 28 ; SSE2: Found an estimated cost of 8 for instruction: %shift 29 ; SSE41: Found an estimated cost of 8 for instruction: %shift 30 ; AVX: Found an estimated cost of 8 for instruction: %shift 31 ; AVX2: Found an estimated cost of 1 for instruction: %shift [all …]
|
| D | vshift-shl-cost.ll | 17 ; SSE2: Found an estimated cost of 4 for instruction: %shift 18 ; SSE41: Found an estimated cost of 4 for instruction: %shift 19 ; AVX: Found an estimated cost of 4 for instruction: %shift 20 ; AVX2: Found an estimated cost of 1 for instruction: %shift 21 ; XOPAVX: Found an estimated cost of 1 for instruction: %shift 22 ; XOPAVX2: Found an estimated cost of 1 for instruction: %shift 29 ; SSE2: Found an estimated cost of 8 for instruction: %shift 30 ; SSE41: Found an estimated cost of 8 for instruction: %shift 31 ; AVX: Found an estimated cost of 8 for instruction: %shift 32 ; AVX2: Found an estimated cost of 1 for instruction: %shift [all …]
|
| D | vshift-ashr-cost.ll | 16 ; SSE2: Found an estimated cost of 12 for instruction: %shift 17 ; SSE41: Found an estimated cost of 12 for instruction: %shift 18 ; AVX: Found an estimated cost of 12 for instruction: %shift 19 ; AVX2: Found an estimated cost of 4 for instruction: %shift 20 ; XOP: Found an estimated cost of 2 for instruction: %shift 27 ; SSE2: Found an estimated cost of 24 for instruction: %shift 28 ; SSE41: Found an estimated cost of 24 for instruction: %shift 29 ; AVX: Found an estimated cost of 24 for instruction: %shift 30 ; AVX2: Found an estimated cost of 4 for instruction: %shift 31 ; XOP: Found an estimated cost of 4 for instruction: %shift [all …]
|
| D | ctbits-cost.ll | 22 ; SSE: Found an estimated cost of 2 for instruction: %ctpop 23 ; AVX: Found an estimated cost of 2 for instruction: %ctpop 24 ; XOP: Found an estimated cost of 2 for instruction: %ctpop 31 ; SSE: Found an estimated cost of 4 for instruction: %ctpop 32 ; AVX: Found an estimated cost of 2 for instruction: %ctpop 33 ; XOP: Found an estimated cost of 2 for instruction: %ctpop 40 ; SSE: Found an estimated cost of 2 for instruction: %ctpop 41 ; AVX: Found an estimated cost of 2 for instruction: %ctpop 42 ; XOP: Found an estimated cost of 2 for instruction: %ctpop 49 ; SSE: Found an estimated cost of 4 for instruction: %ctpop [all …]
|
| D | bitreverse.ll | 17 ; SSE2: Found an estimated cost of 1 for instruction: %bitreverse 18 ; SSE42: Found an estimated cost of 1 for instruction: %bitreverse 19 ; AVX: Found an estimated cost of 1 for instruction: %bitreverse 20 ; AVX2: Found an estimated cost of 1 for instruction: %bitreverse 21 ; XOP: Found an estimated cost of 3 for instruction: %bitreverse 28 ; SSE2: Found an estimated cost of 1 for instruction: %bitreverse 29 ; SSE42: Found an estimated cost of 1 for instruction: %bitreverse 30 ; AVX: Found an estimated cost of 1 for instruction: %bitreverse 31 ; AVX2: Found an estimated cost of 1 for instruction: %bitreverse 32 ; XOP: Found an estimated cost of 3 for instruction: %bitreverse [all …]
|
| /external/python/cpython2/Lib/test/ |
| D | re_tests.py | 46 # variables are "found" (the whole match), and "g1", "g2", ... 74 ('[\\1]', '\1', SUCCEED, 'found', '\1'), # Character 75 ('\\09', chr(0) + '9', SUCCEED, 'found', chr(0) + '9'), 76 ('\\141', 'a', SUCCEED, 'found', 'a'), 77 …('(a)(b)(c)(d)(e)(f)(g)(h)(i)(j)(k)(l)\\119', 'abcdefghijklk9', SUCCEED, 'found+"-"+g11', 'abcdefg… 80 (r'\0', '\0', SUCCEED, 'found', '\0'), 81 (r'[\0a]', '\0', SUCCEED, 'found', '\0'), 82 (r'[a\0]', '\0', SUCCEED, 'found', '\0'), 86 (r'\a[\b]\f\n\r\t\v', '\a\b\f\n\r\t\v', SUCCEED, 'found', '\a\b\f\n\r\t\v'), 87 (r'[\a][\b][\f][\n][\r][\t][\v]', '\a\b\f\n\r\t\v', SUCCEED, 'found', '\a\b\f\n\r\t\v'), [all …]
|
| /external/e2fsprogs/tests/j_long_trans_mcsum_64bit/ |
| D | expect | 22 Found expected sequence 1, type 1 (descriptor block) at block 1 23 Found expected sequence 1, type 1 (descriptor block) at block 64 24 Found expected sequence 1, type 1 (descriptor block) at block 127 25 Found expected sequence 1, type 1 (descriptor block) at block 190 26 Found expected sequence 1, type 1 (descriptor block) at block 253 27 Found expected sequence 1, type 1 (descriptor block) at block 316 28 Found expected sequence 1, type 1 (descriptor block) at block 379 29 Found expected sequence 1, type 1 (descriptor block) at block 442 30 Found expected sequence 1, type 1 (descriptor block) at block 505 31 Found expected sequence 1, type 1 (descriptor block) at block 568 [all …]
|
| /external/e2fsprogs/tests/j_long_trans_mcsum_32bit/ |
| D | expect | 23 Found expected sequence 1, type 1 (descriptor block) at block 1 24 Found expected sequence 1, type 1 (descriptor block) at block 64 25 Found expected sequence 1, type 1 (descriptor block) at block 127 26 Found expected sequence 1, type 1 (descriptor block) at block 190 27 Found expected sequence 1, type 1 (descriptor block) at block 253 28 Found expected sequence 1, type 1 (descriptor block) at block 316 29 Found expected sequence 1, type 1 (descriptor block) at block 379 30 Found expected sequence 1, type 1 (descriptor block) at block 442 31 Found expected sequence 1, type 1 (descriptor block) at block 505 32 Found expected sequence 1, type 1 (descriptor block) at block 568 [all …]
|
| /external/python/cpython3/Lib/test/ |
| D | re_tests.py | 46 # variables are "found" (the whole match), and "g1", "g2", ... 74 ('[\\1]', '\1', SUCCEED, 'found', '\1'), # Character 75 ('\\09', chr(0) + '9', SUCCEED, 'found', chr(0) + '9'), 76 ('\\141', 'a', SUCCEED, 'found', 'a'), 77 …('(a)(b)(c)(d)(e)(f)(g)(h)(i)(j)(k)(l)\\119', 'abcdefghijklk9', SUCCEED, 'found+"-"+g11', 'abcdefg… 80 (r'\0', '\0', SUCCEED, 'found', '\0'), 81 (r'[\0a]', '\0', SUCCEED, 'found', '\0'), 82 (r'[a\0]', '\0', SUCCEED, 'found', '\0'), 86 (r'\a[\b]\f\n\r\t\v', '\a\b\f\n\r\t\v', SUCCEED, 'found', '\a\b\f\n\r\t\v'), 87 (r'[\a][\b][\f][\n][\r][\t][\v]', '\a\b\f\n\r\t\v', SUCCEED, 'found', '\a\b\f\n\r\t\v'), [all …]
|
| /external/e2fsprogs/tests/j_long_revoke_trans/ |
| D | expect | 20 Found expected sequence 1, type 1 (descriptor block) at block 1 21 Found expected sequence 1, type 1 (descriptor block) at block 126 22 Found expected sequence 1, type 1 (descriptor block) at block 251 23 Found expected sequence 1, type 1 (descriptor block) at block 376 24 Found expected sequence 1, type 1 (descriptor block) at block 501 25 Found expected sequence 1, type 1 (descriptor block) at block 626 26 Found expected sequence 1, type 1 (descriptor block) at block 751 27 Found expected sequence 1, type 1 (descriptor block) at block 876 28 Found expected sequence 1, type 1 (descriptor block) at block 1001 29 Found expected sequence 1, type 1 (descriptor block) at block 1126 [all …]
|
| /external/e2fsprogs/tests/j_ext_long_revoke_trans/ |
| D | expect | 27 Ext2 superblock header found. 29 Found expected sequence 1, type 1 (descriptor block) at block 3 30 Found expected sequence 1, type 1 (descriptor block) at block 128 31 Found expected sequence 1, type 1 (descriptor block) at block 253 32 Found expected sequence 1, type 1 (descriptor block) at block 378 33 Found expected sequence 1, type 1 (descriptor block) at block 503 34 Found expected sequence 1, type 1 (descriptor block) at block 628 35 Found expected sequence 1, type 1 (descriptor block) at block 753 36 Found expected sequence 1, type 1 (descriptor block) at block 878 37 Found expected sequence 1, type 1 (descriptor block) at block 1003 [all …]
|
| /external/llvm/test/Analysis/CostModel/ARM/ |
| D | cast.ll | 8 ; CHECK: Found an estimated cost of 1 for instruction: %r0 = sext i1 undef to i8 10 ; CHECK: Found an estimated cost of 1 for instruction: %r1 = zext i1 undef to i8 12 ; CHECK: Found an estimated cost of 1 for instruction: %r2 = sext i1 undef to i16 14 ; CHECK: Found an estimated cost of 1 for instruction: %r3 = zext i1 undef to i16 16 ; CHECK: Found an estimated cost of 1 for instruction: %r4 = sext i1 undef to i32 18 ; CHECK: Found an estimated cost of 1 for instruction: %r5 = zext i1 undef to i32 20 ; CHECK: Found an estimated cost of 1 for instruction: %r6 = sext i1 undef to i64 22 ; CHECK: Found an estimated cost of 1 for instruction: %r7 = zext i1 undef to i64 24 ; CHECK: Found an estimated cost of 0 for instruction: %r8 = trunc i8 undef to i1 26 ; CHECK: Found an estimated cost of 1 for instruction: %r9 = sext i8 undef to i16 [all …]
|
| /external/e2fsprogs/tests/f_rebuild_csum_rootdir/ |
| D | expect.1 | 17 Connect to /lost+found? yes 19 /lost+found not found. Create? yes 26 Connect to /lost+found? yes 31 Connect to /lost+found? yes 36 Connect to /lost+found? yes 41 Connect to /lost+found? yes 46 Connect to /lost+found? yes 51 Connect to /lost+found? yes 56 Connect to /lost+found? yes 61 Connect to /lost+found? yes [all …]
|
| /external/mesa3d/src/intel/compiler/ |
| D | brw_debug_recompile.c | 63 bool found = false; in debug_sampler_recompile() local 65 found |= check("gather channel quirk", gather_channel_quirk_mask); in debug_sampler_recompile() 66 found |= check("compressed multisample layout", in debug_sampler_recompile() 68 found |= check("16x msaa", msaa_16); in debug_sampler_recompile() 69 found |= check("y_uv image bound", y_uv_image_mask); in debug_sampler_recompile() 70 found |= check("y_u_v image bound", y_u_v_image_mask); in debug_sampler_recompile() 71 found |= check("yx_xuxv image bound", yx_xuxv_image_mask); in debug_sampler_recompile() 72 found |= check("xy_uxvx image bound", xy_uxvx_image_mask); in debug_sampler_recompile() 73 found |= check("ayuv image bound", ayuv_image_mask); in debug_sampler_recompile() 74 found |= check("xyuv image bound", xyuv_image_mask); in debug_sampler_recompile() [all …]
|
| /external/antlr/runtime/JavaScript/tests/functional/ |
| D | t058rewriteAST.html | 240 var found = execParser(t058rewriteAST1Lexer, t058rewriteAST1Parser, "a", "abc 34"); 241 assertEquals("", found); 245 var found = execParser(t058rewriteAST2Lexer, t058rewriteAST2Parser, "a", "abc"); 246 assertEquals("abc", found); 250 var found = execParser(t058rewriteAST3Lexer, t058rewriteAST3Parser, "a", "abc"); 251 assertEquals("x", found); 255 var found = execParser(t058rewriteAST4Lexer, t058rewriteAST4Parser, "a", "abc"); 256 assertEquals("(x INT)", found); 261 var found = execParser(t058rewriteAST5Lexer, t058rewriteAST5Parser, "a", "abc"); 262 assertEquals("ID", found); [all …]
|
| D | rhino-python.output | 1 found method def __init__ 2 found method def flush 3 found method def write 4 found class def OutputBuffer 5 found method def __init__ 6 found method def write 7 found method def beep 8 found method def startUserInput 9 found method def getinput 10 found method def replaceinput [all …]
|
| D | t057autoAST.html | 187 var found = execParser(t057autoAST1Lexer, t057autoAST1Parser, "a", "abc 34"); 188 assertEquals("abc 34", found); 192 var found = execParser(t057autoAST2Lexer, t057autoAST2Parser,"a", "abc 34"); 193 assertEquals("abc 34", found); 197 var found = execParser(t057autoAST3Lexer, t057autoAST3Parser, "a", "abc 34"); 198 assertEquals("(abc 34)", found); 202 var found = execParser(t057autoAST4Lexer, t057autoAST4Parser, "a", "34 abc"); 203 assertEquals("(abc 34)", found); 207 var found = execParser(t057autoAST5Lexer, t057autoAST5Parser, "a", "abc 34 dag 4532"); 208 assertEquals("abc 4532", found); [all …]
|
| D | t051treeRewriteAST.html | 144 var found = execTreeParser(t051treeRewriteASTaLexer, 150 assertEquals(found, "34 abc"); 154 var found = execTreeParser(t051treeRewriteASTbLexer, 160 assertEquals(found, "(34 abc)"); 164 var found = execTreeParser(t051treeRewriteASTcLexer, 170 assertEquals(found, "(34 abc)"); 172 found = execTreeParser(t051treeRewriteASTcLexer, 178 assertEquals(found, "34"); 182 var found = execTreeParser(t051treeRewriteASTdLexer, 188 assertEquals(found, "(abc abc)"); [all …]
|
| /external/e2fsprogs/tests/j_ext_long_trans/ |
| D | expect | 27 Ext2 superblock header found. 29 Found expected sequence 1, type 1 (descriptor block) at block 3 30 Found expected sequence 1, type 1 (descriptor block) at block 128 31 Found expected sequence 1, type 1 (descriptor block) at block 253 32 Found expected sequence 1, type 1 (descriptor block) at block 378 33 Found expected sequence 1, type 1 (descriptor block) at block 503 34 Found expected sequence 1, type 1 (descriptor block) at block 628 35 Found expected sequence 1, type 1 (descriptor block) at block 753 36 Found expected sequence 1, type 1 (descriptor block) at block 878 37 Found expected sequence 1, type 1 (descriptor block) at block 1003 [all …]
|
| /external/e2fsprogs/tests/j_long_trans/ |
| D | expect | 20 Found expected sequence 1, type 1 (descriptor block) at block 1 21 Found expected sequence 1, type 1 (descriptor block) at block 126 22 Found expected sequence 1, type 1 (descriptor block) at block 251 23 Found expected sequence 1, type 1 (descriptor block) at block 376 24 Found expected sequence 1, type 1 (descriptor block) at block 501 25 Found expected sequence 1, type 1 (descriptor block) at block 626 26 Found expected sequence 1, type 1 (descriptor block) at block 751 27 Found expected sequence 1, type 1 (descriptor block) at block 876 28 Found expected sequence 1, type 1 (descriptor block) at block 1001 29 Found expected sequence 1, type 1 (descriptor block) at block 1126 [all …]
|
| /external/cronet/base/test/ |
| D | trace_event_analyzer_unittest.cc | 3 // found in the LICENSE file. 87 TraceEventVector found; in TEST_F() local 88 analyzer->FindEvents(Query::Bool(true), &found); in TEST_F() 89 EXPECT_EQ(0u, found.size()); in TEST_F() 244 TraceEventVector found; in TEST_F() local 248 analyzer->FindEvents(Query::EventCategory() == Query::String("cat1"), &found); in TEST_F() 249 ASSERT_EQ(2u, found.size()); in TEST_F() 250 EXPECT_STREQ("name1", found[0]->name.c_str()); in TEST_F() 251 EXPECT_STREQ("name2", found[1]->name.c_str()); in TEST_F() 253 analyzer->FindEvents(Query::EventArg("num") == Query::Int(2), &found); in TEST_F() [all …]
|
| /external/libchrome/base/test/ |
| D | trace_event_analyzer_unittest.cc | 3 // found in the LICENSE file. 88 TraceEventVector found; in TEST_F() local 89 analyzer->FindEvents(Query::Bool(true), &found); in TEST_F() 90 EXPECT_EQ(0u, found.size()); in TEST_F() 247 TraceEventVector found; in TEST_F() local 251 analyzer->FindEvents(Query::EventCategory() == Query::String("cat1"), &found); in TEST_F() 252 ASSERT_EQ(2u, found.size()); in TEST_F() 253 EXPECT_STREQ("name1", found[0]->name.c_str()); in TEST_F() 254 EXPECT_STREQ("name2", found[1]->name.c_str()); in TEST_F() 256 analyzer->FindEvents(Query::EventArg("num") == Query::Int(2), &found); in TEST_F() [all …]
|