Searched refs:kEmpty (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/third_party/libaddressinput/src/cpp/test/
H A Dregion_data_test.cc26 static const std::string kEmpty; local
27 RegionData region(kEmpty);
32 static const std::string kEmpty; local
33 RegionData region(kEmpty);
38 static const std::string kEmpty; local
39 RegionData region(kEmpty);
40 region.AddSubRegion(kEmpty, kEmpty);
/external/chromium_org/chrome/browser/
H A Denumerate_modules_model_unittest_win.cc102 static const char kEmpty[] = ""; variable
115 { kMatchName, kNoMatchLocation, kEmpty, kEmpty, kEmpty, kOs,
120 { kMatchName, kEmpty, kEmpty, kEmpty, kEmpty, kOs,
125 { kMatchName, kEmpty, kEmpty, kVersionHig
[all...]
/external/chromium_org/v8/src/
H A Dcircular-queue.h45 kEmpty, // Marks clean (processed) entries. enumerator in enum:v8::internal::SamplingCircularQueue::__anon16460
51 Entry() : marker(kEmpty) {}
H A Dcircular-queue-inl.h37 base::Release_Store(&dequeue_pos_->marker, kEmpty);
45 if (base::Acquire_Load(&enqueue_pos_->marker) == kEmpty) {
/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_util.cpp23 const char String::kEmpty[] = ""; member in class:crazy::String
43 if (ptr_ != const_cast<char*>(kEmpty)) {
45 ptr_ = const_cast<char*>(kEmpty);
84 if (ptr_ != kEmpty)
89 char* old_ptr = (ptr_ == const_cast<char*>(kEmpty)) ? NULL : ptr_;
H A Dcrazy_linker_util.h128 ptr_ = const_cast<char*>(kEmpty);
133 static const char kEmpty[]; member in class:crazy::String
/external/chromium_org/net/base/
H A Daddress_tracker_linux_unittest.cc193 const IPAddressNumber kEmpty; local
200 MakeAddrMessage(RTM_NEWADDR, IFA_F_TEMPORARY, AF_INET, kAddr0, kEmpty,
219 MakeAddrMessage(RTM_NEWADDR, 0, AF_INET6, kEmpty, kAddr3, &buffer);
227 const IPAddressNumber kEmpty; local
231 MakeAddrMessage(RTM_NEWADDR, IFA_F_TEMPORARY, AF_INET, kAddr0, kEmpty,
240 MakeAddrMessage(RTM_NEWADDR, IFA_F_HOMEADDRESS, AF_INET, kAddr0, kEmpty,
250 MakeAddrMessage(RTM_NEWADDR, IFA_F_TEMPORARY, AF_INET, kAddr0, kEmpty,
252 MakeAddrMessage(RTM_NEWADDR, IFA_F_HOMEADDRESS, AF_INET, kAddr0, kEmpty,
279 const IPAddressNumber kEmpty; local
285 MakeAddrMessage(RTM_NEWADDR, 0, AF_INET, kAddr0, kEmpty,
314 const IPAddressNumber kEmpty; local
354 const IPAddressNumber kEmpty; local
[all...]
/external/chromium_org/chrome/common/custom_handlers/
H A Dprotocol_handler.cc39 static const ProtocolHandler* const kEmpty = new ProtocolHandler(); local
40 return *kEmpty;
/external/chromium_org/base/debug/
H A Dtrace_event_win_unittest.cc40 const char kEmpty[] = ""; member in namespace:base::debug::__anon2216
268 kEmpty, 0,
270 kEmpty, 0);
281 kEmpty, 0,
283 kEmpty, 0);
/external/chromium_org/components/policy/core/common/
H A Dpolicy_service_impl.cc197 const PolicyMap kEmpty; local
205 NotifyNamespaceUpdated(it_new->first, kEmpty, *it_new->second);
209 NotifyNamespaceUpdated(it_old->first, *it_old->second, kEmpty);
223 NotifyNamespaceUpdated(it_new->first, kEmpty, *it_new->second);
227 NotifyNamespaceUpdated(it_old->first, *it_old->second, kEmpty);
/external/chromium_org/media/audio/
H A Daudio_output_controller.cc39 state_(kEmpty),
127 DCHECK_EQ(kEmpty, state_);
339 state_ = kEmpty;
H A Daudio_output_controller.h173 kEmpty, enumerator in enum:media::AudioOutputController::State
/external/chromium_org/third_party/skia/include/core/
H A DSkClipStack.h96 //!< Call if getType() is not kEmpty to get the set operation used to combine this element.
102 /** If getType() is not kEmpty this indicates whether the clip shape should be anti-aliased
106 //!< Inverts the fill of the clip shape. Note that a kEmpty element remains kEmpty.
124 static const SkRect kEmpty = { 0, 0, 0, 0 }; local
132 return kEmpty;
135 return kEmpty;
/external/skia/include/core/
H A DSkClipStack.h96 //!< Call if getType() is not kEmpty to get the set operation used to combine this element.
102 /** If getType() is not kEmpty this indicates whether the clip shape should be anti-aliased
106 //!< Inverts the fill of the clip shape. Note that a kEmpty element remains kEmpty.
124 static const SkRect kEmpty = { 0, 0, 0, 0 }; local
132 return kEmpty;
135 return kEmpty;
/external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/
H A Dwebrequest_condition_attribute_unittest.cc612 const std::string kEmpty[] = { local
616 const size_t kEmptySizes[] = { arraysize(kEmpty) };
617 GetArrayAsVector(kEmpty, kEmptySizes, 1u, &tests);
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.cc493 static const FileDescriptorTables kEmpty; member in class:google::protobuf::FileDescriptorTables
571 const FileDescriptorTables FileDescriptorTables::kEmpty; member in class:google::protobuf::FileDescriptorTables
2773 placeholder_file->tables_ = &FileDescriptorTables::kEmpty;
2847 placeholder->tables_ = &FileDescriptorTables::kEmpty;
/external/protobuf/src/google/protobuf/
H A Ddescriptor.cc434 static const FileDescriptorTables kEmpty; member in class:google::protobuf::FileDescriptorTables
500 const FileDescriptorTables FileDescriptorTables::kEmpty; member in class:google::protobuf::FileDescriptorTables
2436 placeholder_file->tables_ = &FileDescriptorTables::kEmpty;
2510 placeholder->tables_ = &FileDescriptorTables::kEmpty;

Completed in 647 milliseconds