HomeSort by relevance Sort by last modified time
    Searched defs:code (Results 151 - 175 of 637) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/nist-sip/java/gov/nist/javax/sip/parser/
WarningParser.java 6 * Pursuant to title 15 Untied States Code Section 105, works of NIST
86 // Parsing the 3digits code
90 int code = Integer.parseInt(token.getTokenValue()); local
91 warning.setCode(code);
128 // Parsing the 3digits code
132 int code = Integer.parseInt(tok.getTokenValue()); local
133 warning.setCode(code);
  /external/oprofile/daemon/
opd_spu.c 143 * context switch (via handlers[code)), we cache the
149 unsigned long long code; local
152 code = pop_buffer_value(trans);
154 if (!is_escape_code(code)) {
155 opd_put_spu_sample(trans, code);
166 code = pop_buffer_value(trans);
168 if (code >= LAST_CODE) {
169 fprintf(stderr, "Unknown code %llu\n", code);
173 handlers[code](trans)
    [all...]
opd_trans.c 137 fprintf(stderr, "Unknown code !\n");
314 * is an unsigned long and below the printf("..." %llu\n", code)
317 unsigned long long code; local
325 code = pop_buffer_value(&trans);
327 if (!is_escape_code(code)) {
328 opd_put_sample(&trans, code);
339 code = pop_buffer_value(&trans);
341 if (code >= LAST_CODE) {
342 fprintf(stderr, "Unknown code %llu\n", code);
    [all...]
  /external/ppp/pppd/
chap-new.h 10 * 1. Redistributions of source code must retain the above copyright
32 * CHAP packets begin with a standard header with code, id, len (2 bytes).
37 * Values for the code field.
91 * The code for each digest type has to supply one of these.
94 int code; member in struct:chap_digest_type
120 /* Called by digest code to register a digest type */
123 /* Called by authentication code to start authenticating the peer. */
126 /* Called by auth. code to start authenticating us to the peer. */
129 /* Represents the CHAP protocol to the main pppd code */
  /external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
SDL_amigaevents.c 40 SDL_keysym *amiga_TranslateKey(int code, SDL_keysym *keysym);
116 static int amiga_GetButton(int code)
118 switch(code)
131 int class=msg->Class,code=msg->Code; local
176 if(!(code&IECODE_UP_PREFIX))
179 amiga_GetButton(code), 0, 0);
184 code&=~IECODE_UP_PREFIX;
186 amiga_GetButton(code), 0, 0);
194 if( !(code&IECODE_UP_PREFIX)
    [all...]
  /external/qemu/
qobject.h 52 qtype_code code; member in struct:QType
109 return obj->type->code;
  /external/skia/src/animator/
SkDisplayEvent.h 57 SkKey code; member in class:SkDisplayEvent
66 SkKey fMax; // if the code expresses a range
  /external/tcpdump/
print-chdlc.c 6 * modification, are permitted provided that: (1) source code distributions
8 * distributions including binary code include the above copyright notice and
125 u_int8_t code[4]; member in struct:cisco_slarp
157 switch (EXTRACT_32BITS(&slarp->code)) {
193 printf("0x%02x unknown", EXTRACT_32BITS(&slarp->code));
  /external/v8/test/cctest/
test-assembler-arm.cc 6 // * Redistributions of source code must retain the above copyright
72 Object* code = Heap::CreateCode(desc, variable
74 Code::ComputeFlags(Code::STUB),
76 CHECK(code->IsCode());
78 Code::cast(code)->Print();
80 F2 f = FUNCTION_CAST<F2>(Code::cast(code)->entry());
109 Object* code = Heap::CreateCode(desc variable
155 Object* code = Heap::CreateCode(desc, variable
203 Object* code = Heap::CreateCode(desc, variable
263 Object* code = Heap::CreateCode(desc, variable
    [all...]
test-disasm-ia32.cc 6 // * Redistributions of source code must retain the above copyright
265 Handle<Code> ic(Builtins::builtin(Builtins::LoadIC_Initialize));
407 Object* code = Heap::CreateCode(desc, local
409 Code::ComputeFlags(Code::STUB),
411 CHECK(code->IsCode());
413 Code::cast(code)->Print();
414 byte* begin = Code::cast(code)->instruction_start()
    [all...]
  /external/webkit/WebCore/bridge/
testqtbindings.cpp 7 * 1. Redistributions of source code must retain the above copyright
82 static char code[] = variable
108 if (code) {
110 Completion comp(interp->evaluate("", 0, code));
  /external/webkit/WebCore/dom/
ExceptionCode.cpp 7 * 1. Redistributions of source code must retain the above copyright
153 int code = ec; local
160 if (code >= RangeException::RangeExceptionOffset && code <= RangeException::RangeExceptionMax) {
163 code -= RangeException::RangeExceptionOffset;
168 } else if (code >= EventException::EventExceptionOffset && code <= EventException::EventExceptionMax) {
171 code -= EventException::EventExceptionOffset;
176 } else if (code >= XMLHttpRequestException::XMLHttpRequestExceptionOffset && code <= XMLHttpRequestException::XMLHttpRequestExceptionMax)
    [all...]
  /external/webkit/WebKit/win/
WebError.cpp 7 * 1. Redistributions of source code must retain the above copyright
108 /* [in] */ int code,
111 m_error = ResourceError(String(domain, SysStringLen(domain)), code, String(url, SysStringLen(url)), String());
115 HRESULT STDMETHODCALLTYPE WebError::code( function in class:WebError
142 if (int code = m_error.errorCode())
143 *result = BString(wkCFNetworkErrorGetLocalizedDescription(code)).release();
  /external/webkit/WebKitTools/DumpRenderTree/win/
PolicyDelegate.cpp 8 * 1. Redistributions of source code must retain the above copyright
174 int code; local
175 error->code(&code);
181 printf("Policy delegate: unable to implement policy with error domain '%S', error code %d, in frame '%S'", domainMessage.c_str(), code, frameNameMessage.c_str());
  /external/wpa_supplicant/
eap_psk_common.h 40 u8 code; member in struct:eap_psk_hdr
42 u16 length; /* including code, identifier, and length */
49 u8 code; member in struct:eap_psk_hdr_1
51 u16 length; /* including code, identifier, and length */
60 u8 code; member in struct:eap_psk_hdr_2
62 u16 length; /* including code, identifier, and length */
73 u8 code; member in struct:eap_psk_hdr_3
75 u16 length; /* including code, identifier, and length */
85 u8 code; member in struct:eap_psk_hdr_4
87 u16 length; /* including code, identifier, and length *
    [all...]
  /frameworks/base/media/libstagefright/codecs/avc/enc/src/
vlc_encode.cpp 151 uint code, len; local
163 code = ((TotalCoeff - 1) << 2) | (TrailingOnes);
167 code = 3;
169 status = BitstreamWriteBits(stream, 6, code);
187 code = totCoeffTrailOne[vlcnum][TrailingOnes][TotalCoeff][1];
188 status = BitstreamWriteBits(stream, len, code);
205 uint code, len; local
208 code = totCoeffTrailOneChrom[TrailingOnes][TotalCoeff][1];
209 status = BitstreamWriteBits(stream, len, code);
254 int len, code; local
282 int len, code; local
318 int len, code; local
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
ReasonCode.java 25 * CRL Entry's Reason Code Extension (OID = 2.5.29.21).
47 // predefined reason code values
59 // the reason code value
60 private final byte code; field in class:ReasonCode
62 public ReasonCode(byte code) {
63 this.code = code;
68 this.code = ((byte[]) ASN1.decode(encoding))[0];
72 return code;
81 encoding = ASN1.encode(new byte[] {(byte) code});
    [all...]
  /libcore/luni/src/main/java/org/w3c/dom/
DOMException.java 21 * <code>NodeList</code>.
24 * exception if a <code>null</code> argument is passed when <code>null</code>
34 public DOMException(short code, String message) {
36 this.code = code;
38 public short code; field in class:DOMException
    [all...]
  /packages/apps/Nfc/jni/
com_android_nfc.cpp 216 //Display status code
222 NFCSTATUS code; member in struct:android::status_entry
273 if (sNameTable[i].code == PHNFCSTATUS(status))
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/netfilter_ipv4/
ip_conntrack_tuple.h 63 u_int8_t type, code; member in struct:ip_conntrack_tuple::__anon13670::__anon13671::__anon13674
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/netfilter_ipv4/
ip_conntrack_tuple.h 63 u_int8_t type, code; member in struct:ip_conntrack_tuple::__anon14024::__anon14025::__anon14028
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/netfilter_ipv4/
ip_conntrack_tuple.h 63 u_int8_t type, code; member in struct:ip_conntrack_tuple::__anon14378::__anon14379::__anon14382
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/netfilter_ipv4/
ip_conntrack_tuple.h 63 u_int8_t type, code; member in struct:ip_conntrack_tuple::__anon14797::__anon14798::__anon14801
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/netfilter_ipv4/
ip_conntrack_tuple.h 63 u_int8_t type, code; member in struct:ip_conntrack_tuple::__anon15160::__anon15161::__anon15164
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/netfilter_ipv4/
ip_conntrack_tuple.h 63 u_int8_t type, code; member in struct:ip_conntrack_tuple::__anon15584::__anon15585::__anon15588

Completed in 2057 milliseconds

1 2 3 4 5 67 8 91011>>