Searched refs:instructions (Results 1 - 25 of 428) sorted by path

1234567891011>>

/external/Microsoft-GSL/
H A DCONTRIBUTING.md22 * It is desirable, but not necessary, for the tests to pass at each commit. Please see [README.md](./README.md) for instructions to build the test suite.
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.pas1231 /// the instructions are queued up, you can easily simulate transactions and
1232 /// roll back any changes if there is an error just by removing instructions.
1284 /// <summary>Reset the program so that no instructions exist </summary>
2610 /// instructions.
6220 // no instructions to execute
6230 // Walk buffer, executing instructions and emitting tokens
/external/autotest/client/profilers/cpistat/
H A Dcpistat78 instructions = sum['PERF_COUNT_HW_INSTRUCTIONS'] variable
79 CPI = cycles * 1.0/instructions
80 print ('cycles: %12lu, instructions: %12lu, CPI: %2.4f'
81 % (cycles, instructions, CPI))
/external/blktrace/doc/
H A Dblktrace.tex60 blktrace. Some of the specific instructions below may need to be tailored
77 detailed actual patching instructions for a Linux kernel is outside the
/external/boringssl/linux-arm/crypto/aes/
H A Dbsaes-armv7.S1874 @ put this in range for both ARM and Thumb mode adr instructions
/external/boringssl/src/crypto/aes/asm/
H A Dbsaes-armv7.pl1862 @ put this in range for both ARM and Thumb mode adr instructions
/external/boringssl/src/crypto/bn/asm/
H A Darmv8-mont.pl22 # umulh and therefore uses same amount of multiplication instructions
24 # instructions and of course instruction scheduling.
99 // instructions. The outcome of first addition is
/external/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h288 /// All basic block instructions have a unique ID (i.e. virtual register).
1518 /// instructions. It ends with a Terminator, which is a Branch or Goto to
1573 InstrArray &instructions() { return Instrs; } function in class:clang::threadSafety::BasicBlock
1574 const InstrArray &instructions() const { return Instrs; } function in class:clang::threadSafety::BasicBlock
1615 // Reserve space for Nins instructions.
1660 int renumberInstrs(int id); // assign unique ids to all instructions
1737 /// Return the total number of instructions in the CFG.
1773 void renumberInstrs(); // assign unique ids to all instructions
1861 /// This is a pseduo-term; it will be lowered to instructions in a CFG.
H A DThreadSafetyTraverse.h816 for (auto *I : E->instructions())
/external/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp876 CurrentBB->instructions().reserve(
/external/compiler-rt/make/platform/
H A Dclang_macho_embedded.mk45 # Soft-float version of the runtime. No floating-point instructions will be used
51 # Hard-float version of the runtime. On ARM VFP instructions and registers are
/external/desugar/java/com/google/devtools/build/android/desugar/
H A DLambdaClassFixer.java431 AbstractInsnNode insn = instructions.getLast();
436 instructions.remove(prev);
437 instructions.remove(insn);
/external/dexmaker/dexmaker/src/main/java/com/android/dx/
H A DCode.java46 * Builds a sequence of instructions.
58 * any size) or a reference type. This class emits instructions appropriate to
99 * mark(Label)}. All jumps to a label will execute instructions starting from
111 * unconditionally; it is not legal to end a sequence of instructions without a
175 * dex requires instructions to acquire and release monitors manually. A method
189 * The label currently receiving instructions. This is null if the most
228 * allocate a local after instructions have been emitted.
232 throw new IllegalStateException("Cannot allocate locals after adding instructions");
278 * instructions to move parameters into their initial registers. These
279 * instructions ar
[all...]
H A DLabel.java28 * A branch target in a list of instructions.
32 final List<Insn> instructions = new ArrayList<>(); field in class:Label
52 return instructions.isEmpty();
70 InsnList result = new InsnList(instructions.size());
71 for (int i = 0; i < instructions.size(); i++) {
72 result.set(i, instructions.get(i));
/external/dexmaker/lib/
H A Ddalvik-dx-1.jar ... dex/file/ com/android/dx/io/ com/android/dx/io/instructions/ com/android/dx/merge/ com/android/dx/rop/ com/android ...
H A Dlibcore-dex-2.jar ... final int outsSize private final int debugInfoOffset private final short[] instructions private final com.android.dex.Code$ ...
/external/doclava/res/assets/templates-sdk/assets/css/
H A Ddefault.css1149 .video-instructions {
1152 .video-instructions:before {
1159 .video-instructions:after {
/external/droiddriver/
H A Dcontributing_aosp.md5 Follow instructions at https://source.android.com/source/downloading.html except those noted below. You need to set up authentication to be able to submit changes.
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-jai.jar ... .taskdefs.MatchingTask { protected java.util.Vector instructions protected boolean overwrite protected java.util.Vector filesets ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.engine_2.0.0.v20100606.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.metadata.generator_1.0.200.v20100503a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.metadata.repository_1.1.0.v20100513.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.metadata_2.0.0.v20100601.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 867 milliseconds

1234567891011>>