HomeSort by relevance Sort by last modified time
    Searched refs:budget (Results 1 - 5 of 5) sorted by null

  /external/webkit/JavaScriptCore/tests/mozilla/js1_5/Regress/
regress-90445.js 42 var budget = document.formtest.budget.value;
240 ((budget == 0) || (budget == V[i][7] ))) {
  /external/bzip2/
blocksort.c 352 Int32* budget )
464 (*budget)--;
492 Int32* budget )
515 ptr[j-h]+d, v+d, block, quadrant, nblock, budget
529 ptr[j-h]+d, v+d, block, quadrant, nblock, budget
543 ptr[j-h]+d, v+d, block, quadrant, nblock, budget
552 if (*budget < 0) return;
628 Int32* budget )
651 mainSimpleSort ( ptr, block, quadrant, nblock, lo, hi, d, budget );
652 if (*budget < 0) return
1040 Int32 budget; local
    [all...]
  /external/v8/src/
jsregexp.cc     [all...]
jsregexp.h 623 // Compute (if possible within the budget of traversed nodes) the
625 // its continuation. Returns the remaining budget after the computation.
626 // If the budget is spent, the result is negative, and the cached
628 virtual int ComputeFirstCharacterSet(int budget);
757 virtual int ComputeFirstCharacterSet(int budget);
823 virtual int ComputeFirstCharacterSet(int budget);
    [all...]
  /external/skia/
Android.mk 18 # enable this if we turn on SK_DEBUG, otherwise we exceed our prelink budget

Completed in 136 milliseconds