HomeSort by relevance Sort by last modified time
    Searched full:continuous (Results 26 - 50 of 532) sorted by null

12 3 4 5 6 7 8 91011>>

  /cts/tests/core/runner/
Android.mk 23 # include this package in the tests target for continuous testing
  /external/chromium_org/chrome/browser/renderer_host/
chrome_render_widget_host_view_mac_delegate.h 47 // Used for continuous spell checking.
  /external/chromium_org/content/browser/speech/
speech_recognizer_impl_android.h 53 std::string language, bool continuous, bool interim_results);
speech_recognition_engine.h 36 // (e.g., in the case of continuous speech recognition engine
55 bool continuous; member in struct:content::SpeechRecognitionEngine::Config
speech_recognizer_impl_android.cc 50 config.language, config.continuous, config.interim_results));
54 std::string language, bool continuous, bool interim_results) {
60 ConvertUTF8ToJavaString(env, language).obj(), continuous,
  /external/zxing/qr_scanner/src/com/google/zxing/client/android/camera/
AutoFocusCallback.java 41 // Simulate continuous autofocus by sending a focus request every
  /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
  /external/chromium_org/ui/base/animation/
multi_animation.h 56 void set_continuous(bool continuous) { continuous_ = continuous; }
  /frameworks/base/docs/html/training/graphics/opengl/
motion.jd 19 <li><a href="#cont-render">Enable Continuous Rendering</a></li>
74 <h2 id="cont-render">Enable Continuous Rendering</h2>
  /frameworks/ex/variablespeed/jni/
ring_buffer.h 84 // @returns pointer to a continuous buffer containing num_frames.
92 // @param source pointer to a continuous buffer containing num_frames.
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
dhdioctl.h 113 #define DHD_PKTGEN_RECV 4 /* Continuous rx from continuous tx dongle */
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
dic_nodes_cache.h 58 // continuous suggestion.
192 // Cached dicNodes used for continuous suggestion.
  /external/chromium-trace/trace-viewer/src/tracing/
record_selection_dialog_interactive_tests.html 35 'Continuous Tracing: ' + dlg.isContinuousTracingEnabled() + '\n' +
  /external/chromium_org/third_party/WebKit/Source/core/platform/audio/
AudioSourceProvider.h 40 // provideInput() gets called repeatedly to render time-slices of a continuous audio stream.
  /external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechRecognition.idl 34 attribute boolean continuous;
SpeechRecognitionClient.h 39 virtual void start(SpeechRecognition*, const SpeechGrammarList*, const String& lang, bool continuous, bool interimResults, unsigned long maxAlternatives) = 0;
  /external/chromium_org/third_party/WebKit/Source/web/painting/
ContinuousPainter.h 40 // GraphicsLayers in continuous painting mode.
  /external/chromium_org/third_party/WebKit/public/web/
WebAudioSourceProvider.h 37 // provideInput() gets called repeatedly to render time-slices of a continuous audio stream.
  /frameworks/base/docs/html/distribute/googleplay/quality/
index.jd 8 continuous improvement. </p>
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/
HapticFeedbackController.java 61 * Try to vibrate. To prevent this becoming a single continuous vibration, nothing will
  /packages/apps/Camera/src/com/android/camera/
CountDownTimerPreference.java 27 * from a predefined list. When the entry values are a continuous list of numbers,
  /packages/apps/Camera/tests/
AndroidManifest.xml 38 android:label="Camera continuous test runner">
  /packages/apps/Camera2/tests/
AndroidManifest.xml 31 android:label="Camera continuous test runner"/>
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
DrawIdler.java 12 * subsequently triggered if {@link #IDLE_WINDOW_MS} continuous milliseconds elapse with zero draws.
  /external/clang/include/clang/Serialization/
ContinuousRangeMap.h 25 /// \brief A map from continuous integer ranges to some value, with a very
28 /// CRM maps from integer ranges to values. The ranges are continuous, i.e.
107 /// \brief An object that helps properly build a continuous range map

Completed in 607 milliseconds

12 3 4 5 6 7 8 91011>>