HomeSort by relevance Sort by last modified time
    Searched refs:EXTENDED (Results 1 - 10 of 10) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkconstants.py 87 EXTENDED='extended'
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkconstants.py 87 EXTENDED='extended'
  /hardware/intel/img/psb_video/src/x11/
psb_xrandr.h 67 EXTENDED,
psb_xrandr.c 200 psb_xrandr_info->hdmi_extvideo_prop->ExtDesktopMode = EXTENDED;
242 if (psb_xrandr_info->hdmi_extvideo_prop->ExtDesktopMode == EXTENDED
620 ret = (psb_xrandr_info->hdmi_extvideo_prop->ExtDesktopMode == EXTENDED) ? 1 : 0;
    [all...]
  /external/chromium_org/ash/display/
display_manager.h 70 // 1) EXTENDED mode extends the desktop to the second dislpay.
74 EXTENDED,
display_manager.cc 122 enabled_(manager_->second_display_mode() != DisplayManager::EXTENDED &&
162 second_display_mode_(EXTENDED),
777 if (second_display_mode_ != EXTENDED && new_display_info_list.size() == 2) {
    [all...]
display_controller.cc 663 case DisplayManager::EXTENDED:
  /external/pcre/dist/
pcrecpp.h 240 // CASELESS(), UTF8(), MULTILINE(), DOTALL(), EXTENDED()
406 bool extended() const { function in class:pcrecpp::RE_Options
480 static inline RE_Options EXTENDED() {
pcrecpp_unittest.cc 682 TestOneOption("EXTENDED (class)", "HELLO world", str, options, false, false);
683 TestOneOption("EXTENDED (class2)", "HELLO world", str, options2.set_extended(true), false, false);
684 TestOneOption("EXTENDED (class)",
692 TestOneOption("EXTENDED (function)", "HELLO world", str, pcrecpp::EXTENDED(), false, false);
693 TestOneOption("EXTENDED (function)",
698 pcrecpp::EXTENDED(),
702 TestOneOption("no EXTENDED", "HELLO world", str, options, false);
748 TestOneOption("all_options (MULTILINE|EXTENDED)", " ^ c r u e l $ ", str, options, false);
749 TestOneOption("all_options (MULTILINE|EXTENDED) with constructor"
    [all...]
  /external/chromium_org/ash/system/web_notification/
web_notification_tray_unittest.cc 278 // Verifies if the notification appears on both displays when extended mode.
296 // Transition to mirroring and then back to extended display, which recreates
307 display_manager->SetSecondDisplayMode(DisplayManager::EXTENDED);

Completed in 386 milliseconds