/external/markdown/tests/misc/ |
D | bracket_re.txt | 3 xxx xxx xxx xxx xxx xxx xxx xxx 4 xxx xxx xxx xxx xxx xxx xxx xxx 5 xxx xxx xxx xxx xxx xxx xxx xxx 6 xxx xxx xxx xxx xxx xxx xxx xxx 7 xxx xxx xxx xxx xxx xxx xxx xxx 8 xxx xxx xxx xxx xxx xxx xxx xxx 9 xxx xxx xxx xxx xxx xxx xxx xxx 10 xxx xxx xxx xxx xxx xxx xxx xxx 11 xxx xxx xxx xxx xxx xxx xxx xxx 12 xxx xxx xxx xxx xxx xxx xxx xxx [all …]
|
/external/v8/test/mjsunit/harmony/ |
D | block-scoping-top-level-sloppy.js | 8 let xxx = 1; variable 11 let inner_x = xxx; 17 xxx = 42; 20 let inner_x1 = xxx; 25 xxx = 31; 27 let inner_x1 = xxx;
|
/external/v8/test/mjsunit/es6/ |
D | block-scoping-top-level.js | 8 let xxx = 1; variable 11 let inner_x = xxx; 17 xxx = 42; 20 let inner_x1 = xxx; 25 xxx = 31; 27 let inner_x1 = xxx;
|
/external/ltrace/testsuite/ltrace.main/ |
D | parameters2.exp | 62 void ll(struct xxx *xxx) {} 66 typedef xxx = struct; 67 typedef xxx = struct(int, xxx*); 72 struct xxx { 74 struct xxx *next; 77 void ll (struct xxx *xxx); 80 struct xxx a = { 1, 0 }; 81 struct xxx b = { 2, &a }; 82 struct xxx c = { 3, &b }; 83 struct xxx d = { 4, &c }; [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | 2009-04-14-IllegalRegs.ll | 10 %xxx = alloca %struct.X ; <%struct.X*> [#uses=6] 13 %1 = getelementptr %struct.X, %struct.X* %xxx, i32 0, i32 1 ; <[32 x i8]*> [#uses=1] 16 %3 = getelementptr %struct.X, %struct.X* %xxx, i32 0, i32 1 ; <[32 x i8]*> [#uses=1] 19 %6 = getelementptr %struct.X, %struct.X* %xxx, i32 0, i32 1 ; <[32 x i8]*> [#uses=1] 22 %8 = getelementptr %struct.X, %struct.X* %xxx, i32 0, i32 0 ; <i8*> [#uses=1] 24 …, %struct.X*)* @f to i32 (...)*)(%struct.X* byval align 4 %xxx, %struct.X* byval align 4 %xxx) nou…
|
/external/ImageMagick/PerlMagick/t/reference/ttf/ |
D | read.miff | 41 …����������������������������������������������������������444��xxx��������������KKK… 53 �333�����������������������������xxx�������������������������������������������������� 98 ����@@@�����������������VVV�SSS���xxx���������������������������������������""… 122 …����������]]]�yyy����������������������������������������111�xxx�����������!!!… 131 ���������BBB��ddd�������������uuu���kkk��������������xxx����� ��fff���������������… 176 …��������������������������������������+++���������"""��xxx�������������PPP�… 206 …pp������������������������������������������������[[[�������������xxx�NNN�(((���GGG… 218 …�������###�����������������������������������������������������xxx��� ��������… 224 …�����������\\\���������������������)))����������������������������xxx��|||������������… 242 …�������������$$$����###�---�������������������������xxx����������222����… [all …]
|
/external/ImageMagick/PerlMagick/t/reference/write/ttf/ |
D | read.miff | 41 …����������������������������������������������������������444��xxx��������������KKK… 53 �333�����������������������������xxx�������������������������������������������������� 98 ����@@@�����������������VVV�SSS���xxx���������������������������������������""… 122 …����������]]]�yyy����������������������������������������111�xxx�����������!!!… 131 ���������BBB��ddd�������������uuu���kkk��������������xxx����� ��fff���������������… 176 …��������������������������������������+++���������"""��xxx�������������PPP�… 206 …pp������������������������������������������������[[[�������������xxx�NNN�(((���GGG… 218 …�������###�����������������������������������������������������xxx��� ��������… 224 …�����������\\\���������������������)))����������������������������xxx��|||������������… 242 …�������������$$$����###�---�������������������������xxx����������222����… [all …]
|
/external/fdlibm/ |
D | k_tan.c | 49 static const double xxx[] = { variable 67 #define one xxx[13] 68 #define pio4 xxx[14] 69 #define pio4lo xxx[15] 70 #define T xxx
|
/external/ImageMagick/PerlMagick/t/reference/filter/ |
D | Shade.miff | 18 …pppsssyyy���}}}���������������zzzvvvvvvyyy���������{{{uuuaaa___���xxx������vvv||||||vv… 24 …xxx~~~������������vvvuuu������������������xxxrrrqqquuu������������mmm777HHH������������gggsss55…
|
/external/clang/test/Parser/ |
D | check_cast.c | 7 struct foo xxx; in main() local 10 …xxx = (struct foo)1; // expected-error {{used type 'struct foo' where arithmetic or pointer type … in main() 11 …i = (int)xxx; // expected-error {{operand of type 'struct foo' where arithmetic or pointer type is… in main()
|
/external/ImageMagick/PerlMagick/t/reference/write/jng/ |
D | read_gray_prog.miff | 13 …xxx���������������rrrUUU444777<<<???AAACCCEEEGGG;;;>>>;;;>>>HHHCCC888888HHHDDDBBBCCCBBB>>>:::999>>…
|
D | read_gray.miff | 13 …xxx���������������rrrUUU444777<<<???AAACCCEEEGGG;;;>>>;;;>>>HHHCCC888888HHHDDDBBBCCCBBB>>>:::999>>…
|
/external/llvm/test/Instrumentation/AddressSanitizer/ |
D | instrument_initializer_metadata.ll | 4 @xxx = internal global i32 0, align 4 ; With dynamic initializer. 8 ; Clang will emit the following metadata identifying @xxx as dynamically 10 !0 = !{i32* @xxx, null, null, i1 true, i1 false} 24 store i32 %call, i32* @xxx, align 4 36 ; Clang indicated that @xxx was dynamically initailized. 56 ; Check that xxx is instrumented. 58 store i32 0, i32 *@xxx, align 4
|
/external/clang/test/SemaObjC/ |
D | self-comparison.m | 4 id xxx; field 10 return xxx == xxx; // expected-warning {{self-comparison always evaluates to true}}
|
/external/mockftpserver/tags/2.4/src/test/groovy/org/mockftpserver/fake/command/ |
D | _AbstractFakeCommandHandlerTest.groovy | 140 assert commandHandler.getRealPath(session, "/xxx") == "/xxx" 144 assert commandHandler.getRealPath(session, "/xxx") == "/xxx" 145 assert commandHandler.getRealPath(session, "xxx") == "/usr/me/xxx" 146 assert commandHandler.getRealPath(session, "../xxx") == "/usr/xxx" 147 assert commandHandler.getRealPath(session, "./xxx") == "/usr/me/xxx"
|
/external/mockftpserver/tags/2.1/src/test/groovy/org/mockftpserver/fake/command/ |
D | _AbstractFakeCommandHandlerTest.groovy | 140 assert commandHandler.getRealPath(session, "/xxx") == "/xxx" 144 assert commandHandler.getRealPath(session, "/xxx") == "/xxx" 145 assert commandHandler.getRealPath(session, "xxx") == "/usr/me/xxx" 146 assert commandHandler.getRealPath(session, "../xxx") == "/usr/xxx" 147 assert commandHandler.getRealPath(session, "./xxx") == "/usr/me/xxx"
|
/external/mockftpserver/tags/2.2/src/test/groovy/org/mockftpserver/fake/command/ |
D | _AbstractFakeCommandHandlerTest.groovy | 140 assert commandHandler.getRealPath(session, "/xxx") == "/xxx" 144 assert commandHandler.getRealPath(session, "/xxx") == "/xxx" 145 assert commandHandler.getRealPath(session, "xxx") == "/usr/me/xxx" 146 assert commandHandler.getRealPath(session, "../xxx") == "/usr/xxx" 147 assert commandHandler.getRealPath(session, "./xxx") == "/usr/me/xxx"
|
/external/mockftpserver/tags/2.0.2/src/test/groovy/org/mockftpserver/fake/command/ |
D | _AbstractFakeCommandHandlerTest.groovy | 140 assert commandHandler.getRealPath(session, "/xxx") == "/xxx" 144 assert commandHandler.getRealPath(session, "/xxx") == "/xxx" 145 assert commandHandler.getRealPath(session, "xxx") == "/usr/me/xxx" 146 assert commandHandler.getRealPath(session, "../xxx") == "/usr/xxx" 147 assert commandHandler.getRealPath(session, "./xxx") == "/usr/me/xxx"
|
/external/mockftpserver/tags/2.3/src/test/groovy/org/mockftpserver/fake/command/ |
D | _AbstractFakeCommandHandlerTest.groovy | 140 assert commandHandler.getRealPath(session, "/xxx") == "/xxx" 144 assert commandHandler.getRealPath(session, "/xxx") == "/xxx" 145 assert commandHandler.getRealPath(session, "xxx") == "/usr/me/xxx" 146 assert commandHandler.getRealPath(session, "../xxx") == "/usr/xxx" 147 assert commandHandler.getRealPath(session, "./xxx") == "/usr/me/xxx"
|
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/ |
D | _AbstractFakeCommandHandlerTest.groovy | 140 assert commandHandler.getRealPath(session, "/xxx") == "/xxx" 144 assert commandHandler.getRealPath(session, "/xxx") == "/xxx" 145 assert commandHandler.getRealPath(session, "xxx") == "/usr/me/xxx" 146 assert commandHandler.getRealPath(session, "../xxx") == "/usr/xxx" 147 assert commandHandler.getRealPath(session, "./xxx") == "/usr/me/xxx"
|
/external/mockftpserver/tags/2.0.1/src/test/groovy/org/mockftpserver/fake/command/ |
D | _AbstractFakeCommandHandlerTest.groovy | 140 assert commandHandler.getRealPath(session, "/xxx") == "/xxx" 144 assert commandHandler.getRealPath(session, "/xxx") == "/xxx" 145 assert commandHandler.getRealPath(session, "xxx") == "/usr/me/xxx" 146 assert commandHandler.getRealPath(session, "../xxx") == "/usr/xxx" 147 assert commandHandler.getRealPath(session, "./xxx") == "/usr/me/xxx"
|
/external/mockftpserver/tags/2.5/src/test/groovy/org/mockftpserver/fake/command/ |
D | _AbstractFakeCommandHandlerTest.groovy | 140 assert commandHandler.getRealPath(session, "/xxx") == "/xxx" 144 assert commandHandler.getRealPath(session, "/xxx") == "/xxx" 145 assert commandHandler.getRealPath(session, "xxx") == "/usr/me/xxx" 146 assert commandHandler.getRealPath(session, "../xxx") == "/usr/xxx" 147 assert commandHandler.getRealPath(session, "./xxx") == "/usr/me/xxx"
|
/external/valgrind/helgrind/tests/ |
D | tc17_sembar.c | 39 sem_t* xxx; member 51 bar->xxx = my_sem_init ("xxx", 0, 0); in gomp_barrier_init() 67 my_sem_destroy(bar->xxx); in gomp_barrier_destroy() 94 my_sem_wait(bar->xxx); // acquire an obvious dependency from in gomp_barrier_wait() 118 my_sem_post(bar->xxx); in gomp_barrier_wait()
|
/external/llvm/test/CodeGen/PowerPC/ |
D | arr-fp-arg-no-copy.ll | 8 tail call void @xxx([2 x i64] [i64 4607182418800017408, i64 4611686018427387904]) #0 16 ; CHECK: bl xxx 20 declare void @xxx([2 x i64])
|
/external/ImageMagick/PerlMagick/t/reference/write/filter/ |
D | Shade.miff | 49 …xxx���������{{{YYY���������������lll�����璒�������pppuuunnn IIIkkk�����������������Ě�…
|