HomeSort by relevance Sort by last modified time
    Searched defs:code (Results 26 - 50 of 878) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/javassist/src/test/test/javassist/bytecode/analysis/
ScannerTest.java 111 Bytecode code = new Bytecode(info.getConstPool(), 2, 9); local
112 /* 0 */ code.addAload(0);
113 /* 1 */ code.addLdc("start");
114 /* 3 */ code.addInvokevirtual(clazz, "println", CtClass.voidType, new CtClass[] {stringClass});
115 /* 6 */ code.addAload(0);
116 /* 7 */ code.addLdc("try");
117 /* 9 */ code.addInvokevirtual(clazz, "println", CtClass.voidType, new CtClass[] {stringClass});
118 /* 12 */ addJump(code, Opcode.GOTO, 125);
119 /* 14 */ code.addAstore(2);
120 /* 16 */ code.addAload(2)
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
CatchBuilder.java 17 package com.android.dexgen.dex.code;
30 * @return {@code non-null;} the constructed table
45 * @return {@code non-null;} the set of catch types
CodeAddress.java 17 package com.android.dexgen.dex.code;
19 import com.android.dexgen.rop.code.RegisterSpecList;
20 import com.android.dexgen.rop.code.SourcePosition;
23 * Pseudo-instruction which is used to track an address within a code
25 * exception handler ranges. Its code size is zero, and so instances
32 * unknown ({@code -1}).
34 * @param position {@code non-null;} source position
55 return "code-address";
SimpleInsn.java 17 package com.android.dexgen.dex.code;
19 import com.android.dexgen.rop.code.RegisterSpecList;
20 import com.android.dexgen.rop.code.SourcePosition;
29 * unknown ({@code -1}).
32 * @param position {@code non-null;} source position
33 * @param registers {@code non-null;} register list, including a
VariableSizeInsn.java 17 package com.android.dexgen.dex.code;
19 import com.android.dexgen.rop.code.RegisterSpecList;
20 import com.android.dexgen.rop.code.SourcePosition;
28 * unknown ({@code -1}).
30 * @param position {@code non-null;} source position
31 * @param registers {@code non-null;} source registers
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
ConservativeTranslationAdvice.java 17 package com.android.dexgen.rop.code;
21 * {@code false} to all methods.
25 /** {@code non-null;} standard instance of this class */
TranslationAdvice.java 17 package com.android.dexgen.rop.code;
23 * the early stage code be explicitly tied to the target.
33 * @param opcode {@code non-null;} the opcode
34 * @param sourceA {@code non-null;} the first source
35 * @param sourceB {@code non-null;} the second source
36 * @return {@code true} iff the target can represent the operation
46 * @param opcode {@code non-null;} opcode
47 * @param sources {@code non-null;} source list
48 * @return {@code true} iff the target requires the sources to be
  /dalvik/dx/src/com/android/dx/dex/code/
CatchBuilder.java 17 package com.android.dx.dex.code;
30 * @return {@code non-null;} the constructed table
45 * @return {@code non-null;} the set of catch types
CodeAddress.java 17 package com.android.dx.dex.code;
19 import com.android.dx.rop.code.RegisterSpecList;
20 import com.android.dx.rop.code.SourcePosition;
23 * Pseudo-instruction which is used to track an address within a code
25 * exception handler ranges. Its code size is zero, and so instances
32 * unknown ({@code -1}).
34 * @param position {@code non-null;} source position
55 return "code-address";
SimpleInsn.java 17 package com.android.dx.dex.code;
19 import com.android.dx.rop.code.RegisterSpecList;
20 import com.android.dx.rop.code.SourcePosition;
29 * unknown ({@code -1}).
32 * @param position {@code non-null;} source position
33 * @param registers {@code non-null;} register list, including a
VariableSizeInsn.java 17 package com.android.dx.dex.code;
19 import com.android.dx.rop.code.RegisterSpecList;
20 import com.android.dx.rop.code.SourcePosition;
28 * unknown ({@code -1}).
30 * @param position {@code non-null;} source position
31 * @param registers {@code non-null;} source registers
  /dalvik/dx/src/com/android/dx/rop/code/
ConservativeTranslationAdvice.java 17 package com.android.dx.rop.code;
21 * {@code false} to all methods.
25 /** {@code non-null;} standard instance of this class */
TranslationAdvice.java 17 package com.android.dx.rop.code;
23 * the early stage code be explicitly tied to the target.
33 * @param opcode {@code non-null;} the opcode
34 * @param sourceA {@code non-null;} the first source
35 * @param sourceB {@code non-null;} the second source
36 * @return {@code true} iff the target can represent the operation
46 * @param opcode {@code non-null;} opcode
47 * @param sources {@code non-null;} source list
48 * @return {@code true} iff the target requires the sources to be
  /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:__anon6255
  /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:__anon9662
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/Source/WebCore/page/
NavigatorUserMediaError.h 7 * 1. Redistributions of source code must retain the above copyright
41 NavigatorUserMediaError(ErrorCode code) : m_code(code) { }
44 ErrorCode code() const { return m_code; } function in class:WebCore::NavigatorUserMediaError
  /external/webkit/Source/WebKit/chromium/src/
WebIDBDatabaseError.cpp 8 * * Redistributions of source code must retain the above copyright
48 void WebIDBDatabaseError::assign(unsigned short code, const WebString& message)
50 m_private = IDBDatabaseError::createWithoutOffset(code, message);
58 unsigned short WebIDBDatabaseError::code() const function in class:WebKit::WebIDBDatabaseError
60 return m_private->code();
  /frameworks/base/cmds/keystore/
keystore_cli.cpp 69 uint8_t code; local
70 if (recv(sock, &code, 1, 0) != 1) {
74 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...]
  /frameworks/media/libvideoeditor/vss/src/
M4VD_Tools.c 33 M4OSA_UInt32 code; local
35 code = 0;
47 code = (code << 1);
48 code |= ((parsingCtxt->stream_byte & 0x80) >> 7);
54 return code;
  /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...]

Completed in 1756 milliseconds

12 3 4 5 6 7 8 91011>>