Searched refs:report (Results 1 - 25 of 250) sorted by relevance

12345678910

/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-report/
H A DMakefile.am.inc30 bin_PROGRAMS += atf-report/atf-report
31 atf_report_atf_report_SOURCES = atf-report/atf-report.cpp \
32 atf-report/reader.cpp \
33 atf-report/reader.hpp
35 dist_man_MANS += atf-report/atf-report.1
38 css_DATA = atf-report/tests-results.css
42 dtd_DATA = atf-report/test
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/report/
H A DpkgIndex.tcl12 package ifneeded report 0.3.1 [list source [file join $dir report.tcl]]
/macosx-10.10/ruby-106/ruby/lib/rdoc/
H A Dstats.rb2 # RDoc statistics collector which prints a summary and report of a project's
8 # Output level for the coverage report
149 # Sets coverage report level. Accepted values are:
151 # false or nil:: No report
187 # A report that says you did a great job!
190 report = []
191 report << '100% documentation!'
192 report << nil
193 report << 'Great Job!'
195 report
215 def report method
[all...]
/macosx-10.10/Security-57031.1.35/SecurityTests/cspxutils/ccCtxSize/
H A DccCtxSize.c2 * measure and report min context sizes for all CCCryptor ops and algorithms.
11 static void report( function
45 report("kCCAlgorithmAES128 ", kCCEncrypt, kCCAlgorithmAES128, kCCContextSizeAES128);
46 report("kCCAlgorithmDES ", kCCEncrypt, kCCAlgorithmDES, kCCContextSizeDES);
47 report("kCCAlgorithm3DES ", kCCEncrypt, kCCAlgorithm3DES, kCCContextSize3DES);
48 report("kCCAlgorithmCAST ", kCCEncrypt, kCCAlgorithmCAST, kCCContextSizeCAST);
49 report("kCCAlgorithmRC4 ", kCCEncrypt, kCCAlgorithmRC4, kCCContextSizeRC4);
/macosx-10.10/ruby-106/ruby/benchmark/
H A Drunc.rb14 x.report('ruby'){
17 x.report('yarv'){
/macosx-10.10/ruby-106/ruby/test/rdoc/
H A Dtest_rdoc_stats.rb45 report = @s.report
56 assert_equal expected, report
70 report = @s.report
72 assert_equal @s.great_job, report
87 assert_match '# in file file.rb:3', @s.report
101 report = @s.report
113 assert_equal expected, report
[all...]
/macosx-10.10/emacs-93/emacs/lisp/gnus/
H A Dspam-report.el1 ;;; spam-report.el --- Reporting spam
38 (defgroup spam-report nil
43 (defcustom spam-report-gmane-regex nil
46 or the gnus-group-spam-exit-processor-report-gmane group/topic parameter
50 :group 'spam-report)
52 (defcustom spam-report-gmane-use-article-number t
59 :group 'spam-report)
61 (defcustom spam-report-url-ping-function
62 'spam-report-url-ping-plain
64 The function must accept the arguments `host' and `report'
[all...]
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIDKeyboardDevice.cpp212 IOReturn IOHIDKeyboardDevice::getReport(IOMemoryDescriptor *report, argument
216 if (!report)
222 report->writeBytes(0, _report->getBytesNoCopy(), min(report->getLength(), _report->getLength()));
226 IOReturn IOHIDKeyboardDevice::setReport(IOMemoryDescriptor * report, argument
236 report->readBytes( 0, (void *)&ledState, sizeof(UInt8) );
305 GenericKeyboardRpt *report = (GenericKeyboardRpt *)_report->getBytesNoCopy(); local
308 if (!report)
318 SET_MODIFIER_BIT(report->modifiers, usbKey, keyDown);
324 if (report
360 GenericKeyboardRpt *report = (GenericKeyboardRpt *)_report->getBytesNoCopy(); local
[all...]
H A DIOHIDKeyboardDevice.h59 virtual IOReturn getReport( IOMemoryDescriptor * report,
63 virtual IOReturn setReport( IOMemoryDescriptor * report,
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/IOHIDDescriptorParser/
H A DHIDSetButtons.c47 <USB4> 3/24/00 KH Complex report descriptors could lead to reporting
53 <USB2> 4/7/99 BWS Add support for reversed report items
82 void * report,
100 || (report == NULL))
126 iStatus = HIDCheckReport(reportType,preparsedDataRef,ptReportItem,report,reportLength);
146 iStatus = HIDGetData(report, reportLength, iStart,
154 return HIDPutData(report, reportLength, iStart,
168 iStatus = HIDPutData(report, reportLength, iStart, ptReportItem->globals.reportSize, -1);
176 // If any of the report items were not the right type, we have set the bIncompatibleReport flag.
177 // However, if any of the report item
77 HIDSetButton(HIDReportType reportType, HIDUsage usagePage, UInt32 collection, HIDUsage usage, HIDPreparsedDataRef preparsedDataRef, void * report, IOByteCount reportLength) argument
205 HIDSetButtons(HIDReportType reportType, HIDUsage usagePage, UInt32 collection, HIDUsage * usageList, UInt32 * usageListSize, HIDPreparsedDataRef preparsedDataRef, void * report, IOByteCount reportLength) argument
[all...]
H A DHIDCheckReport.c75 HIDReportItem *ptReportItem, void *report, IOByteCount iReportLength)
80 UInt8 * psReport = (UInt8 *)report;
74 HIDCheckReport(HIDReportType reportType, HIDPreparsedDataRef preparsedDataRef, HIDReportItem *ptReportItem, void *report, IOByteCount iReportLength) argument
H A DHIDGetData.c57 * HIDGetData - Get a single data item from a report
60 * psReport - The report
61 * iReportLength - The length of the report
62 * iStart - Start Bit in report
74 OSStatus HIDGetData(void * report, IOByteCount iReportLength, argument
78 UInt8 * psReport = (UInt8 *)report;
117 // Sign extend the report item
H A DHIDInitReport.c52 * HIDInitReport - Initialize report to have report ID and, if possible, null values
54 * other items in the same report to 0.
60 * report - An HID Report
63 * report - Initialized HID Report
72 void * report,
84 if ((ptPreparsedData == NULL) || (report == NULL))
91 // Report length must also be great enough to hold report.
101 // First byte of report must be reportID. Unless it is report I
68 HIDInitReport(HIDReportType reportType, UInt8 reportID, HIDPreparsedDataRef preparsedDataRef, void * report, IOByteCount reportLength) argument
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/
H A DMachineVerifier.cpp208 void report(const char *msg, const MachineFunction *MF);
209 void report(const char *msg, const MachineBasicBlock *MBB);
210 void report(const char *msg, const MachineInstr *MI);
211 void report(const char *msg, const MachineOperand *MO, unsigned MONum);
212 void report(const char *msg, const MachineFunction *MF,
214 void report(const char *msg, const MachineBasicBlock *MBB,
314 report("Bad instruction parent pointer", MFI);
325 report("No bundle header", MBBI);
354 void MachineVerifier::report(const char *msg, const MachineFunction *MF) { function in class:MachineVerifier
366 void MachineVerifier::report(cons function in class:MachineVerifier
378 void MachineVerifier::report(const char *msg, const MachineInstr *MI) { function in class:MachineVerifier
387 void MachineVerifier::report(const char *msg, function in class:MachineVerifier
396 void MachineVerifier::report(const char *msg, const MachineFunction *MF, function in class:MachineVerifier
407 void MachineVerifier::report(const char *msg, const MachineBasicBlock *MBB, function in class:MachineVerifier
[all...]
/macosx-10.10/WebCore-7600.1.25/Modules/mediastream/
H A DRTCStatsResponse.cpp61 void RTCStatsResponse::addStatistic(size_t report, String name, String value) argument
63 ASSERT_WITH_SECURITY_IMPLICATION(report < m_result.size());
64 m_result[report]->addStatistic(name, value);
/macosx-10.10/tcl-105/tcl_ext/incrtcl/incrTcl/itcl/tests/old/toasters/
H A DHazard.tcl40 method report {} {
70 proc report {class} { procedure
72 return [$recs($class) report]
/macosx-10.10/IOKitUser-1050.1.21/hid.subproj/
H A DIOHIDUserDevice.h37 typedef IOReturn (*IOHIDUserDeviceReportCallback)(void * refcon, IOHIDReportType type, uint32_t reportID, uint8_t * report, CFIndex reportLength);
38 typedef IOReturn (*IOHIDUserDeviceReportWithReturnLengthCallback)(void * refcon, IOHIDReportType type, uint32_t reportID, uint8_t * report, CFIndex * pReportLength);
122 @abstract Register a callback to receive get report requests
132 @abstract Register a callback to receive get report requests
143 @abstract Register a callback to receive set report requests
153 @abstract Dispatch a report to the IOHIDUserDevice.
155 @param report Buffer containing formated report being issued to HID stack
157 @result Returns kIOReturnSuccess when report is handled successfully.
160 IOReturn IOHIDUserDeviceHandleReport(IOHIDUserDeviceRef device, uint8_t * report, CFInde
[all...]
H A DIOHIDBase.h82 @discussion Type and arguments of callout C function that is used when a HID report completion routine is called.
86 @param type The type of the report that was completed.
87 @param reportID The ID of the report that was completed.
88 @param report Pointer to the buffer containing the contents of the report.
97 uint8_t * report,
101 @discussion Type and arguments of callout C function that is used when a HID report completion routine is called.
105 @param type The type of the report that was completed.
106 @param reportID The ID of the report that was completed.
107 @param report Pointe
[all...]
/macosx-10.10/bind9-45.101/bind9/unit/
H A Dunittest.sh.in30 atf-report < atf.out | cat
/macosx-10.10/ICU-531.30/icuSources/samples/legacy/
H A DMakefile44 .PHONY: all clean distclean check report
63 # Make report: creates a 'report file' with both source and sample run
64 report: $(TARGET).report
66 $(TARGET).report: check $(TARGET).cpp
/macosx-10.10/ICU-531.30/icuSources/samples/uresb/
H A DMakefile44 .PHONY: all clean distclean check report
70 # Make report: creates a 'report file' with both source and sample run
71 report: $(TARGET).report
73 $(TARGET).report: check $(TARGET).cpp
/macosx-10.10/ruby-106/ruby/test/benchmark/
H A Dtest_benchmark.rb9 tf = x.report("for:") { for _ in 1..n; '1'; end }
10 tt = x.report("times:") { n.times do ; '1'; end }
11 tu = x.report("upto:") { 1.upto(n) do ; '1'; end }
17 x.report { for _ in 1..n; '1'; end }
18 x.report { n.times do ; '1'; end }
19 x.report { 1.upto(n) do ; '1'; end }
32 x.report(label) {}
155 capture_bench_output(:bm) { |x| x.report(:title) {} }.must_include 'title'
156 capture_bench_output(:bmbm) { |x| x.report(:title) {} }.must_include 'title'
/macosx-10.10/IOHIDFamily-606.1.7/tools/
H A DIOHIDUserDeviceTest.c417 static void printReport(uint8_t * report, CFIndex reportLength, bool rcv) argument
421 printf("%s report: reportLength=%ld: ", rcv ? "Received" : "Dispatched", reportLength);
423 printf("%02x ", report[index]);
431 KeyboardInputReport report; local
435 bzero(&report, sizeof(report));
447 report.keys[0] = 4 + c - 97;
448 printReport((uint8_t*)&report, sizeof(report), 0);
449 IOHIDUserDeviceHandleReport(gDevice, (uint8_t*)&report, sizeo
475 UnicodeReport report; local
516 DigitizerUnicodeInputReport report; local
570 getReportCallback(void * refcon __unused, IOHIDReportType type __unused, uint32_t reportID __unused, uint8_t * report, CFIndex reportLength) argument
643 setReportCallback(void * refcon __unused, IOHIDReportType type __unused, uint32_t reportID __unused, uint8_t * report, CFIndex reportLength) argument
[all...]
/macosx-10.10/tcl-105/tcl_ext/sdx/sdx/lib/app-sdx/
H A Dmkzipkit.tcl59 lappend report "sfx stub size: $offset"
82 lappend report "SEO: $start_of_end ([expr {$start_of_end-$size}])\
93 lappend report "End of central directory: [array get eocd]"
108 lappend report "New dir offset: $eocd(diroffset)"
109 lappend report "Adjusting $eocd(totalnum) zip file items."
132 lappend report "file $i: $x(offset) $x(sizes) $x(filename)"
141 lappend report "old $x(offset) + $offset"
146 lappend report "new $x(offset)"
150 #puts [join $report \n]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/examples/csv/
H A Dcsv2html9 package require report
48 ::report::defstyle html {} {
96 report::report r [m columns] style html

Completed in 259 milliseconds

12345678910