/base/web/webview/ohos_interface/include/ohos_nweb/ |
H A D | nweb_cookie_manager.h | 181 ReturnCookieWithHttpOnly( const std::string& url, bool& is_valid, bool incognito_mode, bool includeHttpOnly) ReturnCookieWithHttpOnly() argument
|
/third_party/node/tools/ |
H A D | checkimports.py | 18 def is_valid(file_name): function
|
/third_party/gn/src/base/numerics/ |
H A D | checked_math_impl.h | 71 bool is_valid = true; in Do() local 131 bool is_valid = true; in Do() local [all...] |
/third_party/skia/src/core/ |
H A D | SkMallocPixelRef.cpp | 14 static bool is_valid(const SkImageInfo& info) { in is_valid() function
|
/third_party/rust/crates/which-rs/src/ |
H A D | checker.rs | 19 fn is_valid(&self, path: &Path) -> bool { in is_valid() functions 26 fn is_valid(&self, _path: &Path) -> bool { in is_valid() functions 41 fn is_valid(&self, path: &Path) -> bool { in is_valid() functions 51 fn is_valid(&self, path: &Path) -> bool { in is_valid() functions 76 fn is_valid(&self, path: &Path) -> bool { in is_valid() functions
|
H A D | finder.rs | 18 fn is_valid(&self, path: &Path) -> bool; in is_valid() functions
|
/kernel/linux/linux-5.10/drivers/net/wireguard/ |
H A D | cookie.h | 25 bool is_valid; member
|
/kernel/linux/linux-6.6/drivers/net/wireguard/ |
H A D | cookie.h | 25 bool is_valid; member
|
/third_party/gn/src/base/memory/ |
H A D | weak_ptr.cc | 32 bool WeakReference::is_valid() const { in is_valid() function in base::internal::WeakReference
|
/third_party/gn/src/gn/ |
H A D | unique_vector.h | 27 bool is_valid() const { return !is_null(); } in is_valid() function
|
H A D | builder_record_map.h | 25 bool is_valid() const { return !is_null() && !is_tombstone(); } in is_valid() function
|
/third_party/node/deps/v8/src/codegen/ |
H A D | register-base.h | 41 constexpr bool is_valid() const { return reg_code_ != kCode_no_reg; } in is_valid() function in v8::internal::RegisterBase
|
/third_party/vixl/src/aarch32/ |
H A D | operands-aarch32.cc | 241 bool is_valid = true; in ImmediateVmov() local
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/ |
H A D | checker_test.cc | 161 constexpr bool is_valid = ValidFormat<int, std::string>(long_format).result; in TEST() local
|
/base/msdp/device_status/rust/services/sys/src/ |
H A D | binding.rs | 62 pub fn is_valid(&self) -> bool in is_valid() functions
|
/third_party/gn/src/base/ |
H A D | scoped_generic.h | 133 bool is_valid() const { return data_.generic != traits_type::InvalidValue(); } in is_valid() function in base::ScopedGeneric
|
/third_party/mbedtls/scripts/mbedtls_dev/ |
H A D | ecp.py | 87 def is_valid(self) -> bool: member in EcpP192R1Raw 166 def is_valid(self) -> bool: member in EcpP224R1Raw 251 def is_valid(self) -> bool: member in EcpP256R1Raw 374 def is_valid(self) -> bool: member in EcpP384R1Raw 480 def is_valid(self) -> bool: member in EcpP521R1Raw 552 def is_valid(self) -> bool: member in EcpP192K1Raw 626 def is_valid(self) -> bool: member in EcpP224K1Raw 702 def is_valid(self) -> bool: member in EcpP256K1Raw 771 def is_valid(self) -> bool: member in EcpP255Raw 870 def is_valid(sel member in EcpP448Raw [all...] |
/third_party/ninja/src/ |
H A D | state.h | 45 bool is_valid() const { return depth_ >= 0; } in is_valid() function
|
/third_party/node/deps/v8/src/interpreter/ |
H A D | bytecode-source-info.h | 68 bool is_valid() const { return position_type_ != PositionType::kNone; } in is_valid() function in v8::internal::interpreter::final
|
/third_party/rust/crates/aho-corasick/src/ |
H A D | automaton.rs | 107 fn is_valid(&self, id: Self::ID) -> bool; in is_valid() functions
|
/third_party/skia/third_party/externals/tint/src/resolver/ |
H A D | entry_point_validation_test.cc | 345 bool is_valid; member 349 constexpr Params ParamsFor(bool is_valid) { in ParamsFor() argument
|
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/ |
H A D | ark_web_cookie_manager_impl.cpp | 78 ArkWebString ArkWebCookieManagerImpl::ReturnCookie(const ArkWebString& url, bool& is_valid, bool incognito_mode) in ReturnCookie() argument
|
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/ |
H A D | ark_web_cookie_manager_wrapper.cpp | 88 std::string ArkWebCookieManagerWrapper::ReturnCookie(const std::string& url, bool& is_valid, bool incognito_mode) in ReturnCookie() argument 181 ReturnCookieWithHttpOnly( const std::string& url, bool& is_valid, bool incognito_mode, bool includeHttpOnly) ReturnCookieWithHttpOnly() argument
|
/kernel/linux/linux-5.10/tools/power/cpupower/utils/idle_monitor/ |
H A D | nhm_idle.c | 69 static int *is_valid; variable
|
H A D | snb_idle.c | 58 static int *is_valid; variable
|