/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/ |
D | DexBackedDexFile.java | 49 private final Opcodes opcodes; field in DexBackedDexFile 64 … private DexBackedDexFile(Opcodes opcodes, @Nonnull byte[] buf, int offset, boolean verifyMagic) { in DexBackedDexFile() 87 public DexBackedDexFile(@Nonnull Opcodes opcodes, @Nonnull BaseDexBuffer buf) { in DexBackedDexFile() 91 public DexBackedDexFile(@Nonnull Opcodes opcodes, @Nonnull byte[] buf, int offset) { in DexBackedDexFile() 95 public DexBackedDexFile(@Nonnull Opcodes opcodes, @Nonnull byte[] buf) { in DexBackedDexFile() 99 … public static DexBackedDexFile fromInputStream(@Nonnull Opcodes opcodes, @Nonnull InputStream is) in fromInputStream()
|
D | DexBackedOdexFile.java | 54 public DexBackedOdexFile(@Nonnull Opcodes opcodes, @Nonnull byte[] odexBuf, byte[] dexBuf) { in DexBackedOdexFile()
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/ |
D | RawDexFile.java | 50 public RawDexFile(@Nonnull Opcodes opcodes, @Nonnull BaseDexBuffer buf) { in RawDexFile() 55 public RawDexFile(@Nonnull Opcodes opcodes, @Nonnull byte[] buf) { in RawDexFile()
|
/external/dexmaker/src/dx/java/com/android/dx/dex/code/ |
D | OutputFinisher.java | 358 Dop[] opcodes = makeOpcodesArray(); in finishProcessingAndGetList() local 395 private void reserveRegisters(Dop[] opcodes) { in reserveRegisters() 446 private int calculateReservedCount(Dop[] opcodes) { in calculateReservedCount() 553 private void massageInstructions(Dop[] opcodes) { in massageInstructions() 593 private ArrayList<DalvInsn> performExpansion(Dop[] opcodes) { in performExpansion()
|
/external/llvm/test/tools/llvm-readobj/ARM/ |
D | unwind.s | 55 opcodes: label
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/ |
D | gen-fma-test.py | 34 def gen(opcodes, combos, optypes, orders): argument
|
/external/smack/src/org/xbill/DNS/ |
D | Opcode.java | 30 private static Mnemonic opcodes = new Mnemonic("DNS Opcode", field in Opcode
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/ |
D | DexFileFactory.java | 58 …public static DexBackedDexFile loadDexFile(File dexFile, @Nonnull Opcodes opcodes) throws IOExcept… in loadDexFile()
|
/external/lldb/include/lldb/Symbol/ |
D | UnwindPlan.h | 181 GetDWARFExpr (const uint8_t **opcodes, uint16_t& len) const in GetDWARFExpr() 234 const uint8_t *opcodes; member
|
/external/lldb/source/Symbol/ |
D | UnwindPlan.cpp | 52 UnwindPlan::Row::RegisterLocation::SetAtDWARFExpression (const uint8_t *opcodes, uint32_t len) in SetAtDWARFExpression() 62 UnwindPlan::Row::RegisterLocation::SetIsDWARFExpression (const uint8_t *opcodes, uint32_t len) in SetIsDWARFExpression()
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | i915_debug_fp.c | 34 static const char *opcodes[0x20] = { variable
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/ |
D | i915_debug_fp.c | 34 static const char *opcodes[0x20] = { variable
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_debug_fp.c | 49 static const char *opcodes[0x20] = { variable
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/ |
D | i915_debug_fp.c | 49 static const char *opcodes[0x20] = { variable
|
/external/javassist/src/main/javassist/bytecode/ |
D | InstructionPrinter.java | 28 private final static String opcodes[] = Mnemonic.OPCODE; field in InstructionPrinter
|
/external/chromium_org/third_party/mesa/src/src/gallium/docs/source/ |
D | tgsi.rst | 1566 .. _atomopcodes:
|
/external/mesa3d/src/gallium/docs/source/ |
D | tgsi.rst | 1566 .. _atomopcodes:
|
/external/chromium_org/sandbox/win/src/ |
D | policy_engine_opcodes.h | 246 PolicyOpcode opcodes[1]; member
|
/external/lldb/source/Expression/ |
D | DWARFExpression.cpp | 1295 const DataExtractor& opcodes, in Evaluate()
|
/external/fonttools/Lib/fontTools/ |
D | cffLib.py | 1395 opcodes = buildOpcodeDict(topDictOperators) variable in TopDictCompiler 1440 opcodes = buildOpcodeDict(topDictOperators) variable in FontDictCompiler 1453 opcodes = buildOpcodeDict(privateDictOperators) variable in PrivateDictCompiler
|
/external/fonttools/Lib/fontTools/misc/ |
D | psCharStrings.py | 234 operators, opcodes = buildOperatorDict(t2Operators) variable in T2CharString 451 operators, opcodes = buildOperatorDict(t1Operators) variable in T1CharString
|
/external/smali/smali/src/main/java/org/jf/smali/ |
D | smaliTreeWalker.java | 346 private Opcodes opcodes = new Opcodes(apiLevel); field in smaliTreeWalker
|
D | smaliParser.java | 326 private Opcodes opcodes = new Opcodes(apiLevel); field in smaliParser
|