HomeSort by relevance Sort by last modified time
    Searched defs:YES (Results 1 - 25 of 115) sorted by null

1 2 3 4 5

  /system/libvintf/include/vintf/
Tristate.h 29 YES,
  /external/desugar/java/com/google/devtools/common/options/
TriState.java 17 * Enum used to represent tri-state options (yes/no/auto).
20 YES, NO, AUTO
  /external/nist-sip/java/gov/nist/javax/sip/header/ims/
AuthorizationHeaderIms.java 53 public static final String YES = "yes";
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
AvdCompatibility.java 25 YES,
52 Compatibility.YES : Compatibility.NO;
56 return projectTarget.canRunOn(avdTarget) ? Compatibility.YES : Compatibility.NO;
  /frameworks/av/media/libstagefright/codecs/amrnb/common/include/
gsm_amr_typedefs.h 119 #ifndef YES
120 #define YES 1
vad2.h 85 #define YES 1
  /external/deqp/framework/common/
tcuFloatFormat.hpp 39 YES
  /external/python/cpython2/Lib/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...]
  /external/python/cpython3/Lib/tkinter/
messagebox.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...]
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
pv_amr_wb_type_defs.h 156 #ifndef YES
157 #define YES 1
  /prebuilts/gdb/darwin-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...]
  /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...]
  /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...]
  /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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
getnameinfo.c 60 #define YES 1
getaddrinfo.c 66 #define YES 1
232 return YES;
256 translate = YES;
  /external/python/cpython2/Modules/
getnameinfo.c 52 #define YES 1
getaddrinfo.c 66 #define YES 1
232 return YES;
256 translate = YES;
  /external/python/cpython3/Modules/
getnameinfo.c 52 #define YES 1
getaddrinfo.c 66 #define YES 1
232 return YES;
256 translate = YES;
  /external/clang/test/Sema/
enum.c 83 enum e1 { YES, NO };
  /external/clang/test/SemaCXX/
enum.cpp 34 enum e1 { YES, NO };
  /external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/
ZipExtractorTask.java 44 YES, NO, YESTOALL, SKIPALL
179 case YES:
233 result = Replace.YES;
  /external/javassist/src/main/javassist/compiler/
MemberResolver.java 89 if (res == YES)
123 if (res == YES)
181 private static final int YES = 0;
185 * Returns YES if actual parameter types matches the given signature.
200 int result = YES;
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
getaddrinfo.c 114 #define YES 1
    [all...]

Completed in 794 milliseconds

1 2 3 4 5