Home
last modified time | relevance | path

Searched refs:xxx (Results 1 – 25 of 164) sorted by relevance

1234567

/external/markdown/tests/misc/
Dbracket_re.txt3 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/
Dparameters2.exp62 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/
D2009-04-14-IllegalRegs.ll10 %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…
Dtail-threshold.ll13 define void @foo(i32 %xxx) {
15 switch i32 %xxx, label %bb4 [
/external/fdlibm/
Dk_tan.c49 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/
Dcheck_cast.c7 struct foo xxx; in main() local
10xxx = (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/
Dinstrument_initializer_metadata.ll4 @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/
Dself-comparison.m4 id xxx; field
10 return xxx == xxx; // expected-warning {{self-comparison always evaluates to true}}
/external/bluetooth/bluedroid/stack/include/
Dmca_defs.h84 #define MCA_IS_VALID_MDL_ID(xxx) (((xxx)>0) && ((xxx)<=0xFEFF)) argument
/external/valgrind/main/helgrind/tests/
Dtc17_sembar.c39 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/
Dfor-in-avoid-duplicates.js30 this.xxx = "foo";
34 constr.prototype = { xxx: "baz", yyy: "quux" }; property in constr
/external/chromium_org/third_party/sqlite/src/test/
Dnotify2.test114 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);
Dfts3snippet.test149 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/
Derrs1.c14 void xxx ( void ) { yyy(); } in xxx() function
15 void www ( void ) { xxx(); } in www()
Dclientperm.c9 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/
Dillegal-member-initialization.cpp26 bar xxx();
30 foo() : a(xxx()) {} // no error here. in foo()
/external/bzip2/
Dwords310 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/
Dinstsimplify-dom.ll11 %ins34 = phi i32 [ %ins35, %xxx ], [ undef, %entry ]
14 xxx:
/external/chromium_org/v8/test/mjsunit/compiler/
Dmanual-concurrent-recompile.js43 var xxx = Math.sqrt(x) | 0;
44 var xxxstr = xxx.toString();
/external/eigen/doc/
DTemplateKeyword.dox87 …the code contains either one of the contructions <tt>xxx.yyy</tt> or <tt>xxx-&gt;yyy</tt> and \c x…
89 \c yyy, leading to <tt>xxx.template yyy</tt> or <tt>xxx-&gt;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/
Dlambda-expressions.cpp89 int (&xxx)[0] = array; in staticarrayref() local
90 int y = xxx[0]; in staticarrayref()
Dthunk-use-after-free.cpp33 struct CCC:DDD { virtual void xxx (HHH < X1 >); };
38 void xxx (HHH < X1 >);
/external/llvm/test/Instrumentation/MemorySanitizer/
Dunreachable.ll31 br label %xxx
33 xxx:
/external/valgrind/main/gdbserver_tests/
DmcinfcallWSRU.stderrB.exp30 ERROR changing register xxx regno y
39 ERROR changing register xxx regno y
48 ERROR changing register xxx regno y
/external/eigen/unsupported/test/
Dlevenberg_marquardt.cpp415 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 …]

1234567