/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/native/libs/binder/tests/parcel_fuzzer/ |
D | main.cpp | 58 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/ |
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 115 editText.setHint(instructions) in <lambda>()
|
/frameworks/libs/net/common/testutils/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/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/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/tests/stresstest/ |
D | Android.bp | 15 // see how_to_run.txt for instructions on running these tests
|
/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/codecs/amrwb/enc/ |
D | Android.bp | 128 // 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 | 2132 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/ |
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/proto_logging/stats/enums/app/ |
D | settings_enums.proto | 2427 // 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])
|