Home
last modified time | relevance | path

Searched defs:instructions (Results 1 – 25 of 390) sorted by relevance

12345678910>>...16

/external/vixl/doc/aarch64/
Dsupported-instructions-aarch64.md28 ### ADC ###
35 ### ADCS ###
42 ### ADD ###
49 ### ADDS ###
56 ### ADR ###
63 ### ADR ###
70 ### ADRP ###
77 ### ADRP ###
84 ### AND ###
91 ### ANDS ###
[all …]
/external/cronet/tot/third_party/protobuf/benchmarks/
DREADME.md76 ### Java:
92 ### CPP:
104 ### Python:
127 ### Go
133 ### PHP
144 ### Node.js
151 ### Java:
158 ### CPP:
165 ### Python:
190 ### Go:
[all …]
/external/protobuf/benchmarks/
DREADME.md76 ### Java:
92 ### CPP:
104 ### Python:
127 ### Go
133 ### PHP
144 ### Node.js
151 ### Java:
158 ### CPP:
165 ### Python:
190 ### Go:
[all …]
/external/cronet/stable/third_party/protobuf/benchmarks/
DREADME.md76 ### Java:
92 ### CPP:
104 ### Python:
127 ### Go
133 ### PHP
144 ### Node.js
151 ### Java:
158 ### CPP:
165 ### Python:
190 ### Go:
[all …]
/external/zstd/
DREADME.md128 ### Makefile
145 ### cmake
165 ### Meson
175 ### VCPKG
187 ### Conan
198 ### Visual Studio (Windows)
206 ### Buck
211 ### Bazel
/external/brotli/
DREADME.md30 #### Vcpkg
42 #### Autotools-style CMake
57 #### Bazel
61 #### CMake
71 #### Premake5
75 #### Python
/external/cronet/tot/third_party/brotli/
DREADME.md23 #### Autotools-style CMake
38 #### Bazel
42 #### CMake
52 #### Premake5
56 #### Python
/external/cronet/stable/third_party/brotli/
DREADME.md23 #### Autotools-style CMake
38 #### Bazel
42 #### CMake
52 #### Premake5
56 #### Python
/external/rust/android-crates-io/crates/tinytemplate/src/
Dcompiler.rs32 instructions: Vec<Instruction<'template>>, field
431 let instructions = compile(text).unwrap(); in test_compile_literal() localVariable
439 let instructions = compile(text).unwrap(); in test_compile_value() localVariable
447 let instructions = compile(text).unwrap(); in test_compile_value_with_formatter() localVariable
458 let instructions = compile(text).unwrap(); in test_dotted_path() localVariable
469 let instructions = compile(text).unwrap(); in test_indexed_path() localVariable
484 let instructions = compile(text).unwrap(); in test_mixture() localVariable
494 let instructions = compile(text).unwrap(); in test_if_endif() localVariable
506 let instructions = compile(text).unwrap(); in test_if_not_endif() localVariable
518 let instructions = compile(text).unwrap(); in test_if_else_endif() localVariable
[all …]
/external/google-smali/dexlib2/src/test/java/com/android/tools/smali/dexlib2/builder/
DPayloadAlignmentTest.java64 List<? extends Instruction> instructions = in testPayloadAlignmentRemoveNop() local
81 List<? extends Instruction> instructions = in testPayloadAlignmentAddNop() local
109 …List<Instruction> instructions = Lists.newArrayList(implBuilder.getMethodImplementation().getInstr… in testPayloadAlignmentRemoveNopWithReferent() local
135 …List<Instruction> instructions = Lists.newArrayList(implBuilder.getMethodImplementation().getInstr… in testPayloadAlignmentAddNopWithReferent() local
150 … private static void checkInstructions(List<Instruction> instructions, Opcode[] expectedOpcodes) { in checkInstructions()
184 …List<Instruction> instructions = Lists.newArrayList(implBuilder.getMethodImplementation().getInstr… in testPackedSwitchAlignment() local
235 …List<Instruction> instructions = Lists.newArrayList(implBuilder.getMethodImplementation().getInstr… in testSparseSwitchAlignment() local
DFixGotoTest.java63 List<? extends Instruction> instructions = Lists.newArrayList(impl.getInstructions()); in testFixGotoToGoto16() local
86 List<? extends Instruction> instructions = Lists.newArrayList(impl.getInstructions()); in testFixGotoToGoto32() local
109 List<? extends Instruction> instructions = Lists.newArrayList(impl.getInstructions()); in testFixGoto16ToGoto32() local
145 List<? extends Instruction> instructions = Lists.newArrayList(impl.getInstructions()); in testFixGotoCascading() local
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/
DLineImpl.java52 private static LineImpl getInstance(final CounterImpl instructions, in getInstance()
69 Var(final CounterImpl instructions, final CounterImpl branches) { in Var()
74 public LineImpl increment(final ICounter instructions, in increment()
92 public LineImpl increment(final ICounter instructions, in increment()
100 protected CounterImpl instructions; field in LineImpl
105 private LineImpl(final CounterImpl instructions, in LineImpl()
120 public abstract LineImpl increment(final ICounter instructions, in increment()
/external/pytorch/torch/_dynamo/
Dbytecode_analysis.py44 def remove_dead_code(instructions): argument
89 def remove_pointless_jumps(instructions): argument
99 def propagate_line_nums(instructions): argument
114 def remove_extra_line_nums(instructions): argument
139 def livevars_analysis(instructions, instruction): argument
204 def stacksize_analysis(instructions) -> Union[int, float]: argument
/external/coreboot/Documentation/mainboard/lenovo/
Dr60.md8 ### External flashing
19 ### Internal flashing on Vendor BIOS
25 ### Flashing on coreboot
Dw530.md15 ### After removing the keyboard and palm rest
20 ### Closeup view of the flash ICs
/external/cronet/tot/third_party/libxml/src/
DREADME.md27 ### Autotools (for POSIX systems like Linux, BSD, macOS)
100 ### CMake (mainly for Windows)
122 ### Meson
/external/cronet/stable/third_party/libxml/src/
DREADME.md27 ### Autotools (for POSIX systems like Linux, BSD, macOS)
100 ### CMake (mainly for Windows)
122 ### Meson
/external/libxml2/
DREADME.md29 ### Autotools (for POSIX systems like Linux, BSD, macOS)
101 ### CMake (mainly for Windows)
122 ### Meson
/external/OpenCL-Headers/
DREADME.md16 ### Dependencies
21 ### Example Build
30 ### Example Use
/external/tink/docs/
DOBJC-HOWTO.md15 #### Supported platforms
20 ### Installing via Cocoapods
74 ### Installing from source
/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/immutable/
DImmutableMethodImplementation.java48 @Nonnull protected final List<? extends ImmutableInstruction> instructions; field in ImmutableMethodImplementation
53 @Nullable Iterable<? extends Instruction> instructions, in ImmutableMethodImplementation()
63@Nullable List<? extends ImmutableInstruction> instructions, in ImmutableMethodImplementation()
/external/mesa3d/src/compiler/glsl/
Dir_builder.h80 : instructions(instructions), in instructions() function
113 exec_list *instructions; variable
/external/tensorflow/tensorflow/python/util/
Ddeprecation.py43 def _add_deprecated_function_notice_to_docstring(doc, date, instructions): argument
58 def _add_deprecated_arg_notice_to_docstring(doc, date, instructions, argument
77 def _add_deprecated_arg_value_notice_to_docstring(doc, date, instructions, argument
99 def _validate_deprecation_args(date, instructions): argument
292 def deprecated(date, instructions, warn_once=True): argument
384 def deprecated_args(date, instructions, *deprecated_arg_names_or_tuples, argument
570 def deprecated_arg_values(date, instructions, warn_once=True, argument
/external/angle/third_party/spirv-tools/src/test/fuzz/
Dtransformation_add_function_test.cpp595 std::vector<protobufs::Instruction> instructions; in TEST() local
858 std::vector<protobufs::Instruction> instructions; in TEST() local
1022 std::vector<protobufs::Instruction> instructions; in TEST() local
1220 std::vector<protobufs::Instruction> instructions; in TEST() local
1669 std::vector<protobufs::Instruction> instructions; in TEST() local
1775 std::vector<protobufs::Instruction> instructions; in TEST() local
1930 std::vector<protobufs::Instruction> instructions = in TEST() local
2087 std::vector<protobufs::Instruction> instructions = in TEST() local
2242 std::vector<protobufs::Instruction> instructions = in TEST() local
2389 std::vector<protobufs::Instruction> instructions = in TEST() local
[all …]
/external/deqp-deps/SPIRV-Tools/test/fuzz/
Dtransformation_add_function_test.cpp595 std::vector<protobufs::Instruction> instructions; in TEST() local
858 std::vector<protobufs::Instruction> instructions; in TEST() local
1022 std::vector<protobufs::Instruction> instructions; in TEST() local
1220 std::vector<protobufs::Instruction> instructions; in TEST() local
1669 std::vector<protobufs::Instruction> instructions; in TEST() local
1775 std::vector<protobufs::Instruction> instructions; in TEST() local
1930 std::vector<protobufs::Instruction> instructions = in TEST() local
2087 std::vector<protobufs::Instruction> instructions = in TEST() local
2242 std::vector<protobufs::Instruction> instructions = in TEST() local
2389 std::vector<protobufs::Instruction> instructions = in TEST() local
[all …]

12345678910>>...16