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

1 2 3 4 5 6

  /system/libvintf/include/vintf/
Tristate.h 28 NO = 0,
  /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 13 * provided "AS IS." NIST MAKES NO WARRANTY OF ANY KIND, EXPRESS, IMPLIED
54 public static final String NO = "no";
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
AvdCompatibility.java 26 NO,
52 Compatibility.YES : Compatibility.NO;
56 return projectTarget.canRunOn(avdTarget) ? Compatibility.YES : Compatibility.NO;
  /external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
SystemZ.h 43 NO = 13,
  /frameworks/av/media/libstagefright/codecs/amrnb/common/include/
gsm_amr_typedefs.h 115 #ifndef NO
116 #define NO 0
  /external/deqp/framework/common/
tcuFloatFormat.hpp 37 NO,
  /external/python/cpython2/Lib/lib-tk/
tkMessageBox.py 51 NO = "no"
73 # In some Tcl installations, yes/no is converted into a boolean.
77 return NO
132 print "yes/no", askyesno("Spam", "Got it?")
133 print "yes/no/cancel", askyesnocancel("Spam", "Want it?")
  /external/python/cpython3/Lib/tkinter/
messagebox.py 51 NO = "no"
73 # In some Tcl installations, yes/no is converted into a boolean.
77 return NO
132 print("yes/no", askyesno("Spam", "Got it?"))
133 print("yes/no/cancel", askyesnocancel("Spam", "Want it?"))
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
pv_amr_wb_type_defs.h 153 #ifndef NO
154 #define NO 0
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
tkMessageBox.py 51 NO = "no"
73 # In some Tcl installations, yes/no is converted into a boolean.
77 return NO
132 print "yes/no", askyesno("Spam", "Got it?")
133 print "yes/no/cancel", askyesnocancel("Spam", "Want it?")
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
tkMessageBox.py 51 NO = "no"
73 # In some Tcl installations, yes/no is converted into a boolean.
77 return NO
132 print "yes/no", askyesno("Spam", "Got it?")
133 print "yes/no/cancel", askyesnocancel("Spam", "Want it?")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
tkMessageBox.py 51 NO = "no"
73 # In some Tcl installations, yes/no is converted into a boolean.
77 return NO
132 print "yes/no", askyesno("Spam", "Got it?")
133 print "yes/no/cancel", askyesnocancel("Spam", "Want it?")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
tkMessageBox.py 51 NO = "no"
73 # In some Tcl installations, yes/no is converted into a boolean.
77 return NO
132 print "yes/no", askyesno("Spam", "Got it?")
133 print "yes/no/cancel", askyesnocancel("Spam", "Want it?")
  /tools/test/connectivity/acts/framework/acts/controllers/relay_lib/
relay.py 26 NO = 'NORMALLY_OPEN'
83 """Sets the relay to the 'NO' state. Shorthand for set(RelayState.NO).
87 self.set(RelayState.NO)
98 """Swaps the state from 'NO' to 'NC' or 'NC' to 'NO'.
101 if self.get_status() == RelayState.NO:
104 self.set(RelayState.NO)
107 """Sets the relay to the 'NO' or 'NC' state.
112 state: either 'NO' or 'NC'
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
getnameinfo.c 30 * ARE DISCLAIMED. IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE
41 * - Return values. There seems to be no standard for return value (RFC2133)
61 #define NO 0
getaddrinfo.c 20 * ARE DISCLAIMED. IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE
67 #define NO 0
70 static int translate = NO;
147 "no address associated with hostname.", /* EAI_NODATA */
218 /* no need to free(ai->ai_addr) */
229 return NO;
  /external/python/cpython2/Modules/
getnameinfo.c 20 * ARE DISCLAIMED. IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE
33 * - Return values. There seems to be no standard for return value (RFC2133)
53 #define NO 0
getaddrinfo.c 20 * ARE DISCLAIMED. IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE
67 #define NO 0
70 static int translate = NO;
147 "no address associated with hostname.", /* EAI_NODATA */
218 /* no need to free(ai->ai_addr) */
229 return NO;
  /external/python/cpython3/Modules/
getnameinfo.c 20 * ARE DISCLAIMED. IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE
33 * - Return values. There seems to be no standard for return value (RFC2133)
53 #define NO 0
getaddrinfo.c 20 * ARE DISCLAIMED. IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE
67 #define NO 0
70 static int translate = NO;
147 "no address associated with hostname.", /* EAI_NODATA */
218 /* no need to free(ai->ai_addr) */
229 return NO;
  /external/clang/test/Sema/
enum.c 83 enum e1 { YES, NO };
  /external/clang/test/SemaCXX/
enum.cpp 34 enum e1 { YES, NO };
106 // This is accepted as a GNU extension. In C++98, there was no provision for
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
TestReorderingMode.java 522 static final int NO = Bidi.MAP_NOWHERE;
589 { 1, 0, 2, 3, NO, 4, 5, 6, 7 }, /* (10) */
593 { 2, 1, 0, 3, 4, NO, 5, 6, 7, 8, 9 }, /* (13) */
594 { 9, NO, 8, 7, 5, 6, 4, 3, 2, 1, 0 }, /* (14) */
596 { 2, 1, 0, 3, 4, NO, 5, 6, 7, 8, 9, 10, 11, 12 }, /* (15) */
598 { 12, NO, 11, 9, 10, 8, 7, 5, 6, 4, 3, 2, 1, 0 }, /* (17) */
603 { 2, 1, 0, 3, NO, 4, 5, 6, 7, 8, 9, 10, 11 }, /* (21) */
604 { 9, 10, 11, NO, 8, 7, 4, 5, 6, 3, 2, 1, 0 }, /* (22) */
608 { 6, 7, 8, NO, 5, 4, 2, 3, 1, 0 }, /* (25) */
611 { 0, 1, 2, NO, 3, 4, NO, 5, 6, 7, 8, 9 }, /* (27) *
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
TestReorderingMode.java 519 static final int NO = Bidi.MAP_NOWHERE;
586 { 1, 0, 2, 3, NO, 4, 5, 6, 7 }, /* (10) */
590 { 2, 1, 0, 3, 4, NO, 5, 6, 7, 8, 9 }, /* (13) */
591 { 9, NO, 8, 7, 5, 6, 4, 3, 2, 1, 0 }, /* (14) */
593 { 2, 1, 0, 3, 4, NO, 5, 6, 7, 8, 9, 10, 11, 12 }, /* (15) */
595 { 12, NO, 11, 9, 10, 8, 7, 5, 6, 4, 3, 2, 1, 0 }, /* (17) */
600 { 2, 1, 0, 3, NO, 4, 5, 6, 7, 8, 9, 10, 11 }, /* (21) */
601 { 9, 10, 11, NO, 8, 7, 4, 5, 6, 3, 2, 1, 0 }, /* (22) */
605 { 6, 7, 8, NO, 5, 4, 2, 3, 1, 0 }, /* (25) */
608 { 0, 1, 2, NO, 3, 4, NO, 5, 6, 7, 8, 9 }, /* (27) *
    [all...]

Completed in 1195 milliseconds

1 2 3 4 5 6