HomeSort by relevance Sort by last modified time
    Searched refs:valid (Results 251 - 275 of 1208) sorted by null

<<11121314151617181920>>

  /external/qemu/android/skin/
scaler.c 20 int valid; member in struct:SkinScaler
50 scaler->valid = 1;
94 if (!scaler->valid) {
116 if ( !scaler->valid )
file.c 56 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)
434 if (part->display->valid) {
    [all...]
  /external/wpa_supplicant_8/src/ap/
gas_serv.h 46 u8 valid; member in struct:gas_dialog_info
  /frameworks/base/services/common_time/
common_clock_service.h 34 virtual status_t isCommonTimeValid(bool* valid, uint32_t *timelineID);
  /external/chromium_org/third_party/angle/src/compiler/
ValidateLimitations.cpp 437 bool valid = true;
450 valid = false;
454 return valid;
492 bool valid = true; local
499 valid = false;
508 valid = false;
510 return valid;
  /external/llvm/include/llvm/ADT/
IntervalMap.h 72 // bool valid() const;
482 // of 0 in a NodeRef. The valid range of sizes is 1-64.
806 /// valid - Return true if path is at a valid node, not at end().
807 bool valid() const {
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
custom_button.cc 85 if (!pixbuf || !pixbuf->valid())
87 if (animating_hover && (!hover_pixbuf || !hover_pixbuf->valid()))
105 if (background_image_->valid()) {
130 if (background_image_->valid()) {
163 if (!pixbuf || !pixbuf->valid())
  /external/chromium_org/chrome/browser/search_engines/
template_url_unittest.cc 197 // Try to parse valid post parameters.
279 bool valid = false; local
281 "http://foo{fhqwhgads}bar", &replacements, NULL, &valid));
283 EXPECT_TRUE(valid);
289 &valid));
291 EXPECT_TRUE(valid);
773 bool valid = false; local
775 url.url_ref().ParseURL(std::string(), &replacements, NULL, &valid)); local
777 EXPECT_TRUE(valid);
785 bool valid = false local
797 bool valid = false; local
808 bool valid = false; local
823 bool valid = false; local
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/
custom_button.cc 96 if (!pixbuf || !pixbuf->valid())
98 if (animating_hover && (!hover_pixbuf || !hover_pixbuf->valid()))
119 if (background_image_->valid()) {
145 if (background_image_->valid()) {
179 if (!pixbuf || !pixbuf->valid())
  /external/chromium_org/components/policy/core/common/
schema_map_unittest.cc 50 if (!schema.valid())
116 EXPECT_TRUE(schema->valid());
121 EXPECT_FALSE(schema->valid());
127 ASSERT_TRUE(schema.valid()) << error;
225 ASSERT_TRUE(schema.valid()) << error;
  /external/chromium_org/third_party/libxml/src/
check-xml-test-suite.py 233 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":
dict.c 75 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 = 1
    [all...]
SAX2.c 19 #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 &= xmlValidateAttributeDecl(&ctxt->vctxt, ctxt->myDoc
    [all...]
  /external/libpng/
pngset.c 34 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 |= PNG_INFO_sCAL
    [all...]
  /external/llvm/lib/CodeGen/
InterferenceCache.cpp 41 if (!Entries[E].valid(LIUArray, TRI))
45 // No valid entry exists, pick the next round-robin entry.
94 bool InterferenceCache::Entry::valid(LiveIntervalUnion *LIUArray, function in class:InterferenceCache::Entry
140 if (!I.valid())
191 if (!I.valid() || I.start() >= Stop)
194 bool Backup = !I.valid() || I.start() >= Stop;
LiveDebugVariables.cpp 209 if (!I.valid() || I.start() != Idx)
312 /// @param Idx Last valid SLotIndex before instruction.
364 for (LocMap::const_iterator I = locInts.begin(); I.valid(); ++I) {
403 for (LocMap::iterator I = locInts.begin(); I.valid(); ++I) {
521 if (I.valid() && I.start() <= Start) {
531 if (I.valid() && I.start() < Stop)
588 if (!I.valid() || I.value() != LocNo)
614 if (I.valid() && I.start() <= Idx)
637 for (LocMap::const_iterator I = locInts.begin(); I.valid(); ++I)
676 for (LocMap::iterator I = locInts.begin(); I.valid();)
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngset.c 30 info_ptr->valid |= PNG_INFO_bKGD;
82 info_ptr->valid |= PNG_INFO_cHRM;
147 info_ptr->valid |= PNG_INFO_cHRM;
174 info_ptr->valid |= PNG_INFO_gAMA;
210 info_ptr->valid |= PNG_INFO_gAMA;
249 info_ptr->valid |= PNG_INFO_hIST;
269 /* check for width and height valid values */
379 info_ptr->valid |= PNG_INFO_oFFs;
445 info_ptr->valid |= PNG_INFO_pCAL;
466 info_ptr->valid |= PNG_INFO_sCAL
    [all...]
  /external/skia/tests/
RegionTest.cpp 81 SkRegion valid(SkIRect::MakeWH(10, 10));
85 REPORTER_ASSERT(reporter, !valid.isEmpty());
89 REPORTER_ASSERT(reporter, !valid.intersects(empty));
93 REPORTER_ASSERT(reporter, !valid.contains(empty));
94 REPORTER_ASSERT(reporter, !empty.contains(valid));
  /external/chromium_org/third_party/accessibility-audit/
axs_testing.js     [all...]
  /external/libxml2/
dict.c 97 int valid; member in struct:_xmlDictEntry
603 if (olddict[i].valid == 0)
612 if (dict->dict[key].valid == 0) {
625 entry->valid = 1;
654 if (dict->dict[key].valid == 0) {
657 dict->dict[key].valid = 1;
723 if (iter->valid == 0)
774 if (dict->dict[key].valid == 0) {
816 if (dict->subdict->dict[key].valid != 0) {
860 entry->valid = 1
    [all...]
SAX2.c 19 #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 &= xmlValidateAttributeDecl(&ctxt->vctxt, ctxt->myDoc
    [all...]
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Delaunay.cpp 28 #define valid(l) ccw(orig(basel), dest(l), dest(basel)) macro
544 if (valid(t=onext(lcand))) {
547 if (valid(basel, t)) {
556 if (valid(t=(EdgePointer)oprev(rcand))) {
559 if (valid(basel, t)) {
569 lvalid = valid(lcand);
570 rvalid = valid(rcand);
572 lvalid = valid(basel, lcand);
573 rvalid = valid(basel, rcand);
  /packages/apps/Camera2/jni/feature_mos/src/mosaic/
Delaunay.cpp 28 #define valid(l) ccw(orig(basel), dest(l), dest(basel)) macro
544 if (valid(t=onext(lcand))) {
547 if (valid(basel, t)) {
556 if (valid(t=(EdgePointer)oprev(rcand))) {
559 if (valid(basel, t)) {
569 lvalid = valid(lcand);
570 rvalid = valid(rcand);
572 lvalid = valid(basel, lcand);
573 rvalid = valid(basel, rcand);
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Delaunay.cpp 28 #define valid(l) ccw(orig(basel), dest(l), dest(basel)) macro
544 if (valid(t=onext(lcand))) {
547 if (valid(basel, t)) {
556 if (valid(t=(EdgePointer)oprev(rcand))) {
559 if (valid(basel, t)) {
569 lvalid = valid(lcand);
570 rvalid = valid(rcand);
572 lvalid = valid(basel, lcand);
573 rvalid = valid(basel, rcand);
  /packages/apps/Nfc/src/com/android/nfc/handover/
HandoverManager.java 92 public boolean valid = false; field in class:HandoverManager.BluetoothHandoverData
409 if (!handover.valid) return true;
433 if (data != null && data.valid) {
552 result.valid = false;
559 result.valid = true;
570 if (result.valid && result.name == null) result.name = "";
576 result.valid = false;
590 result.valid = true;
618 if (result.valid && result.name == null) result.name = "";

Completed in 1288 milliseconds

<<11121314151617181920>>