/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | ULocaleTest.java | 4078 final Integer NOERROR = Integer.valueOf(-1); in TestForLanguageTag() local 4081 {"en", "en", NOERROR}, in TestForLanguageTag() 4082 {"en-us", "en_US", NOERROR}, in TestForLanguageTag() 4083 {"und-us", "_US", NOERROR}, in TestForLanguageTag() 4084 {"und-latn", "_Latn", NOERROR}, in TestForLanguageTag() 4085 {"en-us-posix", "en_US_POSIX", NOERROR}, in TestForLanguageTag() 4087 {"kok-in", "kok_IN", NOERROR}, in TestForLanguageTag() 4091 {"art-lojban", "jbo", NOERROR}, in TestForLanguageTag() 4092 {"zh-hakka", "hak", NOERROR}, in TestForLanguageTag() 4093 {"zh-cmn-CH", "cmn_CH", NOERROR}, in TestForLanguageTag() [all …]
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
D | ULocaleTest.java | 4079 final Integer NOERROR = Integer.valueOf(-1); in TestForLanguageTag() local 4082 {"en", "en", NOERROR}, in TestForLanguageTag() 4083 {"en-us", "en_US", NOERROR}, in TestForLanguageTag() 4084 {"und-us", "_US", NOERROR}, in TestForLanguageTag() 4085 {"und-latn", "_Latn", NOERROR}, in TestForLanguageTag() 4086 {"en-us-posix", "en_US_POSIX", NOERROR}, in TestForLanguageTag() 4088 {"kok-in", "kok_IN", NOERROR}, in TestForLanguageTag() 4092 {"art-lojban", "jbo", NOERROR}, in TestForLanguageTag() 4093 {"zh-hakka", "hak", NOERROR}, in TestForLanguageTag() 4094 {"zh-cmn-CH", "cmn_CH", NOERROR}, in TestForLanguageTag() [all …]
|
/external/f2fs-tools/fsck/ |
D | main.c | 111 int err = NOERROR; in f2fs_parse_options() 188 if (err != NOERROR) in f2fs_parse_options() 254 if (err != NOERROR) in f2fs_parse_options() 308 if (err != NOERROR) in f2fs_parse_options() 341 if (err != NOERROR) in f2fs_parse_options() 369 if (err != NOERROR) in f2fs_parse_options() 384 if (err == NOERROR) in f2fs_parse_options()
|
D | fsck.h | 25 NOERROR, enumerator
|
/external/tcpdump/ |
D | nameser.h | 105 #ifdef NOERROR 106 #undef NOERROR 112 #define NOERROR 0 /* no error */ macro
|
/external/c-ares/ |
D | nameser.h | 143 #undef NOERROR /* it seems this is already defined in winerror.h */ 144 #define NOERROR ns_r_noerror macro
|
D | ares_query.c | 161 case NOERROR: in qcallback()
|
/external/python/cpython2/Lib/plat-irix6/ |
D | GLWS.py | 5 NOERROR = 0 variable
|
/external/python/cpython2/Lib/plat-irix5/ |
D | GLWS.py | 5 NOERROR = 0 variable
|
/external/webrtc/webrtc/modules/video_capture/windows/ |
D | device_info_ds.cc | 115 if (hr != NOERROR) in Init() 164 if (hr != NOERROR) in GetDeviceInfo() 294 if (hr != NOERROR) in GetDeviceFilter()
|
D | sink_filter_ds.cc | 161 return NOERROR; in GetMediaType()
|
/external/dnsmasq/src/ |
D | nameser.h | 128 #define NOERROR 0 /* no error */ macro
|
D | rfc1035.c | 917 header->rcode = NOERROR; /* empty domain */ in setup_reply() 922 header->rcode = NOERROR; in setup_reply() 930 header->rcode = NOERROR; in setup_reply() 1599 header->rcode = NOERROR; /* no error */ in answer_request()
|
D | forward.c | 413 if (header->opcode != QUERY || (header->rcode != NOERROR && header->rcode != NXDOMAIN)) in process_reply() 417 if (!header->ra && header->rcode == NOERROR && ntohs(header->ancount) == 0 && in process_reply() 444 header->rcode = NOERROR; in process_reply()
|
/external/lzma/CPP/Windows/ |
D | Shell.cpp | 29 if (::SHGetMalloc(&shellMalloc) != NOERROR) in Free()
|
/external/elfutils/libdwfl/ |
D | libdwflP.h | 53 DWFL_ERROR (NOERROR, N_("no error")) \
|
/external/wpa_supplicant_8/src/drivers/ |
D | ndis_events.c | 162 return NOERROR; in ndis_events_query_interface()
|
/external/dnsmasq/ |
D | CHANGELOG.archive | 2367 not the correct NOERROR. Thanks to Lars Nooden for
|