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

  /ndk/tests/abcc/jni/mman-win32/
configure 65 DEFAULT_YES="static
71 $DEFAULT_YES
74 enable $DEFAULT_YES
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
user_unittest.py 110 (("Continue? [Y/n]: ", True), (User.DEFAULT_YES, 'y')),
111 (("Continue? [Y/n]: ", False), (User.DEFAULT_YES, 'n')),
112 (("Continue? [Y/n]: ", True), (User.DEFAULT_YES, '')),
113 (("Continue? [Y/n]: ", False), (User.DEFAULT_YES, 'q')),
user.py 56 DEFAULT_YES = 'y'
156 def confirm(self, message=None, default=DEFAULT_YES, raw_input=raw_input):

Completed in 508 milliseconds