| /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
|
| /dalvik/dexgen/src/com/android/dexgen/dex/code/form/ |
| Form10t.java | 17 package com.android.dexgen.dex.code.form; 19 import com.android.dexgen.dex.code.DalvInsn; 20 import com.android.dexgen.dex.code.InsnFormat; 21 import com.android.dexgen.dex.code.TargetInsn; 25 * Instruction format {@code 10t}. See the instruction format spec 29 /** {@code non-null;} unique instance of this class */
|
| Form20t.java | 17 package com.android.dexgen.dex.code.form; 19 import com.android.dexgen.dex.code.DalvInsn; 20 import com.android.dexgen.dex.code.InsnFormat; 21 import com.android.dexgen.dex.code.TargetInsn; 25 * Instruction format {@code 20t}. See the instruction format spec 29 /** {@code non-null;} unique instance of this class */
|
| Form30t.java | 17 package com.android.dexgen.dex.code.form; 19 import com.android.dexgen.dex.code.DalvInsn; 20 import com.android.dexgen.dex.code.InsnFormat; 21 import com.android.dexgen.dex.code.TargetInsn; 25 * Instruction format {@code 30t}. See the instruction format spec 29 /** {@code non-null;} unique instance of this class */
|
| /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 */
|
| /dalvik/dx/src/com/android/dx/cf/code/ |
| SimException.java | 17 package com.android.dx.cf.code;
|
| /dalvik/dx/src/com/android/dx/dex/cf/ |
| CfOptions.java | 19 import com.android.dx.dex.code.PositionList;
|
| /dalvik/dx/src/com/android/dx/dex/code/ |
| CatchBuilder.java | 17 package com.android.dx.dex.code; 29 * @return {@code non-null;} the constructed table 44 * @return {@code non-null;} the set of catch types
|
| 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; 32 * {@code non-null;} register spec representing the local variable introduced 40 * @param spec {@code non-null;} the spec to convert 41 * @return {@code non-null;} the string form 50 * unknown ({@code -1}). 52 * @param position {@code non-null;} source position 53 * @param local {@code non-null;} register spec representing the loca [all...] |
| /dalvik/dx/src/com/android/dx/dex/code/form/ |
| Form10t.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.TargetInsn; 25 * Instruction format {@code 10t}. See the instruction format spec 29 /** {@code non-null;} unique instance of this class */
|
| Form20t.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.TargetInsn; 25 * Instruction format {@code 20t}. See the instruction format spec 29 /** {@code non-null;} unique instance of this class */
|
| /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 */
|
| /device/google/cuttlefish_common/host/frontend/vnc_server/ |
| virtual_inputs.h | 33 void GenerateKeyPressEvent(int code, bool down);
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/ |
| nm2def.py | 63 code = []
68 code.append('\t'+name)
71 code.sort()
72 return ' DATA\n'.join(data)+'\n'+'\n'.join(code)
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/unicode/ |
| genwincodec.py | 1 """This script generates a Python codec module from a Windows Code Page.
29 assert ret == 1, "invalid code page"
47 code = codegen("", map, encodingname)
49 code = '''\
55 ) + code.split('"""#"', 1)[1]
57 print code
|
| /device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/ |
| inflate.h | 13 the crc code when it is not needed. For shared libraries, gzip decoding 38 LENLENS, /* i: waiting for code length code lengths */ 39 CODELENS, /* i: waiting for length/lit and distance code lengths */ 41 LEN, /* i: waiting for length/lit/eob code */ 43 DIST, /* i: waiting for distance code */ 106 /* for table and code decoding */ 108 /* fixed and dynamic code tables */ 109 code const FAR *lencode; /* starting table for length/literal codes */ 110 code const FAR *distcode; /* starting table for distance codes * [all...] |
| /external/aac/libAACdec/src/ |
| usacdec_ace_d4t64.h | 41 the FDK AAC Codec or your modifications thereto in source code form. 46 charge copies of the complete source code of the FDK AAC Codec and your 115 void D_ACELP_decode_4t64(SHORT index[], int nbits, FIXP_COD code[]);
|
| /external/autotest/client/site_tests/security_SMMLocked/src/ |
| smm.c | 3 * Use of this source code is governed by a BSD-style license that can be 26 int code = EXIT_SUCCESS; local 32 code = EXIT_FAILURE; 41 code = EXIT_FAILURE; 44 return code;
|
| /external/capstone/arch/AArch64/ |
| AArch64Disassembler.h | 17 bool AArch64_getInstruction(csh ud, const uint8_t *code, size_t code_len,
|
| /external/capstone/arch/PowerPC/ |
| PPCDisassembler.h | 17 bool PPC_getInstruction(csh ud, const uint8_t *code, size_t code_len,
|
| /external/capstone/arch/Sparc/ |
| SparcDisassembler.h | 17 bool Sparc_getInstruction(csh ud, const uint8_t *code, size_t code_len,
|
| /external/capstone/arch/SystemZ/ |
| SystemZDisassembler.h | 17 bool SystemZ_getInstruction(csh ud, const uint8_t *code, size_t code_len,
|
| /external/capstone/arch/X86/ |
| X86Disassembler.h | 63 // X86Disassembler.cpp contains the code responsible for step 7, and for 69 // X86DisassemblerDecoder.c contains the source code of the decoder, which is 91 bool X86_getInstruction(csh handle, const uint8_t *code, size_t code_len,
|
| /external/capstone/arch/XCore/ |
| XCoreDisassembler.h | 17 bool XCore_getInstruction(csh ud, const uint8_t *code, size_t code_len,
|
| /external/curl/docs/cmdline-opts/ |
| libcurl.d | 3 Help: Dump libcurl equivalent code of this command line 7 libcurl-using C source code written to the file that does the equivalent
|