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

1 2 3 4 5 6 7 8 910

  /external/chromium_org/media/video/capture/
video_capture_types.cc 21 bool VideoCaptureFormat::IsValid() const {
  /external/lldb/source/Host/common/
DynamicLibrary.cpp 24 DynamicLibrary::IsValid ()
  /external/chromium_org/cc/output/
begin_frame_args.h 40 bool IsValid() const { return interval >= base::TimeDelta(); }
  /external/chromium_org/content/shell/renderer/test_runner/
mock_constraints.cc 24 bool IsValid(const WebString& constraint) {
51 if (!IsValid(curr.m_name) || curr.m_value != "0") {
  /external/chromium_org/dbus/
object_path.cc 13 bool ObjectPath::IsValid() const {
  /external/chromium_org/media/formats/mp4/
sample_to_group_iterator.cc 29 DCHECK(IsValid());
42 bool SampleToGroupIterator::IsValid() const {
  /external/chromium_org/ppapi/shared_impl/
file_ref_create_info.cc 30 bool FileRefCreateInfo::IsValid() const {
  /external/chromium_org/sandbox/linux/seccomp-bpf/
syscall_iterator.cc 66 } while (invalid_only_ && IsValid(val));
72 bool SyscallIterator::IsValid(uint32_t num) {
  /external/lldb/source/Plugins/OperatingSystem/Python/
OperatingSystemPython.h 87 bool IsValid() const
  /art/runtime/
image.cc 73 bool ImageHeader::IsValid() const {
103 CHECK(IsValid());
  /external/chromium_org/base/files/
dir_reader_fallback.h 12 // 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; }
memory_mapped_file.cc 35 if (IsValid())
40 if (!file_.IsValid()) {
58 if (IsValid())
71 bool MemoryMappedFile::IsValid() const {
scoped_temp_dir.cc 79 bool ScopedTempDir::IsValid() const {
  /external/chromium_org/chrome/common/extensions/docs/server2/
path_util.py 20 def IsValid(path):
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/
pe_resource.cc 16 bool PEResource::IsValid() {
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_validation.h 31 if (!IsValid(value)) {
36 bool IsValid(const T value) const {
  /external/chromium_org/media/audio/
audio_parameters.cc 82 bool AudioParameters::IsValid() const {
  /external/chromium_org/net/http/
http_auth_filter.cc 43 bool HttpAuthFilterWhitelist::IsValid(const GURL& url,
  /external/lldb/source/Utility/
KQueue.h 41 IsValid () const
  /external/lldb/tools/debugserver/source/
DNBRegisterInfo.cpp 33 DNBRegisterValueClass::IsValid() const
  /art/runtime/base/
bit_field.h 33 static bool IsValid(T value) {
61 DCHECK(IsValid(value));
74 DCHECK(IsValid(value));
  /external/chromium_org/base/win/
scoped_process_information.cc 48 bool ScopedProcessInformation::IsValid() const {
61 if (IsValid())
72 DCHECK(!IsValid()) << "target ScopedProcessInformation must be NULL";
73 DCHECK(other.IsValid()) << "source ScopedProcessInformation must be valid";
  /external/chromium_org/chrome/browser/ui/app_modal_dialogs/
app_modal_dialog.cc 45 bool AppModalDialog::IsValid() {
  /external/chromium_org/content/common/indexed_db/
indexed_db_key.cc 105 DCHECK((!IsValid() && !other.IsValid()) || CompareTo(other) == 0);
116 DCHECK((!IsValid() && !other.IsValid()) || CompareTo(other) == 0);
120 bool IndexedDBKey::IsValid() const {
126 if (!array_[i].IsValid())
143 DCHECK(IsValid());
144 DCHECK(other.IsValid());
  /external/chromium_org/device/bluetooth/
bluetooth_uuid.cc 75 bool BluetoothUUID::IsValid() const {

Completed in 1666 milliseconds

1 2 3 4 5 6 7 8 910