/prebuilts/go/darwin-x86/src/os/ |
path_unix.go | 14 // IsPathSeparator reports whether c is a directory separator character.
|
sys_darwin.go | 9 // supportsCloseOnExec reports whether the platform supports the
|
/prebuilts/go/darwin-x86/src/testing/ |
cover.go | 38 // Coverage reports the current code coverage as a fraction in the range [0, 1]. 43 // It is not a replacement for the reports generated by 'go test -cover' and 68 // mustBeNil checks the error and, if present, reports it and exits. 76 // coverReport reports the coverage percentage and writes a coverage profile if requested.
|
/prebuilts/go/linux-x86/misc/cgo/testsanitizers/ |
tsan.go | 7 // This program produced false race reports when run under the C/C++
|
/prebuilts/go/linux-x86/src/cmd/asm/internal/arch/ |
amd64.go | 16 // IsAMD4OP reports whether the op (as defined by an amd64.A* constant) is
|
mips.go | 24 // IsMIPSCMP reports whether the op (as defined by an mips.A* constant) is 35 // IsMIPSMUL reports whether the op (as defined by an mips.A* constant) is
|
ppc64.go | 24 // IsPPC64RLD reports whether the op (as defined by an ppc64.A* constant) is 46 // IsPPC64CMP reports whether the op (as defined by an ppc64.A* constant) is 56 // IsPPC64NEG reports whether the op (as defined by an ppc64.A* constant) is
|
/prebuilts/go/linux-x86/src/crypto/rand/ |
eagain.go | 18 // unixIsEAGAIN reports whether err is a syscall.EAGAIN wrapped in a PathError.
|
/prebuilts/go/linux-x86/src/math/ |
arith_s390x.go | 25 // hasVectorFacility reports whether the machine has the z/Architecture
|
/prebuilts/go/linux-x86/src/os/ |
path_unix.go | 14 // IsPathSeparator reports whether c is a directory separator character.
|
sys_darwin.go | 9 // supportsCloseOnExec reports whether the platform supports the
|
/prebuilts/go/linux-x86/src/testing/ |
cover.go | 38 // Coverage reports the current code coverage as a fraction in the range [0, 1]. 43 // It is not a replacement for the reports generated by 'go test -cover' and 68 // mustBeNil checks the error and, if present, reports it and exits. 76 // coverReport reports the coverage percentage and writes a coverage profile if requested.
|
/cts/suite/audio_quality/ |
Android.mk | 42 zip -rq $(notdir $@) android-cts-audio-quality -x android-cts-audio-quality/reports/\*
|
/prebuilts/go/darwin-x86/src/cmd/asm/internal/arch/ |
mips.go | 24 // IsMIPSCMP reports whether the op (as defined by an mips.A* constant) is 35 // IsMIPSMUL reports whether the op (as defined by an mips.A* constant) is
|
ppc64.go | 24 // IsPPC64RLD reports whether the op (as defined by an ppc64.A* constant) is 46 // IsPPC64CMP reports whether the op (as defined by an ppc64.A* constant) is 56 // IsPPC64NEG reports whether the op (as defined by an ppc64.A* constant) is
|
/prebuilts/go/darwin-x86/src/internal/syscall/windows/sysdll/ |
sysdll.go | 5 // Package sysdll is an internal leaf package that records and reports 10 // IsSystemDLL reports whether the named dll key (a base name, like
|
/prebuilts/go/linux-x86/src/internal/syscall/windows/sysdll/ |
sysdll.go | 5 // Package sysdll is an internal leaf package that records and reports 10 // IsSystemDLL reports whether the named dll key (a base name, like
|
/external/google-benchmark/src/ |
benchmark.cc | 292 std::vector<BenchmarkReporter::Run> reports; // return value local 359 reports.push_back(report); 383 auto stat_reports = ComputeStats(reports); 391 if (report_aggregates_only) reports.clear(); 392 reports.insert(reports.end(), stat_reports.begin(), stat_reports.end()); 393 return reports; 515 std::vector<BenchmarkReporter::Run> reports = local 517 console_reporter->ReportRuns(reports); 518 if (file_reporter) file_reporter->ReportRuns(reports); [all...] |
/external/libcxx/utils/google-benchmark/src/ |
benchmark.cc | 282 std::vector<BenchmarkReporter::Run> reports; // return value local 338 reports.push_back(report); 362 auto stat_reports = ComputeStats(reports); 370 if (report_aggregates_only) reports.clear(); 371 reports.insert(reports.end(), stat_reports.begin(), stat_reports.end()); 372 return reports; 493 std::vector<BenchmarkReporter::Run> reports = local 495 console_reporter->ReportRuns(reports); 496 if (file_reporter) file_reporter->ReportRuns(reports); [all...] |
/prebuilts/go/darwin-x86/src/cmd/asm/internal/lex/ |
lex.go | 32 // IsRegisterShift reports whether the token is one of the ARM register shift operators. 66 // HistLine reports the cumulative source line number of the token, 103 // File reports the source file name of the token. 105 // Line reports the source line number of the token. 107 // Col reports the source column number of the token.
|
/prebuilts/go/linux-x86/src/cmd/asm/internal/lex/ |
lex.go | 32 // IsRegisterShift reports whether the token is one of the ARM register shift operators. 66 // HistLine reports the cumulative source line number of the token, 103 // File reports the source file name of the token. 105 // Line reports the source line number of the token. 107 // Col reports the source column number of the token.
|
/prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/lex/httplex/ |
httplex.go | 109 // HeaderValuesContainsToken reports whether any string in values 120 // isOWS reports whether b is an optional whitespace byte, as defined 140 // headerValueContainsToken reports whether v (assumed to be a 160 // tokenEqual reports whether t1 and t2 are equal, ASCII case-insensitively. 177 // isLWS reports whether b is linear white space, according 182 // isCTL reports whether b is a control byte, according 191 // ValidHeaderFieldName reports whether v is a valid HTTP/1.x header name. 213 // ValidHostHeader reports whether h is a valid host header. 270 // ValidHeaderFieldValue reports whether v is a valid "field-value" according to
|
/prebuilts/go/linux-x86/src/vendor/golang_org/x/net/lex/httplex/ |
httplex.go | 109 // HeaderValuesContainsToken reports whether any string in values 120 // isOWS reports whether b is an optional whitespace byte, as defined 140 // headerValueContainsToken reports whether v (assumed to be a 160 // tokenEqual reports whether t1 and t2 are equal, ASCII case-insensitively. 177 // isLWS reports whether b is linear white space, according 182 // isCTL reports whether b is a control byte, according 191 // ValidHeaderFieldName reports whether v is a valid HTTP/1.x header name. 213 // ValidHostHeader reports whether h is a valid host header. 270 // ValidHeaderFieldValue reports whether v is a valid "field-value" according to
|
/hardware/qcom/gps/sdm845/gnss/ |
GnssAdapter.cpp | 2786 SystemStatusReports reports = {}; local [all...] |
/hardware/qcom/gps/msm8998/gnss/ |
GnssAdapter.cpp | 2768 SystemStatusReports reports = {}; local [all...] |