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

  /external/chromium/net/base/
file_stream.h 61 // Returns the number of bytes available to read from the current stream
63 int64 Available();
file_stream_unittest.cc 58 ASSERT_EQ(kTestDataSize, read_stream.Available());
91 // Try available...
92 int64 avail = stream.Available();
112 int64 total_bytes_avail = stream.Available();
143 int64 total_bytes_avail = stream.Available();
178 int64 total_bytes_avail = stream.Available();
211 int64 total_bytes_avail = stream.Available();
247 int64 total_bytes_avail = stream.Available();
450 int64 total_bytes_avail = stream.Available();
489 int64 total_bytes_avail = stream.Available();
    [all...]
file_stream_posix.cc 365 int64 FileStream::Available() {
file_stream_win.cc 195 int64 FileStream::Available() {
  /external/v8/test/cctest/
test-alloc.cc 45 while (new_space->Available() > kNewSpaceFillerSize) {
46 int available_before = new_space->Available();
48 if (available_before == new_space->Available()) {
69 while (old_data_space->Available() > kOldDataSpaceFillerSize) {
85 while (map_space->Available() > kMapSpaceFillerSize) {
test-spaces.cc 170 while (new_space.Available() >= Page::kMaxHeapObjectSize) {
198 while (s->Available() > 0) {
232 int available = lo->Available(); local
236 CHECK(lo->Available() < available);
  /external/v8/src/
spaces.h 481 // Returns the maximum available bytes of heaps.
482 static int Available() { return capacity_ < size_ ? 0 : capacity_ - size_; }
487 // Returns maximum available bytes that the old space can have.
489 return (Available() / Page::kPageSize) * Page::kObjectAreaSize;
758 // the number of bytes that are not allocated and not available to
761 // 'available' is the number of unallocated bytes that are not waste. The
762 // capacity is the sum of size, waste, and available.
780 // Reset the allocation statistics (ie, available = capacity with no
790 int Available() { return available_; }
794 // Grow the space by adding available bytes
1505 int available() { return available_; } function in class:v8::internal::BASE_EMBEDDED
1607 int available() { return available_; } function in class:v8::internal::BASE_EMBEDDED
    [all...]
heap.cc 153 int Heap::Available() {
156 return new_space_.Available() +
157 old_pointer_space_->Available() +
158 old_data_space_->Available() +
159 code_space_->Available() +
160 map_space_->Available() +
161 cell_space_->Available();
197 // Note that MemoryAllocator->MaxAvailable() undercounts the memory available
200 // and does not count available bytes already in the old space or code
247 PrintF("Memory allocator, used: %8d, available: %8d\n"
    [all...]
spaces.cc 619 PrintF(" capacity: %d, used: %d, available: %%%d\n\n",
777 // All the bytes in the space are 'available'. We will rediscover
    [all...]
heap.h 241 // Returns the available bytes in space w/o growing.
243 // all available bytes. Check MaxHeapObjectSize() instead.
244 static int Available();
629 // Returns whether required_space bytes are available after the collection.
    [all...]
  /external/stlport/
configure 27 Available options:
  /build/core/
main.mk 371 # These configure the build targets that are available for the SDK under Windows.
373 # the second section defines all the Java ones (assuming javac is available.)
400 # The following can only be built if "javac" is available.
421 $(warning SDK_ONLY: javac not available.)
778 @echo "Available sub-modules:"
  /prebuilt/common/ant/
ant.jar 
  /prebuilt/darwin-x86/swt/
swt.jar 
  /external/webkit/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/webkit/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]
  /prebuilt/darwin-x86_64/swt/
swt.jar 
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 
  /prebuilt/windows/swt/
swt.jar 
  /prebuilt/windows-x86_64/swt/
swt.jar 

Completed in 557 milliseconds