/external/chromium/third_party/zlib/ |
inftrees.h | 12 information needed to do the operation requested by the code that 14 table that indexes more bits of the code. op indicates whether 16 distance, an end-of-block, or an invalid code. For a table 19 is the number of extra bits to get after the code. bits is 20 the number of bits in this code or part of the code to drop off 26 unsigned char bits; /* bits in this part of the code */ 27 unsigned short val; /* offset in table or code value */ 28 } code; typedef in typeref:struct:__anon3287 35 01000000 - invalid code [all...] |
/external/elfutils/libdw/ |
dwarf_getabbrev.c | 46 representing the abbreviation code itself. [...] The 47 abbreviation code is followed by another unsigned LEB128 60 unsigned int code; local 61 get_uleb128 (code, abbrevp); 63 /* Check whether this code is already in the hash table. */ 67 || (abb = Dwarf_Abbrev_Hash_find (&cu->abbrev_hash, code, NULL)) == NULL) 88 abb->code = code; 111 (void) Dwarf_Abbrev_Hash_insert (&cu->abbrev_hash, abb->code, abb);
|
/external/icu4c/tools/genprops/ |
genprops.h | 30 uint32_t code; member in struct:__anon4306
|
/external/qemu/distrib/zlib-1.2.3/ |
inftrees.h | 12 information needed to do the operation requested by the code that 14 table that indexes more bits of the code. op indicates whether 16 distance, an end-of-block, or an invalid code. For a table 19 is the number of extra bits to get after the code. bits is 20 the number of bits in this code or part of the code to drop off 26 unsigned char bits; /* bits in this part of the code */ 27 unsigned short val; /* offset in table or code value */ 28 } code; typedef in typeref:struct:__anon6257 35 01000000 - invalid code [all...] |
/external/strace/ |
ioctlsort.c | 9 * 1. Redistributions of source code must retain the above copyright 41 unsigned long code; member in struct:ioctlent 53 unsigned long code1 = ((struct ioctlent *) a)->code; 54 unsigned long code2 = ((struct ioctlent *) b)->code; 68 ioctlent[i].doth, ioctlent[i].symbol, ioctlent[i].code);
|
/external/tcpdump/ |
print-eap.c | 5 * modification, are permitted provided that: (1) source code distributions 7 * distributions including binary code include the above copyright notice and 43 unsigned char code; member in struct:eap_packet_t 62 ND_PRINT((ndo, "EAP code=%u id=%u length=%u ", 63 eap->code, eap->id, (eap->length[0]<<8) + eap->length[1]));
|
/external/webkit/WebCore/storage/ |
SQLError.h | 8 * 1. Redistributions of source code must retain the above copyright 41 static PassRefPtr<SQLError> create(unsigned code, const String& message) { return adoptRef(new SQLError(code, message)); } 43 unsigned code() const { return m_code; } function in class:WebCore::SQLError 47 SQLError(unsigned code, const String& message) : m_code(code), m_message(message.threadsafeCopy()) { }
|
/frameworks/base/cmds/keystore/ |
keystore_cli.c | 48 uint8_t code; local 73 if (recv(sock, &code, 1, 0) != 1) { 77 printf("%d %s\n", code , responses[code] ? responses[code] : "Unknown");
|
keystore_get.h | 43 uint8_t code = 'g'; local 54 if (send(sock, &code, 1, 0) == 1 && send(sock, bytes, 2, 0) == 2 && 56 recv(sock, &code, 1, 0) == 1 && code == /* NO_ERROR */ 1 &&
|
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/ |
bitstream.h | 39 PV_STATUS BitstreamShowBits32(BitstreamDecVideo *stream, int nbits, uint32 *code); 45 PV_STATUS BitstreamShowBits16(BitstreamDecVideo *stream, int nbits, uint *code); 46 PV_STATUS BitstreamShow15Bits(BitstreamDecVideo *stream, uint *code); 47 PV_STATUS BitstreamShow13Bits(BitstreamDecVideo *stream, uint *code); 51 __inline PV_STATUS BitstreamShowBits16(BitstreamDecVideo *stream, int nbits, uint *code) 62 *code = stream->curr_word >> (32 - nbits); 69 __inline PV_STATUS BitstreamShow15Bits(BitstreamDecVideo *stream, uint *code) 78 *code = stream->curr_word >> 17; 83 __inline PV_STATUS BitstreamShow13Bits(BitstreamDecVideo *stream, uint *code) 92 *code = stream->curr_word >> 19 97 uint code; local 112 uint code; local [all...] |
/libcore/luni/src/main/java/org/w3c/dom/ls/ |
LSException.java | 16 * Parser or write operations may throw an <code>LSException</code> if the 18 * <code>DOMError</code> with a severity of 19 * <code>DOMError.SEVERITY_FATAL_ERROR</code> or a non recovered 20 * <code>DOMError.SEVERITY_ERROR</code>, or if 21 * <code>DOMErrorHandler.handleError()</code> returned <code>false</code> 34 public short code; field in class:LSException [all...] |
/bionic/libc/regex/ |
regerror.c | 7 * This code is derived from software contributed to Berkeley by 13 * 1. Redistributions of source code must retain the above copyright 50 int code; member in struct:rerr 70 { 0, "", "*** unknown regexp error code ***" } 90 for (r = rerrs; r->code != 0; r++) 91 if (r->code == target) 95 if (r->code != 0) { 122 for (r = rerrs; r->code != 0; r++) 125 if (r->code == 0) 128 (void)snprintf(localbuf, localbufsize, "%d", r->code); [all...] |
/dalvik/dx/src/com/android/dx/cf/code/ |
ByteBlockList.java | 17 package com.android.dx.cf.code; 31 * @param size {@code >= 0;} the number of elements to be in the list 40 * will throw {@code NullPointerException}. 42 * @param n {@code >= 0, < size();} which element 43 * @return {@code non-null;} the indicated element 53 * @return {@code non-null;} the block with the given label 69 * @param n {@code >= 0, < size();} which element 70 * @param bb {@code null-ok;} the value to store
|
/dalvik/dx/src/com/android/dx/dex/code/ |
FixedSizeInsn.java | 17 package com.android.dx.dex.code; 19 import com.android.dx.rop.code.RegisterSpecList; 20 import com.android.dx.rop.code.SourcePosition; 24 * Base class for instructions which are of a fixed code size and 31 * unknown ({@code -1}). 34 * absolutely no registers (e.g., a {@code nop} or a 40 * @param position {@code non-null;} source position 41 * @param registers {@code non-null;} register list, including a
|
LocalEnd.java | 17 package com.android.dx.dex.code; 19 import com.android.dx.rop.code.RegisterSpec; 20 import com.android.dx.rop.code.RegisterSpecList; 21 import com.android.dx.rop.code.SourcePosition; 31 * {@code non-null;} register spec representing the local variable ended 34 * is implicit in the ambient local variable state, but other code 41 * unknown ({@code -1}). 43 * @param position {@code non-null;} source position 44 * @param local {@code non-null;} register spec representing the local 73 * @return {@code non-null;} the register spe [all...] |
LocalStart.java | 17 package com.android.dx.dex.code; 19 import com.android.dx.rop.code.RegisterSpec; 20 import com.android.dx.rop.code.RegisterSpecList; 21 import com.android.dx.rop.code.SourcePosition; 31 * {@code non-null;} register spec representing the local variable introduced 39 * @param spec {@code non-null;} the spec to convert 40 * @return {@code non-null;} the string form 49 * unknown ({@code -1}). 51 * @param position {@code non-null;} source position 52 * @param local {@code non-null;} register spec representing the loca [all...] |
OddSpacer.java | 17 package com.android.dx.dex.code; 19 import com.android.dx.rop.code.RegisterSpecList; 20 import com.android.dx.rop.code.SourcePosition; 24 * Pseudo-instruction which either turns into a {@code nop} or 32 * unknown ({@code -1}). 34 * @param position {@code non-null;} source position
|
RopToDop.java | 17 package com.android.dx.dex.code; 19 import com.android.dx.rop.code.Insn; 20 import com.android.dx.rop.code.RegOps; 21 import com.android.dx.rop.code.Rop; 22 import com.android.dx.rop.code.Rops; 23 import com.android.dx.rop.code.ThrowingCstInsn; 24 import com.android.dx.rop.code.RegisterSpec; 38 /** {@code non-null;} map from all the common rops to dalvik opcodes */ 281 * @param insn {@code non-null;} the original instruction
|
ZeroSizeInsn.java | 17 package com.android.dx.dex.code; 19 import com.android.dx.rop.code.RegisterSpecList; 20 import com.android.dx.rop.code.SourcePosition; 24 * Pseudo-instruction base class for zero-size (no code emitted) 26 * about the code they are adjacent to. 31 * unknown ({@code -1}). 33 * @param position {@code non-null;} source position
|
/dalvik/dx/src/com/android/dx/dex/code/form/ |
Form10x.java | 17 package com.android.dx.dex.code.form; 19 import com.android.dx.dex.code.DalvInsn; 20 import com.android.dx.dex.code.InsnFormat; 21 import com.android.dx.dex.code.SimpleInsn; 25 * Instruction format {@code 10x}. See the instruction format spec 29 /** {@code non-null;} unique instance of this class */
|
Form11x.java | 17 package com.android.dx.dex.code.form; 19 import com.android.dx.dex.code.DalvInsn; 20 import com.android.dx.dex.code.InsnFormat; 21 import com.android.dx.dex.code.SimpleInsn; 22 import com.android.dx.rop.code.RegisterSpecList; 26 * Instruction format {@code 11x}. See the instruction format spec 30 /** {@code non-null;} unique instance of this class */
|
Form22x.java | 17 package com.android.dx.dex.code.form; 19 import com.android.dx.dex.code.DalvInsn; 20 import com.android.dx.dex.code.InsnFormat; 21 import com.android.dx.dex.code.SimpleInsn; 22 import com.android.dx.rop.code.RegisterSpecList; 26 * Instruction format {@code 22x}. See the instruction format spec 30 /** {@code non-null;} unique instance of this class */
|
Form23x.java | 17 package com.android.dx.dex.code.form; 19 import com.android.dx.dex.code.DalvInsn; 20 import com.android.dx.dex.code.InsnFormat; 21 import com.android.dx.dex.code.SimpleInsn; 22 import com.android.dx.rop.code.RegisterSpecList; 26 * Instruction format {@code 23x}. See the instruction format spec 30 /** {@code non-null;} unique instance of this class */
|
Form32x.java | 17 package com.android.dx.dex.code.form; 19 import com.android.dx.dex.code.DalvInsn; 20 import com.android.dx.dex.code.InsnFormat; 21 import com.android.dx.dex.code.SimpleInsn; 22 import com.android.dx.rop.code.RegisterSpecList; 26 * Instruction format {@code 32x}. See the instruction format spec 30 /** {@code non-null;} unique instance of this class */
|
SpecialFormat.java | 17 package com.android.dx.dex.code.form; 19 import com.android.dx.dex.code.DalvInsn; 20 import com.android.dx.dex.code.DalvOps; 21 import com.android.dx.dex.code.InsnFormat; 28 * exceptions, as code should know (implicitly or explicitly) to avoid 30 * always returns {@code true}. 33 /** {@code non-null;} unique instance of this class */
|