HomeSort by relevance Sort by last modified time
    Searched defs:jumps (Results 1 - 8 of 8) sorted by null

  /external/clang/test/SemaCXX/
exceptions.cpp 35 void jumps() { function
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/
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 to use for next load.
    [all...]
  /external/webkit/Source/JavaScriptCore/assembler/
AbstractMacroAssembler.h 400 // All jumps in the set will be linked to the same destination.
443 const JumpVector& jumps() { return m_jumps; } function in class:JSC::AbstractMacroAssembler::JumpList
  /external/chromium/net/base/
dnsrr_resolver.cc 479 unsigned jumps = 0; local
497 if (jumps > 100)
507 if (jumps == 0) {
511 jumps++;
529 if (jumps == 0) {
  /external/javassist/src/main/javassist/bytecode/
CodeIterator.java 1049 ArrayList jumps = makeJumpList(code, code.length); local
1157 ArrayList jumps = new ArrayList(); local
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/sed/
compile.c 114 /* Information about labels and jumps-to-labels. This is used to do variable in typeref:struct:sed_label
116 static struct sed_label *jumps = NULL;
1211 jumps = setup_label(jumps, vector->v_length, read_label(), NULL);
    [all...]
  /external/webkit/Source/JavaScriptCore/yarr/
YarrJIT.cpp 230 // Jumps if input not available; will have (incorrectly) incremented already!
367 void addIndirectJumpEntry(int32_t stackOffset, JumpList jumps)
369 JumpList::JumpVector jumpVector = jumps.jumps();
374 jumps.empty();
449 void addJumpsToNextInteration(JumpList jumps)
451 m_jumpsToNextInteration.append(jumps);
723 void jumpToBacktrack(YarrGenerator* generator, JumpList& jumps)
727 jumps.linkTo(*m_backtrackSourceLabel, generator);
729 m_backtrackSourceJumps->append(jumps);
731 generator->m_expressionState.addIndirectJumpEntry(getStackOffset(), jumps); local
    [all...]
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 

Completed in 612 milliseconds