/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/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* %xxx, i32 0, i32 1 ; <[32 x i8]*> [#uses=1] 16 %3 = getelementptr %struct.X* %xxx, i32 0, i32 1 ; <[32 x i8]*> [#uses=1] 19 %6 = getelementptr %struct.X* %xxx, i32 0, i32 1 ; <[32 x i8]*> [#uses=1] 22 %8 = getelementptr %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…
|
D | tail-threshold.ll | 13 define void @foo(i32 %xxx) { 15 switch i32 %xxx, label %bb4 [
|
/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/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/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 = metadata !{i32* @xxx, null, i1 true, i1 false} 24 store i32 %call, i32* @xxx, align 4 36 ; Clang indicated that @xxx was dynamically initailized. 46 ; Check that xxx is instrumented. 48 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/bluetooth/bluedroid/stack/include/ |
D | mca_defs.h | 84 #define MCA_IS_VALID_MDL_ID(xxx) (((xxx)>0) && ((xxx)<=0xFEFF)) argument
|
/external/valgrind/main/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/chromium_org/v8/test/webkit/ |
D | for-in-avoid-duplicates.js | 30 this.xxx = "foo"; 34 constr.prototype = { xxx: "baz", yyy: "quux" }; property in constr
|
/external/chromium_org/third_party/sqlite/src/test/ |
D | notify2.test | 114 set SQL($ii) [string map [list xxx $tbl yyy $database] [select_one { 116 (SELECT b FROM xxx WHERE a=(SELECT max(a) FROM xxx))==total(a) 117 FROM xxx WHERE a!=(SELECT max(a) FROM xxx); 119 DELETE FROM xxx WHERE a<(SELECT max(a)-100 FROM xxx); 120 INSERT INTO xxx SELECT NULL, total(a) FROM xxx; 122 CREATE INDEX IF NOT EXISTS yyy.xxx_i ON xxx(b);
|
D | fts3snippet.test | 149 INSERT INTO ft VALUES('xxx xxx xxx xxx'); 152 do_offsets_test $T.1.2 {xxx} {0 0 0 3 0 0 4 3 0 0 8 3 0 0 12 3} 153 do_offsets_test $T.1.3 {"xxx xxx"} { 157 do_offsets_test $T.1.4 {"xxx xxx" xxx} { 162 do_offsets_test $T.1.5 {xxx "xxx xxx"} {
|
/external/valgrind/main/memcheck/tests/ |
D | errs1.c | 14 void xxx ( void ) { yyy(); } in xxx() function 15 void www ( void ) { xxx(); } in www()
|
D | clientperm.c | 9 int xxx, i; in main1() local 10 for (i = 0; i < 10; i++) (void) VALGRIND_CHECK_VALUE_IS_DEFINED(xxx); in main1()
|
/external/clang/test/SemaCXX/ |
D | illegal-member-initialization.cpp | 26 bar xxx(); 30 foo() : a(xxx()) {} // no error here. in foo()
|
/external/bzip2/ |
D | words3 | 10 To install somewhere else, eg, /xxx/yyy/{bin,lib,man,include}, type 12 make install PREFIX=/xxx/yyy 18 make -n install PREFIX=/xxx/yyy respectively.
|
/external/llvm/test/Transforms/EarlyCSE/ |
D | instsimplify-dom.ll | 11 %ins34 = phi i32 [ %ins35, %xxx ], [ undef, %entry ] 14 xxx:
|
/external/chromium_org/v8/test/mjsunit/compiler/ |
D | manual-concurrent-recompile.js | 43 var xxx = Math.sqrt(x) | 0; 44 var xxxstr = xxx.toString();
|
/external/eigen/doc/ |
D | TemplateKeyword.dox | 87 …the code contains either one of the contructions <tt>xxx.yyy</tt> or <tt>xxx->yyy</tt> and \c x… 89 \c yyy, leading to <tt>xxx.template yyy</tt> or <tt>xxx->template yyy</tt>. 90 - If the code contains the contruction <tt>xxx::yyy</tt> and \c xxx is a dependent name and \c yyy … 92 <tt>typename xxx::yyy</tt>.
|
/external/clang/test/CodeGenCXX/ |
D | lambda-expressions.cpp | 89 int (&xxx)[0] = array; in staticarrayref() local 90 int y = xxx[0]; in staticarrayref()
|
D | thunk-use-after-free.cpp | 33 struct CCC:DDD { virtual void xxx (HHH < X1 >); }; 38 void xxx (HHH < X1 >);
|
/external/llvm/test/Instrumentation/MemorySanitizer/ |
D | unreachable.ll | 31 br label %xxx 33 xxx:
|
/external/valgrind/main/gdbserver_tests/ |
D | mcinfcallWSRU.stderrB.exp | 30 ERROR changing register xxx regno y 39 ERROR changing register xxx regno y 48 ERROR changing register xxx regno y
|
/external/eigen/unsupported/test/ |
D | levenberg_marquardt.cpp | 415 double x=m_x[i], xx=x*x, xxx=xx*x; in operator ()() local 416 fvec[i] = (b[0]+b[1]*x+b[2]*xx+b[3]*xxx) / (1.+b[4]*x+b[5]*xx+b[6]*xxx) - m_y[i]; in operator ()() 427 double x=m_x[i], xx=x*x, xxx=xx*x; in df() local 428 double fact = 1./(1.+b[4]*x+b[5]*xx+b[6]*xxx); in df() 432 fjac(i,3) = xxx*fact; in df() 433 fact = - (b[0]+b[1]*x+b[2]*xx+b[3]*xxx) * fact * fact; in df() 436 fjac(i,6) = xxx*fact; in df() 1165 double x=_x[i], xx=x*x, xxx=xx*x; in operator ()() local 1166 fvec[i] = (b[0]+b[1]*x+b[2]*xx+b[3]*xxx) / (1.+b[4]*x+b[5]*xx+b[6]*xxx) - _y[i]; in operator ()() 1176 double x=_x[i], xx=x*x, xxx=xx*x; in df() local [all …]
|