HomeSort by relevance Sort by last modified time
    Searched full:continuous (Results 1 - 25 of 541) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/boringssl/src/util/bot/
README 2 continuous integration bots. It is in the repository for convenience and can be
  /development/samples/browseable/SlidingTabsBasic/
_index.jd 9 ViewPager title strip which gives continuous feedback to the user when scrolling.
  /external/eigen/scripts/
cdashtesting.cmake.in 11 elseif(${CTEST_SCRIPT_ARG} MATCHES Continuous)
12 set(MODEL Continuous)
  /external/chromium-trace/trace-viewer/tracing/third_party/gl-matrix/tasks/test/
ci.rake 2 desc "Run continuous integration tests"
  /development/testrunner/
test_defs.xml 37 continuous="true" />
39 <!-- will not run in the continuous test as it needs both Wifi & 3G -->
50 continuous="true" />
56 continuous="true" />
62 continuous="true" />
68 continuous="true" />
74 continuous="true" />
80 continuous="true" />
86 continuous="true" />
91 continuous="true" /
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/distribution/
ContinuousDistribution.java 22 * <p>Base interface for continuous distributions.</p>
26 * that is, from version 3.0 forward, continuous distributions <strong>must</strong>
28 * 2.1, all continuous distribution implementations included in commons-math
package.html 19 <body>Implementations of common discrete and continuous distributions.</body>
  /developers/build/prebuilts/gradle/SlidingTabsBasic/Application/src/main/res/values/
base-strings.xml 25 ViewPager title strip which gives continuous feedback to the user when scrolling.
  /development/samples/browseable/SlidingTabsBasic/res/values/
base-strings.xml 25 ViewPager title strip which gives continuous feedback to the user when scrolling.
  /external/libogg/doc/
ogg-multiplex.html 115 case are described later under 'Continuous and Discontinuous
149 <h3>Continuous and Discontinuous Streams</h3>
152 categories, "Continuous" streams and "Discontinuous" streams.
157 <p>A stream that provides a gapless, time-continuous media type with a
158 fine-grained timebase is considered to be 'Continuous'. A continuous
159 stream should never be starved of data. Clear examples of continuous
168 possible to design captions as a continuous stream type, it's most
172 <p>The fundamental design distinction between continuous and
177 <p>Because a continuous stream is, by definition, gapless, Ogg bufferin
    [all...]
oggstream.html 212 <h3>Continuous and Discontinuous Media</h3>
214 <p>Ogg streams belong to one of two categories, "Continuous" streams and
217 <p>A stream that provides a gapless, time-continuous media type with a
218 fine-grained timebase is considered to be 'Continuous'. A continuous
219 stream should never be starved of data. Examples of continuous data
229 possible to design captions as a continuous stream type, it's most
233 <p>The fundamental reason for distinction between continuous and
238 <p>A continuous stream is, by definition, gapless. Ogg buffering is based
239 on the simple premise of never allowing an active continuous strea
    [all...]
  /development/testrunner/test_defs/
test_suite.py 62 """Returns true if test is part of the continuous test."""
65 def SetContinuous(self, continuous):
66 self._is_continuous = continuous
  /frameworks/base/media/java/android/media/
ToneGenerator.java 43 * DTMF tone for key 0: 1336Hz, 941Hz, continuous</p>
49 * DTMF tone for key 1: 1209Hz, 697Hz, continuous
55 * DTMF tone for key 2: 1336Hz, 697Hz, continuous
61 * DTMF tone for key 3: 1477Hz, 697Hz, continuous
67 * DTMF tone for key 4: 1209Hz, 770Hz, continuous
73 * DTMF tone for key 5: 1336Hz, 770Hz, continuous
79 * DTMF tone for key 6: 1477Hz, 770Hz, continuous
85 * DTMF tone for key 7: 1209Hz, 852Hz, continuous
91 * DTMF tone for key 8: 1336Hz, 852Hz, continuous
97 * DTMF tone for key 9: 1477Hz, 852Hz, continuous
    [all...]
  /cts/tests/core/runner/
Android.mk 23 # include this package in the tests target for continuous testing
  /developers/samples/android/ui/views/SlidingTabs/SlidingTabsBasic/
template-params.xml 33 ViewPager title strip which gives continuous feedback to the user when scrolling.
  /device/htc/flounder/
product_64_only.mk 27 # Disable bluetooth because of continuous driver crashes
  /external/lldb/test/
CMakeLists.txt 48 # output is desired (i.e. in continuous integration contexts) check-lldb-sep is a better target.
  /external/zxing/qr_scanner/src/com/google/zxing/client/android/camera/
AutoFocusCallback.java 41 // Simulate continuous autofocus by sending a focus request every
  /external/nanohttpd/websocket/src/main/java/fi/iki/elonen/
WebSocket.java 91 throw new WebSocketException(CloseCode.ProtocolError, "Continuous frame sequence not completed.");
95 throw new WebSocketException(CloseCode.ProtocolError, "Non control or continuous frame expected.");
124 throw new WebSocketException(CloseCode.ProtocolError, "Previous continuous frame sequence not completed.");
132 throw new WebSocketException(CloseCode.ProtocolError, "Continuous frame sequence was not started.");
139 throw new WebSocketException(CloseCode.ProtocolError, "Continuous frame sequence was not started.");
  /docs/source.android.com/src/devices/sensors/
batching.jd 46 <p>The opposite of batching is the continuous operation, where events are not
47 buffered, meaning they are reported immediately. Continuous operation
126 a wake-up sensor with <a href="report-modes.html#continuous">continuous
149 non-wake-up accelerometer (continuous), both sharing the same FIFO </li>
196 <h3 id="medium_value_medium_power_continuous_activity_gesture_recognition">Medium value: Medium power continuous activity/gesture recognition</h3>
206 <h3 id="medium_value_continuous_low_frequency_data_collection">Medium value: Continuous low frequency data collection</h3>
215 <h3 id="medium-low_value_continuous_full-sensors_collection">Medium-low value: Continuous full-sensors collection</h3>
sensor-types.jd 94 <p>Reporting-mode: <em><a href="report-modes.html#continuous">Continuous</a></em></p>
131 <p>Reporting-mode: <em><a href="report-modes.html#continuous">Continuous</a></em></p>
149 <p>Reporting-mode: <em><a href="report-modes.html#continuous">Continuous</a></em></p>
212 <p>Reporting-mode: <em><a href="report-modes.html#continuous">Continuous</a></em></p>
274 <td><p>Continuous</p></td>
282 <td><p>Continuous</p></td
    [all...]
  /external/libexif/libexif/fuji/
mnote-fuji-tag.c 50 {MNOTE_FUJI_TAG_CONT_TAKING, "ContinuousTaking", N_("Continuous Taking"), ""},
51 {MNOTE_FUJI_TAG_SEQUENCE_NUMBER, "ContinuousSequence", N_("Continuous Sequence Number"), ""},
  /frameworks/base/docs/html/training/graphics/opengl/
motion.jd 19 <li><a href="#cont-render">Enable Continuous Rendering</a></li>
79 <h2 id="cont-render">Enable Continuous Rendering</h2>
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
dhdioctl.h 113 #define DHD_PKTGEN_RECV 4 /* Continuous rx from continuous tx dongle */
  /external/droiddriver/manualtest/src/io/appium/droiddriver/manualtest/
ManualTest.java 13 * This is for manually testing DroidDriver. It is not meant for continuous

Completed in 446 milliseconds

1 2 3 4 5 6 7 8 91011>>