OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:report
(Results
476 - 500
of
7456
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/chromium-trace/trace-viewer/tracing/third_party/mocha/
mocha.css
193
#mocha-
report
.pass .test.fail {
197
#mocha-
report
.fail .test.pass {
201
#mocha-
report
.pending .test.pass,
202
#mocha-
report
.pending .test.fail {
205
#mocha-
report
.pending .test.pass.pending {
/external/clang/lib/StaticAnalyzer/Checkers/
ReturnUndefChecker.cpp
87
BugReport *
Report
= new BugReport(BT, BT.getDescription(), N);
89
Report
->addRange(RetE->getSourceRange());
90
bugreporter::trackNullOrUndefValue(N, TrackingE ? TrackingE : RetE, *
Report
);
92
C.emitReport(
Report
);
114
// The return value is known to be null. Emit a bug
report
.
NSAutoreleasePoolChecker.cpp
71
BugReport *
Report
= new BugReport(*BT, "Use -drain instead of -release when "
73
Report
->addRange(msg.getSourceRange());
74
C.emitReport(
Report
);
/external/libcap-ng/libcap-ng-0.7/utils/
captest.c
54
static void
report
(void)
function
231
report
();
238
report
();
256
report
();
261
report
();
/external/wpa_supplicant_8/src/ap/
ap_mlme.c
40
* mlme_authenticate_indication -
Report
the establishment of an authentication
66
* mlme_deauthenticate_indication -
Report
the invalidation of an
90
* mlme_associate_indication -
Report
the establishment of an association with
113
* mlme_reassociate_indication -
Report
the establishment of an reassociation
137
* mlme_disassociate_indication -
Report
disassociation with a specific peer
/frameworks/base/cmds/hid/src/com/android/commands/hid/
Device.java
60
public Device(int id, String name, int vid, int pid, byte[] descriptor, byte[]
report
) {
75
args.arg3 =
report
;
80
public void sendReport(byte[]
report
) {
81
Message msg = mHandler.obtainMessage(MSG_SEND_REPORT,
report
);
122
Log.e(TAG, "Tried to send
report
to closed device.");
/libcore/luni/src/main/java/org/xml/sax/ext/
DeclHandler.java
40
* If the reader does not
report
declaration events, it will throw a
52
*
Report
an element type declaration.
72
*
Report
an attribute type declaration.
105
*
Report
an internal entity declaration.
123
*
Report
a parsed external entity declaration.
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-components/1.1.14/
plexus-components-1.1.14.pom
105
<artifactId>maven-surefire-
report
-plugin</artifactId>
154
<
report
>javadoc</
report
>
155
<
report
>test-javadoc</
report
>
/external/compiler-rt/lib/asan/
asan_report.cc
195
Report
("%s", str.data());
466
//
Report
the number of stack objects.
469
//
Report
all objects in this frame.
602
// immediately after printing error
report
.
605
explicit ScopedInErrorReport(ReportData *
report
= nullptr) {
609
// Do not print more than one
report
, otherwise they will mix up.
612
Report
("AddressSanitizer: while reporting a bug found another one. "
618
// an error
report
will finish doing it.
625
if (
report
) report_data = *
report
;
1014
ReportData
report
= { pc, sp, bp, addr, (bool)is_write, access_size,
local
[
all
...]
/external/tremolo/Tremolo/
bitwise.c
369
void
report
(char *in){
function
402
report
("out of data!\n");
405
report
("looked at incorrect value!\n");
408
report
("premature end of data when reading!\n");
412
report
("read incorrect value!\n");
417
report
("wrong number of bits while reading!\n");
419
report
("wrong number of bytes while reading!\n");
424
report
("leftover bytes after read!\n");
435
report
("\nERROR: too many bits reported left over.\n");
439
report
("\nERROR: read to but not past exact end tripped EOF.\n")
[
all
...]
/libcore/luni/src/main/java/java/nio/charset/
CharsetEncoder.java
57
* {@link CodingErrorAction#
REPORT
report
} the error to the caller. The alternatives are to
93
private CodingErrorAction malformedInputAction = CodingErrorAction.
REPORT
;
94
private CodingErrorAction unmappableCharacterAction = CodingErrorAction.
REPORT
;
203
onMalformedInput(CodingErrorAction.
REPORT
);
204
onUnmappableCharacter(CodingErrorAction.
REPORT
);
245
* {@link CodingErrorAction#
REPORT
CodingErrorAction.
REPORT
}
250
* {@link CodingErrorAction#
REPORT
CodingErrorAction.
REPORT
}
[
all
...]
/prebuilts/tools/common/m2/repository/org/codehaus/gmaven/gmaven/1.5/
gmaven-1.5.pom
693
<
report
>index</
report
>
694
<
report
>summary</
report
>
695
<
report
>project-team</
report
>
696
<
report
>mailing-list</
report
>
697
<
report
>cim</
report
>
[
all
...]
/art/tools/
art
62
elif [ "$1" = "--perf-
report
" ]; then
63
PERF="
report
"
107
perf
report
-i $ANDROID_DATA/perf.data
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
TestListActivity.java
125
TestResultsReport
report
= new TestResultsReport(this, mAdapter);
local
127
intent.putExtra(ReportViewerActivity.EXTRA_REPORT_CONTENTS,
report
.getContents());
131
Log.e(TAG, "Couldn't copy test results
report
", e);
/cts/tests/tests/hardware/src/android/hardware/multiprocess/
ErrorLoggingService.java
90
* The messenger binder used by clients of this service to
report
/retrieve errors.
135
Log.e(TAG, "Could not
report
log message to remote, " +
360
* @param
report
future to remove.
362
public void cancel(SettableFuture<List<LogEvent>>
report
) {
363
mFuturesQueue.remove(
report
);
364
report
.cancel(true);
368
* Add future for the next received
report
from this service.
370
* @param
report
a future to get the next received event
report
from.
372
public void addFuture(SettableFuture<List<LogEvent>>
report
) {
[
all
...]
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
ResultFilter.java
35
* It will only
report
test results for expected tests, and at end of invocation, will
report
the
121
*
Report
the set of expected tests that were not executed
/external/chromium-trace/trace-viewer/third_party/Paste/paste/exceptions/
reporter.py
47
def
report
(self, exc_data):
member in class:EmailReporter
111
def
report
(self, exc_data):
member in class:LogReporter
129
def
report
(self, exc_data):
member in class:FileReporter
/external/chromium-trace/trace-viewer/third_party/Paste/tests/test_exceptions/
test_formatter.py
57
report
= getattr(formatter, 'format_' + type)(data, **ops)
58
return
report
147
# content part of the
report
/external/compiler-rt/lib/sanitizer_common/
sanitizer_libignore.cc
26
Report
("%s: too many ignored libraries (max: %d)\n", SanitizerToolName,
66
Report
("%s: called_from_lib suppression '%s' is matched against"
87
Report
("%s: library '%s' that was matched against called_from_lib"
/external/icu/icu4c/source/test/perf/collationperf/
readme.html
18
<LI>Sort Key generation.
Report
on key lengths and key generation times.
19
<LI>Binary search.
Report
the average time required to look up each of the names (file lines) from the file in
21
<LI>Quick Sort.
Report
the time required to sort the file in memory, using the C library qsort function. The file
/external/libcxx/test/libcxx/android/test/
format.py
58
cmd,
report
, rc = libcxx.test.format.LibcxxTestFormat._build(
61
return cmd,
report
, rc
77
return cmd,
report
, rc
/external/linux-tools-perf/src/tools/perf/Documentation/
perf-annotate.txt
72
--cpu:: Only
report
samples for the list of CPUs provided. Multiple CPUs can
74
CPUs are specified with -: 0-2. Default is to
report
samples on all
101
linkperf:perf-record[1], linkperf:perf-
report
[1]
/external/skia/src/gpu/gl/debug/
GrDebugGL.cpp
57
// unref & delete the texture units first so they don't show up on the leak
report
63
this->
report
();
206
void GrDebugGL::
report
() const {
function in class:GrDebugGL
/external/slf4j/slf4j-site/src/site/pages/
bug-reporting.html
22
<h1>Before you
report
a bug</h1>
40
bug
report
includes a detailed description of the problem and a
77
you file a formal
report
in JIRA, our bug tracking system.
/external/tcpdump/tests/
icmpv6.out
23
IP6 (hlim 1, next-header Options (0) payload length: 36) fe80::215:17ff:fecc:e546 > ff02::16: HBH (rtalert: 0x0000) (padn) [icmp6 sum ok] ICMP6, multicast listener
report
v2, 1 group record(s) [gaddr ff02::db8:1122:3344 to_ex { }]
25
IP6 (hlim 1, next-header Options (0) payload length: 96) fe80::215:17ff:fecc:e546 > ff02::16: HBH (rtalert: 0x0000) (padn) [icmp6 sum ok] ICMP6, multicast listener
report
v2, 4 group record(s) [gaddr ff02::db8:1122:3344 is_ex { }] [gaddr ff02::1:ffcc:e546 is_ex { }] [gaddr ff02::1:ffa7:10ad is_ex { }] [gaddr ff02::1:ff00:2 is_ex { }]
26
IP6 (hlim 1, next-header Options (0) payload length: 36) fe80::215:17ff:fecc:e546 > ff02::16: HBH (rtalert: 0x0000) (padn) [icmp6 sum ok] ICMP6, multicast listener
report
v2, 1 group record(s) [gaddr ff02::db8:1122:3344 to_in { }]
Completed in 475 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>