Searched refs:valid (Results 251 - 275 of 1221) sorted by relevance

<<11121314151617181920>>

/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfType1FontDictionary_autogen.h25 bool valid() const {return true;} function in class:SkPdfType1FontDictionary
H A DSkPdfType1FormDictionary_autogen.h28 bool valid() const {return true;} function in class:SkPdfType1FormDictionary
H A DSkPdfType3FontDictionary_autogen.h28 bool valid() const {return true;} function in class:SkPdfType3FontDictionary
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/qemu/android/skin/
H A Dfile.c56 background->valid = 0;
72 background->valid = 1;
96 display->valid = ( display->rect.size.w > 0 && display->rect.size.h > 0 );
98 if (display->valid) {
110 return display->valid ? 0 : -1;
346 if (part->background->valid)
349 if (part->display->valid)
397 if (part->background->valid)
400 if (part->display->valid)
437 if (part->display->valid) {
[all...]
/external/chromium_org/components/policy/core/common/
H A Dschema_map_unittest.cc50 if (!schema.valid())
116 EXPECT_TRUE(schema->valid());
121 EXPECT_FALSE(schema->valid());
127 ASSERT_TRUE(schema.valid()) << error;
254 ASSERT_TRUE(schema.valid()) << error;
/external/chromium_org/third_party/libxml/src/
H A Dcheck-xml-test-suite.py233 valid = ctxt.isValid()
238 if valid == 1:
269 valid = ctxt.isValid()
274 if valid != 1:
279 if error_nr != 0 or valid != 1:
280 print "%s: warning: valid document reported an error" % (id)
281 log.write("%s: warning: valid document reported an error\n" % (id))
315 elif type == "valid":
H A Ddict.c75 int valid; member in struct:_xmlDictEntry
570 if (olddict[i].valid == 0)
579 if (dict->dict[key].valid == 0) {
592 entry->valid = 1;
621 if (dict->dict[key].valid == 0) {
624 dict->dict[key].valid = 1;
690 if (iter->valid == 0)
741 if (dict->dict[key].valid == 0) {
783 if (dict->subdict->dict[key].valid != 0) {
827 entry->valid
[all...]
H A DSAX2.c19 #include <libxml/valid.h>
26 #include <libxml/valid.h>
98 ctxt->valid = 0;
134 ctxt->valid = 0;
724 int tmp = ctxt->valid;
727 ctxt->valid = tmp;
731 ctxt->vctxt.valid = 1;
748 if (ctxt->vctxt.valid == 0)
749 ctxt->valid = 0;
752 ctxt->valid
[all...]
/external/chromium_org/third_party/skia/tests/
H A DPathOpsCubicLineIntersectionIdeas.cpp163 int valid = SkDQuad::AddValidTs(allRoots, realRoots, validRoots); local
164 if (valid != 1) {
189 SkDebugf("realRoots=%d (%1.9g, %1.9g, %1.9g) valid=%d (%1.9g, %1.9g, %1.9g)\n",
190 realRoots, allRoots[0], allRoots[1], allRoots[2], valid, validRoots[0],
258 int valid = SkDQuad::AddValidTs(allRoots, realRoots, validRoots);
259 SK_ALWAYSBREAK(valid == 1);
H A DRegionTest.cpp80 SkRegion valid(SkIRect::MakeWH(10, 10));
84 REPORTER_ASSERT(reporter, !valid.isEmpty());
88 REPORTER_ASSERT(reporter, !valid.intersects(empty));
92 REPORTER_ASSERT(reporter, !valid.contains(empty));
93 REPORTER_ASSERT(reporter, !empty.contains(valid));
/external/llvm/lib/CodeGen/
H A DInterferenceCache.cpp31 // only valid when there is a corresponding CacheEntries assignment. There is
58 if (!Entries[E].valid(LIUArray, TRI))
62 // No valid entry exists, pick the next round-robin entry.
111 bool InterferenceCache::Entry::valid(LiveIntervalUnion *LIUArray, function in class:InterferenceCache::Entry
157 if (!I.valid())
208 if (!I.valid() || I.start() >= Stop)
211 bool Backup = !I.valid() || I.start() >= Stop;
H A DLiveDebugVariables.cpp213 if (!I.valid() || I.start() != Idx)
317 /// @param Idx Last valid SLotIndex before instruction.
369 for (LocMap::const_iterator I = locInts.begin(); I.valid(); ++I) {
408 for (LocMap::iterator I = locInts.begin(); I.valid(); ++I) {
528 if (I.valid() && I.start() <= Start) {
538 if (I.valid() && I.start() < Stop)
593 if (!I.valid() || I.value() != LocNo)
619 if (I.valid() && I.start() <= Idx)
642 for (LocMap::const_iterator I = locInts.begin(); I.valid(); ++I)
681 for (LocMap::iterator I = locInts.begin(); I.valid();)
[all...]
/external/qemu/distrib/libpng-1.2.46/
H A Dpngset.c34 info_ptr->valid |= PNG_INFO_bKGD;
68 info_ptr->valid |= PNG_INFO_cHRM;
107 info_ptr->valid |= PNG_INFO_cHRM;
137 info_ptr->valid |= PNG_INFO_gAMA;
174 info_ptr->valid |= PNG_INFO_gAMA;
216 info_ptr->valid |= PNG_INFO_hIST;
284 info_ptr->valid |= PNG_INFO_oFFs;
354 info_ptr->valid |= PNG_INFO_pCAL;
376 info_ptr->valid |= PNG_INFO_sCAL;
418 info_ptr->valid |
[all...]
H A Dpngwrite.c24 * you to supply a PNG_INFO_ flag, and check info_ptr->valid before writing
57 /* The rest of these check to see if the valid field has the appropriate
61 if (info_ptr->valid & PNG_INFO_gAMA)
73 if (info_ptr->valid & PNG_INFO_sRGB)
77 if (info_ptr->valid & PNG_INFO_iCCP)
82 if (info_ptr->valid & PNG_INFO_sBIT)
86 if (info_ptr->valid & PNG_INFO_cHRM)
148 if (info_ptr->valid & PNG_INFO_PLTE)
155 if (info_ptr->valid & PNG_INFO_tRNS)
172 if (info_ptr->valid
[all...]
/external/skia/tests/
H A DPathOpsCubicLineIntersectionIdeas.cpp163 int valid = SkDQuad::AddValidTs(allRoots, realRoots, validRoots); local
164 if (valid != 1) {
189 SkDebugf("realRoots=%d (%1.9g, %1.9g, %1.9g) valid=%d (%1.9g, %1.9g, %1.9g)\n",
190 realRoots, allRoots[0], allRoots[1], allRoots[2], valid, validRoots[0],
258 int valid = SkDQuad::AddValidTs(allRoots, realRoots, validRoots);
259 SK_ALWAYSBREAK(valid == 1);
H A DRegionTest.cpp80 SkRegion valid(SkIRect::MakeWH(10, 10));
84 REPORTER_ASSERT(reporter, !valid.isEmpty());
88 REPORTER_ASSERT(reporter, !valid.intersects(empty));
92 REPORTER_ASSERT(reporter, !valid.contains(empty));
93 REPORTER_ASSERT(reporter, !empty.contains(valid));
/external/chromium_org/third_party/accessibility-audit/
H A Daxs_testing.js905 axs.constants.ARIA_ROLES[e] ? b.push({name:e, details:axs.constants.ARIA_ROLES[e], valid:!0}) : (b.push({name:e, valid:!1}), c = !1);
907 return{roles:b, valid:c};
912 return d.valid = !1, d.reason = '"' + a + '" is not a valid ARIA property', d;
916 return d.valid = !1, d.reason = '"' + a + '" is not a valid ARIA property', d;
920 a = axs.utils.isValidIDRefValue(b, c), d.valid = a.valid, d.reason = a.reason, d.idref = a.idref;
923 d.valid
[all...]
/external/deqp/modules/egl/
H A DteglSyncTests.cpp1190 // Add valid API test
1192 TestCaseGroup* const valid = new TestCaseGroup(m_eglTestCtx, "valid", "Valid function calls"); local
1195 valid->addChild(new CreateNullAttribsTest(m_eglTestCtx, EGL_SYNC_FENCE_KHR));
1196 valid->addChild(new CreateEmptyAttribsTest(m_eglTestCtx, EGL_SYNC_FENCE_KHR));
1199 valid->addChild(new ClientWaitNoTimeoutTest(m_eglTestCtx, EGL_SYNC_FENCE_KHR));
1200 valid->addChild(new ClientWaitForeverTest(m_eglTestCtx, EGL_SYNC_FENCE_KHR));
1201 valid->addChild(new ClientWaitNoContextTest(m_eglTestCtx, EGL_SYNC_FENCE_KHR));
1202 valid->addChild(new ClientWaitForeverFlushTest(m_eglTestCtx, EGL_SYNC_FENCE_KHR));
1205 valid
1262 TestCaseGroup* const valid = new TestCaseGroup(m_eglTestCtx, "valid", "Valid function calls"); local
[all...]
/external/libxml2/
H A Ddict.c98 int valid; member in struct:_xmlDictEntry
672 if (olddict[i].valid == 0)
681 if (dict->dict[key].valid == 0) {
694 entry->valid = 1;
723 if (dict->dict[key].valid == 0) {
726 dict->dict[key].valid = 1;
792 if (iter->valid == 0)
850 if (dict->dict[key].valid == 0) {
892 if (dict->subdict->dict[key].valid != 0) {
936 entry->valid
[all...]
H A DSAX2.c19 #include <libxml/valid.h>
26 #include <libxml/valid.h>
115 ctxt->valid = 0;
151 ctxt->valid = 0;
754 int tmp = ctxt->valid;
757 ctxt->valid = tmp;
761 ctxt->vctxt.valid = 1;
778 if (ctxt->vctxt.valid == 0)
779 ctxt->valid = 0;
782 ctxt->valid
[all...]
/external/chromium_org/third_party/libpng/
H A Dpngwrite.c24 * you to supply a PNG_INFO_ flag, and check info_ptr->valid before writing
57 /* The rest of these check to see if the valid field has the appropriate
61 if (info_ptr->valid & PNG_INFO_gAMA)
73 if (info_ptr->valid & PNG_INFO_sRGB)
77 if (info_ptr->valid & PNG_INFO_iCCP)
82 if (info_ptr->valid & PNG_INFO_sBIT)
86 if (info_ptr->valid & PNG_INFO_cHRM)
148 if (info_ptr->valid & PNG_INFO_PLTE)
155 if (info_ptr->valid & PNG_INFO_tRNS)
172 if (info_ptr->valid
[all...]
/external/chromium_org/base/strings/
H A Dstring_number_conversions.cc177 bool valid = true; local
180 valid = false;
186 valid = false;
188 valid = false;
195 valid = false;
199 return valid;

Completed in 431 milliseconds

<<11121314151617181920>>