HomeSort by relevance Sort by last modified time
    Searched refs:reports (Results 51 - 75 of 789) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/webrtc/webrtc/tools/rtcbot/bot/browser/
bot.js 61 var reports = stateResponse.result();
62 for (index in reports) {
64 report.id = reports[index].id;
65 report.type = reports[index].type;
66 report.names = reports[index].names();
68 populateStats(reports[index], report.stats);
  /external/curl/docs/cmdline-opts/
location.d 6 If the server reports that the requested page has moved to a different
  /external/libcxx/utils/google-benchmark/src/
csv_reporter.cc 51 void CSVReporter::ReportRuns(const std::vector<Run>& reports) {
52 for (const auto& run : reports) PrintRunData(run);
console_reporter.cc 56 void ConsoleReporter::ReportRuns(const std::vector<Run>& reports) {
57 for (const auto& run : reports) PrintRunData(run);
  /external/webrtc/talk/app/webrtc/
statscollector.h 82 // a track label or empty string. The most recent reports are stored in
83 // |reports|.
85 // of filling in |reports|. As is, there's a requirement that the caller
86 // uses |reports| immediately without allowing any async activity on
89 StatsReports* reports);
109 bool CopySelectedReports(const std::string& selector, StatsReports* reports);
152 // A collection for all of our stats reports.
  /prebuilts/go/darwin-x86/misc/cgo/testsanitizers/
tsan4.go 8 // positive reports.
tsan.go 7 // This program produced false race reports when run under the C/C++
  /prebuilts/go/darwin-x86/src/cmd/dist/
test_linux.go 16 // isTerminal reports whether fd is a terminal.
  /prebuilts/go/darwin-x86/src/crypto/internal/cipherhw/
cipherhw_s390x.go 9 // hasHWSupport reports whether the AES-128, AES-192 and AES-256 cipher message
  /prebuilts/go/darwin-x86/src/os/
sys_freebsd.go 9 // supportsCloseOnExec reports whether the platform supports the
  /prebuilts/go/darwin-x86/src/runtime/
typekind.go 41 // isDirectIface reports whether t is stored directly in an interface value.
  /prebuilts/go/linux-x86/misc/cgo/testsanitizers/
tsan4.go 8 // positive reports.
  /prebuilts/go/linux-x86/src/cmd/dist/
test_linux.go 16 // isTerminal reports whether fd is a terminal.
  /prebuilts/go/linux-x86/src/crypto/internal/cipherhw/
cipherhw_s390x.go 9 // hasHWSupport reports whether the AES-128, AES-192 and AES-256 cipher message
  /prebuilts/go/linux-x86/src/os/
sys_freebsd.go 9 // supportsCloseOnExec reports whether the platform supports the
  /prebuilts/go/linux-x86/src/runtime/
typekind.go 41 // isDirectIface reports whether t is stored directly in an interface value.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic54x/
labels.s 23 lab? add #1,a ; reports as line 17?
28 lab? add #3,a ; reports as line 22?
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/arch/
s390x.go 51 // IsS390xRLD reports whether the op (as defined by an s390x.A* constant) is
69 // IsS390xCMP reports whether the op (as defined by an s390x.A* constant) is
79 // IsS390xNEG reports whether the op (as defined by an s390x.A* constant) is
89 // IsS390xWithLength reports whether the op (as defined by an s390x.A* constant)
101 // IsS390xWithIndex reports whether the op (as defined by an s390x.A* constant)
amd64.go 16 // IsAMD4OP reports whether the op (as defined by an amd64.A* constant) is
  /prebuilts/go/linux-x86/src/cmd/asm/internal/arch/
s390x.go 51 // IsS390xRLD reports whether the op (as defined by an s390x.A* constant) is
69 // IsS390xCMP reports whether the op (as defined by an s390x.A* constant) is
79 // IsS390xNEG reports whether the op (as defined by an s390x.A* constant) is
89 // IsS390xWithLength reports whether the op (as defined by an s390x.A* constant)
101 // IsS390xWithIndex reports whether the op (as defined by an s390x.A* constant)
  /prebuilts/go/darwin-x86/src/internal/testenv/
testenv.go 25 // Builder reports the name of the builder running this test
33 // HasGoBuild reports whether the current system can build programs with ``go build''
56 // HasGoRun reports whether the current system can run programs with ``go run.''
70 // GoToolPath reports the path to the Go tool.
83 // GoTool reports the path to the Go tool.
103 // HasExec reports whether the current system can start new processes
126 // HasExternalNetwork reports whether the current system can use
141 // HasSymlink reports whether the current system can use os.Symlink.
147 // MustHaveSymlink reports whether the current system can use os.Symlink.
156 // HasLink reports whether the current system can use os.Link
    [all...]
  /prebuilts/go/linux-x86/src/internal/testenv/
testenv.go 25 // Builder reports the name of the builder running this test
33 // HasGoBuild reports whether the current system can build programs with ``go build''
56 // HasGoRun reports whether the current system can run programs with ``go run.''
70 // GoToolPath reports the path to the Go tool.
83 // GoTool reports the path to the Go tool.
103 // HasExec reports whether the current system can start new processes
126 // HasExternalNetwork reports whether the current system can use
141 // HasSymlink reports whether the current system can use os.Symlink.
147 // MustHaveSymlink reports whether the current system can use os.Symlink.
156 // HasLink reports whether the current system can use os.Link
    [all...]
  /hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
HidParser.cpp 230 const auto &reports = setPair.second[type]; // feature local
239 for (const auto &r : reports) {
260 packet.reports.push_back(digest);
263 if (!packet.reports.empty()) {
292 << packet.reports.size() << " entries" << LOG_ENDL;
294 for (const auto &report : packet.reports) {
  /prebuilts/go/darwin-x86/src/crypto/rand/
eagain.go 18 // unixIsEAGAIN reports whether err is a syscall.EAGAIN wrapped in a PathError.
  /prebuilts/go/darwin-x86/src/math/
arith_s390x.go 25 // hasVectorFacility reports whether the machine has the z/Architecture

Completed in 1601 milliseconds

1 23 4 5 6 7 8 91011>>