Searched defs:code (Results 1 - 25 of 1255) sorted by relevance

1234567891011>>

/external/c-ares/
H A Dares_strerror.c21 const char *ares_strerror(int code) argument
52 if(code >= 0 && code < (int)(sizeof(errtext) / sizeof(*errtext)))
53 return errtext[code];
/external/swiftshader/third_party/LLVM/lib/Support/
H A Dregcname.h2 * This code is derived from OpenBSD's libc/regex, original license follows:
8 * This code is derived from software contributed to Berkeley by
14 * 1. Redistributions of source code must retain the above copyright
41 char code; member in struct:cname
/external/tpm2/
H A DPolicyCommandCode_fp.h2 // Use of this source code is governed by a BSD-style license that can be
14 TPM_CC code; member in struct:__anon21166
/external/wpa_supplicant_8/hostapd/src/eap_common/
H A Deap_wsc_common.c17 struct wpabuf * eap_wsc_build_frag_ack(u8 id, u8 code) argument
21 msg = eap_msg_alloc(EAP_VENDOR_WFA, EAP_VENDOR_TYPE_WSC, 2, code, id);
/external/wpa_supplicant_8/src/eap_common/
H A Deap_wsc_common.c17 struct wpabuf * eap_wsc_build_frag_ack(u8 id, u8 code) argument
21 msg = eap_msg_alloc(EAP_VENDOR_WFA, EAP_VENDOR_TYPE_WSC, 2, code, id);
/external/wpa_supplicant_8/wpa_supplicant/src/eap_common/
H A Deap_wsc_common.c17 struct wpabuf * eap_wsc_build_frag_ack(u8 id, u8 code) argument
21 msg = eap_msg_alloc(EAP_VENDOR_WFA, EAP_VENDOR_TYPE_WSC, 2, code, id);
/external/clang/test/CodeGen/
H A Dbuiltins-ppc-htm.c4 void test1(long int *r, int code, long int *a, long int *b) { argument
16 r[4] = __builtin_tabort (code);
H A D2004-03-15-SimpleIndirectGoto.c3 int code[]={0,0,0,0,1}; variable
21 bar(code);
/external/libchrome/base/
H A Dnative_library.h2 // Use of this source code is governed by a BSD-style license that can be
55 NativeLibraryLoadError() : code(0) {}
62 DWORD code; member in struct:base::NativeLibraryLoadError
/external/llvm/lib/Support/
H A Dregcname.h2 * This code is derived from OpenBSD's libc/regex, original license follows:
8 * This code is derived from software contributed to Berkeley by
14 * 1. Redistributions of source code must retain the above copyright
44 char code; member in struct:cname
/external/strace/
H A Dfs_x_ioctl.c9 * 1. Redistributions of source code must retain the above copyright
33 fs_x_ioctl(struct tcb *const tcp, const unsigned int code, argument
36 switch (code) {
H A Dhdio.c9 * 1. Redistributions of source code must retain the above copyright
40 const unsigned int code, const kernel_ulong_t arg)
42 switch (code) {
39 MPERS_PRINTER_DECL(int, hdio_ioctl, struct tcb *const tcp, const unsigned int code, const kernel_ulong_t arg) argument
/external/curl/tests/libtest/
H A Dlib512.c26 /* Test case code based on source in a bug report filed by James Bursa on
31 CURLcode code; local
36 code = curl_global_init(CURL_GLOBAL_ALL);
37 if(code == CURLE_OK) {
48 code = curl_easy_setopt(curl2, CURLOPT_URL, URL);
49 if(code == CURLE_OK) {
51 code = curl_easy_perform(curl2);
52 if(code == CURLE_OK)
/external/icu/icu4c/source/common/
H A Derrorcode.cpp27 UErrorCode code = errorCode; local
29 return code;
/external/icu/icu4c/source/extra/scrptrun/
H A Dsrtest.cpp37 UScriptCode code = scriptRun.getScriptCode(); local
39 printf("Script '%s' from %d to %d.\n", uscript_getName(code), start, end);
/external/junit/src/main/java/org/junit/internal/
H A DJUnitSystem.java11 void exit(int code); argument
H A DRealSystem.java11 public void exit(int code) { argument
12 System.exit(code);
/external/pcre/dist2/src/
H A Dpcre2_find_bracket.c9 Original API code Copyright (c) 1997-2012 University of Cambridge
10 New API code Copyright (c) 2016 University of Cambridge
16 * Redistributions of source code must retain the above copyright notice,
62 code points to start of expression
70 PRIV(find_bracket)(PCRE2_SPTR code, BOOL utf, int number) argument
74 register PCRE2_UCHAR c = *code;
81 zero; the actual length is stored in the compiled code. */
83 if (c == OP_XCLASS) code += GET(code, 1);
84 else if (c == OP_CALLOUT_STR) code
[all...]
/external/proguard/src/proguard/classfile/instruction/
H A DInstructionFactory.java34 public static Instruction create(byte[] code, int offset) argument
39 byte opcode = code[index++];
44 opcode = code[index++];
296 instruction.readInfo(code, index);
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/constructor/
H A DChild1.java19 private Integer code; field in class:Child1
21 public Child1(Integer code) { argument
22 this.code = code;
26 return code;
/external/syslinux/com32/gpllib/dmi/
H A Ddmi_ipmi.c22 * For the avoidance of doubt the "preferred form" of this code is one which
26 * are deemed to be part of the source code.
32 const char *dmi_ipmi_interface_type(uint8_t code) argument
43 if (code <= 0x04)
44 return type[code];
/external/syslinux/gpxe/src/arch/i386/interface/pcbios/
H A Dbiosint.c46 char code[64]; local
47 copy_from_real ( code, chain_vector->segment,
48 chain_vector->offset, sizeof ( code ) );
49 DBG_HDA ( *chain_vector, code, sizeof ( code ) );
64 * Note that this operation may fail, if some external code has hooked
/external/android-clat/
H A Dicmp.c63 uint8_t icmp_to_icmp6_type(uint8_t type, uint8_t code) { argument
76 if (code != ICMP_UNREACH_PROTOCOL && code != ICMP_UNREACH_NEEDFRAG) {
89 * code - the ICMP code
91 uint8_t icmp_to_icmp6_code(uint8_t type, uint8_t code) { argument
98 return code;
101 switch (code) {
115 // Otherwise, we don't understand this ICMP type/code combination. Fall through.
118 logmsg_dbg(ANDROID_LOG_DEBUG, "icmp_to_icmp6_code: unhandled ICMP type/code
126 icmp6_to_icmp_type(uint8_t type, uint8_t code) argument
151 icmp6_to_icmp_code(uint8_t type, uint8_t code) argument
[all...]
/external/apache-xml/src/main/java/org/apache/xml/dtm/
H A DDTMDOMException.java36 * @param code
39 public DTMDOMException(short code, String message) argument
41 super(code, message);
48 * @param code
50 public DTMDOMException(short code) argument
52 super(code, "");
/external/clang/test/PCH/
H A Dfunctions.c24 void __attribute__((noreturn)) test_abort(int code) { argument
25 do_abort(code);

Completed in 645 milliseconds

1234567891011>>