Home
last modified time | relevance | path

Searched refs:RESULT (Results 1 – 25 of 31) sorted by relevance

12

/external/chromium/build/
Dcommon.croc84 'format' : '*RESULT FilesKnown: files_executable= %d files',
88 'format' : '*RESULT FilesInstrumented: files_instrumented= %d files',
92 'format' : '*RESULT FilesInstrumentedPercent: files_instrumented_percent= %g',
96 'format' : '*RESULT LinesKnown: lines_known= %d lines',
100 'format' : '*RESULT LinesInstrumented: lines_instrumented= %d lines',
104 'format' : '*RESULT LinesCoveredSource: lines_covered_source= %d lines',
109 'format' : '*RESULT LinesCoveredTest: lines_covered_test= %d lines',
114 'format' : '*RESULT PercentCovered: percent_covered= %g',
118 'format' : '*RESULT PercentCoveredSource: percent_covered_source= %g',
123 'format' : '*RESULT PercentCoveredTest: percent_covered_test= %g',
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/ExecutionContexts/
D10.2.2-1.js79 var RESULT = THIS == this; variable
84 RESULT );
86 var RESULT = THIS +'';
91 RESULT );
D10.1.4-9.js69 var RESULT = "hello";
72 NEW_PROPERTY = RESULT;
75 testcases[tc].expect = RESULT;
/external/webkit/Tools/Scripts/
Dcheck-dom-results74 open RESULT, "<$result";
75 while (<RESULT>) {
81 close RESULT;
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_4/Eval/
Deval-001.js63 var RESULT = ""; variable
72 RESULT );
Deval-002.js62 var RESULT = ""; variable
78 RESULT );
Deval-003.js62 var RESULT = ""; variable
82 RESULT );
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Expressions/
D11.2.1-1.js230 for ( var i = 0, RESULT; i < PROPERTY.length; i++ ) {
231 RESULT = eval("typeof " + PROPERTY[i].object + "." + PROPERTY[i].name );
236 RESULT );
238 RESULT = eval("typeof " + PROPERTY[i].object + "['" + PROPERTY[i].name +"']");
243 RESULT );
D11.2.1-3-n.js81 for ( var i = 0, RESULT; i < PROPERTY.length; i++ ) {
D11.2.1-4-n.js81 for ( var i = 0, RESULT; i < PROPERTY.length; i++ ) {
D11.2.1-5.js85 for ( var i = 0, RESULT; i < PROPERTY.length; i++ ) {
D11.2.1-2.js85 for ( var i = 0, RESULT; i < PROPERTY.length; i++ ) {
/external/markdown/MarkdownTest/
DMarkdownTest.pl59 open(RESULT, $resultfile) || die("Can't open resultfile: $!");
62 my $t_result = <RESULT>;
/external/openssh/regress/
Dtest-exec.sh216 RESULT=1
226 exit $RESULT
240 RESULT=0
397 if [ $RESULT -eq 0 ]; then
402 exit $RESULT
/external/valgrind/main/auxprogs/
Dposixtestsuite-1.5.1-diff.txt73 RESULT=$$?; \
74 if [ $$RESULT -eq 1 ]; \
88 RESULT=$$?; \
89 if [ $$RESULT -eq 0 ]; \
/external/qemu/target-arm/
Dop_addsub.h20 #define RESULT(val, n, width) \ macro
96 #undef RESULT
Dhelper.c2403 #define ADD16(a, b, n) RESULT(add16_sat(a, b), n, 16);
2404 #define SUB16(a, b, n) RESULT(sub16_sat(a, b), n, 16);
2405 #define ADD8(a, b, n) RESULT(add8_sat(a, b), n, 8);
2406 #define SUB8(a, b, n) RESULT(sub8_sat(a, b), n, 8);
2446 #define ADD16(a, b, n) RESULT(add16_usat(a, b), n, 16);
2447 #define SUB16(a, b, n) RESULT(sub16_usat(a, b), n, 16);
2448 #define ADD8(a, b, n) RESULT(add8_usat(a, b), n, 8);
2449 #define SUB8(a, b, n) RESULT(sub8_usat(a, b), n, 8);
2458 RESULT(sum, n, 16); \
2466 RESULT(sum, n, 8); \
[all …]
/external/valgrind/main/callgrind/
Dcallgrind_control.in349 open RESULT, "vgdb --pid=$pid $vgdbCommand|";
370 while(<RESULT>) {
/external/clang/test/SemaObjC/
Ddebugger-support.m9 // CHECK-NEXT: [[RESULT:%.*]] = alloca [[A:%.*]], align 4
/external/clang/test/Index/
Dcomplete-objc-message.m310 // RUN: c-index-test -code-completion-at=%s:170:16 %s | FileCheck -check-prefix=CHECK-CLASS-RESULT
311 // CHECK-CLASS-RESULT: ObjCClassMethodDecl:{ResultType void}{TypedText class_method3} (35)
312 // CHECK-CLASS-RESULT: ObjCClassMethodDecl:{ResultType void}{TypedText class_method4} (35) (parent:…
333 // RUN: c-index-test -code-completion-at=%s:175:12 %s | FileCheck -check-prefix=CHECK-CLASS-RESULT
/external/mdnsresponder/mDNSShared/
DCommonServices.h540 #define _endthreadex_compat( RESULT ) ExitThread( (DWORD) RESULT ) argument
/external/icu4c/test/intltest/
Dwbnf.cpp165 enum RESULT {EMPTY, NO_VAR, NO_REF, HAS_REF}; enum in SymbolTable
167 RESULT find(const char *const var_name /*[in] c-string*/, Pick * * ref = NULL /*[out] Pick* */){ in find()
/external/opencv/cvaux/src/
Dcvlee.cpp1337 int RESULT = 0; in cvVoronoiDiagramFromImage() local
1401RESULT = cvVoronoiDiagramFromContour(ApproxContourSeq,VoronoiDiagram,VoronoiStorage,CV_LEE_INT,-1,… in cvVoronoiDiagramFromImage()
1408RESULT = cvVoronoiDiagramFromContour(ApproxContourSeq,VoronoiDiagram,VoronoiStorage,CV_LEE_INT,-1,… in cvVoronoiDiagramFromImage()
1409 if(RESULT) in cvVoronoiDiagramFromImage()
1416RESULT = cvVoronoiDiagramFromContour(*ContourSeq,VoronoiDiagram,VoronoiStorage,CV_LEE_INT,-1,10); in cvVoronoiDiagramFromImage()
1441 return RESULT; in cvVoronoiDiagramFromImage()
/external/elfutils/libdw/
DChangeLog149 Return NULL when freeing RESULT on error.
151 break out of loop after it has freed RESULT.
/external/elfutils/libelf/
DChangeLog292 * gelf_rawchunk.c (gelf_rawchunk): Clear RESULT pointer after freeing

12