OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:discrete
(Results
1 - 25
of
269
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
/external/chromium_org/third_party/WebKit/ManualTests/
svg-animateTransform-calcMode-discrete.svg
2
<text x="10" y="20">Testing calcMode="
discrete
" for <animateTransform>. The rect should jump by 100px at 2s.</text>
4
<animateTransform attributeName="transform" type="translate" from="0,0" to="100,0" calcMode="
discrete
" fill="freeze" dur="4s"/>
/external/chromium_org/third_party/skia/src/animator/
SkDrawDiscrete.h
16
DECLARE_MEMBER_INFO(
Discrete
);
/external/chromium_org/ui/
README.chromium
1
This directory contains
discrete
components used to build Chromium's user
/external/skia/src/animator/
SkDrawDiscrete.h
16
DECLARE_MEMBER_INFO(
Discrete
);
/external/speex/libspeex/
smallft.h
19
@brief
Discrete
Rotational Fourier Transform (DRFT)
30
/**
Discrete
Rotational Fourier Transform lookup */
/external/chromium/chrome/browser/chromeos/login/
auth_attempt_state_resolver.h
16
// set of
discrete
states.
/external/chromium_org/chrome/browser/chromeos/login/
auth_attempt_state_resolver.h
15
// set of
discrete
states.
/external/chromium_org/ui/gl/
gpu_preference.h
11
// or
discrete
GPU. On systems that have dual-GPU support (see
gpu_switching_manager.h
27
// Set the switching option to PreferDiscreteGpu; switch to
discrete
GPU
gl_surface_cgl.cc
35
// Avoid switching to the
discrete
GPU just for this pixel
/external/chromium_org/third_party/skia/include/effects/
SkDiscretePathEffect.h
15
This path effect chops a path into
discrete
segments, and randomly displaces them.
/external/skia/include/effects/
SkDiscretePathEffect.h
15
This path effect chops a path into
discrete
segments, and randomly displaces them.
/external/chromium/chrome/browser/sync/
sync_setup_wizard.cc
36
// This is just a
discrete
run.
87
"Invalid start state for
discrete
run: " << start_state;
/external/chromium_org/gpu/config/
gpu_info_collector_mac.mm
102
int
discrete
= -1;
111
discrete
= 1 - integrated;
115
discrete
= 1 - integrated;
121
if (integrated >= 0 &&
discrete
>= 0) {
122
// We always put
discrete
GPU as primary for blacklisting purpose.
123
gpu_info->gpu = gpu_list[
discrete
];
/external/guava/guava/src/com/google/common/collect/
DiscreteDomains.java
37
* Returns the
discrete
domain for values of type {@code Integer}.
77
* Returns the
discrete
domain for values of type {@code Long}.
124
* Returns the
discrete
domain for values of type {@code BigInteger}.
DiscreteDomain.java
25
* A descriptor for a <i>
discrete
</i> {@code Comparable} domain such as all
26
* {@link Integer}s. A
discrete
domain is one that supports the three basic
31
* <p>A
discrete
domain always represents the <i>entire</i> set of values of its
75
* <p>Note that this function is necessarily well-defined for any
discrete
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGComponentTransferFunctionElement.h
45
return "
discrete
";
62
if (value == "
discrete
")
/external/libvorbis/lib/
mdct.h
13
function: modified
discrete
cosine transform prototypes
/frameworks/base/docs/html/design/building-blocks/
seek-bars.jd
5
<p>Interactive sliders make it possible to select a value from a continuous or
discrete
range of values
/frameworks/base/media/mca/filterfw/native/core/
statistics.h
46
//
Discrete
-time implementation of a simple RC low-pass filter:
/external/chromium_org/media/audio/
simple_sources.cc
38
// We store the
discrete
time value |t| in a member to ensure that the
/external/chromium_org/ppapi/api/
pp_graphics_3d.idl
80
* The context may be high-power and may be created on a
discrete
gpu.
/external/chromium_org/ppapi/c/
pp_graphics_3d.h
93
* The context may be high-power and may be created on a
discrete
gpu.
/external/chromium_org/third_party/WebKit/Source/platform/audio/
AudioUtilities.h
39
// discreteTimeConstantForSampleRate() will return the
discrete
time-constant for the specific sampleRate.
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/tools/
user.hpp
77
// What do
discrete
quantiles return?
Completed in 815 milliseconds
1
2
3
4
5
6
7
8
9
10
11