/external/clang/test/Profile/ |
H A D | c-general.c | 131 // PGOGEN-LABEL: @jumps() 132 // PGOUSE-LABEL: @jumps() 134 void jumps() { function 553 jumps();
|
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/ |
H A D | ParticleDepositionHeightMap.java | 54 private int jumps;
field in class:ParticleDepositionHeightMap 65 * @param jumps number of areas to drop particles. Can also think
85 int jumps,
93 || jumps < 0
111 this.jumps = jumps;
156 for (int i = 0; i < jumps; i++) {
328 * <code>setJumps</code> sets the number of jumps or peaks that will
330 * @param jumps the number of jumps t 83 ParticleDepositionHeightMap( int size, int jumps, int peakWalk, int minParticles, int maxParticles, float caldera) argument 333 setJumps(int jumps) argument [all...] |
/external/clang/test/SemaCXX/ |
H A D | exceptions.cpp | 35 void jumps() { function
|
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/ |
H A D | MethodAnalyzer.java | 52 /** List of all jumps encountered */ 53 private final List<Jump> jumps = new ArrayList<Jump>(); field in class:MethodAnalyzer 165 jumps.add(new Jump(lastInsn, label)); 193 jumps.add(new Jump(lastInsn, dflt)); 197 jumps.add(new Jump(lastInsn, l)); 254 jumps.add(new Jump(lastInsn, label)); 264 // Wire jumps: 265 for (final Jump j : jumps) {
|
/external/mesa3d/src/glsl/ |
H A D | lower_jumps.cpp | 27 * This pass lowers jumps (break, continue, and return) to if/else structures. 30 * 1. Pull jumps out of ifs where possible 70 * The ordering of strengths roughly reflects the way jumps are 71 * lowered: jumps with higher strength tend to be lowered to jumps of 145 * Note that identical jumps are usually unified though. 521 ir_jump* jumps[2]; local 523 /* Recursively lower nested jumps. This satisfies the 525 * unconditional jumps at the end of ir->then_instructions and 538 jumps[ [all...] |
/external/javassist/src/main/javassist/bytecode/ |
H A D | CodeIterator.java | 1049 ArrayList jumps = makeJumpList(code, code.length); 1051 addLdcW(ldcs, jumps); 1056 byte[] r = insertGap2w(code, 0, 0, false, jumps, pointers); 1060 private static void addLdcW(CodeAttribute.LdcEntry ldcs, ArrayList jumps) { argument 1063 int s = jumps.size(); 1065 if (where < ((Branch)jumps.get(i)).orgPos) { 1066 jumps.add(i, ldcw); 1070 jumps.add(ldcw); 1093 ArrayList jumps = makeJumpList(code, code.length); 1095 byte[] r = insertGap2w(code, where, gapLength, exclusive, jumps, pointer 1110 insertGap2w(byte[] code, int where, int gapLength, boolean exclusive, ArrayList jumps, Pointers ptrs) argument 1215 makeExapndedCode(byte[] code, ArrayList jumps, int where, int gapLength) argument [all...] |
/external/pcre/dist/sljit/ |
H A D | sljitLir.h | 304 struct sljit_jump *jumps; member in struct:sljit_compiler 1015 Flags: - (never set any flags) for both conditional and unconditional jumps. 1054 Flags: - (never set any flags) for unconditional jumps.
|
/external/guice/extensions/struts2/lib/ |
H A D | javassist.jar | META-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath.java package javassist ... |
/external/robolectric/v1/lib/main/ |
H A D | javassist-3.14.0-GA.jar | META-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ... |
/external/testng/ant/3rdparty/ |
H A D | cobertura.jar | META-INF/ META-INF/MANIFEST.MF net/ net/sourceforge/ net/sourceforge/cobertura/ net/sourceforge/cobertura/ant/ ... |