Home
last modified time | relevance | path

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

12

/frameworks/base/tools/locked_region_code_injection/src/lockedregioncodeinjection/
DLockFindingClassVisitor.java105 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/native/libs/binder/tests/parcel_fuzzer/
Dmain.cpp58 std::vector<uint8_t> instructions = provider.ConsumeBytes<uint8_t>( in doFuzz() local
80 FUZZ_LOG() << "instructions: " << hexString(instructions); in doFuzz()
82 for (size_t i = 0; i + 1 < instructions.size(); i += 2) { in doFuzz()
83 uint8_t a = instructions[i]; in doFuzz()
86 uint8_t b = instructions[i + 1]; in doFuzz()
88 FUZZ_LOG() << "Instruction: " << (i / 2) + 1 << "/" << instructions.size() / 2 in doFuzz()
/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
115 editText.setHint(instructions) in <lambda>()
/frameworks/libs/net/common/testutils/devicetests/com/android/testutils/
DConcurrentInterpreter.kt87 threadInstructions.mapIndexed { threadIndex, instructions -> in <lambda>() method
92 instructions.forEach { in <lambda>()
/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/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/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/minikin/tests/stresstest/
DAndroid.bp15 // see how_to_run.txt for instructions on running these tests
/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/codecs/amrwb/enc/
DAndroid.bp128 // 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.cpp2132 std::vector<IncFsDataBlock> instructions(numBlocks); in setFileContent() local
2135 instructions[i] = IncFsDataBlock{ in setFileContent()
2147 size_t res = mIncFs->writeBlocks(instructions); in setFileContent()
2148 if (res != instructions.size()) { in setFileContent()
/frameworks/rs/tests/lldb/
DREADME.txt144 Build instructions for Linux lldb can be found on the official lldb web
/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.
/frameworks/rs/script_api/
Drs_math.spec3198instructions. For example, instead of computing <code>(a[i] &lt; b[i]) ? 0.f : @atan2(a[i], b[i])…
/frameworks/proto_logging/stats/enums/app/
Dsettings_enums.proto2427 // OPEN: Settings > Acessibility > HearingAid pairing instructions dialog
/frameworks/rs/script_api/include/
Drs_math.rsh6177 * instructions. For example, instead of computing (a[i] < b[i]) ? 0.f : atan2(a[i], b[i])

12