Searched defs:jumps (Results 1 - 7 of 7) sorted by relevance

/external/clang/test/SemaCXX/
H A Dexceptions.cpp35 void jumps() { function
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/
H A DParticleDepositionHeightMap.java54 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/chromium_org/third_party/mesa/src/src/glsl/
H A Dlower_jumps.cpp27 * 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/mesa3d/src/glsl/
H A Dlower_jumps.cpp27 * 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/chromium/net/base/
H A Ddnsrr_resolver.cc479 unsigned jumps = 0; local
497 if (jumps > 100)
507 if (jumps == 0) {
511 jumps++;
529 if (jumps == 0) {
/external/javassist/src/main/javassist/bytecode/
H A DCodeIterator.java1049 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/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...

Completed in 167 milliseconds