HomeSort by relevance Sort by last modified time
    Searched refs:report (Results 551 - 575 of 1835) sorted by null

<<21222324252627282930>>

  /packages/apps/Bluetooth/jni/
com_android_bluetooth_hid.cpp 110 ALOGE("Fail to new jbyteArray bd addr for get report callback");
116 ALOGE("Fail to new jbyteArray data for get report callback");
386 ALOGE("Failed get report, status: %d", status);
395 jbyte reportType, jstring report) {
405 const char* c_report = env->GetStringUTFChars(report, NULL);
411 ALOGE("Failed set report, status: %d", status);
414 env->ReleaseStringUTFChars(report, c_report);
421 jstring report) {
432 const char* c_report = env->GetStringUTFChars(report, NULL);
437 ALOGE("Failed set report, status: %d", status)
    [all...]
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtcp_sender.cc 304 // schedule a new RTCP report
360 A send report is approximately 65 bytes inc CNAME
361 A receiver report is approximately 28 bytes
479 rtcp::SenderReport* report = new rtcp::SenderReport(); local
480 report->From(ssrc_);
481 report->WithNtpSec(ctx.ntp_sec_);
482 report->WithNtpFrac(ctx.ntp_frac_);
483 report->WithRtpTimestamp(rtp_timestamp);
484 report->WithPacketCount(ctx.feedback_state_.packets_sent);
485 report->WithOctetCount(ctx.feedback_state_.media_bytes_sent)
510 rtcp::ReceiverReport* report = new rtcp::ReceiverReport(); local
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
TestListActivity.java 147 TestResultsReport report = new TestResultsReport(this, mAdapter); local
149 intent.putExtra(ReportViewerActivity.EXTRA_REPORT_CONTENTS, report.getContents());
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
byext.py 79 def report(self): member in class:Stats
128 s.report()
fixdiv.py 236 report(slashes, "No conclusive evidence")
305 f.report(row, mark="*")
307 def report(slashes, message): function
349 def report(self, first, last=None, mark="*"): member in class:FileContext
  /external/autotest/frontend/health/
passing_experimental_functional_test.py 111 reporter1.report(bug1).AndReturn((11, 1))
117 reporter2.report(bug2).AndReturn((11, 1))
  /external/compiler-rt/lib/tsan/rtl/
tsan_interface.h 81 // an error. The argument 'report' is an opaque pointer that can be used to
82 // gather additional information using other TSan report API functions.
84 void __tsan_on_report(void *report);
87 // returns an opaque pointer to the current report. Otherwise returns NULL.
91 // Returns a report's description (issue type), number of duplicate issues
96 int __tsan_get_report_data(void *report, const char **description, int *count,
102 // Returns information about stack traces included in the report.
104 int __tsan_get_report_stack(void *report, uptr idx, void **trace,
107 // Returns information about memory operations included in the report.
109 int __tsan_get_report_mop(void *report, uptr idx, int *tid, void **addr
    [all...]
  /external/emma/core/java12/com/vladium/emma/
EMMAProperties.java 21 import com.vladium.emma.report.IReportProperties;
22 import com.vladium.emma.report.ReportProperties;
66 * done at the same point in time (useful for setting archive and report
159 // (5) system property redirects (report.out.encoding->file.encoding,
160 // report.out.dir->user.dir, etc)
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/check/
BundleChecker.java 12 package org.jacoco.report.check;
23 import org.jacoco.report.ILanguageNames;
  /external/toybox/kconfig/
zconf.hash.c_shipped 29 #error "gperf generated tables don't work with this execution character set. Please report a bug to <bug-gnu-gperf@gnu.org>."
  /frameworks/base/core/java/android/bluetooth/le/
PeriodicAdvertisingManager.java 216 public void onPeriodicAdvertisingReport(PeriodicAdvertisingReport report) {
220 callback.onPeriodicAdvertisingReport(report);
  /hardware/libhardware/modules/input/evdev/
MouseInputMapper.cpp 52 InputReportDefinition* report) {
53 setInputReportDefinition(report);
174 // Report and reset.
  /hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
HidTree.cpp 104 HidReportNode::HidReportNode(std::shared_ptr<HidTreeNode> parent, const HidReport &report)
105 : HidTreeNode(parent, 0 /*data*/, 0 /*fullUsage*/, TYPE_REPORT), mReport(report) {
  /prebuilts/go/darwin-x86/src/cmd/pprof/internal/report/
source_html.go 5 package report package
  /prebuilts/go/linux-x86/src/cmd/pprof/internal/report/
source_html.go 5 package report package
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Fragments/
ComplexMovementFragment.java 217 String report = "Couldn't create test report."; local
219 report = mActivity.getTestReport().getContents();
221 Log.e(TAG, report);
223 resultIntent.putExtra(TestActivity.EXTRA_REPORT, report);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/pgen2/
grammar.py 34 tables using a subclass). The report() method prints a readable
113 def report(self): member in class:Grammar
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
TokenSource.pm 34 requested a token. Keep lexing until you get a valid one. Just report
  /external/autotest/server/
profiler.py 71 def report(self, test, host=None, wait_on_client=True): member in class:profiler_proxy
72 raise NotImplementedError('report not implemented')
  /external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph/
__main__.py 68 mf.report()
  /external/clang/lib/ARCMigrate/
TransAPIUses.cpp 78 Pass.TA.report(parm->getLocStart(),
  /external/clang/lib/StaticAnalyzer/Checkers/
UnixAPIChecker.cpp 86 auto Report = llvm::make_unique<BugReport>(*BT_open, Msg, N);
87 Report->addRange(SR);
88 C.emitReport(std::move(Report));
203 auto report = llvm::make_unique<BugReport>(*BT_pthreadOnce, os.str(), N); local
204 report->addRange(CE->getArg(0)->getSourceRange());
205 C.emitReport(std::move(report));
227 // Generates an error report, indicating that the function whose name is given
244 auto report = llvm::make_unique<BugReport>(*BT_mallocZero, os.str(), N); local
246 report->addRange(arg->getSourceRange());
247 bugreporter::trackNullOrUndefValue(N, arg, *report);
    [all...]
  /external/emma/ant/ant14/com/vladium/emma/
emmaTask.java 22 import com.vladium.emma.report.reportTask;
80 return addTask (new reportTask (this), getNestedTaskName ("report"));
  /external/emma/core/java12/com/vladium/emma/report/
Item.java 9 package com.vladium.emma.report;
  /external/emma/core/java12/com/vladium/emma/report/html/doc/
HTMLTable.java 9 package com.vladium.emma.report.html.doc;

Completed in 667 milliseconds

<<21222324252627282930>>