HomeSort by relevance Sort by last modified time
    Searched defs:kEmpty (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/third_party/libaddressinput/src/cpp/test/
region_data_test.cc 26 static const std::string kEmpty;
27 RegionData region(kEmpty);
32 static const std::string kEmpty;
33 RegionData region(kEmpty);
38 static const std::string kEmpty;
39 RegionData region(kEmpty);
40 region.AddSubRegion(kEmpty, kEmpty);
  /sdk/emulator/opengl/host/tools/emugen/
getopt.c 14 static const char kEmpty[] = "";
15 static const char* place = kEmpty;
65 place = kEmpty;
70 place = kEmpty;
  /external/chromium_org/chrome/common/custom_handlers/
protocol_handler.cc 39 static const ProtocolHandler* const kEmpty = new ProtocolHandler();
40 return *kEmpty;
  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_util.cpp 23 const char String::kEmpty[] = "";
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_;
crazy_linker_util.h 128 ptr_ = const_cast<char*>(kEmpty);
133 static const char kEmpty[];
  /external/chromium_org/v8/src/
circular-queue.h 45 kEmpty, // Marks clean (processed) entries.
51 Entry() : marker(kEmpty) {}
  /ndk/sources/android/crazy_linker/src/
crazy_linker_util.cpp 23 const char String::kEmpty[] = "";
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_;
crazy_linker_util.h 128 ptr_ = const_cast<char*>(kEmpty);
133 static const char kEmpty[];
  /external/chromium_org/base/debug/
trace_event_win_unittest.cc 40 const char kEmpty[] = "";
268 kEmpty, 0,
270 kEmpty, 0);
281 kEmpty, 0,
283 kEmpty, 0);
  /external/chromium_org/chrome/browser/
enumerate_modules_model_unittest_win.cc 102 static const char kEmpty[] = "";
115 { kMatchName, kNoMatchLocation, kEmpty, kEmpty, kEmpty, kOs,
120 { kMatchName, kEmpty, kEmpty, kEmpty, kEmpty, kOs,
125 { kMatchName, kEmpty, kEmpty, kVersionHigh, kVersionHigh, kOs
    [all...]
  /external/chromium_org/components/policy/core/common/
policy_service_impl.cc 197 const PolicyMap kEmpty;
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/
audio_output_controller.h 173 kEmpty,
  /external/chromium_org/net/base/
address_tracker_linux_unittest.cc 193 const IPAddressNumber kEmpty;
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;
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;
285 MakeAddrMessage(RTM_NEWADDR, 0, AF_INET, kAddr0, kEmpty, &buffer)
    [all...]
  /external/chromium_org/third_party/skia/include/core/
SkClipStack.h 96 //!< 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 };
132 return kEmpty;
135 return kEmpty;
  /external/skia/include/core/
SkClipStack.h 96 //!< 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 };
132 return kEmpty;
135 return kEmpty;
  /external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/
webrequest_condition_attribute_unittest.cc 612 const std::string kEmpty[] = {
616 const size_t kEmptySizes[] = { arraysize(kEmpty) };
617 GetArrayAsVector(kEmpty, kEmptySizes, 1u, &tests);
  /external/protobuf/src/google/protobuf/
descriptor.cc 434 static const FileDescriptorTables kEmpty;
500 const FileDescriptorTables FileDescriptorTables::kEmpty;
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
descriptor.cc 493 static const FileDescriptorTables kEmpty;
571 const FileDescriptorTables FileDescriptorTables::kEmpty;
    [all...]

Completed in 486 milliseconds