Searched defs:is_valid (Results 26 - 50 of 105) sorted by relevance

12345

/external/chromium_org/mojo/system/
H A Ddispatcher.h360 bool is_valid() const { return !!dispatcher_; } function in class:mojo::system::DispatcherTransport
/external/chromium_org/net/cert/
H A Dx509_cert_types_unittest.cc149 bool is_valid; member in struct:net::__anon8505::CertDateTestData
202 << "; valid: " << data.is_valid
204 << (data.is_valid ?
225 EXPECT_EQ(test_data_.is_valid, parsed);
226 if (!test_data_.is_valid)
/external/chromium_org/net/proxy/
H A Dproxy_server.h46 bool is_valid() const { return scheme_ != SCHEME_INVALID; } function in class:net::ProxyServer
/external/chromium_org/remoting/host/
H A Dtoken_validator_base.h27 inline bool is_valid() const { function in struct:remoting::ThirdPartyAuthConfig
28 return token_url.is_valid() && token_validation_url.is_valid();
/external/chromium_org/remoting/protocol/
H A Dauthentication_method.h52 bool is_valid() const { return type_ != INVALID; } function in class:remoting::protocol::AuthenticationMethod
56 // Following methods are valid only when is_valid() returns true.
/external/chromium_org/third_party/bintrees/bintrees/
H A Dcwalker.pyx44 def is_valid(self): member in class:cWalker
H A Dwalker.py37 def is_valid(self): member in class:Walker
/external/chromium_org/v8/src/
H A Dsafepoint-table.h23 ASSERT(is_valid());
26 bool is_valid() const { return bits_ != NULL; } function in class:v8::internal::BASE_EMBEDDED
38 ASSERT(is_valid());
58 ASSERT(is_valid());
63 ASSERT(is_valid());
68 ASSERT(is_valid());
H A Dconversions.h225 bool is_valid = TryNumberToSize(isolate, number, &result); local
226 CHECK(is_valid);
/external/chromium_org/webkit/browser/fileapi/
H A Dfile_system_url.h91 bool is_valid() const { return is_valid_; } function in class:fileapi::FileSystemURL
/external/lldb/include/lldb/Utility/
H A DCleanUp.h139 is_valid() const function in class:lldb_utility::CleanUp
148 // constructor one time if the value is considered valid (See is_valid()).
158 if (is_valid())
272 is_valid() const function in class:lldb_utility::CleanUp2
281 // constructor one time if the value is considered valid (See is_valid()).
291 if (is_valid())
/external/lldb/source/Host/common/
H A DSocketAddress.cpp224 const bool is_valid = IsValid(); local
225 if (!is_valid)
230 return is_valid;
/external/chromium_org/chrome/installer/tools/
H A Dvalidate_installation_main.cc176 bool is_valid = local
179 FILE* stream = is_valid ? stdout : stderr;
181 (is_valid ? "" : " (with errors)"),
184 if (!is_valid)
/external/chromium_org/content/renderer/pepper/
H A Dnpapi_glue.h191 // If the NPObject or identifier is invalid, we'll set is_valid() to false.
192 // The caller should check is_valid() before doing anything with the class.
198 // is false and the identifier is an integer, we'll set is_valid() to false.
213 bool is_valid() const { function in class:content::NPObjectAccessorWithIdentifier
H A Dppb_image_data_impl.h180 // state. You must check is_valid() to make sure the image was successfully
185 // if (!mapper.is_valid())
207 bool is_valid() const { return is_valid_; } function in class:content::ImageDataAutoMapper
/external/chromium_org/ppapi/shared_impl/
H A Dcompositor_layer_data.h101 bool is_valid() const { function in struct:ppapi::CompositorLayerData
/external/chromium_org/third_party/skia/src/core/
H A DSkMallocPixelRef.cpp18 static bool is_valid(const SkImageInfo& info, SkColorTable* ctable) { function
45 if (!is_valid(info, ctable)) {
56 if (!is_valid(info, ctable)) {
98 if (!is_valid(info, ctable)) {
114 if (!is_valid(info, ctable)) {
142 SkASSERT(is_valid(info, ctable));
165 SkASSERT(is_valid(info, ctable));
/external/chromium_org/ui/gfx/
H A Ddisplay.h111 bool is_valid() const { return id_ != kInvalidDisplayID; } function in class:gfx::Display
/external/chromium_org/url/third_party/mozilla/
H A Durl_parse.h35 bool is_valid() const { function in struct:url::Component
/external/compiler-rt/lib/msan/
H A Dmsan_chained_origin_depot.cc46 bool is_valid() { return true; } function in struct:__msan::ChainedOriginDepotDesc
/external/lldb/examples/synthetic/
H A Dgnu_libstdcpp.py22 def is_valid(self,node): member in class:StdListSynthProvider
41 while self.is_valid(slow):
/external/skia/src/core/
H A DSkMallocPixelRef.cpp18 static bool is_valid(const SkImageInfo& info, SkColorTable* ctable) { function
45 if (!is_valid(info, ctable)) {
56 if (!is_valid(info, ctable)) {
98 if (!is_valid(info, ctable)) {
114 if (!is_valid(info, ctable)) {
142 SkASSERT(is_valid(info, ctable));
165 SkASSERT(is_valid(info, ctable));
/external/srec/srec/include/
H A Dswicms.h57 int is_valid; member in struct:__anon30281
/external/chromium_org/chrome/browser/media_galleries/fileapi/
H A Diphoto_data_provider_browsertest.cc422 void CheckRefresh(bool is_valid) { argument
423 EXPECT_TRUE(is_valid);
457 void CheckInvalid(bool is_valid) { argument
458 EXPECT_FALSE(is_valid);
/external/chromium_org/chrome/browser/ui/views/
H A Dedit_search_engine_dialog.cc254 bool is_valid,
257 if (is_valid) {
253 UpdateImageView(views::ImageView* image_view, bool is_valid, int invalid_message_id) argument

Completed in 4382 milliseconds

12345