Searched refs:Empty (Results 201 - 225 of 451) sorted by relevance

1234567891011>>

/external/chromium_org/net/quic/
H A Dquic_packet_generator.cc163 DCHECK(data.Empty() || packet_creator_.BytesFree() == 0u);
170 if (data.Empty()) {
/external/chromium_org/remoting/host/
H A Dclipboard_win.cc62 BOOL Empty() { function in class:__anon10398::ScopedClipboard
206 clipboard.Empty();
/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_util_unittest.cpp16 TEST(String, Empty) {
196 TEST(Set, Empty) {
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Daudio_multi_vector.cc200 bool AudioMultiVector::Empty() const {
202 return channels_[0]->Empty();
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
H A Dbenchmark.cc256 if (!frameQueue.Empty() || complete)
258 while (!frameQueue.Empty())
H A Dnormal_async_test.cc215 bool FrameQueue::Empty() function in class:FrameQueue
338 if (!frameQueue.Empty() || complete)
340 while (!frameQueue.Empty())
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp4.cpp172 union Empty { union
173 constexpr Empty() {} // ok function in union:Empty
/external/clang/test/CodeGenCXX/
H A Dmicrosoft-abi-vtables-virtual-inheritance.cpp5 struct Empty { }; struct
186 struct X : A, virtual Empty {
/external/chromium_org/components/sync_driver/
H A Ddata_type_manager_impl_unittest.cc93 if (!expected_configure_types_.Empty()) {
138 done_expectation_.data_type_status_table.GetFailedTypes().Empty());
379 EXPECT_TRUE(configurer_.activated_types().Empty());
401 EXPECT_TRUE(configurer_.activated_types().Empty());
429 EXPECT_TRUE(configurer_.activated_types().Empty());
451 EXPECT_TRUE(configurer_.activated_types().Empty());
459 EXPECT_TRUE(configurer_.activated_types().Empty());
554 EXPECT_TRUE(configurer_.activated_types().Empty());
607 EXPECT_TRUE(configurer_.activated_types().Empty());
656 EXPECT_TRUE(configurer_.activated_types().Empty());
[all...]
H A Dmodel_association_manager.cc214 if (associating_types_.Empty()) {
340 if (state_ == CONFIGURING && associating_types_.Empty())
374 if (associating_types_.Empty())
H A Ddata_type_manager_impl.cc303 if (!high_priority_types.Empty())
305 if (!low_priority_types.Empty())
367 if (!failed_configuration_types.Empty()) {
406 if (!new_types_to_download.Empty()) {
/external/chromium_org/sdch/open-vcdiff/src/
H A Dvcdecoder.cc79 // while (!parseable_chunk.Empty()) {
874 while (!parseable_chunk.Empty()) {
1140 if (data_for_add_and_run_.Empty()) {
1285 if (!instructions_and_sizes_.Empty()) {
1293 if (!data_for_add_and_run_.Empty()) {
1298 if (!addresses_for_copy_.Empty()) {
/external/chromium_org/chrome/browser/chromeos/policy/
H A Dconfiguration_policy_handler_chromeos_unittest.cc100 TEST(ExternalDataPolicyHandlerTest, Empty) {
224 TEST(NetworkConfigurationPolicyHandlerTest, Empty) {
351 TEST_F(LoginScreenPowerManagementPolicyHandlerTest, Empty) {
/external/chromium_org/chrome/browser/sync/glue/
H A Dsynced_session_tracker_unittest.cc110 ASSERT_TRUE(tracker.Empty());
170 ASSERT_TRUE(tracker.Empty());
242 ASSERT_TRUE(tracker.Empty());
H A Dsync_backend_host_core.cc177 if (has_sync_setup_completed_ && !restored_types.Empty()) {
179 } else if (has_sync_setup_completed_ && restored_types.Empty()) {
181 } else if (!has_sync_setup_completed_ && restored_types.Empty()) {
183 } else { // (!has_sync_setup_completed_ && !restored_types.Empty())
200 restored_types.Empty() ?
H A Dsynced_session_tracker.h133 bool Empty() const { function in class:browser_sync::SyncedSessionTracker
/external/lzma/CPP/Windows/
H A DRegistry.cpp238 value.Empty();
260 value.Empty();
361 s.Empty();
/external/chromium_org/chrome/browser/browsing_data/
H A Dbrowsing_data_appcache_helper_unittest.cc102 TEST_F(CannedBrowsingDataAppCacheHelperTest, Empty) {
/external/chromium_org/chrome/browser/extensions/api/identity/
H A Didentity_mint_queue_unittest.cc101 TEST(IdentityMintQueueTest, Empty) {
/external/chromium_org/chrome/browser/sync/
H A Dbackend_migrator.cc161 if (state_ == DISABLING_TYPES && !intersection.Empty()) {
/external/chromium_org/chrome/renderer/
H A Dexternal_extension.cc157 isolate->ThrowException(v8::Exception::Error(v8::String::Empty(isolate)));
/external/chromium_org/components/invalidation/
H A Dinvalidator_registrar.cc105 if (!to_emit.Empty()) {
H A Dobject_id_invalidation_map.cc33 bool ObjectIdInvalidationMap::Empty() const { function in class:syncer::ObjectIdInvalidationMap
/external/chromium_org/media/base/
H A Dserial_runner_unittest.cc143 TEST_F(SerialRunnerTest, Empty) {
/external/chromium_org/net/proxy/
H A Dproxy_config_service_common_unittest.cc135 ProxyRulesExpectation ProxyRulesExpectation::Empty() { function in class:net::ProxyRulesExpectation

Completed in 840 milliseconds

1234567891011>>