Searched defs:Empty (Results 101 - 125 of 148) sorted by relevance

123456

/external/openfst/src/include/fst/
H A Dsynchronize.h202 bool Empty(const String *s, Label l = 0) const { function in class:fst::SynchronizeFstImpl
247 if (!Empty(e.istring, arc.ilabel) && !Empty(e.ostring, arc.olabel)) {
H A Dqueue.h54 // bool Empty() const;
86 bool Empty() const { return Empty_(); } function in class:fst::QueueBase
121 bool Empty() const { return front_ == kNoStateId; } function in class:fst::TrivialQueue
133 virtual bool Empty_() const { return Empty(); }
157 bool Empty() const { return empty(); } function in class:fst::FifoQueue
168 virtual bool Empty_() const { return Empty(); }
190 bool Empty() const { return empty(); } function in class:fst::LifoQueue
201 virtual bool Empty_() const { return Empty(); }
249 bool Empty() const { return heap_.Empty(); } function in class:fst::ShortestFirstQueue
356 bool Empty() const { return front_ > back_; } function in class:fst::TopOrderQueue
409 bool Empty() const { return front_ > back_; } function in class:fst::StateOrderQueue
489 bool Empty() const { function in class:fst::SccQueue
642 bool Empty() const { return queue_->Empty(); } function in class:fst::AutoQueue
843 bool Empty() const { return queue_->Empty(); } function in class:fst::PruneQueue
916 bool Empty() const { return queue_->Empty(); } function in class:fst::FilterQueue
[all...]
/external/pdfium/core/include/fxcrt/
H A Dfx_string.h242 void Empty();
430 void Empty() function in class:CFX_StringBufBase
646 void Empty();
850 void Empty(IFX_Allocator* pAllocator);
861 void Empty(IFX_Allocator* pAllocator);
H A Dfx_coordinates.h345 void Empty() function in class:CFX_RTemplate
/external/pdfium/fpdfsdk/src/javascript/
H A DJS_GlobalData.cpp21 Empty();
26 Empty();
95 void CJS_GlobalVariableArray::Empty() function in class:CJS_GlobalVariableArray
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dqueue.h50 // bool Empty() const;
82 bool Empty() const { return Empty_(); } function in class:fst::QueueBase
111 bool Empty() const { return front_ == kNoStateId; } function in class:fst::TrivialQueue
120 virtual bool Empty_() const { return Empty(); }
144 bool Empty() const { return empty(); } function in class:fst::FifoQueue
152 virtual bool Empty_() const { return Empty(); }
174 bool Empty() const { return empty(); } function in class:fst::LifoQueue
182 virtual bool Empty_() const { return Empty(); }
220 bool Empty() const { return heap_.Empty(); } function in class:fst::ShortestFirstQueue
324 bool Empty() const { return front_ > back_; } function in class:fst::TopOrderQueue
375 bool Empty() const { return front_ > back_; } function in class:fst::StateOrderQueue
456 bool Empty() const { function in class:fst::SccQueue
605 bool Empty() const { return queue_->Empty(); } function in class:fst::AutoQueue
[all...]
H A Dsynchronize.h171 bool Empty(const String *s, Label l = 0) const { function in class:fst::SynchronizeFstImpl
216 if (!Empty(e.istring, arc.ilabel) && !Empty(e.ostring, arc.olabel)) {
/external/chromium_org/media/cast/net/rtcp/
H A Drtcp_builder.cc90 bool Empty() const { return frame_count_ == 0; } function in class:media::cast::__anon8608::NackStringBuilder
322 VLOG_IF(1, !nack_string_builder.Empty())
/external/chromium_org/media/cdm/
H A Daes_decryptor.cc48 bool Empty() const { return key_list_.empty(); } function in class:media::AesDecryptor::SessionIdDecryptionKeyMap
520 if (it->second->Empty()) {
/external/chromium_org/third_party/cython/src/Cython/Tempita/
H A D_tempita.py604 return getattr(self.__template_obj, attr, Empty)
618 return 'Empty'
632 Empty = _Empty() variable
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dheap-profile-table.h490 bool Empty() const { function in class:HeapProfileTable::Snapshot
/external/chromium_org/v8/include/
H A Dv8-util.h42 static bool Empty(Impl* impl) { return impl->empty(); } function in class:v8::StdMapTraits
202 while (!Traits::Empty(&impl_)) {
/external/chromium_org/v8/src/
H A Dscopeinfo.cc132 ScopeInfo* ScopeInfo::Empty(Isolate* isolate) { function in class:v8::internal::ScopeInfo
/external/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h383 /// 5) Empty - No dependence is possible.
386 enum ConstraintKind { Empty, Point, Distance, Line, Any } Kind; enumerator in enum:llvm::DependenceAnalysis::Constraint::ConstraintKind
393 /// isEmpty - Return true if the constraint is of kind Empty.
394 bool isEmpty() const { return Kind == Empty; }
447 /// setEmpty - Change a constraint to Empty.
/external/lzma/CPP/Common/
H A DMyString.h256 Empty();
265 Empty();
276 Empty();
305 void Empty() function in class:CStringBase
/external/pdfium/core/src/fxcrt/
H A Dfx_xml_parser.cpp386 tag_space.Empty(m_pAllocator);
399 tag_space.Empty(m_pAllocator);
400 tag_name.Empty(m_pAllocator);
414 attr_space.Empty(m_pAllocator);
415 attr_name.Empty(m_pAllocator);
432 attr_value.Empty(m_pAllocator);
434 attr_space.Empty(m_pAllocator);
435 attr_name.Empty(m_pAllocator);
492 space.Empty(m_pAllocator);
493 name.Empty(m_pAllocato
639 void CXML_Element::Empty() function in class:CXML_Element
[all...]
H A Dfx_basic_bstring.cpp153 Empty();
162 Empty();
174 Empty();
179 Empty();
194 Empty();
251 void CFX_ByteString::Empty() function in class:CFX_ByteString
318 Empty();
331 Empty();
901 Empty();
1173 void CFX_ByteStringL::Empty(IFX_Allocato function in class:CFX_ByteStringL
[all...]
H A Dfx_basic_wstring.cpp113 Empty();
123 Empty();
132 Empty();
144 Empty();
149 Empty();
229 void CFX_WideString::Empty() function in class:CFX_WideString
294 Empty();
1052 void CFX_WideStringL::Empty(IFX_Allocator* pAllocator) function in class:CFX_WideStringL
1061 Empty(pAllocator);
/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DGdiPlusTypes.h174 BOOL Empty() const function in class:SizeF
230 BOOL Empty() const function in class:Size
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtcp_packet.h86 class Empty : public RtcpPacket { class in namespace:webrtc::rtcp
88 Empty() : RtcpPacket() {} function in class:webrtc::rtcp::Empty
90 virtual ~Empty() {}
97 DISALLOW_COPY_AND_ASSIGN(Empty);
/external/chromium_org/media/cast/test/utility/
H A Dudp_proxy.cc391 bool Empty() const { function in class:media::cast::test::InterruptedPoissonProcess::InternalBuffer
531 if (send_buffers_[i]->Empty())
540 if (send_buffers_[i]->Empty())
/external/llvm/include/llvm/ADT/
H A DDenseMap.h475 "Empty/Tombstone value shouldn't be inserted into map!");
1028 const KeyT Empty = KeyInfoT::getEmptyKey(); local
1032 (KeyInfoT::isEqual(Ptr->first, Empty) ||
/external/llvm/lib/CodeGen/
H A DRegisterPressure.cpp47 bool Empty = true; local
51 Empty = false;
54 if (Empty)
/external/pdfium/core/src/fpdfdoc/
H A Dpdf_vt.h244 void Empty() function in class:CLines
/external/pdfium/fpdfsdk/include/fxedit/
H A Dfxet_edit.h108 Empty();
111 void Empty() function in class:CFX_Edit_LineRectArray
126 Empty();
164 this->Empty();
167 void Empty() function in class:CFX_Edit_RectArray
632 FX_BOOL Empty();

Completed in 5214 milliseconds

123456