HomeSort by relevance Sort by last modified time
    Searched refs:xxx (Results 1 - 25 of 104) sorted by null

1 2 3 4 5

  /external/clang/test/Parser/
check_cast.c 7 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/
macro_arg_keyword.c 1 // RUN: %clang_cc1 -E %s | grep xxx-xxx
5 foo(xxx)
  /external/clang/test/Sema/
MicrosoftCompatibility.cpp 4 int foo(xxx); // expected-error{{unknown type name}}
ast-print.c 4 func_typedef xxx; variable
  /external/clang/test/SemaCXX/
illegal-member-initialization.cpp 26 bar xxx();
30 foo() : a(xxx()) {} // no error here.
  /external/valgrind/main/memcheck/tests/
errs1.c 14 void xxx ( void ) { yyy(); } function
15 void www ( void ) { xxx(); }
clientperm.c 9 int xxx, i; local
10 for (i = 0; i < 10; i++) (void) VALGRIND_CHECK_VALUE_IS_DEFINED(xxx);
  /external/bluetooth/bluedroid/stack/include/
mca_defs.h 84 #define MCA_IS_VALID_MDL_ID(xxx) (((xxx)>0) && ((xxx)<=0xFEFF))
  /external/clang/test/CodeGenCXX/
microsoft-abi-virtual-inheritance-vtordisps.cpp 21 int xxx; member in struct:D
lambda-expressions.cpp 89 int (&xxx)[0] = array;
90 int y = xxx[0];
114 struct XXX {};
116 XXX localKey;
119 ^{ XXX k = localKey; };
thunk-use-after-free.cpp 33 struct CCC:DDD { virtual void xxx (HHH < X1 >); };
38 void xxx (HHH < X1 >);
  /bionic/libm/upstream-freebsd/lib/msun/src/
k_tan.c 54 static const double xxx[] = { variable
72 #define one xxx[13]
73 #define pio4 xxx[14]
74 #define pio4lo xxx[15]
75 #define T xxx
  /external/ltrace/testsuite/ltrace.main/
parameters2.exp 61 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 *xxx)
    [all...]
  /external/fdlibm/
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/CodeGen/
compound-literal.c 9 void xxx() { function
  /external/valgrind/main/none/tests/s390x/
mvc.stdout.exp 12 after: target = |-xxx-----------------|
mvcl.stdout.exp 22 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/
tc17_sembar.c 24 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:__anon37465
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);
123 n = --bar->arrived; /* XXX see below */
132 /* re XXX, thrcheck reports a race at this point. It doesn'
    [all...]
  /external/chromium_org/v8/test/mjsunit/
value-wrapper.js 37 assertEquals('object', 'xxx'.TypeOfThis());
45 assertEquals('object', 'xxx'['TypeOfThis']());
57 CallTypeOfThis('xxx');
72 TestWithWith('xxx');
86 assertEquals('object', typeof 'xxx'.ObjectValueOf());
94 assertEquals('[object String]', 'xxx'.ObjectToString());
153 assertEquals('object', TypeOfThis.apply('xxx', []));
161 assertEquals('object', TypeOfThis.call('xxx'));
array-constructor.js 109 assertArrayEquals(['xxx'], new Array('xxx'));
110 assertArrayEquals(['xxx'], Array('xxx'));
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1472.js 31 "xxx".match(r1);
34 "xxx".match(r2);
37 "xxx".match(r3);
40 "xxx".match(r4);
  /external/valgrind/main/gdbserver_tests/
mcinfcallWSRU.stderrB.exp 29 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/
CubicParameterization_TestUtility.cpp 41 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/
CubicParameterization_TestUtility.cpp 41 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;
  /development/ndk/platforms/android-9/arch-mips/include/machine/
signal.h 100 long xxx[8]; /* XXX reserved */ member in struct:sigcontext

Completed in 4309 milliseconds

1 2 3 4 5