Searched refs:Empty (Results 126 - 150 of 451) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Ddecoder_database_unittest.cc29 EXPECT_TRUE(db.Empty());
38 EXPECT_FALSE(db.Empty());
41 EXPECT_TRUE(db.Empty());
134 EXPECT_TRUE(db.Empty());
H A Ddtmf_buffer.h87 virtual bool Empty() const { return buffer_.empty(); } function in class:webrtc::DtmfBuffer
H A Dpacket_buffer.h46 virtual bool Empty() const { return buffer_.empty(); } function in class:webrtc::PacketBuffer
H A Ddtmf_buffer_unittest.cc100 EXPECT_FALSE(buffer.Empty());
105 EXPECT_FALSE(buffer.Empty());
110 EXPECT_FALSE(buffer.Empty());
115 EXPECT_FALSE(buffer.Empty());
122 EXPECT_TRUE(buffer.Empty());
192 EXPECT_TRUE(buffer.Empty());
233 EXPECT_TRUE(buffer.Empty());
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/mock/
H A Dmock_decoder_database.h24 MOCK_CONST_METHOD0(Empty,
/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_channel_group.h41 bool Empty();
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_lfstack.h32 bool Empty() const { function in struct:__sanitizer::LFStack
/external/lldb/source/Core/
H A DStreamString.cpp51 StreamString::Empty() const function in class:StreamString
/external/lldb/source/Utility/
H A DStringExtractor.h83 Empty() function in class:StringExtractor
/external/lzma/CPP/Common/
H A DListFileUtils.cpp65 t.Empty();
H A DStdInStream.cpp88 resultString.Empty();
H A DUTFConvert.cpp125 dest.Empty();
137 dest.Empty();
/external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/
H A Dvectorbuffer.cpp34 TNodeBuffer::TNode* TNodeBuffer::TNode::Empty(TUint8* aBuffer) function in class:TNodeBuffer::TNode
H A Dvectorbuffer.h26 static TNode* Empty(TUint8* iBuffer);
67 iTop = TNode::Empty(iBuffer); //these points to buffer
68 iBottom = TNode::Empty(iBuffer);
117 TNode* p = TNode::Empty(iBuffer);
/external/webrtc/src/system_wrappers/interface/
H A Dlist_wrapper.h65 bool Empty() const;
/external/webrtc/src/system_wrappers/source/
H A Dlist_no_stl.h55 bool Empty() const;
/external/chromium_org/content/renderer/gpu/
H A Dframe_swap_message_queue_unittest.cc88 ASSERT_TRUE(queue_->Empty());
90 ASSERT_FALSE(queue_->Empty());
92 ASSERT_TRUE(queue_->Empty());
94 ASSERT_FALSE(queue_->Empty());
96 ASSERT_FALSE(queue_->Empty());
/external/chromium_org/net/proxy/
H A Dproxy_config_service_linux_unittest.cc430 ProxyRulesExpectation::Empty(),
448 ProxyRulesExpectation::Empty(),
466 ProxyRulesExpectation::Empty(),
484 ProxyRulesExpectation::Empty(),
522 ProxyRulesExpectation::Empty(),
739 ProxyRulesExpectation::Empty(),
760 ProxyRulesExpectation::Empty(),
781 ProxyRulesExpectation::Empty(),
802 ProxyRulesExpectation::Empty(),
1072 ProxyRulesExpectation::Empty(),
[all...]
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Ddatachannel.cc51 bool DataChannel::PacketQueue::Empty() const { function in class:webrtc::DataChannel::PacketQueue
208 if (!queued_send_data_.Empty()) {
371 ASSERT(queued_send_data_.Empty());
454 while (!queued_received_data_.Empty()) {
467 while (!packet_buffer.Empty()) {
522 while (!control_packets.Empty()) {
/external/chromium_org/courgette/
H A Dstreams.h71 bool Empty() const { return current_ == end_; } function in class:courgette::SourceStream
190 bool Empty() const;
/external/clang/include/clang/AST/
H A DDeclFriend.h89 FriendDecl(EmptyShell Empty, unsigned NumFriendTypeTPLists) argument
90 : Decl(Decl::Friend, Empty), NextFriend(),
/external/clang/tools/clang-format-vs/ClangFormat/
H A DClangFormatPackage.cs111 var id = Guid.Empty;
117 string.Empty, 0,
/external/llvm/lib/DebugInfo/
H A DDWARFDebugLine.h147 bool Empty; member in struct:llvm::DWARFDebugLine::Sequence
156 return !Empty && (LowPC < HighPC) && (FirstRowIndex < LastRowIndex);
/external/ltrace/testsuite/ltrace.minor/
H A Dtrace-irelative.exp64 set bin2 [ltraceCompile $ext $lib [ltraceSource c {/* Empty. */}]]
/external/lzma/CPP/7zip/UI/Common/
H A DUpdate.h40 BaseExtension.Empty();
49 BaseExtension.Empty();

Completed in 1313 milliseconds

1234567891011>>