OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:reported
(Results
76 - 100
of
3442
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/cts/libs/deviceutil/src/android/cts/util/
MediaPerfUtils.java
135
/** Verifies |measuredFps| against
reported
achievable rates. Returns null if at least
136
* one measurement falls within the margins of the
reported
range. Otherwise, returns
140
Range<Double>
reported
=
local
143
if (
reported
== null) {
146
double lowerBoundary1 =
reported
.getLower() / FRAMERATE_TOLERANCE;
147
double upperBoundary1 =
reported
.getUpper() * FRAMERATE_TOLERANCE;
148
double lowerBoundary2 =
reported
.getUpper() / Math.pow(FRAMERATE_TOLERANCE, 2);
149
double upperBoundary2 =
reported
.getLower() * Math.pow(FRAMERATE_TOLERANCE, 2);
162
return "Expected " + kind + ": " +
reported
+ ".\n"
/frameworks/av/include/media/
AudioPolicy.h
43
// definition of the different events that can be
reported
on a dynamic policy from
78
// must be
reported
through the AudioPolicyClient interface
101
// which update type is
reported
/external/autotest/client/site_tests/hardware_VideoDecodeCapable/
control.v4l2
9
This test will fail if
reported
supported formats are different from expected.
/external/autotest/client/site_tests/kernel_ConfigVerify/
control
18
Checks that the
reported
CONFIG_* variables in /boot/config-$(uname -r)
/external/chromium-trace/catapult/dashboard/
README.md
17
Bugs can be
reported
on the
/external/chromium-trace/catapult/third_party/gsutil/third_party/six/
README
12
Bugs can be
reported
to https://bitbucket.org/gutworth/six. The code can also
/external/chromium-trace/catapult/third_party/six/
README
12
Bugs can be
reported
to https://bitbucket.org/gutworth/six. The code can also
/external/clang/test/Analysis/
exceptions.mm
32
// FIXME: this should be
reported
as a leak, because C++ exceptions are
/external/compiler-rt/test/asan/TestCases/
coverage-and-lsan.cc
1
// Make sure coverage is dumped even if there are
reported
leaks.
/external/compiler-rt/test/tsan/
cond_race.cc
35
// otherwise it can be
reported
as use-after-free
pthread_atfork_deadlock.c
4
// When the data race was
reported
, pthread_atfork() handler used to be
suppress_same_stacks.cc
27
// CHECK: ThreadSanitizer:
reported
1 warnings
/external/guice/core/src/com/google/inject/internal/
ErrorHandler.java
34
* Handles a user-
reported
error.
/external/jacoco/org.jacoco.agent.rt/src/org/jacoco/agent/rt/internal/
IExceptionLogger.java
15
* At several places exception might occur that should be
reported
. For
/external/libxml2/test/schemas/
any7_0.xml
3
No error
reported
.
any7_1.xml
3
Error
reported
:
any7_2.xml
3
No error
reported
.
/external/llvm/test/CodeGen/MIR/Generic/
llvm-ir-error-reported.mir
2
# This test ensures an error is
reported
if the embedded LLVM IR contains an
machine-function-missing-function.mir
2
# This test ensures that an error is
reported
when the mir file has LLVM IR and
/external/llvm/test/CodeGen/MIR/X86/
undefined-global-value.mir
2
# This test ensures that an error is
reported
when an invalid global value index
undefined-named-global-value.mir
2
# This test ensures that an error is
reported
when an undefined global value is
/external/llvm/test/MC/ARM/
ldr-pseudo-obj-errors.s
6
@These tests look for errors that should be
reported
for invalid object layout
/external/llvm/test/MC/Mips/
module-softfloat.s
20
# command line options and any inconsistencies
reported
via a warning.
nooddspreg-error.s
14
# command line options and any inconsistencies
reported
via a warning.
/external/testng/src/test/java/test/dataprovider/
FailingDataProviderTest.java
19
@Test(description = "TESTNG-142: Exceptions in DataProvider are not
reported
as failed test")
Completed in 767 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>