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

1 2

  /external/chromium/net/http/
http_vary_data.h 33 bool is_valid() const { return is_valid_; } function in class:net::HttpVaryData
39 // success, the object is also marked as valid such that is_valid() will
50 // is_valid() will return true. Otherwise, false is returned to indicate
  /external/chromium/net/base/
data_url_unittest.cc 14 bool is_valid; member in struct:__anon2352::ParseTestData
151 EXPECT_EQ(ok, tests[i].is_valid);
152 if (tests[i].is_valid) {
ssl_info.h 27 bool is_valid() const { return cert != NULL; } function in class:net::SSLInfo
  /external/chromium/net/proxy/
proxy_server.h 43 bool is_valid() const { return scheme_ != SCHEME_INVALID; } function in class:net::ProxyServer
proxy_config.h 31 bool is_valid() { return id_ != INVALID_ID; } function in class:net::ProxyConfig
  /external/chromium/base/
weak_ptr.h 87 bool is_valid() const { return handle_ != NULL; } function in class:base::internal::WeakReference::Flag
96 bool is_valid() const { return flag_ && flag_->is_valid(); } function in class:base::internal::WeakReference
177 T* get() const { return ref_.is_valid() ? ptr_ : NULL; }
202 // This pointer is only valid when ref_.is_valid() is true. Otherwise, its
  /external/chromium/googleurl/src/
gurl.h 67 const url_parse::Parsed& parsed, bool is_valid);
74 bool is_valid() const { function in class:GURL
79 // invalid, and is_valid() will return false for them. This is provided
93 // The exception is for empty() URLs (which are !is_valid()) but this will
url_parse.h 59 bool is_valid() const { function in struct:url_parse::Component
  /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:__anon7487
front.h 71 int is_valid; member in struct:__anon7425
  /external/v8/src/
utils.h 154 static bool is_valid(T value) { function in class:v8::internal::BitField
167 ASSERT(is_valid(value));
frame-element.h 135 bool is_valid() const { return type() != INVALID; } function in class:v8::internal::BASE_EMBEDDED
191 if (!is_valid()) return this;
192 if (!other->is_valid()) return other;
parser.h 73 bool is_valid() { return backing_.length() > 0; } function in class:v8::internal::BASE_EMBEDDED
register-allocator.h 112 bool is_valid() const { return type() != INVALID; } function in class:v8::internal::BASE_EMBEDDED
  /system/core/libnetutils/
packet.c 159 int is_valid; local
179 is_valid = 0;
201 is_valid = 1;
204 if (!is_valid) {
  /external/bluetooth/glib/tests/
unicode-encoding.c 88 gboolean is_valid = g_utf8_validate (utf8, -1, &end); local
95 if (!is_valid)
105 if (is_valid)
  /external/v8/src/mips/
assembler-mips.h 76 bool is_valid() const { return 0 <= code_ && code_ < kNumRegisters; } function in struct:v8::internal::Register
79 ASSERT(is_valid());
83 ASSERT(is_valid());
132 bool is_valid() const { return 0 <= code_ && code_ < kNumFPURegister ; } function in struct:v8::internal::FPURegister
135 ASSERT(is_valid());
139 ASSERT(is_valid());
  /external/v8/test/cctest/
test-macro-assembler-x64.cc 102 bool is_valid = Smi::IsValid(number); local
104 CHECK_EQ(is_in_range, is_valid);
105 if (is_valid) {
    [all...]
  /external/bluetooth/glib/gio/
gdummyfile.c 674 is_valid (char c, const char *reserved_chars_allowed) function
703 if (is_valid (c, reserved_chars_allowed))
  /external/bluetooth/glib/glib/
gstring.c 719 is_valid (char c, const char *reserved_chars_allowed) function
781 else if (is_valid (c, reserved_chars_allowed))
    [all...]
  /external/gtest/src/
gtest-port.cc 199 bool is_valid = true; local
215 is_valid = false;
224 is_valid = false;
228 is_valid = false;
232 is_valid = false;
236 is_valid = false;
243 return is_valid;
  /external/v8/src/ia32/
assembler-ia32.h 67 bool is_valid() const { return 0 <= code_ && code_ < 8; } function in struct:v8::internal::Register
72 ASSERT(is_valid());
76 ASSERT(is_valid());
96 bool is_valid() const { return 0 <= code_ && code_ < 2; } // currently function in struct:v8::internal::XMMRegister
98 ASSERT(is_valid());
  /external/v8/src/arm/
assembler-arm.h 72 bool is_valid() const { return 0 <= code_ && code_ < 16; } function in struct:v8::internal::Register
75 ASSERT(is_valid());
79 ASSERT(is_valid());
109 bool is_valid() const { return 0 <= code_ && code_ < 32; } function in struct:v8::internal::SwVfpRegister
112 ASSERT(is_valid());
116 ASSERT(is_valid());
127 bool is_valid() const { return 0 <= code_ && code_ < 16; } function in struct:v8::internal::DwVfpRegister
130 ASSERT(is_valid());
134 ASSERT(is_valid());
197 bool is_valid() const { return 0 <= code_ && code_ < 16; function in struct:v8::internal::CRegister
    [all...]
assembler-thumb2.h 72 bool is_valid() const { return 0 <= code_ && code_ < 16; } function in struct:v8::internal::Register
75 ASSERT(is_valid());
79 ASSERT(is_valid());
109 bool is_valid() const { return 0 <= code_ && code_ < 32; } function in struct:v8::internal::SwVfpRegister
112 ASSERT(is_valid());
116 ASSERT(is_valid());
127 bool is_valid() const { return 0 <= code_ && code_ < 16; } function in struct:v8::internal::DwVfpRegister
130 ASSERT(is_valid());
134 ASSERT(is_valid());
197 bool is_valid() const { return 0 <= code_ && code_ < 16; function in struct:v8::internal::CRegister
    [all...]

Completed in 1132 milliseconds

1 2