Searched defs:Available (Results 1 - 23 of 23) 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::__anon19067::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/pdfium/core/fpdfapi/parser/
H A Dcpdf_object_avail_unittest.cpp42 Available, member in class:__anon17698::TestHolder::ObjectState
138 holder.SetObjectState(1, TestHolder::ObjectState::Available);
152 holder.SetObjectState(1, TestHolder::ObjectState::Available);
156 holder.SetObjectState(2, TestHolder::ObjectState::Available);
173 holder.SetObjectState(1, TestHolder::ObjectState::Available);
177 holder.SetObjectState(2, TestHolder::ObjectState::Available);
181 holder.SetObjectState(3, TestHolder::ObjectState::Available);
199 holder.SetObjectState(2, TestHolder::ObjectState::Available);
223 holder.SetObjectState(i, TestHolder::ObjectState::Available);
231 TestHolder::ObjectState::Available);
[all...]
H A Dcpdf_page_object_avail_unittest.cpp44 Available, member in class:__anon17702::TestHolder::ObjectState
103 TestHolder::ObjectState::Available);
107 TestHolder::ObjectState::Available);
111 TestHolder::ObjectState::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.h614 size_t LargeObjectSpace::Available() { function in class:v8::internal::LargeObjectSpace
615 return ObjectSizeFor(heap()->memory_allocator()->Available());
H A Dspaces.h887 virtual size_t Available() = 0;
1262 size_t Available() { function in class:v8::internal::MemoryAllocator
1276 return (Available() / Page::kPageSize) * Page::kAllocatableMemory;
1718 size_t Available() { function in class:v8::internal::FreeList
1942 // Current capacity without growing (Size() + Available()).
1961 // Available bytes without growing. These are the bytes on the free list.
1965 size_t Available() override { return free_list_.Available(); }
2294 size_t Available() override {
2458 size_t Available() overrid
[all...]
H A Dheap.cc239 size_t Heap::Available() { function in class:v8::internal::Heap
245 total += space->Available();
333 memory_allocator()->Available() / KB);
339 new_space_->Size() / KB, new_space_->Available() / KB,
346 old_space_->SizeOfObjects() / KB, old_space_->Available() / KB,
353 code_space_->SizeOfObjects() / KB, code_space_->Available() / KB,
360 map_space_->SizeOfObjects() / KB, map_space_->Available() / KB,
367 lo_space_->SizeOfObjects() / KB, lo_space_->Available() / KB,
374 this->SizeOfObjects() / KB, this->Available() / KB,
713 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/annotation-tools/asmx/test/lib/
H A Dsaxon7.jarMETA-INF/ META-INF/MANIFEST.MF net/sf/saxon/Compile.class Compile.java package ...
H A Djd.xslt-1.5.5.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sarvega/ javax/ javax/xml/ javax/xml/parsers/ javax/ ...
/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/mockito/lib/
H A Dbyte-buddy-1.7.9.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/net. ...

Completed in 668 milliseconds