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

1234

/external/harfbuzz_ng/src/
H A Dhb-object-private.hh59 inline bool is_valid (void) const { return ref_count.get_unsafe () > 0; } function in struct:hb_reference_count_t
146 return likely (obj->header.ref_count.is_valid ());
/external/libchrome/base/numerics/
H A Dsafe_math.h132 return state_.is_valid() &&
241 state_.is_valid() && Wrapper<U>::is_valid(rhs));
256 state_.is_valid() && Wrapper<U>::is_valid(rhs));
265 SafeUnsignedAbs(state_.value()), state_.is_valid());
298 bool is_valid = local
299 Wrapper<L>::is_valid(lhs) && Wrapper<R>::is_valid(rhs) &&
301 return CheckedNumeric<T>(result, is_valid);
309 bool is_valid = state_.is_valid() && Wrapper<R>::is_valid(rhs) && local
319 CheckedNumeric(Src value, bool is_valid) argument
326 static constexpr bool is_valid(Src) { return true; } function in struct:base::internal::CheckedNumeric::Wrapper
332 static constexpr bool is_valid(const CheckedNumeric<Src> v) { function in struct:base::internal::CheckedNumeric::Wrapper
342 static constexpr bool is_valid(const StrictNumeric<Src>) { return true; } function in struct:base::internal::CheckedNumeric::Wrapper
[all...]
/external/libchrome/base/
H A Dscoped_generic.h131 bool is_valid() const { return data_.generic != traits_type::InvalidValue(); } function in class:base::ScopedGeneric
/external/libmojo/mojo/public/cpp/bindings/
H A Dconnector.h108 bool is_valid() const { function in class:mojo::Connector
110 return message_pipe_.is_valid();
/external/libmojo/mojo/public/cpp/system/
H A Dmessage.h33 bool is_valid() const { return value_ != kInvalidMessageHandleValue; } function in class:mojo::MessageHandle
40 DCHECK(is_valid());
71 DCHECK(message.is_valid());
77 DCHECK(message.is_valid());
H A Dhandle.h121 bool is_valid() const { return handle_.is_valid(); } function in class:mojo::ScopedHandleBase
129 if (handle_.is_valid())
160 bool is_valid() const { return value_ != kInvalidHandleValue; } function in class:mojo::Handle
167 DCHECK(is_valid());
/external/libxcam/modules/ocl/
H A Dcl_kernel.h64 * XCAM_ASSERT (kernel->is_valid());
77 bool is_valid () const { function in class:XCam::CLKernel
H A Dcl_memory.h53 bool is_valid () const { function in class:XCam::CLMemory
/external/perfetto/include/perfetto/protozero/
H A Dproto_field_descriptor.h59 bool is_valid() const { return type_ != Type::TYPE_INVALID; } function in class:protozero::ProtoFieldDescriptor
/external/skia/src/core/
H A DSkMallocPixelRef.cpp37 static bool is_valid(const SkImageInfo& info) { function
50 if (!is_valid(info)) {
66 if (!is_valid(info) || !info.validRowBytes(rowBytes)) {
103 if (!is_valid(info)) {
116 if (!is_valid(info)) {
/external/skqp/src/core/
H A DSkMallocPixelRef.cpp37 static bool is_valid(const SkImageInfo& info) { function
50 if (!is_valid(info)) {
66 if (!is_valid(info) || !info.validRowBytes(rowBytes)) {
103 if (!is_valid(info)) {
116 if (!is_valid(info)) {
/external/v8/src/interpreter/
H A Dbytecode-register.h25 bool is_valid() const { return index_ != kInvalidIndex; } function in class:v8::internal::interpreter::final
/external/vboot_reference/futility/
H A Dmisc.c141 int is_valid = 0; local
147 is_valid = 1;
152 is_valid = 0;
157 printf(" %s", is_valid ? "valid" : "<invalid>");
159 return is_valid;
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stackdepot.cc71 static bool is_valid(const args_type &args) { function in struct:__sanitizer::StackDepotNode
/external/google-breakpad/src/testing/gtest/src/
H A Dgtest-port.cc266 bool is_valid = true; local
282 is_valid = false;
291 is_valid = false;
295 is_valid = false;
299 is_valid = false;
303 is_valid = false;
310 return is_valid;
/external/libchrome/dbus/
H A Dproperty.h164 bool is_valid() const { return is_valid_; } function in class:dbus::PropertyBase
167 void set_valid(bool is_valid) { is_valid_ = is_valid; } argument
/external/libmojo/mojo/public/cpp/bindings/lib/
H A Dbindings_internal.h133 bool is_valid() const { return value != kEncodedInvalidHandleValue; } function in struct:mojo::internal::Handle_Data
149 bool is_valid() const { return value != kEncodedInvalidHandleValue; } function in struct:mojo::internal::AssociatedEndpointHandle_Data
H A Dinterface_endpoint_client.cc32 bool is_valid = client && !client->encountered_error(); local
33 DCHECK(!is_valid) << message;
150 DCHECK(handle_.is_valid());
182 if (!handle_.is_valid())
H A Dmultiplex_router.h139 bool is_valid() const { function in class:mojo::internal::MultiplexRouter
141 return connector_.is_valid();
H A Dscoped_interface_endpoint_handle.cc141 bool is_valid() const { function in class:mojo::ScopedInterfaceEndpointHandle::State
317 bool ScopedInterfaceEndpointHandle::is_valid() const { function in class:mojo::ScopedInterfaceEndpointHandle
318 return state_->is_valid();
/external/libtextclassifier/util/utf8/
H A Dunicodetext.cc194 bool UnicodeText::is_valid() const { function in class:libtextclassifier2::UnicodeText
/external/libxcam/xcore/interface/
H A Ddata_types.h62 bool is_valid () const { function in struct:XCam::FisheyeInfo
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-port.cc241 bool is_valid = true; local
257 is_valid = false;
266 is_valid = false;
270 is_valid = false;
274 is_valid = false;
278 is_valid = false;
285 return is_valid;
/external/mesa3d/src/gtest/src/
H A Dgtest-port.cc266 bool is_valid = true; local
282 is_valid = false;
291 is_valid = false;
295 is_valid = false;
299 is_valid = false;
303 is_valid = false;
310 return is_valid;
/external/pdfium/third_party/base/numerics/
H A Dsafe_math.h133 return state_.is_valid() &&
242 state_.is_valid() && Wrapper<U>::is_valid(rhs));
257 state_.is_valid() && Wrapper<U>::is_valid(rhs));
266 SafeUnsignedAbs(state_.value()), state_.is_valid());
299 bool is_valid = local
300 Wrapper<L>::is_valid(lhs) && Wrapper<R>::is_valid(rhs) &&
302 return CheckedNumeric<T>(result, is_valid);
310 bool is_valid = state_.is_valid() && Wrapper<R>::is_valid(rhs) && local
320 CheckedNumeric(Src value, bool is_valid) argument
327 static constexpr bool is_valid(Src) { return true; } function in struct:pdfium::base::internal::CheckedNumeric::Wrapper
333 static constexpr bool is_valid(const CheckedNumeric<Src> v) { function in struct:pdfium::base::internal::CheckedNumeric::Wrapper
343 static constexpr bool is_valid(const StrictNumeric<Src>) { return true; } function in struct:pdfium::base::internal::CheckedNumeric::Wrapper
[all...]

Completed in 2199 milliseconds

1234