/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/ |
D | DexBackedDexFile.java | 58 @Nonnull private final Opcodes opcodes; field in DexBackedDexFile 74 …DexBackedDexFile(@Nullable Opcodes opcodes, @Nonnull byte[] buf, int offset, boolean verifyMagic) { in DexBackedDexFile() 105 public DexBackedDexFile(@Nullable Opcodes opcodes, @Nonnull BaseDexBuffer buf) { in DexBackedDexFile() 109 public DexBackedDexFile(@Nullable Opcodes opcodes, @Nonnull byte[] buf, int offset) { in DexBackedDexFile() 113 public DexBackedDexFile(@Nullable Opcodes opcodes, @Nonnull byte[] buf) { in DexBackedDexFile() 118 … public static DexBackedDexFile fromInputStream(@Nullable Opcodes opcodes, @Nonnull InputStream is) in fromInputStream()
|
D | ZipDexContainer.java | 61 @Nullable private final Opcodes opcodes; field in ZipDexContainer 68 public ZipDexContainer(@Nonnull File zipFilePath, @Nullable Opcodes opcodes) { in ZipDexContainer() 145 … protected ZipDexFile(@Nullable Opcodes opcodes, @Nonnull byte[] buf, @Nonnull String entryName) { in ZipDexFile()
|
D | DexBackedOdexFile.java | 52 public DexBackedOdexFile(@Nonnull Opcodes opcodes, @Nonnull byte[] odexBuf, byte[] dexBuf) { in DexBackedOdexFile()
|
D | OatFile.java | 72 @Nonnull private final Opcodes opcodes; field in OatFile
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/ |
D | ImmutableDexFile.java | 46 @Nonnull private final Opcodes opcodes; field in ImmutableDexFile 48 …blic ImmutableDexFile(@Nonnull Opcodes opcodes, @Nullable Collection<? extends ClassDef> classes) { in ImmutableDexFile() 53 …bleDexFile(@Nonnull Opcodes opcodes, @Nullable ImmutableSet<? extends ImmutableClassDef> classes) { in ImmutableDexFile()
|
/external/tensorflow/tensorflow/lite/toco/tflite/ |
D | import_test.cc | 127 auto opcodes = BuildOpCodes(); in BuildTestModel() local 189 auto opcodes = BuildOpCodes(); in TEST_F() local 203 auto opcodes = BuildOpCodes(); in TEST_F() local 217 auto opcodes = BuildOpCodes(); in TEST_F() local 231 auto opcodes = BuildOpCodes({static_cast<::tflite::BuiltinOperator>(-1), in TEST_F() local 246 auto opcodes = BuildOpCodes(); in TEST_F() local
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/ |
D | RawDexFile.java | 47 public RawDexFile(@Nonnull Opcodes opcodes, @Nonnull BaseDexBuffer buf) { in RawDexFile() 52 public RawDexFile(@Nonnull Opcodes opcodes, @Nonnull byte[] buf) { in RawDexFile()
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/ |
D | DexFileFactory.java | 61 …public static DexBackedDexFile loadDexFile(@Nonnull String path, @Nullable Opcodes opcodes) throws… in loadDexFile() 82 …public static DexBackedDexFile loadDexFile(@Nonnull File file, @Nullable Opcodes opcodes) throws I… in loadDexFile() 179 … boolean exactMatch, @Nullable Opcodes opcodes) throws IOException { in loadDexEntry() 233 @Nonnull File file, @Nullable final Opcodes opcodes) throws IOException { in loadDexContainer()
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/ |
D | PathEntryLoader.java | 18 Opcodes opcodes; field in PathEntryLoader 31 public PathEntryLoader(Opcodes opcodes) { in PathEntryLoader()
|
/external/llvm-project/lldb/include/lldb/Symbol/ |
D | UnwindPlan.h | 154 void GetDWARFExpr(const uint8_t **opcodes, uint16_t &len) const { in GetDWARFExpr() 192 const uint8_t *opcodes; member 244 void SetIsDWARFExpression(const uint8_t *opcodes, uint32_t len) { in SetIsDWARFExpression() 279 void GetDWARFExpr(const uint8_t **opcodes, uint16_t &len) const { in GetDWARFExpr() 315 const uint8_t *opcodes; member
|
/external/mesa3d/src/compiler/spirv/ |
D | vtn_gather_types_c.py | 115 opcodes = list(find_result_types(spirv_info)) variable
|
/external/llvm/test/tools/llvm-readobj/ARM/ |
D | unwind.s | 55 opcodes: label
|
/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/ARM/ |
D | unwind.s | 58 opcodes: label
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/ |
D | DexWriter.java | 112 protected final Opcodes opcodes; field in DexWriter 161 protected DexWriter(Opcodes opcodes) { in DexWriter()
|
D | InstructionWriter.java | 55 @Nonnull private final Opcodes opcodes; field in InstructionWriter 70 makeInstructionWriter( in makeInstructionWriter() 86 InstructionWriter(@Nonnull Opcodes opcodes, in InstructionWriter()
|
/external/capstone/arch/EVM/ |
D | EVMDisassembler.c | 11 static short opcodes[256] = { variable
|
/external/smali/baksmali/src/main/java/org/jf/baksmali/ |
D | DexInputCommand.java | 128 Opcodes opcodes = null; in loadDexFile() local
|
/external/tensorflow/tensorflow/lite/tools/ |
D | gen_op_registration.cc | 37 auto opcodes = model->operator_codes(); in ReadOpsFromModel() local
|
D | list_flex_ops_no_kernel.cc | 38 auto* opcodes = model->operator_codes(); in AddFlexOpsFromModel() local
|
D | list_flex_ops.cc | 86 auto* opcodes = model->operator_codes(); in AddFlexOpsFromModel() local
|
/external/deqp-deps/SPIRV-Tools/source/fuzz/ |
D | fuzzer_pass_replace_branches_from_dead_blocks_with_exits.cpp | 76 std::vector<SpvOp> opcodes = {SpvOpUnreachable}; in Apply() local
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/ |
D | fuzzer_pass_replace_branches_from_dead_blocks_with_exits.cpp | 73 std::vector<SpvOp> opcodes = {SpvOpUnreachable}; in Apply() local
|
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | fuzzer_pass_replace_branches_from_dead_blocks_with_exits.cpp | 76 std::vector<SpvOp> opcodes = {SpvOpUnreachable}; in Apply() local
|
/external/python/cffi/c/ |
D | realize_c_type.c | 267 realize_c_type(builder_c_t *builder, _cffi_opcode_t opcodes[], int index) in realize_c_type() 417 _cffi_opcode_t opcodes[], int index) in realize_c_type_or_func() 657 _cffi_opcode_t opcodes[], int index) in realize_c_func_return_type()
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/ |
D | SyntheticAccessorFSM.java | 216 @Nonnull private final Opcodes opcodes; field in SyntheticAccessorFSM 218 public SyntheticAccessorFSM(@Nonnull Opcodes opcodes) { in SyntheticAccessorFSM()
|