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

12345

/external/chromium_org/extensions/renderer/
H A Dscript_context.h49 bool is_valid() const { return !v8_context_.IsEmpty(); } function in class:extensions::ScriptContext
/external/chromium_org/mojo/system/
H A Ddispatcher.h386 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::__anon9106::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/net/quic/crypto/
H A Dlocal_strike_register_client_test.cc93 bool is_valid = false; local
99 new RecordResultCallback(&called, &is_valid, &nonce_error));
101 EXPECT_FALSE(is_valid);
108 bool is_valid = false; local
115 new RecordResultCallback(&called, &is_valid, &nonce_error));
117 EXPECT_FALSE(is_valid);
124 bool is_valid = false; local
129 new RecordResultCallback(&called, &is_valid, &nonce_error));
131 EXPECT_TRUE(is_valid);
/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/storage/browser/fileapi/
H A Dfile_system_url.h99 bool is_valid() const { return is_valid_; } function in class:storage::FileSystemURL
/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 DCHECK(is_valid());
26 bool is_valid() const { return bits_ != NULL; } function in class:v8::internal::BASE_EMBEDDED
38 DCHECK(is_valid());
58 DCHECK(is_valid());
63 DCHECK(is_valid());
68 DCHECK(is_valid());
H A Dconversions.h236 bool is_valid = TryNumberToSize(isolate, number, &result); local
237 CHECK(is_valid);
/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 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.h103 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
44 if (!is_valid(info, ctable)) {
55 if (!is_valid(info, ctable)) {
97 if (!is_valid(info, ctable)) {
113 if (!is_valid(info, ctable)) {
141 SkASSERT(is_valid(info, ctable));
164 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:__anon31163
/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);

Completed in 499 milliseconds

12345