Searched defs:IsValid (Results 1 - 25 of 234) sorted by relevance

12345678910

/external/chromium_org/sandbox/linux/seccomp-bpf/
H A Dsyscall_iterator.cc77 } while (invalid_only_ && IsValid(val));
83 bool SyscallIterator::IsValid(uint32_t num) { function in class:sandbox::SyscallIterator
/external/lldb/source/Host/common/
H A DDynamicLibrary.cpp24 DynamicLibrary::IsValid () function in class:DynamicLibrary
/external/chromium_org/base/files/
H A Ddir_reader_fallback.h12 // Open a directory. If |IsValid| is true, then |Next| can be called to start
16 // After construction, IsValid returns true iff the directory was
18 bool IsValid() const { return false; } function in class:base::DirReaderFallback
H A Dscoped_temp_dir.cc79 bool ScopedTempDir::IsValid() const { function in class:base::ScopedTempDir
H A Dmemory_mapped_file.cc35 if (IsValid())
40 if (!file_.IsValid()) {
58 if (IsValid())
71 bool MemoryMappedFile::IsValid() const { function in class:base::MemoryMappedFile
/external/chromium_org/cc/output/
H A Dbegin_frame_args.h48 bool IsValid() const { return interval >= base::TimeDelta(); } function in struct:cc::BeginFrameArgs
/external/chromium_org/chrome/browser/services/gcm/
H A Dpush_messaging_application_id.cc39 bool PushMessagingApplicationId::IsValid() { function in class:gcm::PushMessagingApplicationId
/external/chromium_org/content/shell/renderer/test_runner/
H A Dmock_constraints.cc24 bool IsValid(const WebString& constraint) { function in namespace:content::__anon7879
51 if (!IsValid(curr.m_name) || curr.m_value != "0") {
/external/chromium_org/dbus/
H A Dobject_path.cc13 bool ObjectPath::IsValid() const { function in class:dbus::ObjectPath
/external/chromium_org/media/formats/mp4/
H A Dsample_to_group_iterator.cc29 DCHECK(IsValid());
42 bool SampleToGroupIterator::IsValid() const { function in class:media::mp4::SampleToGroupIterator
/external/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.h87 bool IsValid() const function in class:OperatingSystemPython
/external/lldb/source/Utility/
H A DKQueue.h41 IsValid () const function in class:lldb_private::KQueue
/external/chromium_org/chrome/browser/ui/app_modal_dialogs/
H A Dapp_modal_dialog.cc45 bool AppModalDialog::IsValid() { function in class:AppModalDialog
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dpath_util.py20 def IsValid(path): function
29 assert IsValid(path), 'Path "%s" is invalid' % path
33 assert all(IsValid(path) for path in paths), paths
/external/chromium_org/chrome/installer/mini_installer/
H A Dpe_resource.cc16 bool PEResource::IsValid() { function in class:PEResource
/external/chromium_org/components/invalidation/
H A Dack_handle.cc56 bool AckHandle::IsValid() const { function in class:syncer::AckHandle
/external/chromium_org/google_apis/gcm/base/
H A Dmcs_message.cc60 bool MCSMessage::IsValid() const { function in class:gcm::MCSMessage
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_validation.h31 if (!IsValid(value)) {
36 bool IsValid(const T value) const { function in class:gpu::gles2::ValueValidator
/external/chromium_org/media/video/capture/
H A Dvideo_capture_types.cc23 bool VideoCaptureFormat::IsValid() const { function in class:media::VideoCaptureFormat
/external/chromium_org/net/http/
H A Dhttp_auth_filter.cc43 bool HttpAuthFilterWhitelist::IsValid(const GURL& url, function in class:net::HttpAuthFilterWhitelist
/external/chromium_org/ppapi/shared_impl/
H A Dfile_ref_create_info.cc30 bool FileRefCreateInfo::IsValid() const { function in class:ppapi::FileRefCreateInfo
/external/chromium_org/sync/api/
H A Dsync_change.cc21 DCHECK(IsValid());
26 bool SyncChange::IsValid() const { function in class:syncer::SyncChange
27 if (change_type_ == ACTION_INVALID || !sync_data_.IsValid())
/external/lldb/include/lldb/Interpreter/
H A DOptionValueRegex.h72 if (m_regex.IsValid())
87 IsValid () const function in class:lldb_private::OptionValueRegex
89 return m_regex.IsValid();
/external/lldb/tools/debugserver/source/
H A DDNBRegisterInfo.cpp33 DNBRegisterValueClass::IsValid() const function in class:DNBRegisterValueClass
/external/chromium_org/base/win/
H A Dscoped_process_information.cc48 bool ScopedProcessInformation::IsValid() const { function in class:base::win::ScopedProcessInformation
61 if (IsValid())
72 DCHECK(!IsValid()) << "target ScopedProcessInformation must be NULL";
73 DCHECK(other.IsValid()) << "source ScopedProcessInformation must be valid";

Completed in 1895 milliseconds

12345678910