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

1 2

  /external/chromium/net/base/
file_stream.h 64 // Returns the number of bytes available to read from the current stream
66 int64 Available();
file_stream_unittest.cc 61 ASSERT_EQ(kTestDataSize, read_stream.Available());
93 // Try available...
94 int64 avail = stream.Available();
114 int64 total_bytes_avail = stream.Available();
145 int64 total_bytes_avail = stream.Available();
180 int64 total_bytes_avail = stream.Available();
213 int64 total_bytes_avail = stream.Available();
249 int64 total_bytes_avail = stream.Available();
452 int64 total_bytes_avail = stream.Available();
491 int64 total_bytes_avail = stream.Available();
    [all...]
file_stream_posix.cc 345 int64 FileStream::Available() {
file_stream_win.cc 201 int64 FileStream::Available() {
  /external/v8/test/cctest/
test-alloc.cc 45 while (new_space->Available() > kNewSpaceFillerSize) {
46 int available_before = static_cast<int>(new_space->Available());
48 if (available_before == new_space->Available()) {
70 while (old_data_space->Available() > kOldDataSpaceFillerSize) {
80 while (old_pointer_space->Available() > kOldPointerSpaceFillerSize) {
104 while (map_space->Available() > kMapSpaceFillerSize) {
test-spaces.cc 194 while (new_space.Available() >= Page::kMaxNonCodeHeapObjectSize) {
226 while (s->Available() > 0) {
257 intptr_t available = lo->Available(); local
261 CHECK(lo->Available() < available);
  /external/llvm/lib/CodeGen/
RegisterScavenging.cpp 12 // It also provides a mechanism to make registers available by evicting them to
248 /// getRegsAvailable - Return all available registers in the register class
324 "No available scavenger restore location!");
350 BitVector Available = getRegsAvailable(RC);
351 Available &= Candidates;
352 if (Available.any())
353 Candidates = Available;
  /external/v8/src/
spaces-inl.h 316 intptr_t LargeObjectSpace::Available() {
317 return ObjectSizeFor(heap()->isolate()->memory_allocator()->Available());
spaces.h 961 // Returns the maximum available bytes of heaps.
962 intptr_t Available() { return capacity_ < size_ ? 0 : capacity_ - size_; }
967 // Returns the maximum available executable bytes of heaps.
976 // Returns maximum available bytes that the old space can have.
978 return (Available() / Page::kPageSize) * Page::kMaxNonCodeHeapObjectSize;
1357 intptr_t available() { return available_; } function in class:v8::internal::BASE_EMBEDDED
    [all...]
heap.cc 214 intptr_t Heap::Available() {
217 return new_space_.Available() +
218 old_pointer_space_->Available() +
219 old_data_space_->Available() +
220 code_space_->Available() +
221 map_space_->Available() +
222 cell_space_->Available();
271 // Note that MemoryAllocator->MaxAvailable() undercounts the memory available
274 // and does not count available bytes already in the old space or code
317 ", available: %8" V8_PTR_PREFIX "d\n"
    [all...]
spaces.cc 698 ", available: %%%d\n\n",
    [all...]
heap.h 483 // Returns the available bytes in space w/o growing.
485 // all available bytes. Check MaxHeapObjectSize() instead.
486 intptr_t Available();
    [all...]
  /external/chromium/chrome/browser/safe_browsing/
bloom_filter.cc 131 int64 remaining64 = filter.Available();
  /external/stlport/
configure 27 Available options:
  /external/chromium/chrome/browser/themes/
browser_theme_pack.cc 284 int64 avail = file.Available();
    [all...]
  /build/core/
main.mk 827 @echo "Available sub-modules:"
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /prebuilts/tools/windows/swt/
swt.jar 

Completed in 688 milliseconds

1 2