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

  /external/autotest/utils/
parallel.py 64 max_allowed = self.max_procs - len(self.pid_map)
66 for i in xrange(min(max_allowed, max_able)):
  /build/make/tools/releasetools/
blockimgdiff.py 499 max_allowed = cache_size * stash_threshold
500 assert max_stashed_blocks * self.tgt.blocksize <= max_allowed, \
503 self.tgt.blocksize, max_allowed, cache_size,
545 max_allowed = OPTIONS.cache_size * OPTIONS.stash_threshold
548 max_stashed_blocks, self._max_stashed_size, max_allowed,
549 self._max_stashed_size * 100.0 / max_allowed))
573 max_allowed = cache_size * stash_threshold / self.tgt.blocksize
595 if stashed_blocks_after > max_allowed:
614 if stashed_blocks + xf.src_ranges.size() > max_allowed:
    [all...]
  /art/runtime/gc/space/
dlmalloc_space.cc 136 size_t max_allowed = Capacity(); local
137 mspace_set_footprint_limit(mspace_, max_allowed);
rosalloc_space.cc 162 size_t max_allowed = Capacity(); local
163 rosalloc_->SetFootprintLimit(max_allowed);
  /external/libopus/celt/
celt_encoder.c 1490 opus_int32 max_allowed; local
    [all...]
  /external/mesa3d/src/compiler/glsl/
linker.cpp 288 find_emit_vertex_visitor(int max_allowed)
289 : max_stream_allowed(max_allowed),
    [all...]

Completed in 412 milliseconds