/third_party/python/Lib/tkinter/ |
H A D | messagebox.py | 54 YES = "yes" variable 80 return YES 115 return s == YES 125 return s == YES
|
H A D | filedialog.py | 22 Frame, LEFT, YES, BOTTOM, Entry, TOP, Button, Tk, X, 80 self.midframe.pack(expand=YES, fill=BOTH) 86 self.files.pack(side=RIGHT, expand=YES, fill=BOTH) 97 self.dirs.pack(side=LEFT, expand=YES, fill=BOTH) 111 self.filter_button.pack(side=LEFT, expand=YES)
|
H A D | constants.py | 5 YES=TRUE=ON=1
|
/third_party/zlib/os400/ |
H A D | make.sh | 66 # Set LINK to "YES" if the module has been compiled. 98 LINK=YES 188 CMD="${CMD} DTAFMT(*TEXT) REPLACE(*YES)" 222 CMD="${CMD} TOCCSID(${TGTCCSID}) DTAFMT(*TEXT) REPLACE(*YES)" 245 CMD="${CMD} TOCCSID(${TGTCCSID}) DTAFMT(*TEXT) REPLACE(*YES)" 285 then LINK=YES 316 CMD="${CMD} TOCCSID(${TGTCCSID}) DTAFMT(*TEXT) REPLACE(*YES)" 319 LINK=YES 326 then LINK=YES 337 LINK=YES [all...] |
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuFloatFormat.cpp | 43 case YES: return yes; in chooseInterval() 186 if (m_hasNaN != YES) in convert() 281 Limits::has_infinity ? YES : NO, 282 Limits::has_quiet_NaN ? YES : NO, 283 ((Limits::has_denorm == std::denorm_present) ? YES : 299 : FloatFormat(0, 0, fractionBits, true, tcu::YES)
|
H A D | tcuFloatFormat.hpp | 38 YES enumerator
|
/third_party/ntfs-3g/include/ntfs-3g/ |
H A D | types.h | 108 #ifndef YES 109 YES = 1, enumerator
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/normalizer/ |
H A D | BasicTest.java | 477 != Normalizer.YES) in TestQuickCheckResultYES() 484 != Normalizer.YES) in TestQuickCheckResultYES() 491 != Normalizer.YES) in TestQuickCheckResultYES() 498 != Normalizer.YES) in TestQuickCheckResultYES() 506 != Normalizer.YES) in TestQuickCheckResultYES() 518 Normalizer.NFD,0)!=Normalizer.YES) in TestQuickCheckResultYES() 525 Normalizer.NFC,0)!=Normalizer.YES) in TestQuickCheckResultYES() 532 Normalizer.NFKD,0)!=Normalizer.YES) in TestQuickCheckResultYES() 539 Normalizer.NFKC,0)!=Normalizer.YES) in TestQuickCheckResultYES() 547 Normalizer.NFKC)!=Normalizer.YES) in TestQuickCheckResultYES() [all...] |
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/ |
H A D | BasicTest.java | 474 != Normalizer.YES) in TestQuickCheckResultYES() 481 != Normalizer.YES) in TestQuickCheckResultYES() 488 != Normalizer.YES) in TestQuickCheckResultYES() 495 != Normalizer.YES) in TestQuickCheckResultYES() 503 != Normalizer.YES) in TestQuickCheckResultYES() 515 Normalizer.NFD,0)!=Normalizer.YES) in TestQuickCheckResultYES() 522 Normalizer.NFC,0)!=Normalizer.YES) in TestQuickCheckResultYES() 529 Normalizer.NFKD,0)!=Normalizer.YES) in TestQuickCheckResultYES() 536 Normalizer.NFKC,0)!=Normalizer.YES) in TestQuickCheckResultYES() 544 Normalizer.NFKC)!=Normalizer.YES) in TestQuickCheckResultYES() [all...] |
/third_party/ltp/testcases/kernel/power_management/ |
H A D | pm_include.sh | 10 YES=0 224 if [ $hyper_threaded -eq $YES -a $sched_smt -gt -1 ]; then 291 if [ $hyper_threaded -eq $YES ]; then
|
/third_party/protobuf/objectivec/ |
H A D | GPBUtilities_PackagePrivate.h | 162 return YES; in GPBDataTypeIsObject() 172 return YES; in GPBDataTypeIsMessage() 194 return YES; in GPBFieldStoresObject() 302 // YES if it's an instance selector (as opposed to a class selector).
|
/third_party/python/Modules/ |
H A D | unicodedata.c | 786 typedef enum {YES = 0, MAYBE = 1, NO = 2} QuickcheckResult; enumerator 790 * Return YES or NO if quickcheck determines the input is certainly 795 * the answer is not YES. 810 return YES; in is_normalized_quickcheck() 821 QuickcheckResult result = YES; /* certainly normalized, unless we find something */ in is_normalized_quickcheck() 917 result = (m == YES) ? Py_True : Py_False; in unicodedata_UCD_is_normalized_impl() 952 true, false, true) == YES) { in unicodedata_UCD_normalize_impl() 960 true, true, true) == YES) { in unicodedata_UCD_normalize_impl() 968 false, false, true) == YES) { in unicodedata_UCD_normalize_impl() 976 false, true, true) == YES) { in unicodedata_UCD_normalize_impl() [all...] |
H A D | getaddrinfo.c | 69 #define YES 1 macro 235 return YES; in str_isnumber() 259 translate = YES; in getaddrinfo()
|
H A D | getnameinfo.c | 55 #define YES 1 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
H A D | alltypes.h | 1 #ifndef YES 2 #define YES 1 macro
|
/third_party/ltp/testcases/network/stress/ftp/ |
H A D | ftp-upload-stress.sh | 70 local ip_opt="-olisten=YES -olisten_ipv6=NO" 71 [ $TST_IPV6 ] && ip_opt="-olisten=NO -olisten_ipv6=YES" 73 upload_opt="-owrite_enable=YES -oanon_upload_enable=YES" 75 vsftpd $ip_opt $upload_opt -oanonymous_enable=YES vsftpd.conf
|
H A D | ftp-download-stress.sh | 58 local ip_opt="-olisten=YES -olisten_ipv6=NO" 59 [ $TST_IPV6 ] && ip_opt="-olisten=NO -olisten_ipv6=YES" 61 vsftpd $ip_opt -oanonymous_enable=YES vsftpd.conf
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | Norm2AllModes.java | 69 public Normalizer.QuickCheckResult quickCheck(CharSequence s) { return Normalizer.YES; } in quickCheck() 157 return isNormalized(s) ? Normalizer.YES : Normalizer.NO; in quickCheck() 224 return Normalizer.YES; in quickCheck()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | Norm2AllModes.java | 76 public Normalizer.QuickCheckResult quickCheck(CharSequence s) { return Normalizer.YES; } in quickCheck() 167 return isNormalized(s) ? Normalizer.YES : Normalizer.NO; in quickCheck() 240 return Normalizer.YES; in quickCheck()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/ |
H A D | DataRecord.java | 287 public static final byte YES = 0; field 290 public static final String[] names = { "YES", "NO", "ONE_PLUS" }; 294 public static final byte YES = 0; field 297 public static final String[] names = { "YES", "NO", "WITH_SECONDS" };
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/duration/impl/ |
H A D | DataRecord.java | 325 public static final byte YES = 0; field 328 public static final String[] names = { "YES", "NO", "ONE_PLUS" }; 335 public static final byte YES = 0; field 338 public static final String[] names = { "YES", "NO", "WITH_SECONDS" };
|
/third_party/curl/packages/OS400/ |
H A D | initscript.sh | 167 # Set LINK to "YES" if the module has been compiled. 226 LINK=YES
|
/third_party/icu/icu4c/source/tools/genren/ |
H A D | Makefile | 36 ifeq ($(MINGW_MOVEDLLSTOBINDIR),YES)
|
/third_party/skia/third_party/externals/icu/source/tools/genren/ |
H A D | Makefile | 36 ifeq ($(MINGW_MOVEDLLSTOBINDIR),YES)
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | FilteredNormalizer2.java | 149 Normalizer.QuickCheckResult result=Normalizer.YES; in quickCheck()
|