Searched refs:Empty (Results 176 - 200 of 451) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/net/
H A Dpref_proxy_config_tracker_impl_unittest.cc371 "Empty command line",
378 net::ProxyRulesExpectation::Empty(),
390 net::ProxyRulesExpectation::Empty(),
403 net::ProxyRulesExpectation::Empty(),
463 net::ProxyRulesExpectation::Empty(),
475 net::ProxyRulesExpectation::Empty(),
/external/chromium_org/courgette/
H A Densemble_apply.cc169 if (!transformation_parameters->Empty())
211 if (!single_parameters.Empty())
217 if (!parameters->Empty())
253 if (!single_corrected_element.Empty())
257 if (!transformed_elements->Empty())
H A Densemble_create.cc350 if (!single_parameters.Empty())
360 if (!corrected_parameters_source_set.Empty())
414 if (!single_corrected_transformed_element.Empty())
418 if (!corrected_transformed_elements_source_set.Empty())
H A Dpatch_generator_x86_32.h59 if (!corrected_parameters->Empty())
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Dpacket_buffer_unittest.cc74 EXPECT_TRUE(buffer->Empty());
89 EXPECT_FALSE(buffer.Empty());
110 EXPECT_FALSE(buffer.Empty());
115 EXPECT_TRUE(buffer.Empty());
330 EXPECT_TRUE(buffer.Empty());
378 EXPECT_TRUE(buffer.Empty());
H A Daudio_vector_unittest.cc43 EXPECT_TRUE(vec1.Empty());
48 EXPECT_FALSE(vec2.Empty());
78 EXPECT_TRUE(vec.Empty());
82 EXPECT_TRUE(vec_copy.Empty());
/external/chromium_org/chrome/browser/history/
H A Din_memory_url_index.cc74 succeeded_ = data_.get() && !data_->Empty();
285 if (private_data.get() && !private_data->Empty()) {
357 if (private_data_.get() && !private_data_->Empty()) {
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DANTLRStringStream.cs270 return string.Empty;
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DANTLRStringStream.cs309 return string.Empty;
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
H A Dmsgutil.py160 except Queue.Empty:
/external/chromium_org/ash/shelf/
H A Dshelf_navigator_unittest.cc102 TEST_F(ShelfNavigatorTest, Empty) {
/external/chromium_org/chrome/browser/apps/drive/
H A Ddrive_app_mapping_unittest.cc34 TEST_F(DriveAppMappingTest, Empty) {
/external/chromium_org/extensions/renderer/
H A Dapp_window_custom_bindings.cc117 v8::Handle<v8::Value> result = v8::String::Empty(args.GetIsolate());
/external/chromium_org/net/tools/balsa/
H A Dsimple_buffer.cc76 bool SimpleBuffer::Empty() const { function in class:net::SimpleBuffer
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DV8PersistentValueMap.h55 static bool Empty(Impl* impl) { return impl->isEmpty(); } function in class:blink::V8PersistentValueMapTraits
H A DV8ValueCache.cpp77 return v8::String::Empty(isolate);
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DCompositionUnderlineRangeFilterTest.cpp54 TEST(CompositionUnderlineRangeFilterTest, Empty)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
H A Dmsgutil.py160 except Queue.Empty:
/external/chromium_org/third_party/cython/src/Cython/Plex/
H A DRegexps.py427 Empty = Seq() variable
428 Empty.__doc__ = \
430 Empty is an RE which matches the empty string.
432 Empty.str = "Empty"
504 result = Alt(re, Empty)
/external/chromium_org/third_party/leveldatabase/src/db/
H A Dwrite_batch_test.cc57 TEST(WriteBatchTest, Empty) {
/external/openfst/src/include/fst/
H A Dheap.h111 bool Empty() const { function in class:fst::Heap
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dheap.h103 bool Empty() const { function in class:fst::Heap
/external/pdfium/core/src/fxcrt/
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/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
H A DST.stg49 public override string ToString() { return (Template==null) ? string.Empty : Template.ToString(); }
/external/chromium_org/components/invalidation/
H A Dunacked_invalidation_set_unittest.cc42 TEST_F(UnackedInvalidationSetTest, Empty) {
195 TEST_F(UnackedInvalidationSetSerializationTest, Empty) {

Completed in 1121 milliseconds

1234567891011>>