HomeSort by relevance Sort by last modified time
    Searched refs:YES (Results 26 - 50 of 279) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
tkMessageBox.py 50 YES = "yes"
73 # In some Tcl installations, yes/no is converted into a boolean.
76 return YES
103 "Ask a question; return true if the answer is yes"
105 return s == YES
108 "Ask a question; return true if the answer is yes, None if cancelled."
114 return s == YES
117 "Ask if operation should be retried; return true if the answer is yes"
132 print "yes/no", askyesno("Spam", "Got it?"
    [all...]
Tkconstants.py 5 YES=TRUE=ON=1
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
tkMessageBox.py 50 YES = "yes"
73 # In some Tcl installations, yes/no is converted into a boolean.
76 return YES
103 "Ask a question; return true if the answer is yes"
105 return s == YES
108 "Ask a question; return true if the answer is yes, None if cancelled."
114 return s == YES
117 "Ask if operation should be retried; return true if the answer is yes"
132 print "yes/no", askyesno("Spam", "Got it?"
    [all...]
Tkconstants.py 5 YES=TRUE=ON=1
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
tkMessageBox.py 50 YES = "yes"
73 # In some Tcl installations, yes/no is converted into a boolean.
76 return YES
103 "Ask a question; return true if the answer is yes"
105 return s == YES
108 "Ask a question; return true if the answer is yes, None if cancelled."
114 return s == YES
117 "Ask if operation should be retried; return true if the answer is yes"
132 print "yes/no", askyesno("Spam", "Got it?"
    [all...]
Tkconstants.py 5 YES=TRUE=ON=1
  /external/webrtc/talk/app/webrtc/objc/
RTCMediaStream.mm 68 return YES;
76 return YES;
87 return YES;
99 return YES;
RTCEAGLVideoView.m 64 _displayLink.paused = YES;
154 _glkView.layer.masksToBounds = YES;
196 _isDirty = YES;
201 _isDirty = YES;
264 _timer.isPaused = YES;
  /external/webrtc/webrtc/base/
iosfilesystem.mm 38 NSApplicationSupportDirectory, NSUserDomainMask, YES);
  /external/webrtc/webrtc/examples/objc/AppRTCDemo/ios/
ARDAppDelegate.m 39 return YES;
ARDStatsView.m 27 _statsLabel.adjustsFontSizeToFitWidth = YES;
  /external/webrtc/webrtc/modules/video_capture/mac/qtkit/
video_capture_qtkit_objc.mm 70 return YES;
120 return YES;
140 waitUntilDone:YES];
148 _capturing = YES;
209 [_captureDecompressedVideoOutput setAutomaticallyDropsLateVideoFrames:YES];
217 return YES;
  /frameworks/compile/mclinker/lib/Core/
GeneralOptions.cpp 88 m_NoUndefined = YES;
91 m_ExecStack = YES;
106 m_MulDefs = YES;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/
Fuzzy.m 85 while (YES) {
244 } while (YES);
480 } while (YES);
672 } while (YES);
817 } while (YES);
929 if ( state.backtracking > 0 ) { state.failed = YES; return ; }
998 if ( state.backtracking > 0 ) { state.failed = YES; return ; }
1205 } while (YES);
1276 } while (YES);
    [all...]
  /external/python/cpython2/Lib/lib-tk/
Tkconstants.py 5 YES=TRUE=ON=1
  /external/tpm2/
Handle.c 78 // YES if there are more handles available
110 more = YES;
swap.h 11 #if NO_AUTO_ALIGN == YES || LITTLE_ENDIAN_TPM == YES
64 #endif // NO_AUTO_ALIGN == YES
  /external/webrtc/webrtc/api/objc/
RTCMediaConstraints.mm 51 copyItems:YES];
53 copyItems:YES];
RTCEAGLVideoView.m 43 _displayLink.paused = YES;
136 _glkView.layer.masksToBounds = YES;
178 _isDirty = YES;
183 _isDirty = YES;
246 _timer.isPaused = YES;
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
Tkconstants.py 5 YES=TRUE=ON=1
  /external/curl/tests/certs/scripts/
genserv.sh 21 REQ=YES
64 if [ "$DHP." = YES. ] ; then
69 if [ "$REQ." = YES. ] ; then
88 if [ "$P12." = YES. ] ; then
  /external/walt/ios/WALT/
WALTAppDelegate.m 56 return YES;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/combined/
CombinedLexer.m 138 } while (YES);
195 } while (YES);
259 } while (YES);
  /external/webrtc/webrtc/modules/video_capture/ios/
rtc_video_capture_ios_objc.mm 112 _orientationHasChanged = YES;
128 return YES;
179 _captureChanging = YES;
183 return YES;
300 _captureChanging = YES;
303 return YES;
363 addedCaptureInput = YES;
  /external/libxml2/os400/
make-src.sh 82 then LINK=YES
207 then LINK=YES
223 LINK=YES
230 then LINK=YES
290 CMD="${CMD} TOCCSID(${TGTCCSID}) DTAFMT(*TEXT) REPLACE(*YES)"
297 CMD="${CMD} SRCFILE(${TARGETLIB}/TOOLS) SRCMBR(XMLLINT) THDSAFE(*YES)"
298 CMD="${CMD} TEXT('XML tool') REPLACE(*YES)"
345 CMD="${CMD} TOCCSID(${TGTCCSID}) DTAFMT(*TEXT) REPLACE(*YES)"
353 CMD="${CMD} THDSAFE(*YES) TEXT('XML/SGML catalog tool') REPLACE(*YES)"
    [all...]

Completed in 760 milliseconds

12 3 4 5 6 7 8 91011>>