/external/chromium/base/i18n/ |
break_iterator.h | 23 // boundaries can fall in the middle of a continuous run of non-space /
|
/external/chromium/chrome/browser/ui/cocoa/ |
gradient_button_cell.mm | 166 // Semantics of continuous pulsing are that we pulse independent 181 - (void)setIsContinuousPulsing:(BOOL)continuous { 182 if (!continuous && pulseState_ != gradient_button_cell::kPulsingContinuous) 184 if (continuous) {
|
/external/chromium/chrome/browser/ui/gtk/ |
gtk_custom_menu_item.h | 67 // continuous buttons.
|
/external/chromium_org/android_webview/browser/ |
in_process_view_renderer.h | 99 // Checks the continuous invalidate and block invalidate state, and schedule
|
/external/chromium_org/android_webview/buildbot/ |
deps_whitelist.py | 7 the android_webview continuous integration (buildbot) infrastructure.
|
/external/chromium_org/base/i18n/ |
break_iterator.h | 23 // boundaries can fall in the middle of a continuous run of non-space /
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
gradient_button_cell.mm | 171 // Semantics of continuous pulsing are that we pulse independent 186 - (void)setIsContinuousPulsing:(BOOL)continuous { 187 if (!continuous && pulseState_ != gradient_button_cell::kPulsingContinuous) 189 if (continuous) {
|
/external/chromium_org/chrome/browser/ui/gtk/ |
gtk_custom_menu_item.h | 65 // continuous buttons.
|
/external/chromium_org/chrome/test/chromedriver/test/ |
run_all_tests.py | 177 download_site = archive.Site.CONTINUOUS
|
/external/chromium_org/chrome/test/functional/ |
memory.py | 18 These tests are meant to be used manually, not as part of the continuous
|
/external/chromium_org/content/browser/speech/ |
google_streaming_remote_engine.h | 32 // Implements a SpeechRecognitionEngine supporting continuous recognition by
|
/external/chromium_org/third_party/WebKit/Source/core/platform/text/ |
UnicodeRange.h | 43 // values below cRangeNum must be continuous so that we can map to
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderMultiColumnFlowThread.cpp | 71 // For a simple multi-column layout in continuous media, only one column set child is required.
|
/external/chromium_org/third_party/ots/src/ |
vdmx.cc | 108 // but need not be continuous.
|
/external/chromium_org/ui/views/controls/webview/ |
webview.h | 63 // a continuous size operation completes. This allows for smoother
|
/external/chromium_org/ui/webui/resources/js/cr/ui/ |
card_slider.js | 272 // Continuous devices such as an Apple Touchpad or Apple MagicMouse will 275 // chance we mistake a continuous device for a non-continuous device. 283 // For continuous devices, detect a page swipe when the accumulated
|
/external/eigen/test/eigen2/ |
testsuite.cmake | 25 # - EIGEN_MODE: dashboard model, can be Experimental, Nightly, or Continuous
|
/external/iproute2/man/man3/ |
libnetlink.3 | 135 require a continuous buffer that already contains a netlink message header
|
/external/libvpx/libvpx/examples/ |
simple_encoder.txt | 68 The frame is read as a continuous block (size width * height * 3 / 2)
|
/external/qemu/distrib/sdl-1.2.15/src/video/x11/ |
SDL_x11mouse.c | 239 applications that rely on continuous relative mouse motion.
|
/external/sqlite/android/ |
PhoneNumberUtilsTest.cpp | 136 // Two continuous 0 at the beginieng of the phone string should not be
|
/external/tinyalsa/ |
pcm.c | 842 unsigned int continuous, copy_frames, avail; local 853 continuous = pcm->buffer_size - *offset; 859 if (copy_frames > continuous) 860 copy_frames = continuous;
|
/external/webrtc/src/system_wrappers/interface/ |
data_log_impl.h | 139 // Stops the continuous calling of Process().
|
/external/zlib/src/contrib/ada/ |
mtest.adb | 8 -- Continuous test for ZLib multithreading. If the test would fail
|
/external/zxing/qr_scanner/src/com/google/zxing/client/android/ |
CaptureActivityHandler.java | 71 // continuous AF. It does seem to hunt a bit, but I'm not sure what else to do.
|