/external/vixl/doc/aarch64/ |
D | supported-instructions-aarch64.md | 12 ### ADC ### 21 ### ADCS ### 30 ### ADD ### 39 ### ADDS ### 48 ### ADR ### 55 ### ADR ### 62 ### ADRP ### 69 ### ADRP ### 76 ### AND ### 85 ### ANDS ### [all …]
|
/external/brotli/ |
D | README.md | 22 #### Make 30 #### Bazel 34 #### CMake 50 #### Premake5 54 #### Python
|
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/builder/ |
D | PayloadAlignmentTest.java | 56 List<? extends Instruction> instructions = in testPayloadAlignmentRemoveNop() local 73 List<? extends Instruction> instructions = in testPayloadAlignmentAddNop() local 101 …List<Instruction> instructions = Lists.newArrayList(implBuilder.getMethodImplementation().getInstr… in testPayloadAlignmentRemoveNopWithReferent() local 127 …List<Instruction> instructions = Lists.newArrayList(implBuilder.getMethodImplementation().getInstr… in testPayloadAlignmentAddNopWithReferent() local 142 … private static void checkInstructions(List<Instruction> instructions, Opcode[] expectedOpcodes) { in checkInstructions() 176 …List<Instruction> instructions = Lists.newArrayList(implBuilder.getMethodImplementation().getInstr… in testPackedSwitchAlignment() local 227 …List<Instruction> instructions = Lists.newArrayList(implBuilder.getMethodImplementation().getInstr… in testSparseSwitchAlignment() local
|
D | FixGotoTest.java | 33 List<? extends Instruction> instructions = Lists.newArrayList(impl.getInstructions()); in testFixGotoToGoto16() local 56 List<? extends Instruction> instructions = Lists.newArrayList(impl.getInstructions()); in testFixGotoToGoto32() local 79 List<? extends Instruction> instructions = Lists.newArrayList(impl.getInstructions()); in testFixGoto16ToGoto32() local 115 List<? extends Instruction> instructions = Lists.newArrayList(impl.getInstructions()); in testFixGotoCascading() local
|
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/ |
D | LineImpl.java | 50 private static LineImpl getInstance(final CounterImpl instructions, in getInstance() 67 Var(final CounterImpl instructions, final CounterImpl branches) { in Var() 72 public LineImpl increment(final ICounter instructions, in increment() 90 public LineImpl increment(final ICounter instructions, in increment() 98 protected CounterImpl instructions; field in LineImpl 103 private LineImpl(final CounterImpl instructions, final CounterImpl branches) { in LineImpl() 117 public abstract LineImpl increment(final ICounter instructions, in increment()
|
D | SourceNodeImpl.java | 114 public void increment(final ICounter instructions, final ICounter branches, in increment() 123 private void incrementLine(final ICounter instructions, in incrementLine()
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/ |
D | ImmutableMethodImplementation.java | 50 @Nonnull protected final ImmutableList<? extends ImmutableInstruction> instructions; field in ImmutableMethodImplementation 55 @Nullable Iterable<? extends Instruction> instructions, in ImmutableMethodImplementation() 65 … @Nullable ImmutableList<? extends ImmutableInstruction> instructions, in ImmutableMethodImplementation()
|
/external/mesa3d/src/compiler/glsl/ |
D | ir_builder.h | 86 : instructions(instructions), in instructions() argument 119 exec_list *instructions; variable
|
D | opt_dead_code.cpp | 46 do_dead_code(exec_list *instructions, bool uniform_locations_assigned) in do_dead_code() 177 do_dead_code_unlinked(exec_list *instructions) in do_dead_code_unlinked()
|
D | opt_flip_matrices.cpp | 42 matrix_flipper(exec_list *instructions) in matrix_flipper() 116 opt_flip_matrices(struct exec_list *instructions) in opt_flip_matrices()
|
D | lower_const_arrays_to_uniforms.cpp | 66 exec_list *instructions; member in __anon777e54c30111::lower_const_array_visitor 120 lower_const_arrays_to_uniforms(exec_list *instructions, unsigned stage) in lower_const_arrays_to_uniforms()
|
D | lower_discard.cpp | 128 lower_discard(exec_list *instructions) in lower_discard() 139 find_discard(exec_list &instructions) in find_discard()
|
D | ast_to_hir.cpp | 124 _mesa_ast_to_hir(exec_list *instructions, struct _mesa_glsl_parse_state *state) in _mesa_ast_to_hir() 909 do_assignment(exec_list *instructions, struct _mesa_glsl_parse_state *state, in do_assignment() 1029 get_lvalue_copy(exec_list *instructions, ir_rvalue *lvalue) in get_lvalue_copy() 1046 ast_node::hir(exec_list *instructions, struct _mesa_glsl_parse_state *state) in hir() 1066 ast_function_expression::hir_no_rvalue(exec_list *instructions, in hir_no_rvalue() 1073 ast_aggregate_initializer::hir_no_rvalue(exec_list *instructions, in hir_no_rvalue() 1165 get_scalar_boolean_operand(exec_list *instructions, in get_scalar_boolean_operand() 1266 ast_expression::hir(exec_list *instructions, in hir() 1273 ast_expression::hir_no_rvalue(exec_list *instructions, in hir_no_rvalue() 1298 ast_expression::do_hir(exec_list *instructions, in do_hir() [all …]
|
D | opt_dead_builtin_variables.cpp | 35 optimize_dead_builtin_variables(exec_list *instructions, in optimize_dead_builtin_variables()
|
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/service/ |
D | PromptHelper.java | 90 …private Object requestPrompt(String instructions, String hint, Object type) throws InterruptedExce… in requestPrompt() 121 public String requestStringPrompt(String instructions, String hint) { in requestStringPrompt() 136 public Boolean requestBooleanPrompt(String instructions, String hint) { in requestBooleanPrompt()
|
/external/vixl/benchmarks/aarch32/ |
D | bench-dataop.cc | 44 void benchmark(unsigned instructions, InstructionSet isa) { in benchmark() 71 unsigned instructions = 0; in main() local
|
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/analysis/ |
D | CustomMethodInlineTableTest.java | 60 List<ImmutableInstruction> instructions = Lists.newArrayList( in testCustomMethodInlineTable_Virtual() local 89 List<ImmutableInstruction> instructions = Lists.newArrayList( in testCustomMethodInlineTable_Static() local 118 List<ImmutableInstruction> instructions = Lists.newArrayList( in testCustomMethodInlineTable_Direct() local
|
/external/llvm/include/llvm/IR/ |
D | InstIterator.h | 128 inline inst_range instructions(Function *F) { in instructions() function 137 inline const_inst_range instructions(const Function *F) { in instructions() function 142 inline inst_range instructions(Function &F) { in instructions() function 151 inline const_inst_range instructions(const Function &F) { in instructions() function
|
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/writer/ |
D | JumboStringConversionTest.java | 106 List<? extends Instruction> instructions = Lists.newArrayList(impl.getInstructions()); in testJumboStringConversion() local 127 final List<Instruction> instructions = Lists.newArrayList(); in testJumboStringConversion_NonMethodBuilder() local
|
/external/r8/src/test/java/com/android/tools/r8/ir/ |
D | InstructionIteratorTest.java | 69 ListIterator<Instruction> instructions = blocks.next().listIterator(); in removeBeforeNext() local 80 ListIterator<Instruction> instructions = blocks.next().listIterator(); in removeTwice() local
|
/external/guice/core/test/com/googlecode/guice/ |
D | OSGiContainerTest.java | 77 Properties instructions = new Properties(); in setUp() local 112 private static void buildBundle(String name, Properties instructions, String classpath) in buildBundle()
|
/external/smali/smalidea/src/test/java/org/jf/smalidea/dexlib/ |
D | SmalideaMethodTest.java | 115 List<? extends Instruction> instructions = Lists.newArrayList(impl.getInstructions()); in testSmalideaMethod() local 425 List<Instruction> instructions = Lists.newArrayList(impl.getInstructions()); in testPackedSwitch() local 491 List<Instruction> instructions = Lists.newArrayList(impl.getInstructions()); in testSparseSwitch() local 566 List<Instruction> instructions = Lists.newArrayList(impl.getInstructions()); in testArrayData() local
|
/external/smali/smali/src/test/java/org/jf/smali/ |
D | ImplicitReferenceTest.java | 85 List<Instruction> instructions = Lists.newArrayList(methodImpl.getInstructions()); in testImplicitMethodReference() local 180 List<Instruction> instructions = Lists.newArrayList(methodImpl.getInstructions()); in testImplicitFieldReference() local
|
/external/r8/src/test/java/com/android/tools/r8/code/ |
D | InstructionFactoryTest.java | 21 Instruction[] instructions = in emptyBuffer() local
|
/external/r8/src/main/java/com/android/tools/r8/ir/code/ |
D | InstructionListIterator.java | 125 BasicBlock split(int instructions, IRCode code, ListIterator<BasicBlock> blockIterator); in split() 130 default BasicBlock split(int instructions, IRCode code) { in split()
|