Home
last modified time | relevance | path

Searched refs:space_available (Results 1 – 3 of 3) sorted by relevance

/external/elfutils/tests/
Drun-large-elf-file.sh31 space_available=$[$(stat -f --format="%a*%S" .)/(1024 * 1024 * 1024)]
32 echo "space_available: $space_available"
33 if test $space_available -lt 10; then
/external/sl4a/Utils/src/com/trilead/ssh2/
DStreamGobbler.java70 int space_available = buffer.length - write_pos; in run() local
72 if (space_available == 0) { in run()
/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_docenvironment.cpp201 int space_available = (draw_below_anchor ? space_available_below_anchor in GetPopupPos() local
206 if (space_available < fMinPopup) in GetPopupPos()
208 else if (space_available > fMaxPopup) in GetPopupPos()
211 popup_height = static_cast<float>(space_available); in GetPopupPos()