OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:report
(Results
726 - 750
of
7456
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/build/tools/releasetools/
pylintrc
51
# Enable the message,
report
, category or checker with the given id(s). You can
56
# Disable the message,
report
, category or checker with the given id(s). You
80
# Tells whether to display a full
report
or only the messages
86
# number of statements analyzed. This is used by the global evaluation
report
91
# evaluation
report
(RP0004).
346
# given file (
report
RP0402 must not be disabled)
349
# Create a graph of external dependencies in the given file (
report
RP0402 must
353
# Create a graph of internal dependencies in the given file (
report
RP0402 must
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
TestResult.java
52
/** Sets the test activity's result to pass including a test
report
log result. */
64
/** Sets the test activity's result to failed including a test
report
log result. */
/developers/build/prebuilts/gradle/BatchStepSensor/Application/src/main/res/values/
strings.xml
22
<string name="batching_queue_description">Batching allows the sensor to
report
sensor events at
24
them in intervals, based on the maximum
report
latency specified when the listener is
/developers/samples/android/sensors/BatchStepSensor/Application/src/main/res/values/
strings.xml
22
<string name="batching_queue_description">Batching allows the sensor to
report
sensor events at
24
them in intervals, based on the maximum
report
latency specified when the listener is
/development/ndk/platforms/android-9/include/android/
asset_manager.h
111
*
Report
the total size of the asset data.
116
*
Report
the total amount of asset data that can be read from the current position.
/development/samples/browseable/BatchStepSensor/res/values/
strings.xml
22
<string name="batching_queue_description">Batching allows the sensor to
report
sensor events at
24
them in intervals, based on the maximum
report
latency specified when the listener is
/external/antlr/antlr-3.4/antlr3-maven-plugin/src/main/java/org/antlr/mojo/antlr3/
Antlr3Mojo.java
77
* it will
report
various statistics about the parser, such as information
82
protected boolean
report
;
field in class:Antlr3Mojo
99
* If set to true, then then the generated parser will compute and
report
on
135
* If this parameter is set to true, then ANTLR will
report
all sorts of things
278
log.debug("ANTLR:
report
: " +
report
);
307
log.error("The attempt to create the ANTLR build tool failed, see exception
report
for details");
319
tool.setReport(
report
);
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
EventBuilder.java
93
* @param caught true to
report
caught exception, false otherwise.
94
* @param uncaught true to
report
uncaught exception, false otherwise
/external/bison/doc/
cross-options.texi
61
@item @option{--
report
-file=@var{file}}
65
@item @option{--
report
=@var{things}}
/external/bison/src/
complain.h
38
/** Informative messages, but we proceed.
Report
iff
75
/** A midrule-value warning.
Report
iff
/external/clang/docs/
SanitizerSpecialCaseList.rst
47
# AddressSanitizer prints an error
report
.
49
# No error
report
here.
/external/clang/lib/Frontend/
CompilerInvocation.cpp
146
Diags.
Report
(diag::err_drv_invalid_value)
162
Diags.
Report
(diag::err_drv_invalid_value)
178
Diags.
Report
(diag::err_drv_invalid_value)
194
Diags.
Report
(diag::err_drv_invalid_value)
210
Diags.
Report
(diag::err_drv_invalid_value)
271
Diags.
Report
(SourceLocation(),
277
Diags.
Report
(SourceLocation(),
307
Diags.
Report
(diag::err_drv_invalid_value) << A->getAsString(Args) << Value;
321
Diags.
Report
(diag::err_drv_optimization_remark_pattern)
337
Diags.
Report
(diag::err_drv_invalid_value) << FlagName << Sanitizer
[
all
...]
CreateInvocationFromCommandLine.cpp
70
Diags->
Report
(diag::err_fe_expected_compiler_job) << OS.str();
76
Diags->
Report
(diag::err_fe_expected_clang_command);
/external/clang/lib/StaticAnalyzer/Checkers/
UndefinedAssignmentChecker.cpp
41
// Do not
report
assignments of uninitialized values inside swap functions.
59
// Generate a
report
for this bug.
/external/e2fsprogs/debugfs/
debug_cmds.ct
16
request do_freefrag, "
Report
free space fragmentation",
55
request do_filefrag, "
Report
fragmentation information for an inode",
/external/emma/ant/ant14/com/vladium/emma/report/
IReportEnums.java
9
package com.vladium.emma.
report
;
11
import com.vladium.emma.
report
.IReportProperties;
/external/emma/core/java12/com/vladium/emma/report/
IReportProperties.java
9
package com.vladium.emma.
report
;
22
String PREFIX = "
report
.";
/external/gtest/test/
gtest_premature_exit_test.cc
91
// process will catch the (expected) crash and
report
a success;
93
// to
report
that the death test has failed.
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
CollationCreationMethodTest.java
81
report
(locale.getDisplayName(), randString1, key1, key2);
112
private void
report
(String localeName, String string1, CollationKey k1, CollationKey k2)
method in class:CollationCreationMethodTest
/external/jsoncpp/include/json/
config.h
23
/// as if it was a POD) that may cause some validation tool to
report
errors.
27
// If non-zero, the library uses exceptions to
report
bad input instead of C
/external/lldb/test/lang/cpp/char1632_t/
TestChar1632T.py
57
# Check that we correctly
report
the const types
61
# Check that we correctly
report
the non-const types
/external/llvm/lib/Support/
Compression.cpp
59
// This avoids a false
report
when running LLVM with uninstrumented ZLib.
73
// This avoids a false
report
when running LLVM with uninstrumented ZLib.
/external/llvm/utils/
clang-parse-diagnostics-file
63
# Get the list of files and diagnostics to
report
.
81
# If there are no diagnostics to
report
, show nothing.
/external/skia/experimental/PdfViewer/
SkPdfFont.cpp
175
// TODO(edisonn):
report
warning to be used in testing.
187
// TODO(edisonn):
report
warning to be used in testing.
226
// TODO(edisonn): warning/
report
issue
253
// TODO(edisonn):
report
error?
260
return NULL; // TODO(edisonn):
report
default one?
319
// TODO(edisonn):
report
err of it is not a (hex) string
362
// TODO(edisonn): check token type! ignore/
report
errors.
407
// if i != end, verify last byte id not if, ignore/
report
error
/external/skia/site/dev/contrib/
index.md
7
Report
Bugs
10
Find bugs to fix or
report
new bugs in the [Skia issue tracker](http://code.google.com/p/skia/issues/list).
Completed in 199 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>