| /third_party/curl/tests/libtest/ |
| H A D | lib586.c | 101 CURLcode code; in fire() local
|
| /third_party/curl/src/ |
| H A D | tool_vms.c | 93 void vms_special_exit(int code, int vms_show) in vms_special_exit() argument
|
| /third_party/elfutils/libdwfl/ |
| H A D | argp-std.c | 194 int code = errno; in parse_opt() local 281 int code = errno; in parse_opt() local
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
| H A D | TestLocaleValidity.java | 324 private void showValid(Datasubtype expected, Datatype datatype, Set<Datasubtype> datasubtypes, String code) { in showValid() argument 328 private void showValid(Datasubtype expected, Datatype datatype, Set<Datasubtype> datasubtypes, String code, String code2) { in showValid() argument
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
| H A D | TestLocaleValidity.java | 323 private void showValid(Datasubtype expected, Datatype datatype, Set<Datasubtype> datasubtypes, String code) { in showValid() argument 327 private void showValid(Datasubtype expected, Datatype datatype, Set<Datasubtype> datasubtypes, String code, String code2) { in showValid() argument
|
| /third_party/icu/icu4c/source/common/ |
| H A D | uscript.cpp | 119 UScriptCode code = (UScriptCode) u_getPropertyValueEnum(UCHAR_SCRIPT, nameOrAbbrOrLocale); in uscript_getCode() local 143 UScriptCode code = (UScriptCode) u_getPropertyValueEnum(UCHAR_SCRIPT, nameOrAbbrOrLocale); in uscript_getCode() local
|
| /third_party/libsnd/src/ |
| H A D | ima_oki_adpcm.c | 73 adpcm_decode (IMA_OKI_ADPCM * state, int code) in adpcm_decode() argument 103 { int delta, sign = 0, code ; in adpcm_encode() local 122 { unsigned char code ; ima_oki_adpcm_decode_block() local 137 { unsigned char code ; ima_oki_adpcm_encode_block() local 191 unsigned char code ; test_oki_adpcm() local [all...] |
| /third_party/libabigail/tests/ |
| H A D | test-diff-filter.cc | 887 int code = system(cmd.c_str()); in perform() local
|
| /third_party/mesa3d/src/freedreno/ir3/tests/ |
| H A D | disasm.c | 456 uint32_t code[2] = { in main() local
|
| /third_party/libwebsockets/lib/roles/h2/ |
| H A D | minihuf.c | 22 unsigned int code; member
|
| /third_party/libwebsockets/lib/roles/mqtt/client/ |
| H A D | client-mqtt.c | 41 static const uint8_t *code = (const uint8_t *) variable
|
| /third_party/mesa3d/src/gallium/frontends/clover/llvm/codegen/ |
| H A D | native.cpp | 51 get(const std::vector<char> &code) { in get() argument 99 get_symbol_offsets(const std::vector<char> &code, std::string &r_log) { in get_symbol_offsets() argument 149 const auto code = emit_code(mod, target, in build_module_native() local [all...] |
| /third_party/node/test/js-native-api/test_exception/ |
| H A D | test_exception.c | 106 napi_value error, code, message; in Init() local
|
| /third_party/node/deps/icu-small/source/common/ |
| H A D | uscript.cpp | 132 UScriptCode code = (UScriptCode) u_getPropertyValueEnum(UCHAR_SCRIPT, nameOrAbbrOrLocale); in uscript_getCode() local 156 UScriptCode code = (UScriptCode) u_getPropertyValueEnum(UCHAR_SCRIPT, nameOrAbbrOrLocale); in uscript_getCode() local [all...] |
| /third_party/mesa3d/src/panfrost/bifrost/valhall/ |
| H A D | disassemble.h | 38 disassemble_valhall(FILE *fp, const uint64_t *code, unsigned size, bool verbose) in disassemble_valhall() argument
|
| /third_party/mesa3d/src/gallium/drivers/nouveau/ |
| H A D | nouveau_compiler.c | 38 nv30_fp(int chipset, struct tgsi_token tokens[], unsigned *size, unsigned **code) nv30_fp() argument 51 nv30_vp(int chipset, struct tgsi_token tokens[], unsigned *size, unsigned **code) nv30_vp() argument 65 nv30_codegen(int chipset, int type, struct tgsi_token tokens[], unsigned *size, unsigned **code) nv30_codegen() argument 105 nouveau_codegen(int chipset, int type, struct tgsi_token tokens[], unsigned *size, unsigned **code) nouveau_codegen() argument 147 unsigned size = 0, *code = NULL; main() local [all...] |
| /third_party/libexif/test/ |
| H A D | test-fuzzer-persistent.c | 42 logfunc(ExifLog *log, ExifLogCode code, const char *domain, const char *format, va_list args, void *data) in logfunc() argument
|
| H A D | test-fuzzer.c | 39 logfunc(ExifLog *log, ExifLogCode code, const char *domain, const char *format, va_list args, void *data) in logfunc() argument
|
| /third_party/libevdev/libevdev/ |
| H A D | libevdev-names.c | 130 libevdev_event_value_from_name(unsigned int type, unsigned int code, const char *name) in libevdev_event_value_from_name() argument 136 libevdev_event_value_from_name_n(unsigned int type, unsigned int code, const char *name, size_t len) in libevdev_event_value_from_name_n() argument
|
| /third_party/libexif/libexif/ |
| H A D | exif-log.c | 39 ExifLogCode code; member 53 exif_log_code_get_title (ExifLogCode code) in exif_log_code_get_title() argument 62 exif_log_code_get_message (ExifLogCode code) in exif_log_code_get_message() argument 135 exif_log (ExifLog *log, ExifLogCode code, const char *domain, in exif_log() argument 146 exif_logv (ExifLog *log, ExifLogCode code, cons argument [all...] |
| /third_party/lwip/src/core/ipv4/ |
| H A D | icmp.c | 84 u8_t code; in icmp_input() local 340 icmp_send_response(struct pbuf *p, u8_t type, u8_t code) in icmp_send_response() argument [all...] |
| /third_party/lwip/src/core/ipv6/ |
| H A D | icmp6.c | 309 icmp6_send_response(struct pbuf *p, u8_t code, u32_ argument 346 icmp6_send_response_with_addrs(struct pbuf *p, u8_t code, u32_t data, u8_t type, const ip6_addr_t *src_addr, const ip6_addr_t *dest_addr) icmp6_send_response_with_addrs() argument 389 icmp6_send_response_with_addrs_and_netif(struct pbuf *p, u8_t code, u32_t data, u8_t type, const ip6_addr_t *reply_src, const ip6_addr_t *reply_dest, struct netif *netif) icmp6_send_response_with_addrs_and_netif() argument [all...] |
| /third_party/libevdev/test/ |
| H A D | test-libevdev-has-event.c | 97 int code, max; in START_TEST() local 126 ck_assert_msg(libevdev_has_event_code(dev, *evbit, code), "for type %d code %d", *evbit, code); in START_TEST() local [all...] |
| /third_party/libphonenumber/cpp/src/phonenumbers/ohos/ |
| H A D | update_metadata.cc | 39 std::string code = it->first; in UpdateShortNumber() local 53 std::string code = it->first; in UpdatePhoneNumber() local 62 int code = it->first; in UpdatePhoneNumber() local 75 int code = it->first; UpdateAlternateFormat() local [all...] |
| /third_party/lzma/C/ |
| H A D | Bcj2.c | 34 UInt32 code = p->code;
in Bcj2Dec_Decode() local [all...] |