OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:calculated
(Results
1 - 25
of
1928
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/
RawContentVerifier.java
5
* verified using the digest of the
calculated
data.
12
* @param digest digest
calculated
from the content.
DigestCalculator.java
31
* Return the digest
calculated
on what has been written to the calculator's output stream.
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
CompositionShiftLeastGreatestAtom.java
8
* The optional composition shift least greatest atom summarizes the
calculated
20
// A 32-bit unsigned integer that specifies the
calculated
value.
23
// A 32-bit signed integer that specifies the
calculated
value.
26
// A 32-bit signed integer that specifies the
calculated
value.
29
//A 32-bit signed integer that specifies the
calculated
value.
32
//A 32-bit signed integer that specifies the
calculated
value.
/external/chromium_org/ui/gfx/
favicon_size.h
16
// is
calculated
and returned in width/height that maintains the aspect
/external/llvm/test/Assembler/
2002-08-22-DominanceProblem.ll
3
; Dominance relationships is not
calculated
correctly for unreachable blocks,
/external/chromium_org/third_party/WebKit/Source/platform/
Length.h
44
Calculated
,
77
ASSERT(t !=
Calculated
);
83
ASSERT(t !=
Calculated
);
89
ASSERT(t !=
Calculated
);
95
ASSERT(t !=
Calculated
);
245
// FIXME calc: https://bugs.webkit.org/show_bug.cgi?id=80357. A
calculated
Length
275
bool isPercent() const { return type() == Percent || type() ==
Calculated
; }
280
bool isSpecified() const { return type() == Fixed || type() == Percent || type() ==
Calculated
; }
282
bool isCalculated() const { return type() ==
Calculated
; }
299
if (from.type() ==
Calculated
|| type() == Calculated
[
all
...]
LengthFunctions.cpp
47
case
Calculated
:
73
case
Calculated
:
106
case
Calculated
:
/external/chromium_org/components/visitedlink/common/
visitedlink_messages.h
22
// coloring state for the given hash must be re-
calculated
.
27
// re-
calculated
.
/external/chromium_org/rlz/lib/
crc32_unittest.cc
17
// Externally
calculated
at http://crc32-checksum.waraxe.us/
36
// Externally
calculated
at http://crc32-checksum.waraxe.us/
machine_id.cc
19
static bool
calculated
= false;
local
20
if (
calculated
) {
33
calculated
= true;
/frameworks/base/core/java/android/animation/
ArgbEvaluator.java
39
* This function returns the
calculated
in-between value for a color
42
* and the resulting
calculated
values are recombined into the return value.
49
* @return A value that is
calculated
to be the linearly interpolated
/external/chromium_org/remoting/host/
pin_hash.h
18
// Returns true if the
calculated
and given hashes are equal.
/external/chromium_org/tools/gyp/test/variables/filelist/src/
filelist2.gyp
6
# a pre-
calculated
file list at gyp time and returns foo.txt.
/external/clang/test/SemaTemplate/
exception-spec-crash.cpp
24
// expected-error@-2 {{does not match the
calculated
}}
/frameworks/native/include/media/editor/
II420ColorConverter.h
72
* @param encoderWidth (IN) Encoder buffer width, as
calculated
by
74
* @param encoderHeight (IN) Encoder buffer height, as
calculated
by
77
* the encoder buffer, as
calculated
by
80
* this buffer is
calculated
by
/external/clang/test/CXX/dcl.decl/dcl.fct.def/dcl.fct.def.default/
p2.cpp
70
E2() noexcept(false) = default; // expected-error {{exception specification of explicitly defaulted default constructor does not match the
calculated
one}}
71
E2(const E2&) noexcept(false) = default; // expected-error {{exception specification of explicitly defaulted copy constructor does not match the
calculated
one}}
72
E2(E2&&) noexcept(false) = default; // expected-error {{exception specification of explicitly defaulted move constructor does not match the
calculated
one}}
73
E2 &operator=(const E2&) noexcept(false) = default; // expected-error {{exception specification of explicitly defaulted copy assignment operator does not match the
calculated
one}}
74
E2 &operator=(E2&&) noexcept(false) = default; // expected-error {{exception specification of explicitly defaulted move assignment operator does not match the
calculated
one}}
75
~E2() noexcept(false) = default; // expected-error {{exception specification of explicitly defaulted destructor does not match the
calculated
one}}
/external/clang/test/CXX/except/except.spec/
p14.cpp
96
Derived3() noexcept(true) = default; // expected-error {{does not match the
calculated
}}
97
Derived3(const Derived3&) noexcept(true) = default; // expected-error {{does not match the
calculated
}}
98
Derived3(Derived3&&) noexcept(true) = default; // expected-error {{does not match the
calculated
}}
99
Derived3 &operator=(const Derived3&) noexcept(true) = default; // expected-error {{does not match the
calculated
}}
100
Derived3 &operator=(Derived3&&) noexcept(true) = default; // expected-error {{does not match the
calculated
}}
101
~Derived3() noexcept(true) = default; // expected-error {{does not match the
calculated
}}
/frameworks/base/docs/html/training/graphics/opengl/
projection.jd
45
window. A projection transformation typically only has to be
calculated
when the proportions of the
55
drawn objects. A camera view transformation might be
calculated
only once when you establish your
66
<p>The data for a projection transformation is
calculated
in the {@link
104
transformation is
calculated
using the {@link android.opengl.Matrix#setLookAtM Matrix.setLookAtM()}
105
method and then combined with the previously
calculated
projection matrix. The combined
156
public void draw(float[] mvpMatrix) { // pass in the
calculated
transformation matrix
173
<p>Once you have correctly
calculated
and applied the projection and camera view transformations,
/external/chromium_org/remoting/test/
fake_socket_factory.h
37
// latency
calculated
based on these parameters is added to the buffering
38
// delay (which is
calculated
based on the parameters passed to
39
// SetBandwidth()). I.e. total latency for each packet is
calculated
using the
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioParamTimeline.h
58
// and returns the last parameter value
calculated
for "values" or the defaultValue if none were
calculated
.
59
// controlRate is the rate (number per second) at which parameter values will be
calculated
.
/external/webrtc/src/modules/audio_processing/utility/
delay_estimator.h
79
// - delay : >= 0 -
Calculated
delay value.
87
// Returns the last
calculated
delay updated by the function
94
// - delay : >= 0 - Last
calculated
delay value
delay_estimator_wrapper.h
80
// - delay : >= 0 -
Calculated
delay value.
97
// Returns the last
calculated
delay updated by the function
104
// - delay : >= 0 - Last
calculated
delay value.
/external/webrtc/test/testsupport/metrics/
video_metrics.h
45
// (must be in I420 format). All
calculated
values are filled into the
68
// I420 format). All
calculated
values are filled into the QualityMetricsResult
89
// I420 format). All
calculated
values are filled into the QualityMetricsResult
/cts/suite/audio_quality/test_description/
dut_playback_spectrum.xml
30
<!-- input: host record, device record, samping rate, low frequency in Hz, high frequency in Hz, allowed error for pass in smaller side, allowed error in bigger side%, output: min value in lower side
calculated
normalized to 1.0, max value in higher side,
calculated
amplitude ratio in mannitude only between low f to high f -->
dut_recording_spectrum.xml
34
<!-- input: host record, device record, samping rate, low frequency in Hz, high frequency in Hz, allowed error for pass in smaller side, allowed error in bigger side%, output: min value in lower side
calculated
normalized to 1.0, max value in higher side,
calculated
amplitude ratio in mannitude only between low f to high f -->
Completed in 724 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>