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

1234567891011>>

/external/lzma/CPP/Common/
H A DStdInStream.cpp77 resultString.Empty();
H A DStringConvert.cpp29 dest.Empty();
58 dest.Empty();
H A DUTFConvert.cpp160 dest.Empty();
170 dest.Empty();
/external/lzma/CPP/Windows/
H A DDLL.cpp63 path.Empty();
H A DResourceString.cpp77 dest.Empty();
H A DWindow.cpp116 s.Empty();
132 s.Empty();
/external/webrtc/webrtc/modules/audio_coding/neteq/
H A Daudio_multi_vector.h118 virtual bool Empty() const;
H A Daudio_vector.h92 virtual bool Empty() const;
H A Ddtmf_buffer.h85 virtual bool Empty() const;
H A Dpacket_buffer.h46 virtual bool Empty() const;
H A Ddtmf_buffer_unittest.cc94 EXPECT_FALSE(buffer.Empty());
99 EXPECT_FALSE(buffer.Empty());
104 EXPECT_FALSE(buffer.Empty());
109 EXPECT_FALSE(buffer.Empty());
116 EXPECT_TRUE(buffer.Empty());
186 EXPECT_TRUE(buffer.Empty());
227 EXPECT_TRUE(buffer.Empty());
H A Daudio_multi_vector_unittest.cc74 EXPECT_TRUE(vec1.Empty());
80 EXPECT_FALSE(vec2.Empty());
118 EXPECT_TRUE(vec.Empty());
122 EXPECT_TRUE(vec_copy.Empty());
H A Ddecoder_database_unittest.cc28 EXPECT_TRUE(db.Empty());
39 EXPECT_FALSE(db.Empty());
42 EXPECT_TRUE(db.Empty());
149 EXPECT_TRUE(db.Empty());
/external/webrtc/webrtc/modules/audio_coding/neteq/mock/
H A Dmock_decoder_database.h26 MOCK_CONST_METHOD0(Empty,
/external/eigen/unsupported/test/
H A Dcxx11_eventcount.cpp71 bool Empty() { return val_.load(std::memory_order_relaxed) == 0; } function in struct:TestQueue
118 if (!queues[q].Empty()) {
/external/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h155 bool Empty; member in struct:llvm::DWARFDebugLine::Sequence
164 return !Empty && (LowPC < HighPC) && (FirstRowIndex < LastRowIndex);
/external/llvm/lib/Target/BPF/
H A DBPFISelDAGToDAG.cpp134 DebugLoc Empty; local
136 if (DL != Empty)
/external/protobuf/csharp/src/Google.Protobuf.Test/
H A DByteStringTest.cs72 Assert.AreEqual(0, ByteString.Empty.Length);
168 Assert.AreSame(ByteString.Empty, ByteString.FromBase64(""));
/external/v8/tools/testrunner/local/
H A Dpool.py6 from Queue import Empty namespace
132 except Empty:
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DCommonTree.cs222 return string.Empty;
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DCommonTree.cs291 return string.Empty;
/external/gptfdisk/
H A Dmbrpart.h81 void Empty(void);
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DTypeRegistry.cs45 public static TypeRegistry Empty { get; } = new TypeRegistry(new Dictionary<string, MessageDescriptor>()); property in class:Google.Protobuf.Reflection.TypeRegistry
/external/protobuf/src/google/protobuf/util/internal/
H A Ddefault_value_objectwriter_test.cc80 TEST_P(DefaultValueObjectWriterTest, Empty) {
/external/v8/src/compiler/
H A Dredundancy-elimination.h31 static EffectPathChecks const* Empty(Zone* zone);

Completed in 1719 milliseconds

1234567891011>>