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

/external/protobuf/src/google/protobuf/stubs/
H A Dbytestream_unittest.cc53 size_t Available() const { return data_.size(); } function in class:google::protobuf::strings::__anon16462::MockByteSource
90 EXPECT_EQ(6, limit_source.Available());
92 EXPECT_EQ(5, limit_source.Available());
97 limit_source.CopyTo(&sink, limit_source.Available());
99 EXPECT_EQ(0, limit_source.Available());
100 EXPECT_EQ(6, source.Available());
106 source.CopyTo(&sink, source.Available());
108 EXPECT_EQ(0, source.Available());
H A Dbytestream.cc146 size_t ArrayByteSource::Available() const { function in class:google::protobuf::strings::ArrayByteSource
164 size_t LimitByteSource::Available() const { function in class:google::protobuf::strings::LimitByteSource
165 size_t available = source_->Available();
/external/sfntly/cpp/src/sfntly/port/
H A Dfile_input_stream.cc38 int32_t FileInputStream::Available() { function in class:sfntly::FileInputStream
H A Dmemory_input_stream.cc40 int32_t MemoryInputStream::Available() { function in class:sfntly::MemoryInputStream
/external/llvm/lib/Target/AMDGPU/
H A DR600MachineScheduler.h53 std::vector<SUnit *> Available[IDLast], Pending[IDLast]; member in class:llvm::final
/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.cpp366 BitVector Available = getRegsAvailable(RC); local
367 Available &= Candidates;
368 if (Available.any())
369 Candidates = Available;
/external/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.h136 ReadyQueue Available; member in struct:llvm::ConvergingVLIWScheduler::VLIWSchedBoundary
155 DAG(nullptr), SchedModel(nullptr), Available(ID, Name+".A"),
172 return Available.getID() == ConvergingVLIWScheduler::TopQID;
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DRegisterScavenging.cpp349 BitVector Available = getRegsAvailable(RC); local
351 if ((Candidates & Available).any())
352 Candidates &= Available;
/external/llvm/lib/Target/Mips/
H A DMips16InstrInfo.cpp363 BitVector Available = rs.getRegsAvailable(&Mips::CPU16RegsRegClass); local
364 Available &= Candidates;
372 Reg = Available.find_first();
384 Available.reset(Reg);
388 SpReg = Available.find_first();
400 Available.reset(SpReg);
/external/v8/src/heap/
H A Dspaces-inl.h602 size_t LargeObjectSpace::Available() { function in class:v8::internal::LargeObjectSpace
603 return ObjectSizeFor(heap()->memory_allocator()->Available());
H A Dspaces.h882 virtual size_t Available() = 0;
1245 size_t Available() { function in class:v8::internal::MemoryAllocator
1259 return (Available() / Page::kPageSize) * Page::kAllocatableMemory;
1690 size_t Available() { function in class:v8::internal::FreeList
1931 // Current capacity without growing (Size() + Available()).
1950 // Available bytes without growing. These are the bytes on the free list.
1954 size_t Available() override { return free_list_.Available(); }
2281 size_t Available() override {
2445 size_t Available() overrid
[all...]
H A Dheap.cc235 size_t Heap::Available() { function in class:v8::internal::Heap
241 total += space->Available();
326 memory_allocator()->Available() / KB);
332 new_space_->Size() / KB, new_space_->Available() / KB,
339 old_space_->SizeOfObjects() / KB, old_space_->Available() / KB,
346 code_space_->SizeOfObjects() / KB, code_space_->Available() / KB,
353 map_space_->SizeOfObjects() / KB, map_space_->Available() / KB,
360 lo_space_->SizeOfObjects() / KB, lo_space_->Available() / KB,
367 this->SizeOfObjects() / KB, this->Available() / KB,
691 static_cast<int>(space()->Available())); \
[all...]
/external/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h584 ReadyQueue Available; member in class:llvm::SchedBoundary
651 DAG(nullptr), SchedModel(nullptr), Rem(nullptr), Available(ID, Name+".A"),
665 return Available.getID() == TopQID;
747 /// Call this before applying any other heuristics to the Available queue.
748 /// Updates the Available/Pending Q's if necessary and returns the single
/external/guice/extensions/struts2/lib/
H A Dant-1.6.5.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/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 ...
/external/mockito/lib/
H A Dbyte-buddy-1.6.9.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/net. ...

Completed in 569 milliseconds