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

<<111213141516

/external/jpeg/
H A Dltmain.sh591 $echo "$modename: \`$arg' is not a valid libtool archive" 1>&2
761 # is not unsupported. This is valid on all known static and
901 # Check that each of the things are valid numbers.
906 $echo "$modename: \`$vinfo' is not valid version information" 1>&2
915 $echo "$modename: \`$vinfo' is not valid version information" 1>&2
924 $echo "$modename: \`$vinfo' is not valid version information" 1>&2
931 $echo "$modename: \`$vinfo' is not valid version information" 1>&2
1764 $echo "$modename: \`$file' is not a valid libtool archive" 1>&2
2087 $echo "$modename: \`$lib' is not a valid libtool archive" 1>&2
/external/qemu/distrib/jpeg-6b/
H A Dltmain.sh591 $echo "$modename: \`$arg' is not a valid libtool archive" 1>&2
761 # is not unsupported. This is valid on all known static and
901 # Check that each of the things are valid numbers.
906 $echo "$modename: \`$vinfo' is not valid version information" 1>&2
915 $echo "$modename: \`$vinfo' is not valid version information" 1>&2
924 $echo "$modename: \`$vinfo' is not valid version information" 1>&2
931 $echo "$modename: \`$vinfo' is not valid version information" 1>&2
1764 $echo "$modename: \`$file' is not a valid libtool archive" 1>&2
2087 $echo "$modename: \`$lib' is not a valid libtool archive" 1>&2
/external/skia/src/images/
H A DSkImageDecoder_libpng.cpp493 bool valid = png_get_valid(png_ptr, info_ptr, PNG_INFO_tRNS); local
495 if (valid && numTransp == 1 && transpColor != NULL) {
522 if (valid ||
1123 * bit_depth is one of 1, 2, 4, 8, or 16, but valid values also depend on
/external/wpa_supplicant_6/wpa_supplicant/src/eapol_supp/
H A Deapol_supp_sm.c1295 * @valid: New portValid value
1299 void eapol_sm_notify_portValid(struct eapol_sm *sm, Boolean valid) argument
1304 "portValid=%d", valid);
1305 sm->portValid = valid;
/external/wpa_supplicant_8/hostapd/src/eapol_supp/
H A Deapol_supp_sm.c1344 * @valid: New portValid value
1348 void eapol_sm_notify_portValid(struct eapol_sm *sm, Boolean valid) argument
1353 "portValid=%d", valid);
1354 sm->portValid = valid;
/external/wpa_supplicant_8/src/eapol_supp/
H A Deapol_supp_sm.c1344 * @valid: New portValid value
1348 void eapol_sm_notify_portValid(struct eapol_sm *sm, Boolean valid) argument
1353 "portValid=%d", valid);
1354 sm->portValid = valid;
/external/wpa_supplicant_8/wpa_supplicant/src/eapol_supp/
H A Deapol_supp_sm.c1344 * @valid: New portValid value
1348 void eapol_sm_notify_portValid(struct eapol_sm *sm, Boolean valid) argument
1353 "portValid=%d", valid);
1354 sm->portValid = valid;
/external/chromium/chrome/browser/resources/net_internals/
H A Dmain.js550 // Parse all valid lines, skipping any others.
606 ' entries don\'t have valid data.\n\n' +
/external/chromium/third_party/libjingle/source/talk/base/
H A Dhttpcommon.h86 HE_PROTOCOL, // Received non-valid HTTP data
220 bool valid() const { return !host_.empty(); } function in class:talk_base::Url
/external/libxml2/include/libxml/
H A Dvalid.h95 int valid; /* temporary validity check result */ member in struct:_xmlValidCtxt
/external/openssl/crypto/x509/
H A Dx509_vfy.h258 int valid; /* if 0, rebuild chain */ member in struct:x509_store_ctx_st
269 X509 *current_issuer; /* cert currently being tested as valid issuer */
/external/openssl/include/openssl/
H A Dx509_vfy.h258 int valid; /* if 0, rebuild chain */ member in struct:x509_store_ctx_st
269 X509 *current_issuer; /* cert currently being tested as valid issuer */
/external/qemu/android/skin/
H A Dwindow.c866 if ( part->background->valid )
868 if ( part->display->valid )
902 if ( part->background->valid ) {
907 if ( part->display->valid ) {
/external/valgrind/main/drd/
H A Ddrd_thread.c178 if (!DRD_(g_threadinfo)[i].valid)
182 DRD_(g_threadinfo)[i].valid = True;
501 DRD_(g_threadinfo)[tid].valid = False;
1237 DRD_(g_threadinfo)[i].valid,
/external/yaffs2/yaffs2/
H A Dyaffs_guts.h117 int nBytes; /* Only valid if the cache is dirty */
175 unsigned byteCount; /* Only valid for data chunks */
236 * This state is only valid during yaffs_Scan.
246 * At least one page holds valid data.
276 __u32 needsRetiring:1; /* Data has failed on this block, need to get valid data off */
406 __u8 valid:1; /* When the file system is being loaded up, this member in struct:yaffs_ObjectStruct
797 ("**>> yaffs: getBlockInfo block %d is not valid" TENDSTR),
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
H A DRandomAccessFileTest.java169 assertTrue("Returned invalid fd", raf.getFD().valid());
172 assertFalse("Returned valid fd after close", raf.getFD().valid());
/external/chromium/net/proxy/
H A Dproxy_config_service_linux.cc946 // probably have a gconf problem, and so we don't have a valid
1129 cached_config_.set_id(1); // mark it as valid
1134 // that to be a valid config and will not check environment
1141 reference_config_.set_id(1); // mark it as valid
1155 cached_config_.set_id(1); // mark it as valid
1194 bool valid = GetConfigFromGConf(&new_config); local
1195 if (valid)
1196 new_config.set_id(1); // mark it as valid
/external/kernel-headers/original/linux/
H A Dcdrom.h249 (not the new "frame 16"!). Only valid
695 __u8 valid : 1; member in struct:request_sense
699 __u8 valid : 1;
/external/llvm/lib/Support/Unix/
H A DProgram.inc70 // At this point, the file name is valid and does not contain slashes. Search
/external/llvm/lib/Support/Windows/
H A DPathV2.inc648 // Set result size to the number of bytes read if it's valid.
713 // Closes the handle if it's valid.
/external/webkit/Source/WebCore/css/
H A DCSSSelector.cpp256 DEFINE_STATIC_LOCAL(AtomicString, valid, ("valid"));
344 nameToPseudoType->set(valid.impl(), CSSSelector::PseudoValid);
/external/webkit/Tools/DumpRenderTree/gtk/fonts/
H A Dfonts.conf20 bitmap fonts with no valid encodings are *never* selected regardless
/external/zlib/contrib/pascal/
H A Dzlibpas.pas56 extra_len: Integer; (* extra field length (valid if extra != Z_NULL) *)
/external/iproute2/doc/
H A Dip-cref.tex618 --- the scope of the area where this address is valid.
623 \item \verb|global| --- the address is globally valid.
625 i.e.\ it is valid inside this site.
627 it is valid only on this device.
628 \item \verb|host| --- the address is valid only inside this host.
769 the address is still valid. After \verb|preferred_lft| expires the address is
775 --- the address is deprecated, i.e.\ it is still valid, but cannot
885 \item \verb|permanent| --- the neighbour entry is valid forever and can be only be removed
887 \item \verb|noarp| --- the neighbour entry is valid. No attempts to validate
889 \item \verb|reachable| --- the neighbour entry is valid unti
[all...]
/external/chromium/net/base/
H A Dnet_util_unittest.cc810 // it's valid as UTF-8 and regardless of |referrer_charset|.
2134 std::string valid[] = { "", "1", "1,2", "1,2,3", "10,11,12,13" }; local
2141 for (size_t i = 0; i < ARRAYSIZE_UNSAFE(valid); ++i) {
2142 SetExplicitlyAllowedPorts(valid[i]);
2223 // Test parsing a valid CIDR notation literal.

Completed in 541 milliseconds

<<111213141516