HomeSort by relevance Sort by last modified time
    Searched defs:is_valid (Results 1 - 25 of 47) sorted by null

1 2

  /external/marisa-trie/lib/marisa/
progress.cc 20 bool Progress::is_valid() const { function in class:marisa::Progress
container.h 23 bool is_valid() const { function in class:marisa::Container
44 bool is_valid() const { function in class:marisa::Container
  /external/marisa-trie/v0_1_5/lib/marisa_alpha/
progress.cc 21 bool Progress::is_valid() const { function in class:marisa_alpha::Progress
container.h 23 bool is_valid() const { function in class:marisa_alpha::Container
44 bool is_valid() const { function in class:marisa_alpha::Container
  /external/chromium/base/memory/
scoped_native_library.h 33 bool is_valid() const { return !!library_; } function in class:base::ScopedNativeLibrary
weak_ptr.cc 37 bool WeakReference::is_valid() const { function in class:base::internal::WeakReference
  /external/chromium/net/http/
http_vary_data.h 34 bool is_valid() const { return is_valid_; } function in class:net::HttpVaryData
40 // success, the object is also marked as valid such that is_valid() will
51 // is_valid() will return true. Otherwise, false is returned to indicate
  /external/chromium/chrome/common/
chrome_version_info.cc 28 bool VersionInfo::is_valid() const { function in class:chrome::VersionInfo
33 if (!is_valid())
39 if (!is_valid())
45 if (!is_valid())
51 if (!is_valid())
68 bool VersionInfo::is_valid() const { function in class:chrome::VersionInfo
  /external/chromium/net/base/
data_url_unittest.cc 14 bool is_valid; member in struct:__anon4888::ParseTestData
148 EXPECT_EQ(ok, tests[i].is_valid);
149 if (tests[i].is_valid) {
ssl_info.h 30 bool is_valid() const { return cert != NULL; } function in class:net::SSLInfo
net_log.h 69 bool is_valid() const { return id != kInvalidId; } function in struct:net::NetLog::Source
  /external/bluetooth/bluedroid/stack/avrc/
avrc_utils.c 227 BOOLEAN is_valid = FALSE; local
233 is_valid = TRUE;
236 return is_valid;
  /external/chromium/app/sql/
statement.h 51 // be valid. Use is_valid() to check if it's OK.
59 bool is_valid() const { return ref_->is_valid(); } function in class:sql::Statement
63 operator bool() const { return is_valid(); }
64 bool operator!() const { return !is_valid(); }
connection.h 303 bool is_valid() const { return !!stmt_; } function in class:sql::Connection::StatementRef
306 // non-NULL when is_valid().
  /external/chromium/chrome/browser/bookmarks/
bookmark_node_data.h 134 bool is_valid() const { return !elements.empty(); } function in struct:BookmarkNodeData
137 bool has_single_url() const { return is_valid() && elements[0].is_url; }
  /external/chromium/chrome/browser/printing/
printer_query.cc 144 bool PrinterQuery::is_valid() const { function in class:printing::PrinterQuery
  /external/chromium/net/proxy/
proxy_server.h 43 bool is_valid() const { return scheme_ != SCHEME_INVALID; } function in class:net::ProxyServer
proxy_config.h 121 bool is_valid() const { return id_ != INVALID_ID; } function in class:net::ProxyConfig
153 return pac_url_.is_valid();
  /external/v8/src/
safepoint-table.h 46 ASSERT(is_valid());
49 bool is_valid() const { return bits_ != NULL; } function in class:v8::internal::BASE_EMBEDDED
61 ASSERT(is_valid());
81 ASSERT(is_valid());
86 ASSERT(is_valid());
91 ASSERT(is_valid());
  /external/chromium/googleurl/src/
gurl.h 70 const url_parse::Parsed& parsed, bool is_valid);
79 bool is_valid() const { function in class:GURL
84 // invalid, and is_valid() will return false for them. This is provided
98 // The exception is for empty() URLs (which are !is_valid()) but this will
url_parse.h 60 bool is_valid() const { function in struct:url_parse::Component
  /external/open-vcdiff/gtest/src/
gtest-port.cc 230 bool is_valid = true; local
246 is_valid = false;
255 is_valid = false;
259 is_valid = false;
263 is_valid = false;
267 is_valid = false;
274 return is_valid;
  /external/protobuf/gtest/src/
gtest-port.cc 230 bool is_valid = true; local
246 is_valid = false;
255 is_valid = false;
259 is_valid = false;
263 is_valid = false;
267 is_valid = false;
274 return is_valid;
  /external/srec/srec/include/
swicms.h 57 int is_valid; member in struct:__anon15487
  /system/core/libnetutils/
packet.c 159 int is_valid; local
179 is_valid = 0;
201 is_valid = 1;
204 if (!is_valid) {

Completed in 908 milliseconds

1 2