Searched defs:Valid (Results 1 - 25 of 39) sorted by relevance

12

/external/chromium_org/chrome/browser/chromeos/geolocation/
H A Dgeoposition.cc27 bool Geoposition::Valid() const { function in class:chromeos::Geoposition
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Drealloc_unittest.cc55 static bool Valid(unsigned char* buffer, int n) { function
95 CHECK(Valid(dst, min(src_size, dst_size)));
97 CHECK(Valid(dst, dst_size));
H A Dmemalign_unittest.cc120 static bool Valid(const void* p, int n, char seed) { function
139 CHECK(Valid(ptr, s, 'x'));
146 CHECK(Valid(ptr, s, 'y'));
163 CHECK(Valid(p1, 1<<19, 'a'));
164 CHECK(Valid(p2, 1<<19, 'b'));
165 CHECK(Valid(p3, 1<<19, 'c'));
201 CHECK(Valid(p, s, 'v'));
213 CHECK(Valid(p, alloc_needed, 'x'));
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Drealloc_unittest.cc55 static bool Valid(unsigned char* buffer, int n) { function
95 CHECK(Valid(dst, min(src_size, dst_size)));
97 CHECK(Valid(dst, dst_size));
H A Dmemalign_unittest.cc120 static bool Valid(const void* p, int n, char seed) { function
139 CHECK(Valid(ptr, s, 'x'));
146 CHECK(Valid(ptr, s, 'y'));
163 CHECK(Valid(p1, 1<<19, 'a'));
164 CHECK(Valid(p2, 1<<19, 'b'));
165 CHECK(Valid(p3, 1<<19, 'c'));
201 CHECK(Valid(p, s, 'v'));
213 CHECK(Valid(p, alloc_needed, 'x'));
/external/chromium_org/base/win/
H A Dregistry.h68 bool Valid() const { return key_ != NULL; } function in class:base::win::RegKey
167 bool Valid() const;
208 bool Valid() const;
H A Dregistry.cc527 bool RegistryValueIterator::Valid() const { function in class:base::win::RegistryValueIterator
537 if (Valid()) {
614 bool RegistryKeyIterator::Valid() const { function in class:base::win::RegistryKeyIterator
624 if (Valid()) {
/external/chromium_org/third_party/leveldatabase/src/table/
H A Diterator.cc45 virtual bool Valid() const { return false; } function in class:leveldb::__anon12460::EmptyIterator
H A Diterator_wrapper.h37 bool Valid() const { return valid_; } function in class:leveldb::IteratorWrapper
38 Slice key() const { assert(Valid()); return key_; }
39 Slice value() const { assert(Valid()); return iter_->value(); }
50 valid_ = iter_->Valid();
H A Dmerger.cc31 virtual bool Valid() const { function in class:leveldb::__anon12461::MergingIterator
60 assert(Valid());
72 if (child->Valid() &&
86 assert(Valid());
98 if (child->Valid()) {
115 assert(Valid());
120 assert(Valid());
159 if (child->Valid()) {
174 if (child->Valid()) {
H A Dtwo_level_iterator.cc34 virtual bool Valid() const { function in class:leveldb::__anon12464::TwoLevelIterator
35 return data_iter_.Valid();
38 assert(Valid());
42 assert(Valid());
113 assert(Valid());
119 assert(Valid());
126 while (data_iter_.iter() == NULL || !data_iter_.Valid()) {
128 if (!index_iter_.Valid()) {
139 while (data_iter_.iter() == NULL || !data_iter_.Valid()) {
141 if (!index_iter_.Valid()) {
[all...]
H A Dblock.cc83 // current_ is offset in data_ of current entry. >= restarts_ if !Valid
128 virtual bool Valid() const { return current_ < restarts_; } function in class:leveldb::Block::Iter
131 assert(Valid());
135 assert(Valid());
140 assert(Valid());
145 assert(Valid());
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Dleveldb_wrapper.cc28 bool LevelDBWrapper::Iterator::Valid() { function in class:sync_file_system::drive_backend::LevelDBWrapper::Iterator
30 db_iterator_->Valid();
52 if (db_iterator_->Valid())
57 if (db_iterator_->Valid()) {
71 DCHECK(Valid());
87 DCHECK(Valid());
89 if (!db_iterator_->Valid())
100 DCHECK(Valid());
102 if (!db_iterator_->Valid())
125 while (map_iterator_ != db_->pending_.end() && db_iterator_->Valid()) {
[all...]
/external/chromium_org/third_party/skia/src/image/
H A DSkSurface_Raster.cpp18 static bool Valid(const SkImageInfo&, size_t rb = kIgnoreRowBytesValue);
41 bool SkSurface_Raster::Valid(const SkImageInfo& info, size_t rowBytes) { function in class:SkSurface_Raster
149 if (!SkSurface_Raster::Valid(info, rb)) {
165 if (!SkSurface_Raster::Valid(info)) {
/external/chromium_org/third_party/webrtc/base/
H A Dwin32toolhelp.h61 if (!Valid()) {
96 bool Valid() { function in class:rtc::ToolhelpEnumeratorBase
/external/skia/src/image/
H A DSkSurface_Raster.cpp18 static bool Valid(const SkImageInfo&, size_t rb = kIgnoreRowBytesValue);
39 bool SkSurface_Raster::Valid(const SkImageInfo& info, size_t rowBytes) { function in class:SkSurface_Raster
140 if (!SkSurface_Raster::Valid(info, rowBytes)) {
151 if (!SkSurface_Raster::Valid(info)) {
/external/chromium_org/base/allocator/
H A Dallocator_unittest.cc36 static bool Valid(unsigned char* buffer, int n) { function in namespace:__anon2171
371 EXPECT_TRUE(Valid(ptr, size));
432 EXPECT_TRUE(Valid(dst, min(src_size, dst_size)));
434 EXPECT_TRUE(Valid(dst, dst_size));
484 EXPECT_TRUE(Valid(dst, min(src_size, dst_size)));
486 EXPECT_TRUE(Valid(dst, dst_size));
503 EXPECT_TRUE(Valid(ptr, size));
515 EXPECT_TRUE(Valid(ptr2, size));
/external/chromium_org/third_party/leveldatabase/src/db/
H A Ddb_iter.cc21 for (iter->SeekToFirst(); iter->Valid(); iter->Next()) {
65 virtual bool Valid() const { return valid_; } function in class:leveldb::__anon12441::DBIter
154 if (!iter_->Valid()) {
159 if (!iter_->Valid()) {
175 assert(iter_->Valid());
200 } while (iter_->Valid());
211 assert(iter_->Valid()); // Otherwise valid_ would have been false
215 if (!iter_->Valid()) {
236 if (iter_->Valid()) {
260 } while (iter_->Valid());
[all...]
H A Dmemtable.cc55 virtual bool Valid() const { return iter_.Valid(); } function in class:leveldb::MemTableIterator
112 if (iter.Valid()) {
H A Dskiplist.h63 bool Valid() const;
66 // REQUIRES: Valid()
70 // REQUIRES: Valid()
74 // REQUIRES: Valid()
81 // Final state of iterator is Valid() iff list is not empty.
85 // Final state of iterator is Valid() iff list is not empty.
194 inline bool SkipList<Key,Comparator>::Iterator::Valid() const { function in class:leveldb::SkipList::Iterator
200 assert(Valid());
206 assert(Valid());
214 assert(Valid());
[all...]
/external/llvm/lib/CodeGen/
H A DMachineRegisterInfo.cpp128 bool Valid = true; local
136 Valid = false;
144 Valid = false;
150 Valid = false;
156 Valid = false;
159 assert(Valid && "Invalid use list");
H A DTargetInstrInfo.cpp423 bool Valid = TII.getStackSlotRange(RC, MO.getSubReg(), SpillSize, local
425 if (!Valid)
/external/llvm/lib/Support/
H A DTriple.cpp474 bool Valid = false; local
480 Valid = Arch != UnknownArch;
484 Valid = Vendor != UnknownVendor;
488 Valid = OS != UnknownOS;
492 Valid = Environment != UnknownEnvironment;
493 if (!Valid) {
495 Valid = ObjectFormat != UnknownObjectFormat;
499 if (!Valid)
/external/lldb/include/lldb/Symbol/
H A DClangASTImporter.h145 return origin.Valid();
231 Valid () function in struct:lldb_private::ClangASTImporter::DeclOrigin
/external/aac/libAACdec/src/
H A Dchannelinfo.h159 UCHAR Valid; member in struct:__anon35
378 return pIcsInfo->Valid;

Completed in 645 milliseconds

12