Searched refs:xxx (Results 1 - 25 of 55) sorted by relevance

123

/external/clang/test/Parser/
H A Dcheck_cast.c7 struct foo xxx; local
10 xxx = (struct foo)1; // expected-error {{used type 'struct foo' where arithmetic or pointer type is required}}
11 i = (int)xxx; // expected-error {{operand of type 'struct foo' where arithmetic or pointer type is required}}
/external/clang/test/Preprocessor/
H A Dmacro_arg_keyword.c1 // RUN: %clang_cc1 -E %s | grep xxx-xxx
5 foo(xxx)
/external/chromium_org/v8/test/mjsunit/
H A Deval-typeof-non-existing.js31 assertEquals('undefined', typeof xxx);
32 assertEquals('undefined', eval('typeof xxx'));
34 assertThrows('typeof(true ? xxx : yyy)', ReferenceError);
35 assertThrows('with ({}) { typeof(true ? xxx : yyy) }', ReferenceError);
H A Dfuzz-accessors.js44 /xxx/,
/external/chromium_org/v8/test/webkit/
H A Dfor-in-avoid-duplicates.js30 this.xxx = "foo";
34 constr.prototype = { xxx: "baz", yyy: "quux" };
H A Drehash-assign.js104 xxx = 23;
/external/clang/test/Sema/
H A DMicrosoftCompatibility.cpp4 int foo(xxx); // expected-error{{unknown type name}}
H A Dast-print.c4 func_typedef xxx; variable
/external/clang/test/SemaCXX/
H A Dillegal-member-initialization.cpp26 bar xxx();
30 foo() : a(xxx()) {} // no error here.
/external/valgrind/main/memcheck/tests/
H A Derrs1.c14 void xxx ( void ) { yyy(); } function
15 void www ( void ) { xxx(); }
H A Dclientperm.c9 int xxx, i; local
10 for (i = 0; i < 10; i++) (void) VALGRIND_CHECK_VALUE_IS_DEFINED(xxx);
/external/bluetooth/bluedroid/stack/include/
H A Dmca_defs.h84 #define MCA_IS_VALID_MDL_ID(xxx) (((xxx)>0) && ((xxx)<=0xFEFF))
/external/chromium_org/v8/test/mjsunit/compiler/
H A Dmanual-concurrent-recompile.js43 var xxx = Math.sqrt(x) | 0;
44 var xxxstr = xxx.toString();
/external/clang/test/CodeGenCXX/
H A Dmicrosoft-abi-virtual-inheritance-vtordisps.cpp21 int xxx; member in struct:D
H A Dlambda-expressions.cpp89 int (&xxx)[0] = array;
90 int y = xxx[0];
H A Dthunk-use-after-free.cpp33 struct CCC:DDD { virtual void xxx (HHH < X1 >); };
38 void xxx (HHH < X1 >);
/external/ltrace/testsuite/ltrace.main/
H A Dparameters2.exp61 struct xxx;
62 void ll(struct xxx *xxx) {}
66 typedef xxx = struct;
67 typedef xxx = struct(int, xxx*);
68 void ll(xxx*);
72 struct xxx {
74 struct xxx *next;
77 void ll (struct xxx *xx
[all...]
/external/fdlibm/
H A 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/CodeGen/
H A Dcompound-literal.c9 void xxx() { function
/external/valgrind/main/none/tests/s390x/
H A Dmvc.stdout.exp12 after: target = |-xxx-----------------|
H A Dmvcl.stdout.exp22 dst buffer: |xxx|
70 dst buffer: |xxx|
408 dst buffer: |xxx|
410 dst buffer: |xxx|
412 dst buffer: |xxx|
414 dst buffer: |xxx|
416 dst buffer: |xxx|
418 dst buffer: |xxx|
420 dst buffer: |xxx|
422 dst buffer: |xxx|
[all...]
/external/valgrind/main/helgrind/tests/
H A Dtc17_sembar.c24 an extra semaphore field, xxx. This is not functionally useful,
27 Thrcheck. There is no other purpose for the .xxx field. */
39 sem_t* xxx; member in struct:__anon32861
51 bar->xxx = my_sem_init ("xxx", 0, 0);
67 my_sem_destroy(bar->xxx);
94 my_sem_wait(bar->xxx); // acquire an obvious dependency from
118 my_sem_post(bar->xxx);
/external/valgrind/main/gdbserver_tests/
H A DmcinfcallWSRU.stderrB.exp29 Could not write register "xxx"; remote failure reply 'E.
30 ERROR changing register xxx regno y
38 Could not write register "xxx"; remote failure reply 'E.
39 ERROR changing register xxx regno y
47 Could not write register "xxx"; remote failure reply 'E.
48 ERROR changing register xxx regno y
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DCubicParameterization_TestUtility.cpp41 double xxx = coeffs[xxx_coeff] * point.x * point.x * point.x; local
51 double sum = xxx + xxy + xyy + yyy + xx + xy + yy + x + y + c;
/external/skia/experimental/Intersection/
H A DCubicParameterization_TestUtility.cpp41 double xxx = coeffs[xxx_coeff] * point.x * point.x * point.x; local
51 double sum = xxx + xxy + xyy + yyy + xx + xy + yy + x + y + c;

Completed in 446 milliseconds

123