Home
last modified time | relevance | path

Searched refs:continuous (Results 1 – 25 of 83) sorted by relevance

1234

/external/python/cpython2/Doc/library/
Dcmath.rst19 zeros, functions involving branch cuts are continuous on *both*
51 continuous from above. On systems with support for signed zeros
101 along the negative real axis to -∞, continuous from above.
124 1 along the real axis to ∞, continuous from below. The other extends left from
125 -1 along the real axis to -∞, continuous from above.
136 ``1j`` along the imaginary axis to ``∞j``, continuous from the right. The
137 other extends from ``-1j`` along the imaginary axis to ``-∞j``, continuous
165 extending left from 1 along the real axis to -∞, continuous from above.
172 continuous from the right. The other extends from ``-1j`` along
173 the imaginary axis to ``-∞j``, continuous from the left.
[all …]
Dcd.rst148 :meth:`readda` method. Best is defined as the value that permits a continuous
/external/skia/infra/bots/tools/luci-go/
DREADME.md8 - mac64: http://build.chromium.org/p/chromium.infra/builders/infra-continuous-mac-10.10-64/
9 - linux64: http://build.chromium.org/p/chromium.infra/builders/infra-continuous-precise-64/
10 - win64: http://build.chromium.org/p/chromium.infra/builders/infra-continuous-win-64/
/external/chromium-trace/catapult/systrace/profile_chrome/
Dmain.py138 if not options.trace_time and not options.continuous:
151 options.trace_time if not options.continuous else 0,
/external/boringssl/src/util/bot/
DREADME2 continuous integration bots. It is in the repository for convenience and can be
/external/webrtc/webrtc/modules/video_coding/
Dframe_buffer.cc250 void VCMFrameBuffer::PrepareForDecode(bool continuous) { in PrepareForDecode() argument
267 _missingFrame = !continuous; in PrepareForDecode()
Dframe_buffer.h42 void PrepareForDecode(bool continuous);
Djitter_buffer.cc568 bool continuous = true; in ExtractAndSetDecode() local
572 continuous = last_decoded_state_.ContinuousFrame(frame); in ExtractAndSetDecode()
599 frame->PrepareForDecode(continuous); in ExtractAndSetDecode()
768 bool continuous = IsContinuous(*frame); in InsertPacket() local
780 if (continuous) { in InsertPacket()
790 if (continuous) { in InsertPacket()
/external/icu/icu4j/perf-tests/
DREADME.txt7 Please note that to run the performance test for ICU4J as a part of continuous build, you will need…
/external/autotest/client/site_tests/touch_TouchscreenScroll/
DREADME7 scroll during the movement. Scroll should be continuous.
/external/autotest/server/site_tests/platform_BootPerfServer/
Dcontrol.shard14 the client has a healthy testing history, and is ready for continuous jobs.
/external/clang/test/ARCMT/
Dobjcmt-atomic-property.m.result73 @property (getter=isContinuous) BOOL continuous;
117 @property (getter=isContinuous) BOOL continuous;
Dobjcmt-ns-nonatomic-iosonly.m.result80 @property (NS_NONATOMIC_IOSONLY, getter=isContinuous) BOOL continuous;
124 @property (NS_NONATOMIC_IOSONLY, getter=isContinuous) BOOL continuous;
Dobjcmt-property.m.result76 @property (nonatomic, getter=isContinuous) BOOL continuous;
120 @property (nonatomic, getter=isContinuous) BOOL continuous;
/external/autotest/test_suites/
Dcontrol.au7 PURPOSE = "Automated testing of autoupdate done by continuous builders."
/external/deqp/doc/testspecs/GLES3/
Dfunctional.texture.mipmap.txt43 gets assigned a different color from a continuous gradient. Thus it is possible
/external/tinyalsa/
Dpcm.c1128 unsigned int continuous, copy_frames, avail; in pcm_mmap_begin() local
1139 continuous = pcm->buffer_size - *offset; in pcm_mmap_begin()
1145 if (copy_frames > continuous) in pcm_mmap_begin()
1146 copy_frames = continuous; in pcm_mmap_begin()
/external/gemmlowp/meta/
DREADME27 they can be read from continuous memory in one op inside the kernel. Additional
/external/deqp/doc/testspecs/GLES31/
Dfunctional.shaders.atomic_counter.txt61 call check that each value returned is unique and all values are in continuous
/external/toolchain-utils/go/patch/
Dgo2.patch15 …nt("shards", 0, "number of shards. If 0, all tests are run. This is used by the continuous build.")
/external/python/cpython2/Doc/howto/
Dpyporting.rst42 #. Once your dependencies are no longer blocking you, use continuous integration
340 Use continuous integration to stay compatible
346 tox with your continuous integration system so that you never accidentally break
/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/
Dadv-switch-opt.ll15 ; Dense but non-continuous ranges should be converted into a jump table.
/external/libogg/doc/
Drfc5334.txt161 time-continuous binary data [RFC3533]. The content types of the
252 various multiplexed signals or streams of continuous data, with or
Drfc3533.txt80 other time-continuous data streams that are prepared by an encoder as
157 encapsulation of time-continuous bitstreams. It does not know any
/external/libyuv/files/docs/
Dfiltering.md171 3. Mirror the UV coordinate, which is similar to clamping. Good for continuous tone images.

1234