/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_6/Array/ |
D | regress-304828.js | 39 var summary = 'Array Generic Methods'; variable 43 printStatus (summary); 59 reportCompare(expect, actual, summary + ': join'); 72 reportCompare(expect, actual, summary + ': reverse'); 85 reportCompare(expect, actual, summary + ': sort'); 98 reportCompare(expect, actual, summary + ': push'); 99 reportCompare('abc', value, summary + ': push'); 112 reportCompare(expect, actual, summary + ': pop'); 113 reportCompare('abc', value, summary + ': pop'); 126 reportCompare(expect, actual, summary + ': unshift'); [all …]
|
D | regress-310425-01.js | 39 var summary = 'Array.indexOf/lastIndexOf edge cases'; variable 44 printStatus (summary); 48 reportCompare(expect, actual, summary); 52 reportCompare(expect, actual, summary); 58 reportCompare(expect, actual, summary);
|
D | regress-310425-02.js | 39 var summary = 'Array.indexOf/lastIndexOf edge cases'; variable 44 printStatus (summary); 48 reportCompare(expect, actual, summary);
|
D | regress-320887.js | 39 var summary = 'var x should not throw a ReferenceError'; variable 44 printStatus (summary); 55 reportCompare(expect, actual, summary);
|
D | regress-305002.js | 39 var summary = '[].every(f) == true'; variable 44 printStatus (summary); 56 reportCompare(expect, actual, summary);
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_6/String/ |
D | regress-306591.js | 39 var summary = 'String static methods'; variable 44 printStatus (summary); 49 reportCompare(expect, actual, summary + 54 reportCompare(expect, actual, summary + 59 reportCompare(expect, actual, summary + 64 reportCompare(expect, actual, summary + 69 reportCompare(expect, actual, summary + 74 reportCompare(expect, actual, summary + 79 reportCompare(expect, actual, summary + 84 reportCompare(expect, actual, summary + [all …]
|
/external/compiler-rt/lib/asan/ |
D | asan_thread_registry.cc | 51 AsanThreadSummary *summary = thread->summary(); in RegisterThread() local 52 CHECK(summary != 0); in RegisterThread() 53 summary->set_tid(tid); in RegisterThread() 54 thread_summaries_[tid] = summary; in RegisterThread() 60 AsanThreadSummary *summary = thread->summary(); in UnregisterThread() local 61 CHECK(summary); in UnregisterThread() 62 summary->set_thread(0); in UnregisterThread() 70 AsanThreadSummary *summary = (AsanThreadSummary *)AsanTSDGet(); in GetCurrent() local 71 if (!summary) { in GetCurrent() 78 AsanThread* thread = FindThreadByStackAddress((uptr)&summary); in GetCurrent() [all …]
|
D | asan_thread.cc | 38 AsanThreadSummary *summary = in Create() local 40 summary->Init(parent_tid, stack); in Create() 41 summary->set_thread(thread); in Create() 42 thread->set_summary(summary); in Create() 48 AsanThreadSummary *summary = (AsanThreadSummary*)tsd; in TSDDtor() local 50 Report("T%d TSDDtor\n", summary->tid()); in TSDDtor() 52 if (summary->thread()) { in TSDDtor() 53 summary->thread()->Destroy(); in TSDDtor() 63 CHECK(summary()->thread() == 0); in Destroy()
|
D | asan_report.cc | 187 DescribeThread(t->summary()); in DescribeAddressIfStack() 206 void DescribeThread(AsanThreadSummary *summary) { in DescribeThread() argument 207 CHECK(summary); in DescribeThread() 209 if (summary->tid() == 0 || summary->announced()) { in DescribeThread() 212 summary->set_announced(true); in DescribeThread() 214 summary->tid(), summary->parent_tid()); in DescribeThread() 215 PrintStack(summary->stack()); in DescribeThread() 219 asanThreadRegistry().FindByTid(summary->parent_tid()); in DescribeThread() 261 DescribeThread(curr_thread->summary()); in ~ScopedInErrorReport()
|
/external/webkit/Source/WebKit/gtk/ |
D | org.webkitgtk.gschema.xml.in | 8 <summary>Resource Tracking Enabled</summary> 13 <summary>XHR Monitor Enabled</summary> 18 <summary>Debugger Enabled</summary> 23 <summary>Profiler Enabled</summary> 28 <summary>Misc Inspector Frontend Settings</summary>
|
/external/webkit/Tools/QueueStatusServer/model/ |
D | attachment.py | 66 def summary(self): member in Attachment 95 queue_summary = self.summary().get(queue.name_with_underscores()) 101 return self.summary().get("bug_id") 116 summary = { "attachment_id" : self.id } 121 return summary 122 summary["bug_id"] = first_status.active_bug_id 125 summary[queue.name_with_underscores()] = None 129 summary[queue.name_with_underscores()] = { 133 return summary
|
/external/valgrind/main/auxprogs/ |
D | gsl19test | 78 rm -rf log.verbose gsl-1.9 summary.txt 82 echo > summary.txt 112 (echo -n " Native fails: " && (grep FAIL: out-REF | wc -l)) >> summary.txt 113 (echo -n " Native passes: " && (grep PASS: out-REF | wc -l)) >> summary.txt 114 (echo -n " Valgrind fails: " && (grep FAIL: out-V | wc -l)) >> summary.txt 115 (echo -n " Valgrind passes: " && (grep PASS: out-V | wc -l)) >> summary.txt 116 echo >> summary.txt
|
D | gsl16test | 75 rm -rf log.verbose gsl-1.6-patched summary.txt 79 echo > summary.txt 107 (echo -n " Native fails: " && (grep FAIL: out-REF | wc -l)) >> summary.txt 108 (echo -n " Native passes: " && (grep PASS: out-REF | wc -l)) >> summary.txt 109 (echo -n " Valgrind fails: " && (grep FAIL: out-V | wc -l)) >> summary.txt 110 (echo -n " Valgrind passes: " && (grep PASS: out-V | wc -l)) >> summary.txt 111 echo >> summary.txt
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_6/Regress/ |
D | regress-309242.js | 39 var summary = 'E4X should be on by default while preserving comment hack'; variable 44 printStatus (summary); 57 reportCompare(expect, actual, summary + ': <!-- is comment to end of line'); 66 reportCompare(expect, actual, summary + ': comment hack works inside script'); 75 reportCompare(expect, actual, summary + ': E4X is available');
|
D | regress-301574.js | 40 var summary = 'E4X should be enabled even when e4x=1 not specified'; variable 45 printStatus (summary); 56 reportCompare(expect, actual, summary + ': XML()'); 67 reportCompare(expect, actual, summary + ': XMLList()');
|
D | regress-311157-01.js | 39 var summary = 'Comment-hiding compromise left E4X parsing/scanning inconsistent'; variable 44 printStatus (summary); 54 reportCompare(expect, actual, summary);
|
D | regress-311157-02.js | 39 var summary = 'Comment-hiding compromise left E4X parsing/scanning inconsistent'; variable 44 printStatus (summary); 54 reportCompare(expect, actual, summary);
|
D | regress-314887.js | 39 var summary = 'Do not crash when morons embed script tags in external script files'; variable 44 printStatus (summary); 51 reportCompare(expect, actual, summary);
|
D | regress-320172.js | 39 var summary = 'Regression from bug 285219'; variable 45 printStatus (summary); 56 reportCompare(expect, actual, summary);
|
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/ |
D | json_layout_results_generator.py | 158 summary = self._result_summary 161 len((set(summary.failures.keys()) | 162 summary.tests_by_expectation[test_expectations.SKIP]) & 163 summary.tests_by_timeline[test_expectations.NOW]), 195 summary = self._result_summary 196 timeline_tests = summary.tests_by_timeline[timeline] 198 summary.tests_by_expectation[test_expectations.SKIP] & 201 summary.tests_by_expectation[test_expectations.PASS] & 203 for failure_type in summary.tests_by_expectation.keys(): 206 count = len(summary.tests_by_expectation[failure_type] &
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/ |
D | CertPathReviewerMessages.properties | 7 CertPathReviewer.emptyCertPath.summary = PKIXCertPathReviewer: the CertPath is empty. 16 CertPathReviewer.notPermittedDN.summary = Name constraint error: certificate DN is not permitted. 23 CertPathReviewer.excludedDN.summary = Name constraint error: certificate DN is excluded. 30 CertPathReviewer.notPermittedEmail.summary = Name constraint error: not permitted email address. 37 CertPathReviewer.excludedEmail.summary = Name constraint error: excluded email address. 44 CertPathReviewer.notPermittedIP.summary = Name constraint error: not permitted IP address. 51 CertPathReviewer.excludedIP.summary = Name constraint error: excluded IP address. 57 CertPathReviewer.ncExtError.summary = Error processing the name constraints extension. 63 CertPathReviewer.subjAltNameExtError.summary = Error processing the subject alternative name extens… 70 CertPathReviewer.ncSubjectNameError.summary = Name constraint checking failed: exception extracting… [all …]
|
/external/e2fsprogs/tests/f_resize_inode/ |
D | expect | 24 Pass 5: Checking group summary information 37 Pass 5: Checking group summary information 52 Pass 5: Checking group summary information 65 Pass 5: Checking group summary information 80 Pass 5: Checking group summary information 93 Pass 5: Checking group summary information 108 Pass 5: Checking group summary information 120 Pass 5: Checking group summary information 133 Pass 5: Checking group summary information 166 Pass 5: Checking group summary information
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_6/ |
D | template.js | 39 var summary = ''; variable 52 printStatus (summary); 54 reportCompare(expect, actual, summary);
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Regress/ |
D | regress-68498-001.js | 34 var summary ='Testing that variable statement outside any eval creates' + variable 53 printStatus (summary); 54 reportCompare(expect, actual, summary);
|
D | regress-71107.js | 28 var summary = 'Propagate heavyweightness back up the function-nesting chain...'; variable 40 printStatus (summary); 44 reportCompare(expect, actual, summary);
|