Home
last modified time | relevance | path

Searched refs:instructions (Results 1 – 25 of 29) sorted by relevance

12

/frameworks/base/tools/locked_region_code_injection/src/lockedregioncodeinjection/
DLockFindingClassVisitor.java129 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/
Dmain.cpp80 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/
DAndroid.bp45 "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/
Dparcel_fuzzer.rs38 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/
Dcom_android_server_pm_PackageManagerShellCommandDataLoader.cpp794 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/
DChallengeDialogs.kt65 val (title, instructions) = if (useRetryStrings) { in <lambda>() constant
113 editText.setHint(instructions) in <lambda>()
/frameworks/libs/net/common/testutils/devicetests/com/android/testutils/
DConcurrentInterpreter.kt110 threadInstructions.mapIndexed { threadIndex, instructions -> in <lambda>() method
116 instructions.forEach { in <lambda>()
/frameworks/layoutlib/create/tests/res/mock_data/
DREADME.md5 First, use set up instructions from layoutlib tutorial to make commands like `m` work.
/frameworks/compile/libbcc/tests/libbcc/
Dgetelementptr.ll2 ; 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/
DREADME.md5 is available, it is better to use the following instructions to lock CPU and GPU frequencies.
/frameworks/minikin/app/
DAndroid.bp15 // see how_to_run.txt for instructions on running these tests
/frameworks/base/apct-tests/perftests/windowmanager/
DREADME.md5 is available, it is better to use the following instructions to lock CPU and GPU frequencies.
/frameworks/minikin/tests/stresstest/
DAndroid.bp15 // see how_to_run.txt for instructions on running these tests
/frameworks/compile/libbcc/lib/
DRSAddDebugInfoPass.cpp183 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/
DREADME.md7 is available, it is better to use the following instructions to lock CPU and GPU frequencies.
/frameworks/base/tools/lock_agent/
Dagent.cpp140 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/
DAndroid.bp15 // see how_to_run.txt for instructions on running these tests
/frameworks/av/media/tests/benchmark/
DREADME.md23 … 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/
DAndroid.bp132 // don't actually generate neon instructions, see bug 26932980
/frameworks/base/core/proto/android/media/
Daudioattributes.proto100 // instructions or help utterances.
/frameworks/base/tools/protologtool/
DREADME.md111 … logging groups or statements you should build the project and follow instructions printed by the …
/frameworks/base/services/incremental/
DIncrementalService.cpp2152 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/
Ddex_builder.cc325 code->instructions = slicer::ArrayView<const ::dex::u2>(buffer_.data(), buffer_.size()); in Encode()
/frameworks/compile/slang/
DREADME.rst330 instructions.
/frameworks/compile/libbcc/
DNOTICE321 * This code is not complete. Not all instructions are disassembled.

12