HomeSort by relevance Sort by last modified time
    Searched refs:empty (Results 51 - 75 of 837) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium/base/
native_library_win.cc 22 if (!plugin_path.empty()) {
scoped_vector.h 29 bool empty() const { return v.empty(); } function in class:ScopedVector
  /external/chromium/base/test/
perf_test_suite.h 28 if (log_file.empty()) {
  /external/chromium/net/disk_cache/
cache_util_posix.cc 22 for (FilePath file = iter.Next(); !file.value().empty(); file = iter.Next()) {
block_files.cc 34 // target is the type of block to use (number of empty blocks), and size is the
64 header->empty[target - 1]--;
65 DCHECK(header->empty[target - 1] >= 0);
68 header->empty[target - size - 1]++;
112 header->empty[bits_at_end - 1]--;
113 header->empty[new_type - 1]++;
114 DCHECK(header->empty[bits_at_end - 1] >= 0);
121 // Restores the "empty counters" and allocation hints.
125 header->empty[i] = 0;
134 header->empty[type -1]++
    [all...]
  /external/gtest/test/
gtest-port_test.cc 124 const RE empty(TypeParam(""));
125 EXPECT_STREQ("", empty.pattern());
143 const RE empty(TypeParam(""));
144 EXPECT_TRUE(RE::FullMatch(TypeParam(""), empty));
145 EXPECT_FALSE(RE::FullMatch(TypeParam("a"), empty));
156 const RE empty(TypeParam(""));
157 EXPECT_TRUE(RE::PartialMatch(TypeParam(""), empty));
158 EXPECT_TRUE(RE::PartialMatch(TypeParam("a"), empty));
580 const RE empty("");
581 EXPECT_STREQ("", empty.pattern())
    [all...]
  /external/skia/include/core/
SkDeque.h 28 bool empty() const { return 0 == fCount; } function in class:SkDeque
  /external/webkit/JavaScriptCore/runtime/
PropertyNameArray.cpp 33 ASSERT(identifier == &UString::Rep::empty() || identifier->isIdentifier());
  /external/webkit/WebCore/platform/text/cf/
StringCF.cpp 37 m_impl = StringImpl::empty();
  /libcore/include/
LocalArray.h 59 bool empty() { return mSize == 0; } function in class:LocalArray
  /device/samsung/crespo/alsa-lib/src/conf/pcm/
center_lfe.conf 35 type empty
default.conf 21 type empty
front.conf 35 type empty
rear.conf 35 type empty
side.conf 35 type empty
surround40.conf 40 type empty
surround51.conf 42 type empty
surround71.conf 44 type empty
  /external/chromium/net/base/
registry_controlled_domain.cc 77 if (canon_host.empty() || host_info.IsIPAddress())
87 if (canon_host.empty() || host_info.IsIPAddress())
99 if (!domain1.empty() || !domain2.empty())
135 if (canon_host.empty())
149 if (canon_host.empty())
160 DCHECK(!host.empty());
188 DCHECK(!host.empty());
  /external/dropbear/debian/
dropbear.postrm 8 rmdir --ignore-fail-on-non-empty /etc/dropbear
  /external/protobuf/examples/
add_person.cc 23 if (!email.empty()) {
31 if (number.empty()) {
  /external/protobuf/src/google/protobuf/compiler/
command_line_interface.cc 139 if (!path->empty() && path->at(path->size() - 1) != '/') {
145 if (path.empty()) return true;
452 if (insertion_point_.empty()) {
466 if (!data_.empty() && data_[data_.size() - 1] != '\n') {
508 if (indent_.empty()) {
658 if (!descriptor_set_name_.empty()) {
665 if (codec_type_.empty()) {
765 if (proto_path_.empty()) {
770 bool decoding_raw = (mode_ == MODE_DECODE) && codec_type_.empty();
771 if (decoding_raw && !input_files_.empty()) {
    [all...]
  /external/webkit/WebCore/platform/text/mac/
StringMac.mm 34 m_impl = StringImpl::empty();
  /frameworks/base/core/tests/coretests/src/com/android/internal/util/
CharSequencesTest.java 43 String empty = toString(forAsciiBytes(bytes, 0, 3).subSequence(3, 3)); local
44 assertTrue("".equals(empty));
  /device/samsung/crespo/alsa-lib/src/pcm/
interval_inline.h 31 i->empty = 0;
36 i->empty = 1;
47 return i->empty;
68 i->empty = 0;
89 i->empty = 0;

Completed in 276 milliseconds

1 23 4 5 6 7 8 91011>>