Searched defs:is_valid (Results 1 - 25 of 94) sorted by relevance

1234

/external/libmojo/mojo/edk/embedder/
H A Dnamed_platform_handle.h25 bool is_valid() const { return !name.empty(); } function in struct:mojo::edk::NamedPlatformHandle
38 bool is_valid() const { return !name.empty(); }
H A Dplatform_handle.h33 bool is_valid() const { function in struct:mojo::edk::PlatformHandle
71 bool is_valid() const { return handle != INVALID_HANDLE_VALUE; }
H A Dscoped_platform_handle.h52 bool is_valid() const { return handle_.is_valid(); } function in class:mojo::edk::ScopedPlatformHandle
/external/libxcam/xcore/
H A Dfile_handle.h35 bool is_valid () const { function in class:XCam::FileHandle
H A Dsmart_analysis_handler.h51 bool is_valid () const { function in class:XCam::SmartAnalysisHandler
H A Dsmart_buffer_priv.cpp37 bool is_valid () const { function in class:XCam::SmartBufferPriv
161 if (priv_buf->is_valid ())
H A Dvideo_buffer.cpp62 VideoBufferInfo::is_valid () const function in class:XCam::VideoBufferInfo
/external/perfetto/include/perfetto/protozero/
H A Dcontiguous_memory_range.h31 inline bool is_valid() const { return begin != nullptr; } function in struct:protozero::ContiguousMemoryRange
/external/tensorflow/tensorflow/core/kernels/
H A Dtyped_conditional_accumulator_base.h56 bool is_valid = GetAndValidateTensorInputForApplyGrad(ctx, &grad); variable
57 if (is_valid) {
/external/libmojo/ipc/
H A Dipc_mojo_param_traits.cc14 GetParamSize(sizer, p.is_valid());
15 if (p.is_valid())
21 WriteParam(m, p.is_valid());
22 if (p.is_valid())
29 bool is_valid; local
30 if (!ReadParam(m, iter, &is_valid))
32 if (!is_valid)
38 DCHECK(handle.is_valid());
/external/libmojo/mojo/edk/system/
H A Doptions_validation.h45 bool is_valid() const { return !!options_; } function in class:mojo::edk::UserOptionsReader
48 DCHECK(is_valid());
56 DCHECK(is_valid());
/external/libmojo/mojo/public/cpp/bindings/
H A Dinterface_ptr_info.h43 bool is_valid() const { return handle_.is_valid(); } function in class:mojo::InterfacePtrInfo
H A Dassociated_interface_ptr_info.h46 bool is_valid() const { return handle_.is_valid(); } function in class:mojo::AssociatedInterfacePtrInfo
65 return !is_valid() && !other.is_valid();
/external/perfetto/include/perfetto/ipc/
H A Dclient_info.h46 bool is_valid() const { return client_id_ != 0; } function in class:perfetto::ipc::ClientInfo
/external/drm_hwcomposer/
H A Ddrmframebuffer.h37 bool is_valid() { function in struct:android::DrmFramebuffer
56 if (is_valid()) {
72 return is_valid();
76 if (!is_valid())
88 if (!is_valid())
/external/libtextclassifier/
H A Dtensor-view.h44 bool is_valid() const { return data_ != nullptr; } function in class:libtextclassifier2::TensorView
/external/libxcam/modules/ocl/
H A Dcl_context.h109 bool is_valid () const { function in class:XCam::CLContext
/external/libxcam/modules/soft/
H A Dsoft_video_buf_allocator.cpp31 bool is_valid () const { function in class:XCam::VideoMemData
94 ERROR, data.ptr () && data->is_valid (), NULL,
/external/vixl/src/aarch32/
H A Doperands-aarch32.cc241 bool is_valid = true; local
250 is_valid = false;
262 is_valid = false;
268 if (is_valid) {
/external/libchrome/base/memory/
H A Dweak_ptr.cc47 bool WeakReference::is_valid() const { return flag_.get() && flag_->IsValid(); } function in class:base::internal::WeakReference
/external/libchrome/base/trace_event/
H A Dtrace_category.h39 bool is_valid() const { return name_ != nullptr; } function in struct:base::trace_event::TraceCategory
42 DCHECK(is_valid());
/external/mesa3d/src/compiler/nir/
H A Dnir_repair_ssa.c72 bool is_valid = true; local
75 is_valid = false;
80 if (is_valid)
/external/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());
/external/autotest/server/cros/chaos_lib/
H A Dchaos_analyzer.py147 def is_valid(self, packet_capture_only): member in class:ChaosTestInfo
210 if test_info.is_valid(packet_capture_only):
/external/compiler-rt/lib/msan/
H A Dmsan_chained_origin_depot.cc77 static bool is_valid(const args_type &args) { return true; } function in struct:__msan::ChainedOriginDepotNode

Completed in 545 milliseconds

1234