Searched defs:Available (Results 1 - 18 of 18) sorted by relevance

/external/sfntly/cpp/src/sfntly/port/
H A Dfile_input_stream.cc36 int32_t FileInputStream::Available() { function in class:sfntly::FileInputStream
H A Dmemory_input_stream.cc38 int32_t MemoryInputStream::Available() { function in class:sfntly::MemoryInputStream
/external/llvm/lib/Target/R600/
H A DR600MachineScheduler.h54 std::vector<SUnit *> Available[IDLast], Pending[IDLast]; member in class:llvm::R600SchedStrategy
/external/sfntly/cpp/src/sfntly/data/
H A Dfont_input_stream.cc35 int32_t FontInputStream::Available() { function in class:sfntly::FontInputStream
37 return stream_->Available();
/external/google-breakpad/src/common/
H A Dbyte_cursor.h103 size_t Available() const { return size_t(buffer_->end - here_); } function in class:google_breakpad::ByteCursor
106 bool AtEnd() const { return Available() == 0; }
171 = static_cast<const uint8_t *>(memchr(here_, '\0', Available()));
240 if (Available() >= size) {
/external/llvm/lib/CodeGen/
H A DRegisterScavenging.cpp384 BitVector Available = getRegsAvailable(RC); local
385 Available &= Candidates;
386 if (Available.any())
387 Candidates = Available;
/external/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.h137 ReadyQueue Available; member in struct:llvm::ConvergingVLIWScheduler::VLIWSchedBoundary
156 DAG(nullptr), SchedModel(nullptr), Available(ID, Name+".A"),
173 return Available.getID() == ConvergingVLIWScheduler::TopQID;
/external/v8/src/heap/
H A Dspaces-inl.h298 intptr_t LargeObjectSpace::Available() { function in class:v8::internal::LargeObjectSpace
299 return ObjectSizeFor(heap()->isolate()->memory_allocator()->Available());
H A Dheap.cc211 intptr_t Heap::Available() { function in class:v8::internal::Heap
214 return new_space_.Available() + old_pointer_space_->Available() +
215 old_data_space_->Available() + code_space_->Available() +
216 map_space_->Available() + cell_space_->Available() +
217 property_cell_space_->Available();
319 isolate_->memory_allocator()->Available() / KB);
325 new_space_.Size() / KB, new_space_.Available() / K
[all...]
H A Dspaces.h1016 intptr_t Available() { return capacity_ < size_ ? 0 : capacity_ - size_; } function in class:v8::internal::MemoryAllocator
1032 return (Available() / Page::kPageSize) * Page::kMaxRegularHeapObjectSize;
1683 // Current capacity without growing (Size() + Available()).
1725 // Available bytes without growing. These are the bytes on the free list.
1729 intptr_t Available() { return free_list_.available(); } function in class:v8::internal::PagedSpace
2396 intptr_t Available() { return Capacity() - Size(); } function in class:v8::internal::NewSpace
2731 // Available bytes for objects in this space.
2732 inline intptr_t Available();
/external/llvm/lib/Target/Mips/
H A DMips16InstrInfo.cpp364 BitVector Available = rs.getRegsAvailable(&Mips::CPU16RegsRegClass); local
365 Available &= Candidates;
373 Reg = Available.find_first();
385 Available.reset(Reg);
389 SpReg = Available.find_first();
401 Available.reset(SpReg);
/external/v8/src/base/platform/
H A Dtime.cc606 bool Available() { return clock_id_ != kClockInvalid; } function in class:v8::base::KernelTimestampClock
630 bool Available() { return false; } function in class:v8::base::KernelTimestampClock
649 return kernel_tick_clock.Pointer()->Available();
/external/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h566 ReadyQueue Available; member in class:llvm::SchedBoundary
633 DAG(nullptr), SchedModel(nullptr), Rem(nullptr), Available(ID, Name+".A"),
647 return Available.getID() == TopQID;
729 /// Call this before applying any other heuristics to the Available queue.
730 /// Updates the Available/Pending Q's if necessary and returns the single
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 443 milliseconds