Searched refs:instructions (Results 1 – 21 of 21) sorted by relevance
/frameworks/base/tools/locked_region_code_injection/src/lockedregioncodeinjection/ |
D | LockFindingClassVisitor.java | 105 InsnList instructions = mn.instructions; in visitEnd() local 113 for (int i = 0; i < instructions.size(); i++) { in visitEnd() 118 AbstractInsnNode s = instructions.getFirst(); in visitEnd() 124 for (int i = 0; i < instructions.size(); i++) { in visitEnd() 125 AbstractInsnNode s = instructions.get(i); in visitEnd() 150 checkState(instructions.get(i + 1).getType() == AbstractInsnNode.LABEL, in visitEnd() 154 checkElementIndex(labelIndex, instructions.size()); in visitEnd() 156 LabelNode label = (LabelNode)instructions.get(labelIndex); in visitEnd() 190 InsnList instructions = mn.instructions; in insertMethodCallBefore() local 192 instructions.insert(node, end); in insertMethodCallBefore() [all …]
|
/frameworks/libs/net/common/devicetests/com/android/testutils/ |
D | ConcurrentInterpreter.kt | 87 threadInstructions.mapIndexed { threadIndex, instructions -> in <lambda>() method 92 instructions.forEach { in <lambda>()
|
/frameworks/compile/libbcc/tests/libbcc/ |
D | getelementptr.ll | 2 ; instructions into the driver info structure as expected - namely, 4 ; the instructions that are generated are in the loop header.
|
/frameworks/compile/libbcc/lib/ |
D | RSAddDebugInfoPass.cpp | 183 for (llvm::Instruction &inst : llvm::instructions(Func)) { in attachDebugInfo() 250 for (llvm::Instruction &inst : llvm::instructions(Func)) { in attachDebugInfo()
|
/frameworks/minikin/app/ |
D | Android.bp | 15 // see how_to_run.txt for instructions on running these tests
|
/frameworks/minikin/tests/stresstest/ |
D | Android.bp | 15 // see how_to_run.txt for instructions on running these tests
|
/frameworks/base/tools/lock_agent/ |
D | agent.cpp | 140 for (auto it = c.instructions.begin(); it != c.instructions.end(); ++it) { in transform() 188 cIr->instructions.InsertBefore(instructionAfter, instruction); in addInst()
|
/frameworks/minikin/tests/unittest/ |
D | Android.bp | 15 // see how_to_run.txt for instructions on running these tests
|
/frameworks/native/vulkan/nulldrv/ |
D | null_driver.tmpl | 46 // WARNING: This file is generated. See ../README.md for instructions. 98 // WARNING: This file is generated. See ../README.md for instructions.
|
/frameworks/av/media/tests/benchmark/ |
D | README.md | 23 … can use a different location, but you have to modify the rest of the instructions to replace /dat… 125 To get the resource files for the test follow instructions given in [Resources](#Resources) 179 To get the resource files for the test follow instructions given in [Resources](#Resources)
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/ |
D | Android.bp | 109 // don't actually generate neon instructions, see bug 26932980
|
/frameworks/base/core/proto/android/media/ |
D | audioattributes.proto | 100 // instructions or help utterances.
|
/frameworks/native/vulkan/libvulkan/ |
D | code-generator.tmpl | 35 // WARNING: This file is generated. See ../README.md for instructions. 91 // WARNING: This file is generated. See ../README.md for instructions. 215 // WARNING: This file is generated. See ../README.md for instructions. 272 // WARNING: This file is generated. See ../README.md for instructions.
|
/frameworks/rs/tests/lldb/ |
D | README.txt | 144 Build instructions for Linux lldb can be found on the official lldb web
|
/frameworks/base/startop/view_compiler/ |
D | dex_builder.cc | 325 code->instructions = slicer::ArrayView<const ::dex::u2>(buffer_.data(), buffer_.size()); in Encode()
|
/frameworks/compile/slang/ |
D | README.rst | 330 instructions.
|
/frameworks/compile/libbcc/ |
D | NOTICE | 321 * This code is not complete. Not all instructions are disassembled.
|
/frameworks/rs/script_api/ |
D | rs_math.spec | 3198 …instructions. For example, instead of computing <code>(a[i] < b[i]) ? 0.f : @atan2(a[i], b[i])…
|
/frameworks/base/core/proto/android/app/ |
D | settings_enums.proto | 2144 // OPEN: Settings > Acessibility > HearingAid pairing instructions dialog
|
/frameworks/rs/script_api/include/ |
D | rs_math.rsh | 6177 * instructions. For example, instead of computing (a[i] < b[i]) ? 0.f : atan2(a[i], b[i])
|
/frameworks/base/proto/src/metrics_constants/ |
D | metrics_constants.proto | 6267 // OPEN: Settings > Acessibility > HearingAid pairing instructions dialog
|