Searched defs:is_valid (Results 1 - 25 of 49) sorted by relevance

12

/external/marisa-trie/lib/marisa/
H A Dprogress.cc20 bool Progress::is_valid() const { function in class:marisa::Progress
H A Dcontainer.h23 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/
H A Dprogress.cc21 bool Progress::is_valid() const { function in class:marisa_alpha::Progress
H A Dcontainer.h23 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/
H A Dscoped_native_library.h33 bool is_valid() const { return !!library_; } function in class:base::ScopedNativeLibrary
H A Dweak_ptr.cc37 bool WeakReference::is_valid() const { function in class:base::internal::WeakReference
/external/chromium/net/http/
H A Dhttp_vary_data.h34 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/net/base/
H A Ddata_url_unittest.cc14 bool is_valid; member in struct:__anon2918::ParseTestData
148 EXPECT_EQ(ok, tests[i].is_valid);
149 if (tests[i].is_valid) {
H A Dssl_info.h30 bool is_valid() const { return cert != NULL; } function in class:net::SSLInfo
/external/chromium/app/sql/
H A Dstatement.h51 // 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(); }
H A Dconnection.h303 bool is_valid() const { return !!stmt_; } function in class:sql::Connection::StatementRef
306 // non-NULL when is_valid().
/external/chromium/chrome/browser/bookmarks/
H A Dbookmark_node_data.h134 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/common/
H A Dchrome_version_info.cc28 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/dropbear/libtomcrypt/src/pk/pkcs1/
H A Dpkcs_1_v1_5_decode.c28 * @param is_valid [out] Boolean whether the padding was valid
38 int *is_valid)
44 *is_valid = 0;
100 *is_valid = 1;
32 pkcs_1_v1_5_decode(const unsigned char *msg, unsigned long msglen, int block_type, unsigned long modulus_bitlen, unsigned char *out, unsigned long *outlen, int *is_valid) argument
/external/bluetooth/bluedroid/stack/avrc/
H A Davrc_utils.c227 BOOLEAN is_valid = FALSE; local
233 is_valid = TRUE;
236 return is_valid;
/external/chromium/chrome/browser/printing/
H A Dprinter_query.cc144 bool PrinterQuery::is_valid() const { function in class:printing::PrinterQuery
/external/chromium/net/proxy/
H A Dproxy_server.h43 bool is_valid() const { return scheme_ != SCHEME_INVALID; } function in class:net::ProxyServer
H A Dproxy_config.h121 bool is_valid() const { return id_ != INVALID_ID; } function in class:net::ProxyConfig
153 return pac_url_.is_valid();
/external/v8/src/
H A Dsafepoint-table.h46 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/
H A Dgurl.h70 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
H A Durl_parse.h60 bool is_valid() const { function in struct:url_parse::Component
H A Dgurl.cc126 const url_parse::Parsed& parsed, bool is_valid)
128 is_valid_(is_valid),
125 GURL(const char* canonical_spec, size_t canonical_spec_len, const url_parse::Parsed& parsed, bool is_valid) argument
/external/srec/srec/include/
H A Dswicms.h57 int is_valid; member in struct:__anon13528
/external/chromium/chrome/browser/ui/gtk/
H A Dedit_search_engine_dialog.cc244 bool is_valid,
246 if (is_valid) {
243 UpdateImage(GtkWidget* image, bool is_valid, int invalid_message_id) argument
/external/chromium/chrome/browser/ui/views/
H A Dedit_search_engine_dialog.cc255 bool is_valid,
257 if (is_valid) {
254 UpdateImageView(ImageView* image_view, bool is_valid, int invalid_message_id) argument

Completed in 1380 milliseconds

12