HomeSort by relevance Sort by last modified time
    Searched refs:valid (Results 151 - 175 of 794) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/bluetooth/bluedroid/btif/include/
btif_dm.h 45 void btif_dm_proc_loc_oob(BOOLEAN valid, BT_OCTET16 c, BT_OCTET16 r);
  /external/chromium/chrome/browser/policy/
cloud_policy_cache_base.h 74 bool valid; member in struct:policy::CloudPolicyCacheBase::PublicKeyVersion
136 // valid policy, learned that the device is unmanaged or ran into
  /external/icu4c/common/
propname.h 62 # error U_CHARSET_FAMILY is not valid
ucnv_io.h 75 # error U_CHARSET_FAMILY is not valid
  /external/icu4c/i18n/unicode/
format.h 243 /** Get the locale for this format object. You can choose between valid and actual locale.
244 * @param type type of the locale we're looking for (valid or actual)
252 /** Get the locale for this format object. You can choose between valid and actual locale.
253 * @param type type of the locale we're looking for (valid or actual)
263 void setLocaleIDs(const char* valid, const char* actual);
  /external/libppp/src/
radius.h 48 unsigned valid : 1; /* Is this structure valid ? */ member in struct:radius
  /external/libvpx/libvpx/vpx/
vpx_decoder.h 232 * The list of available frames becomes valid upon completion of the
233 * vpx_codec_decode call, and remains valid until the next call to vpx_codec_decode.
301 const vpx_image_rect_t *valid,
  /external/libxml2/
hash.c 65 int valid; member in struct:_xmlHashEntry
269 if (oldtable[i].valid == 0)
288 if (table->table[key].valid == 0) {
337 if (iter->valid == 0)
556 if (table->table[key].valid == 0) {
607 entry->valid = 1;
672 if (table->table[key].valid == 0) {
737 entry->valid = 1;
769 if (table->table[key].valid == 0)
816 if (table->table[key].valid == 0
    [all...]
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...]
  /external/openssh/
auth-skey.c 79 if (authctxt->valid &&
auth1.c 250 authctxt->valid ? "" : "invalid user ", authctxt->user);
320 if (!authctxt->valid && authenticated)
411 /* Verify that the user is a valid user. */
413 authctxt->valid = 1;
419 setproctitle("%s%s", authctxt->valid ? user : "unknown",
  /external/oprofile/libutil++/
bfd_support.h 35 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/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/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/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 207 if (!I.valid() || I.start() != Idx)
309 /// @param Idx Last valid SLotIndex before instruction.
361 for (LocMap::const_iterator I = locInts.begin(); I.valid(); ++I) {
400 for (LocMap::iterator I = locInts.begin(); I.valid(); ++I) {
516 if (I.valid() && I.start() <= Start) {
526 if (I.valid() && I.start() < Stop)
583 if (!I.valid() || I.value() != LocNo)
609 if (I.valid() && I.start() <= Idx)
632 for (LocMap::const_iterator I = locInts.begin(); I.valid(); ++I)
671 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 80 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));
  /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);

Completed in 555 milliseconds

1 2 3 4 5 67 8 91011>>