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.cc27 static const std::string kEmpty; local
28 RegionData region(kEmpty);
33 static const std::string kEmpty; local
34 RegionData region(kEmpty);
39 static const std::string kEmpty; local
40 RegionData region(kEmpty);
41 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::__anon17259
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.cc202 const IPAddressNumber kEmpty; local
209 MakeAddrMessage(RTM_NEWADDR, IFA_F_TEMPORARY, AF_INET, kAddr0, kEmpty,
228 MakeAddrMessage(RTM_NEWADDR, 0, AF_INET6, kEmpty, kAddr3, &buffer);
238 const IPAddressNumber kEmpty; local
242 MakeAddrMessage(RTM_NEWADDR, IFA_F_TEMPORARY, AF_INET, kAddr0, kEmpty,
251 MakeAddrMessage(RTM_NEWADDR, IFA_F_HOMEADDRESS, AF_INET, kAddr0, kEmpty,
261 MakeAddrMessage(RTM_NEWADDR, IFA_F_TEMPORARY, AF_INET, kAddr0, kEmpty,
263 MakeAddrMessage(RTM_NEWADDR, IFA_F_HOMEADDRESS, AF_INET, kAddr0, kEmpty,
294 const IPAddressNumber kEmpty; local
300 MakeAddrMessage(RTM_NEWADDR, 0, AF_INET, kAddr0, kEmpty,
331 const IPAddressNumber kEmpty; local
373 const IPAddressNumber kEmpty; local
530 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::__anon2243
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.cc33 state_(kEmpty),
119 DCHECK_EQ(kEmpty, state_);
328 state_ = kEmpty;
H A Daudio_output_controller.h179 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/extensions/browser/api/declarative_webrequest/
H A Dwebrequest_condition_attribute_unittest.cc642 const std::string kEmpty[] = { local
646 const size_t kEmptySizes[] = { arraysize(kEmpty) };
647 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 768 milliseconds