/frameworks/base/tools/locked_region_code_injection/src/lockedregioncodeinjection/ |
D | LockFindingClassVisitor.java | 129 InsnList instructions = mn.instructions; in visitEnd() local 137 for (int i = 0; i < instructions.size(); i++) { in visitEnd() 142 AbstractInsnNode s = instructions.getFirst(); in visitEnd() 150 for (int i = 0; i < instructions.size(); i++) { in visitEnd() 151 AbstractInsnNode s = instructions.get(i); in visitEnd() 183 checkState(instructions.get(i + 1).getType() == AbstractInsnNode.LABEL, in visitEnd() 187 checkElementIndex(labelIndex, instructions.size()); in visitEnd() 189 LabelNode label = (LabelNode)instructions.get(labelIndex); in visitEnd() 236 InsnList instructions = mn.instructions; in insertInvokeAcquire() local 240 instructions.insertBefore(node, new InsnNode(Opcodes.DUP)); in insertInvokeAcquire() [all …]
|
/frameworks/native/libs/binder/tests/parcel_fuzzer/ |
D | main.cpp | 80 std::vector<uint8_t> instructions = provider.ConsumeBytes<uint8_t>( in doReadFuzz() local 93 FUZZ_LOG() << "instructions: " << HexString(instructions.data(), instructions.size()); in doReadFuzz() 95 FuzzedDataProvider instructionsProvider(instructions.data(), instructions.size()); in doReadFuzz()
|
/frameworks/libs/binary_translation/assembler/ |
D | Android.bp | 45 "instructions/insn_def_x86.json", 46 "instructions/insn_def_x86_32.json", 53 "instructions/insn_def_x86.json", 54 "instructions/insn_def_x86_64.json",
|
/frameworks/native/libs/binder/rust/tests/parcel_fuzzer/ |
D | parcel_fuzzer.rs | 38 ReadBasicTypes { instructions: Vec<usize> }, 134 ReadOperation::ReadBasicTypes { instructions } => { in do_read_fuzz() 135 for instruction in instructions.iter() { in do_read_fuzz()
|
/frameworks/base/services/core/jni/ |
D | com_android_server_pm_PackageManagerShellCommandDataLoader.cpp | 794 std::vector<IncFsDataBlock> instructions; in receiver() local 859 instructions.push_back(inst); in receiver() 862 writeInstructions(instructions); in receiver() 864 writeInstructions(instructions); in receiver() 872 void writeInstructions(std::vector<IncFsDataBlock>& instructions) { in writeInstructions() argument 873 auto res = this->mIfs->writeBlocks(instructions); in writeInstructions() 874 if (res != instructions.size()) { in writeInstructions() 876 int(instructions.size())); in writeInstructions() 878 instructions.clear(); in writeInstructions()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/ |
D | ChallengeDialogs.kt | 65 val (title, instructions) = if (useRetryStrings) { in <lambda>() constant 113 editText.setHint(instructions) in <lambda>()
|
/frameworks/libs/net/common/testutils/devicetests/com/android/testutils/ |
D | ConcurrentInterpreter.kt | 110 threadInstructions.mapIndexed { threadIndex, instructions -> in <lambda>() method 116 instructions.forEach { in <lambda>()
|
/frameworks/layoutlib/create/tests/res/mock_data/ |
D | README.md | 5 First, use set up instructions from layoutlib tutorial to make commands like `m` work.
|
/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/base/apct-tests/perftests/surfaceflinger/ |
D | README.md | 5 is available, it is better to use the following instructions to lock CPU and GPU frequencies.
|
/frameworks/minikin/app/ |
D | Android.bp | 15 // see how_to_run.txt for instructions on running these tests
|
/frameworks/base/apct-tests/perftests/windowmanager/ |
D | README.md | 5 is available, it is better to use the following instructions to lock CPU and GPU frequencies.
|
/frameworks/minikin/tests/stresstest/ |
D | Android.bp | 15 // see how_to_run.txt for instructions on running these tests
|
/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/base/apct-tests/perftests/inputmethod/ |
D | README.md | 7 is available, it is better to use the following instructions to lock CPU and GPU frequencies.
|
/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/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/module/codecs/amrwb/enc/ |
D | Android.bp | 132 // don't actually generate neon instructions, see bug 26932980
|
/frameworks/base/core/proto/android/media/ |
D | audioattributes.proto | 100 // instructions or help utterances.
|
/frameworks/base/tools/protologtool/ |
D | README.md | 111 … logging groups or statements you should build the project and follow instructions printed by the …
|
/frameworks/base/services/incremental/ |
D | IncrementalService.cpp | 2152 std::vector<IncFsDataBlock> instructions(numBlocks); in setFileContent() local 2155 instructions[i] = IncFsDataBlock{ in setFileContent() 2167 size_t res = mIncFs->writeBlocks(instructions); in setFileContent() 2168 if (res != instructions.size()) { in setFileContent()
|
/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.
|