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

  /external/chromium/base/
registry.h 54 // True while the key is valid
55 bool Valid() const { return NULL != key_; }
158 bool Valid() const; // true while the iterator is valid
194 bool Valid() const; // true while the iterator is valid
registry.cc 49 bool RegistryValueIterator::Valid() const {
50 // true while the iterator is valid
61 if (Valid()) {
118 bool RegistryKeyIterator::Valid() const {
119 // true while the iterator is valid
130 if (Valid()) {
  /external/chromium/base/allocator/
allocator_unittests.cc 36 static bool Valid(unsigned char* buffer, int n) {
362 EXPECT_EQ(true, Valid(ptr, size));
423 EXPECT_EQ(true, Valid(dst, min(src_size, dst_size)));
425 EXPECT_EQ(true, Valid(dst, dst_size));
475 EXPECT_EQ(true, Valid(dst, min(src_size, dst_size)));
477 EXPECT_EQ(true, Valid(dst, dst_size));
  /frameworks/base/media/libstagefright/codecs/avc/common/include/
avcint_common.h 297 uint Valid; /* indicates the parameter set is valid */
    [all...]

Completed in 527 milliseconds