HomeSort by relevance Sort by last modified time
    Searched refs:code (Results 2001 - 2025 of 2299) sorted by null

<<81828384858687888990>>

  /external/qemu/slirp/
tcp_input.c 8 * 1. Redistributions of source code must retain the above copyright
635 * But a bit of spaghetti code never hurt anybody :)
672 u_char code=ICMP_UNREACH_NET; local
680 if(errno == EHOSTUNREACH) code=ICMP_UNREACH_HOST;
688 icmp_error(m, ICMP_UNREACH,code, 0,strerror(errno));
    [all...]
  /external/qemu/slirp-android/
tcp_input.c 8 * 1. Redistributions of source code must retain the above copyright
640 * But a bit of spaghetti code never hurt anybody :)
678 u_char code=ICMP_UNREACH_NET; local
686 if(errno == EHOSTUNREACH) code=ICMP_UNREACH_HOST;
694 icmp_error(m, ICMP_UNREACH,code, 0,errno_str);
    [all...]
  /external/v8/src/arm/
regexp-macro-assembler-arm.cc 6 // * Redistributions of source code must retain the above copyright
32 #include "code-stubs.h"
45 * - r5 : Pointer to current code object (Code*) including heap object tag.
51 * - r9 : Unused, might be used by C code and expected unchanged.
62 * - direct_call (if 1, direct call from JavaScript code, if 0 call
90 * code, by calling the code entry as cast to a function with the signature:
118 __ jmp(&entry_label_); // We'll write the entry code later.
164 // Pop Code* offset from backtrack stack, add Code* and jump to location
795 Handle<Code> code = Factory::NewCode(code_desc, local
    [all...]
  /external/v8/src/ia32/
regexp-macro-assembler-ia32.cc 6 // * Redistributions of source code must retain the above copyright
58 * - direct_call (if 1, direct call from JavaScript code, if 0
86 * code, by calling the code entry as cast to a function with the signature:
112 __ jmp(&entry_label_); // We'll write the entry code later.
154 // Pop Code* offset from backtrack stack, add Code* and jump to location.
614 // Finalize code - write the entry point code now we know how many
617 // Entry code
816 Handle<Code> code = Factory::NewCode(code_desc, local
    [all...]
  /external/v8/src/x64/
regexp-macro-assembler-x64.cc 6 // * Redistributions of source code must retain the above copyright
59 * positions from end of string or code location from Code* pointer).
60 * - r8 : code object pointer. Used to convert between absolute and
61 * code-object-relative addresses.
70 * - direct_call (if 1, direct call from JavaScript code, if 0 call
93 * The first seven values must be provided by the calling code by
94 * calling the code's entry address cast to a function pointer with the
122 __ jmp(&entry_label_); // We'll write the entry code when we know more.
164 // Pop Code* offset from backtrack stack, add Code* and jump to location
892 Handle<Code> code = Factory::NewCode(code_desc, local
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap.c 881 if (hdr->code == EAP_CODE_RESPONSE)
930 resp->code = EAP_CODE_SUCCESS;
948 resp->code = EAP_CODE_FAILURE;
    [all...]
eap_fast.c 1109 wpa_printf(MSG_DEBUG, "EAP-FAST: Received Phase 2: code=%d "
1110 "identifier=%d length=%lu", hdr->code, hdr->identifier,
1112 switch (hdr->code) {
1117 wpa_printf(MSG_INFO, "EAP-FAST: Unexpected code=%d in "
1118 "Phase 2 EAP header", hdr->code);
    [all...]
eap_ttls.c 185 wpa_printf(MSG_DEBUG, "EAP-TTLS: AVP: code=%d flags=0x%02x "
297 "mandatory AVP code %d vendor_id %d - "
302 "AVP code %d vendor_id %d",
1102 wpa_printf(MSG_DEBUG, "EAP-TTLS/EAP: received Phase 2 EAP: code=%d "
1103 "identifier=%d length=%lu", hdr->code, hdr->identifier,
1112 switch (hdr->code) {
1118 wpa_printf(MSG_INFO, "EAP-TTLS/EAP: Unexpected code=%d in "
1119 "Phase 2 EAP header", hdr->code);
    [all...]
  /prebuilt/common/commons-compress/
commons-compress-1.0.jar 
  /bionic/libc/kernel/common/linux/
wireless.h 323 __u32 code; member in struct:iw_discarded
  /external/bluetooth/glib/gio/
gfileenumerator.c 649 error->code == G_IO_ERROR_CANCELLED)
  /external/expat/lib/
expat.h 34 stanza can be added to code that still needs to support older
783 return XML_STATUS_ERROR with error code XML_ERROR_ABORTED.
800 Additional error code XML_ERROR_NOT_SUSPENDED possible.
    [all...]
  /external/jpeg/
djpeg.c 44 #define JMESSAGE(code,string) string ,
77 * Argument-parsing code.
350 * Note this code relies on a non-suspending data source.
wrbmp.c 17 * This code contributed by James Arthur Boucher.
31 Sorry, this code only copes with 8-bit JSAMPLEs. /* deliberate syntax err */
  /external/kernel-headers/original/linux/
wireless.h 688 __u32 code; /* Rx : Unable to code/decode (WEP) */ member in struct:iw_discarded
    [all...]
  /external/libffi/src/powerpc/
ppc_closure.S 106 # Each of the ret_typeX code fragments has to be exactly 16 bytes long
286 .uleb128 0x1 # CIE Code Alignment Factor
  /external/openssl/crypto/
crypto.h 9 * 1. Redistributions of source code must retain the above copyright
64 * apply to all code found in this distribution, be it the RC4, RSA,
65 * lhash, DES, etc., code; not just the SSL code. The SSL documentation
70 * the code are not to be removed.
79 * 1. Redistributions of source code must retain the copyright
90 * 4. If you include any Windows specific code (or a derivative thereof) from
91 * the apps directory (application code) you must include an acknowledgement:
107 * derivative of this code cannot be changed. i.e. this code cannot simply b
173 int code; member in struct:openssl_item_st
    [all...]
  /external/openssl/include/openssl/
crypto.h 9 * 1. Redistributions of source code must retain the above copyright
64 * apply to all code found in this distribution, be it the RC4, RSA,
65 * lhash, DES, etc., code; not just the SSL code. The SSL documentation
70 * the code are not to be removed.
79 * 1. Redistributions of source code must retain the copyright
90 * 4. If you include any Windows specific code (or a derivative thereof) from
91 * the apps directory (application code) you must include an acknowledgement:
107 * derivative of this code cannot be changed. i.e. this code cannot simply b
173 int code; member in struct:openssl_item_st
    [all...]
  /external/proguard/src/proguard/classfile/util/
InstructionSequenceMatcher.java 608 System.out.println(" "+InstructionFactory.create(codeAttribute.code, matchedInstructionOffsets[index]).toString(matchedInstructionOffsets[index]));
  /external/srec/srec/Vocabulary/src/
VocabularyImpl.c 61 PLogError(L("ESR_FATAL_ERROR: ESR_SessionGetBool() - G2P.Available fails with return code %d\n"), rc);
73 PLogError(L("ESR_FATAL_ERROR: ESR_SessionGetLCHAR() - G2P.Data fails with return code %d\n"), rc);
79 PLogError(L("ESR_FATAL_ERROR: ESR_SessionPrefixWithBaseDirectory() - G2P.Data fails with return code %d\n"), rc);
90 PLogError(L("ESR_FATAL_ERROR: SWIsltsOpen( ) fails with return code %d\n"), res);
97 PLogError(L("ESR_FATAL_ERROR: SWIsltsInit( ) fails with return code %d\n"), res);
114 PLogError(L("ESR_FATAL_ERROR: ESR_SessionGetBool() - G2P.Available fails with return code %d\n"), rc);
128 PLogError(L("ESR_FATAL_ERROR: SWIsltsTerm( ) fails with return code %d\n"), res);
134 PLogError(L("ESR_FATAL_ERROR: SWIsltsClose( ) fails with return code %d\n"), res);
325 code. */
468 PLogError(L("ESR_FATAL_ERROR: run_ttt( ) fails with return code %d\n"), nEsrRes)
    [all...]
  /external/strace/
defs.h 10 * 1. Redistributions of source code must retain the above copyright
174 /* SH64 Linux - this code assumes the following kernel API for system calls:
272 int u_error; /* Error code */
541 unsigned long code; member in struct:ioctlent
  /external/svox/pico/lib/
picoos.c 659 picoos_int16 code, picoos_char * base, const picoos_char *fmt, va_list args)
664 switch (code) {
809 picoos_int16 code, picoos_char * base, const picoos_char *fmt, ...)
813 picoos_vSetErrorMsg(dst,siz, code, base, fmt,args);
817 /* For convenience, this function returns the resulting current exception code. The return value therefore is NOT the status of raising
830 "exit with exception code=%i, exception message='%s'",
866 "exit with code=%i and message='%s', resulting in #warnings=%i",
    [all...]
picoos.h 218 picoos_int16 code, picoos_char * base, const picoos_char *fmt, ...);
229 /* For convenience, this function returns the resulting exception code of 'this'
  /external/v8/test/mjsunit/
regexp.js 6 // * Redistributions of source code must retain the above copyright
93 // See http://code.google.com/p/v8/issues/detail?id=152
  /external/v8/test/mjsunit/tools/
tickprocessor.js 6 // * Redistributions of source code must retain the above copyright
195 ' 0001:00000000 000ac902H .text CODE',
196 ' 0001:000ac910 000005e2H .text$yc CODE',
230 // http://code.google.com/p/v8/issues/detail?id=427

Completed in 1152 milliseconds

<<81828384858687888990>>