/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | ULocaleTest.java | 4084 final Integer NOERROR = Integer.valueOf(-1); in TestForLanguageTag() local 4087 {"en", "en", NOERROR}, in TestForLanguageTag() 4088 {"en-us", "en_US", NOERROR}, in TestForLanguageTag() 4089 {"und-us", "_US", NOERROR}, in TestForLanguageTag() 4090 {"und-latn", "_Latn", NOERROR}, in TestForLanguageTag() 4091 {"en-us-posix", "en_US_POSIX", NOERROR}, in TestForLanguageTag() 4093 {"kok-in", "kok_IN", NOERROR}, in TestForLanguageTag() 4097 {"art-lojban", "jbo", NOERROR}, in TestForLanguageTag() 4098 {"zh-hakka", "hak", NOERROR}, in TestForLanguageTag() 4099 {"zh-cmn-CH", "cmn_CH", NOERROR}, in TestForLanguageTag() [all …]
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
D | ULocaleTest.java | 4087 final Integer NOERROR = Integer.valueOf(-1); in TestForLanguageTag() local 4090 {"en", "en", NOERROR}, in TestForLanguageTag() 4091 {"en-us", "en_US", NOERROR}, in TestForLanguageTag() 4092 {"und-us", "_US", NOERROR}, in TestForLanguageTag() 4093 {"und-latn", "_Latn", NOERROR}, in TestForLanguageTag() 4094 {"en-us-posix", "en_US_POSIX", NOERROR}, in TestForLanguageTag() 4096 {"kok-in", "kok_IN", NOERROR}, in TestForLanguageTag() 4100 {"art-lojban", "jbo", NOERROR}, in TestForLanguageTag() 4101 {"zh-hakka", "hak", NOERROR}, in TestForLanguageTag() 4102 {"zh-cmn-CH", "cmn_CH", NOERROR}, in TestForLanguageTag() [all …]
|
/external/tcpdump/ |
D | nameser.h | 105 #ifdef NOERROR 106 #undef NOERROR 112 #define NOERROR 0 /* no error */ macro
|
/external/f2fs-tools/fsck/ |
D | main.c | 147 int err = NOERROR; in f2fs_parse_options() 249 if (err != NOERROR) in f2fs_parse_options() 318 if (err != NOERROR) in f2fs_parse_options() 375 if (err != NOERROR) in f2fs_parse_options() 408 if (err != NOERROR) in f2fs_parse_options() 474 if (err != NOERROR) in f2fs_parse_options() 489 if (err == NOERROR) in f2fs_parse_options()
|
D | fsck.h | 27 NOERROR, enumerator
|
/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 | 920 header->rcode = NOERROR; /* empty domain */ in setup_reply() 925 header->rcode = NOERROR; in setup_reply() 933 header->rcode = NOERROR; in setup_reply() 1602 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
|