Home
last modified time | relevance | path

Searched defs:xxx (Results 1 – 22 of 22) sorted by relevance

/external/v8/test/mjsunit/harmony/
Dblock-scoping-top-level-sloppy.js8 let xxx = 1; variable
/external/clang/test/SemaObjC/
Dself-comparison.m4 id xxx; field
/external/v8/test/mjsunit/es6/
Dblock-scoping-top-level.js8 let xxx = 1; variable
/external/v8/test/webkit/
Dfor-in-avoid-duplicates.js34 constr.prototype = { xxx: "baz", yyy: "quux" }; property in constr
/external/clang/test/Parser/
Dcheck_cast.c7 struct foo xxx; in main() local
/external/valgrind/memcheck/tests/
Dclientperm.c9 int xxx, i; in main1() local
Derrs1.c14 void xxx ( void ) { yyy(); } in xxx() function
/external/clang/test/CodeGenCXX/
Dmicrosoft-abi-virtual-inheritance-vtordisps.cpp21 int xxx; member
Dlambda-expressions.cpp89 int (&xxx)[0] = array; in staticarrayref() local
/external/fdlibm/
Dk_tan.c49 static const double xxx[] = { variable
/external/clang/test/Sema/
Dast-print.c4 func_typedef xxx; variable
Dconditional-expr.c31 enum {xxx,yyy,zzz} e, *ee; in foo() enumerator
/external/clang/test/CodeGen/
Dcompound-literal.c9 void xxx() { in xxx() function
Dpragma-weak.c135 #pragma weak xxx = __xxx macro
Dx86_64-arguments.c325 typedef struct xxx { struct
326 __m128 array[2];
/external/valgrind/helgrind/tests/
Dtc17_sembar.c39 sem_t* xxx; member
/external/eigen/unsupported/test/
Dlevenberg_marquardt.cpp415 double x=m_x[i], xx=x*x, xxx=xx*x; in operator ()() local
427 double x=m_x[i], xx=x*x, xxx=xx*x; in df() local
1165 double x=_x[i], xx=x*x, xxx=xx*x; in operator ()() local
1176 double x=_x[i], xx=x*x, xxx=xx*x; in df() local
DNonLinearOptimization.cpp809 double x=m_x[i], xx=x*x, xxx=xx*x; in operator ()() local
821 double x=m_x[i], xx=x*x, xxx=xx*x; in df() local
1559 double x=_x[i], xx=x*x, xxx=xx*x; in operator ()() local
1570 double x=_x[i], xx=x*x, xxx=xx*x; in df() local
/external/clang/test/SemaCXX/
Dcrashes.cpp80 enum xxx { enum
/external/ppp/pppd/
Dauth.c2130 int newline, xxx; local
/external/valgrind/helgrind/
Dhg_errors.c418 static Int xxx = 0; in HG_() local
/external/valgrind/VEX/useful/
Dtest_main.c476 #define tl_assert(xxx) assert(xxx) argument