Searched defs:valid (Results 26 - 50 of 674) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfType5ShadingDictionary_autogen.h37 bool valid() const {return true;} function in class:SkPdfType5ShadingDictionary
H A DSkPdfType6ShadingDictionary_autogen.h37 bool valid() const {return true;} function in class:SkPdfType6ShadingDictionary
/external/chromium_org/third_party/tlslite/tlslite/
H A Dsession.py87 def valid(self): member in class:Session
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfType0FontDictionary_autogen.h34 bool valid() const {return true;} function in class:SkPdfType0FontDictionary
H A DSkPdfType1ShadingDictionary_autogen.h37 bool valid() const {return true;} function in class:SkPdfType1ShadingDictionary
H A DSkPdfType2ShadingDictionary_autogen.h37 bool valid() const {return true;} function in class:SkPdfType2ShadingDictionary
H A DSkPdfType3ShadingDictionary_autogen.h37 bool valid() const {return true;} function in class:SkPdfType3ShadingDictionary
H A DSkPdfType4ShadingDictionary_autogen.h37 bool valid() const {return true;} function in class:SkPdfType4ShadingDictionary
H A DSkPdfType5ShadingDictionary_autogen.h37 bool valid() const {return true;} function in class:SkPdfType5ShadingDictionary
H A DSkPdfType6ShadingDictionary_autogen.h37 bool valid() const {return true;} function in class:SkPdfType6ShadingDictionary
/external/chromium_org/base/
H A Dpath_service_unittest.cc100 bool valid = true; local
105 valid = base::win::GetVersion() >= base::win::VERSION_VISTA;
110 valid = base::win::GetVersion() >= base::win::VERSION_WIN8;
114 if (valid)
/external/chromium_org/chrome/browser/media_galleries/fileapi/
H A Diapps_data_provider.cc44 bool IAppsDataProvider::valid() const { function in class:iapps::IAppsDataProvider
48 void IAppsDataProvider::set_valid(bool valid) { argument
49 is_valid_ = valid;
55 ready_callback.Run(valid());
H A Dsafe_audio_video_checker.cc58 OnCheckingFinished(false /* valid? */);
66 void SafeAudioVideoChecker::OnCheckingFinished(bool valid) { argument
72 callback_.Run(valid ? base::File::FILE_OK :
/external/chromium_org/components/autofill/core/browser/
H A Dphone_number_i18n_unittest.cc49 bool valid; member in struct:autofill::test_case
65 // Not a valid number - starts with 1
67 // Not a valid number - does not have area code.
130 EXPECT_EQ(test_cases[i].valid,
/external/chromium_org/content/renderer/android/
H A Dcontent_detector.h28 bool valid; member in struct:content::ContentDetector::Result
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_unittest_1.cc45 bool valid) {
50 if (valid) {
60 bool /* valid */) {
61 // Give it a valid framebuffer.
74 void GLES2DecoderTestBase::SpecializedSetup<cmds::Clear, 0>(bool valid) { argument
75 if (valid) {
82 bool /* valid */) {
91 bool valid) {
92 if (valid) {
102 bool valid) {
44 SpecializedSetup( bool valid) argument
90 SpecializedSetup( bool valid) argument
101 SpecializedSetup( bool valid) argument
112 SpecializedSetup(bool valid) argument
125 SpecializedSetup( bool valid) argument
138 SpecializedSetup( bool valid) argument
172 SpecializedSetup( bool valid) argument
256 SpecializedSetup( bool valid) argument
269 SpecializedSetup( bool valid) argument
282 SpecializedSetup( bool valid) argument
[all...]
/external/chromium_org/net/http/
H A Dhttp_byte_range_unittest.cc13 bool valid; member in struct:__anon9283
31 EXPECT_EQ(tests[i].valid, range.IsValid());
47 // Zero instance size is valid, this is the case that user has to handle.
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DValidityState.cpp79 bool ValidityState::valid() const function in class:blink::ValidityState
81 return m_control->valid();
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderRegion.h56 void setIsValid(bool valid) { m_isValid = valid; } argument
/external/chromium_org/third_party/webrtc/base/
H A Dmacasyncsocket.h33 bool valid() const { return source_ != NULL; } function in class:rtc::MacAsyncSocket
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stackdepot.h27 bool valid() { return node_; } function in struct:__sanitizer::StackDepotHandle
/external/ltrace/sysdeps/linux-gnu/sparc/
H A Dptrace.h37 int valid; member in struct:__anon26657
/external/oprofile/libutil++/
H A Dbfd_support.h35 bool valid() const { return abfd; } function in struct:bfd_info
90 * find_separate_debug_file - return true if a valid separate debug file found
94 * @param filename path to valid debug file
/external/qemu/android/base/files/
H A DScopedFd.h47 // Return true iff the file descriptor is valid.
48 bool valid() const { return fd_ >= 0; } function in class:android::base::ScopedFd
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMNodeIterator.java62 private boolean valid=true; field in class:DTMNodeIterator
103 valid=false;
160 if(!valid)
178 if(!valid)

Completed in 468 milliseconds

1234567891011>>