Searched defs:RESULT (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_4/Eval/
H A Deval-001.js63 var RESULT = ""; variable
66 MY_EVAL( "RESULT = EXPECT" );
72 RESULT );
H A Deval-002.js62 var RESULT = ""; variable
72 MY_EVAL( "RESULT = EXPECT" );
78 RESULT );
H A Deval-003.js62 var RESULT = ""; variable
75 MY_EVAL( "RESULT = h(-1, 1)" );
82 RESULT );
/external/qemu/target-arm/
H A Dop_addsub.h20 #define RESULT(val, n, width) \ macro
96 #undef RESULT macro
/external/icu4c/test/intltest/
H A Dwbnf.cpp165 enum RESULT {EMPTY, NO_VAR, NO_REF, HAS_REF}; enum in class:SymbolTable
167 RESULT find(const char *const var_name /*[in] c-string*/, Pick * * ref = NULL /*[out] Pick* */){
/external/opencv/cvaux/src/
H A Dcvlee.cpp1337 int RESULT = 0; local
1401 RESULT = cvVoronoiDiagramFromContour(ApproxContourSeq,VoronoiDiagram,VoronoiStorage,CV_LEE_INT,-1,10);
1408 RESULT = cvVoronoiDiagramFromContour(ApproxContourSeq,VoronoiDiagram,VoronoiStorage,CV_LEE_INT,-1,1);
1409 if(RESULT)
1416 RESULT = cvVoronoiDiagramFromContour(*ContourSeq,VoronoiDiagram,VoronoiStorage,CV_LEE_INT,-1,10);
1441 return RESULT;

Completed in 279 milliseconds