HomeSort by relevance Sort by last modified time
    Searched full:reporttype (Results 1 - 23 of 23) sorted by null

  /external/chromium_org/content/test/data/gpu/
webgl_conformance.html 23 var reportType = WebGLTestHarnessModule.TestHarness.reportType;
25 case reportType.START_PAGE:
30 case reportType.TEST_RESULT:
36 case reportType.FINISH_PAGE:
42 case reportType.FINISHED_ALL_TESTS:
  /external/chromium_org/base/allocator/
generic_allocators.cc 109 static int error_handler(int reportType) {
110 switch (reportType) {
128 int _CrtDbgReport(int reportType,
133 return error_handler(reportType);
136 int _CrtDbgReportW(int reportType,
141 return error_handler(reportType);
  /frameworks/base/core/java/android/bluetooth/
IBluetoothInputDevice.aidl 50 boolean getReport(in BluetoothDevice device, byte reportType, byte reportId, int bufferSize);
54 boolean setReport(in BluetoothDevice device, byte reportType, String report);
BluetoothInputDevice.java 129 /* int reportType, int reportType, int bufferSize */
572 * @param reportType Report type
579 public boolean getReport(BluetoothDevice device, byte reportType, byte reportId, int bufferSize) {
580 if (VDBG) log("getReport(" + device + "), reportType=" + reportType + " reportId=" + reportId + "bufferSize=" + bufferSize);
583 return mService.getReport(device, reportType, reportId, bufferSize);
599 * @param reportType Report type
605 public boolean setReport(BluetoothDevice device, byte reportType, String report) {
606 if (DBG) log("setReport(" + device + "), reportType=" + reportType + " report=" + report)
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_suppressions.h 23 uptr IsSuppressed(ReportType typ, const ReportStack *stack, Suppression **sp);
24 uptr IsSuppressed(ReportType typ, const ReportLocation *loc, Suppression **sp);
tsan_report.h 21 enum ReportType {
98 ReportType typ;
tsan_suppressions.cc 78 SuppressionType conv(ReportType typ) {
97 uptr IsSuppressed(ReportType typ, const ReportStack *stack, Suppression **sp) {
117 uptr IsSuppressed(ReportType typ, const ReportLocation *loc, Suppression **sp) {
tsan_report.cc 47 static const char *ReportTypeString(ReportType typ) {
tsan_rtl.h 516 ReportType type;
559 explicit ScopedReport(ReportType typ);
tsan_rtl_report.cc 135 ScopedReport::ScopedReport(ReportType typ) {
655 ReportType typ = ReportTypeRace;
  /packages/apps/Bluetooth/src/com/android/bluetooth/hid/
HidService.java 235 byte reportType = data.getByte(BluetoothInputDevice.EXTRA_REPORT_TYPE);
238 if(!getReportNative(Utils.getByteAddress(device), reportType, reportId, bufferSize)) {
247 byte reportType = data.getByte(BluetoothInputDevice.EXTRA_REPORT_TYPE);
249 if(!setReportNative(Utils.getByteAddress(device), reportType, report)) {
361 public boolean getReport(BluetoothDevice device, byte reportType, byte reportId, int bufferSize) {
364 return service.getReport(device, reportType, reportId, bufferSize) ;
367 public boolean setReport(BluetoothDevice device, byte reportType, String report) {
370 return service.setReport(device, reportType, report);
487 boolean getReport(BluetoothDevice device, byte reportType, byte reportId, int bufferSize) {
497 data.putByte(BluetoothInputDevice.EXTRA_REPORT_TYPE, reportType);
    [all...]
  /external/chromium_org/chrome/renderer/plugins/
plugin_uma.h 20 enum ReportType {
48 virtual void SendPluginUMA(ReportType report_type,
plugin_uma.cc 57 PluginUMAReporter::ReportType report_type,
61 void UMASenderImpl::SendPluginUMA(PluginUMAReporter::ReportType report_type,
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_hid.cpp 366 static jboolean getReportNative(JNIEnv *env, jobject object, jbyteArray address, jbyte reportType, jbyte reportId, jint bufferSize) {
367 ALOGD("%s: reportType = %d, reportId = %d, bufferSize = %d", __FUNCTION__, reportType, reportId, bufferSize);
380 jint rType = reportType;
394 static jboolean setReportNative(JNIEnv *env, jobject object, jbyteArray address, jbyte reportType, jstring report) {
395 ALOGD("%s: reportType = %d", __FUNCTION__, reportType);
406 jint rType = reportType;
  /external/emma/core/java12/com/vladium/emma/report/
ReportProperties.java 194 // * Creates a property view specific to 'reportType' report type.
197 // * @param reportType
200 // public static Properties getReportProperties (final Properties appProperties, final String reportType)
202 // if ((reportType == null) || (reportType.length () == 0))
203 // throw new IllegalArgumentException ("null/empty input: reportType");
207 // return new ReportPropertyLookup (appProperties, reportType);
522 // ReportPropertyLookup (final Properties appProperties, final String reportType)
526 // m_reportType = reportType;
  /hardware/libhardware/include/hardware/
bt_hh.h 163 bt_status_t (*get_report)(bt_bdaddr_t *bd_addr, bthh_report_type_t reportType, uint8_t reportId, int bufferSize);
166 bt_status_t (*set_report)(bt_bdaddr_t *bd_addr, bthh_report_type_t reportType, char* report);
  /external/bluetooth/bluedroid/btif/src/
btif_hh.c     [all...]
  /external/compiler-rt/lib/tsan/tests/rtl/
tsan_test_util_linux.cc 35 static __thread ReportType expect_report_type;
210 ReportType report_type;
222 void ExpectReport(ReportType type) {
  /external/compiler-rt/lib/asan/
asan_malloc_win.cc 99 int _CrtDbgReportW(int reportType, const wchar_t*, int,
  /external/chromium_org/content/browser/resources/media/
stats_graph_helper.js 104 var reportType = report.type;
  /external/llvm/lib/Support/Windows/
Signals.inc 186 static int AvoidMessageBoxHook(int ReportType, char *Message, int *Return) {
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
execution_monitor.ipp     [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
wlioctl.h 3947 uint32 reporttype; member in struct:wl_pfn_cfg
    [all...]

Completed in 1219 milliseconds