Searched defs:IsValid (Results 101 - 120 of 120) sorted by relevance

12345

/external/chromium/net/base/
H A Dcookie_monster.h697 // You should not call any other methods on the class if !IsValid
698 bool IsValid() const { return is_valid_; } function in class:net::CookieMonster::ParsedCookie
/external/chromium/net/http/
H A Dhttp_cache.cc174 bool IsValid() const { return trans_ || entry_ || callback_; } function in class:net::HttpCache::WorkItem
1036 } else if (item->IsValid()) {
/external/chromium_org/chrome/test/automation/
H A Dautomation_json_requests.cc125 bool WebViewId::IsValid() const { function in class:WebViewId
/external/chromium_org/gpu/command_buffer/service/
H A Dtexture_manager.h131 bool IsValid() const { function in class:gpu::gles2::Texture
/external/chromium_org/net/http/
H A Dhttp_cache.cc175 bool IsValid() const { return trans_ || entry_ || !callback_.is_null(); } function in class:net::HttpCache::WorkItem
1021 } else if (item->IsValid()) {
/external/chromium_org/v8/src/
H A Dlithium-allocator.h82 ASSERT(IsValid());
95 ASSERT(IsValid());
102 ASSERT(IsValid());
108 ASSERT(IsValid());
115 ASSERT(IsValid());
126 bool IsValid() const { return value_ != -1; } function in class:v8::internal::LifetimePosition
H A Dscanner.h291 bool IsValid() const { function in struct:v8::internal::Scanner::Location
H A Dplatform-posix.cc810 if (IsValid()) {
839 bool IsValid() const { return socket_ != -1; } function in class:v8::internal::POSIXSocket
847 if (!IsValid()) {
864 if (!IsValid()) {
874 if (!IsValid()) {
892 if (!IsValid()) {
918 if (IsValid()) {
H A Dplatform-win32.cc1820 bool IsValid() const { return socket_ != INVALID_SOCKET; } function in class:v8::internal::Win32Socket
1828 if (!IsValid()) {
1845 if (!IsValid()) {
1855 if (!IsValid()) {
1869 if (!IsValid()) {
1895 if (IsValid()) {
H A Disolate.h182 INLINE(bool IsValid() const) { function in class:v8::internal::ThreadId
H A Dobjects-inl.h907 if (value == FastI2D(int_value) && Smi::IsValid(int_value)) {
1061 ASSERT(Smi::IsValid(value));
1067 ASSERT(Smi::IsValid(value));
1139 bool Smi::IsValid(intptr_t value) { function in class:v8::internal::Smi
H A Dobjects.h1550 static inline bool IsValid(intptr_t value);
7853 bool IsValid() { return allocation_site()->IsAllocationSite(); } function in class:v8::internal::AllocationMemento
7855 ASSERT(IsValid());
/external/v8/src/
H A Dlithium-allocator.h82 ASSERT(IsValid());
95 ASSERT(IsValid());
102 ASSERT(IsValid());
108 ASSERT(IsValid());
115 ASSERT(IsValid());
126 bool IsValid() const { return value_ != -1; } function in class:v8::internal::LifetimePosition
H A Dscanner.h305 bool IsValid() const { function in struct:v8::internal::Scanner::Location
H A Disolate.h164 INLINE(bool IsValid() const) { function in class:v8::internal::ThreadId
H A Dplatform-win32.cc1784 bool IsValid() const { return socket_ != INVALID_SOCKET; } function in class:v8::internal::Win32Socket
1792 if (!IsValid()) {
1809 if (!IsValid()) {
1819 if (!IsValid()) {
1833 if (!IsValid()) {
1859 if (IsValid()) {
H A Dobjects-inl.h823 if (value == FastI2D(int_value) && Smi::IsValid(int_value)) {
977 ASSERT(Smi::IsValid(value));
986 ASSERT(Smi::IsValid(value));
1054 bool Smi::IsValid(intptr_t value) { function in class:v8::internal::Smi
3394 ASSERT(Smi::IsValid(value));
/external/chromium_org/chrome/browser/search_engines/
H A Dtemplate_url.cc345 bool TemplateURLRef::IsValid() const { function in class:TemplateURLRef
/external/chromium_org/gpu/config/
H A Dgpu_control_list.cc173 bool GpuControlList::VersionInfo::IsValid() const { function in class:gpu::GpuControlList::VersionInfo
229 if (!IsValid())
236 bool GpuControlList::OsInfo::IsValid() const { function in class:gpu::GpuControlList::OsInfo
237 return type_ != kOsUnknown && version_info_->IsValid();
276 if (!IsValid())
283 bool GpuControlList::MachineModelInfo::IsValid() const { function in class:gpu::GpuControlList::MachineModelInfo
284 return name_info_->IsValid() && version_info_->IsValid();
309 bool GpuControlList::StringInfo::IsValid() const { function in class:gpu::GpuControlList::StringInfo
370 bool GpuControlList::FloatInfo::IsValid() cons function in class:gpu::GpuControlList::FloatInfo
412 bool GpuControlList::IntInfo::IsValid() const { function in class:gpu::GpuControlList::IntInfo
[all...]
/external/clang/lib/CodeGen/
H A DCGStmt.cpp1493 bool IsValid = getTarget().validateOutputConstraint(Info); (void)IsValid; local
1494 assert(IsValid && "Failed to parse output constraint");
1503 bool IsValid = local
1506 assert(IsValid && "Failed to parse input constraint"); (void)IsValid;

Completed in 577 milliseconds

12345