Searched defs:valid (Results 226 - 250 of 674) sorted by relevance

1234567891011>>

/external/deqp/modules/gles3/functional/
H A Des3fDrawTests.cpp1042 if (!spec.valid())
1047 bool valid; local
1062 valid = attribSpec.valid(spec.apiType);
1066 valid = false;
1068 // try again if not valid
1069 if (valid)
/external/e2fsprogs/intl/
H A Dloadmsgcat.c763 /* Other system dependent strings are not valid. */
905 /* Load the message catalogs specified by FILENAME. If it is no valid
932 /* If the record does not represent a valid locale the FILENAME
1126 int valid = 1; local
1162 valid = 0;
1170 if (!valid)
1174 if (valid)
1206 int valid = 1; local
1235 valid = 0;
1240 if (!valid)
[all...]
/external/freetype/src/sfnt/
H A Dttcmap.c89 FT_Validator valid )
95 if ( table + 2 + 2 > valid->limit )
101 if ( table + length > valid->limit || length < 262 )
105 if ( valid->level >= FT_VALIDATE_TIGHT )
114 if ( idx >= TT_VALID_GLYPH_COUNT( valid ) )
208 /***** character code (but these values are also valid as the *****/
223 /***** Note that not all values of "charcode" are valid according *****/
256 /* first 0 USHORT first valid low-byte */
257 /* count 2 USHORT number of valid low-bytes */
261 /* A sub-header defines, for each high-byte, the range of valid */
2039 FT_Bool valid; member in struct:TT_CMap12Rec_
2361 FT_Bool valid; member in struct:TT_CMap13Rec_
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dtzregts.cpp721 UBool valid = DATA[i+1] == GOOD; local
741 if(valid) {
749 if(valid) {
1039 // Make sure we got valid zones
1177 // Make a valid constructor call for subsequent tests.
/external/kernel-headers/original/uapi/rdma/
H A Drdma_user_cm.h187 __u8 valid; member in struct:rdma_ucm_conn_param
/external/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp162 bool valid() const { function in struct:__anon26293::LoopReroll::SimpleLoopReduction
400 // marked as valid.
402 assert(!Valid && "Cannot add to an already-valid chain");
451 if (!SLR.valid())
880 // which while a valid (somewhat arbitrary) micro-optimization, is
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/
H A Dttcmap.c89 FT_Validator valid )
95 if ( table + length > valid->limit || length < 262 )
99 if ( valid->level >= FT_VALIDATE_TIGHT )
108 if ( idx >= TT_VALID_GLYPH_COUNT( valid ) )
202 /***** character code (but these values are also valid as the *****/
217 /***** Note that not all values of "charcode" are valid according *****/
250 /* first 0 USHORT first valid low-byte */
251 /* count 2 USHORT number of valid low-bytes */
255 /* A sub-header defines, for each high-byte, the range of valid */
280 FT_Validator valid )
2017 FT_Bool valid; member in struct:TT_CMap12Rec_
2341 FT_Bool valid; member in struct:TT_CMap13Rec_
[all...]
/external/skia/src/images/
H A DSkImageDecoder_libpng.cpp526 bool valid = png_get_valid(png_ptr, info_ptr, PNG_INFO_tRNS); local
528 if (valid && numTransp == 1 && transpColor != NULL) {
569 if (valid ||
1206 * bit_depth is one of 1, 2, 4, 8, or 16, but valid values also depend on
/external/skia/src/pathops/
H A DSkDQuadIntersection.cpp63 static int addValidRoots(const double roots[4], const int count, double valid[4]) { argument
76 valid[result++] = t;
/external/skia/src/pdf/
H A DSkPDFShader.cpp613 bool valid = false; local
618 valid = imageShader->isValid();
624 valid = gradientShader->isValid();
629 valid = functionShader->isValid();
633 if (!valid) {
1292 * Only valid for gradient states.
1309 * Only valid for gradient states.
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dieee802_1x.c1544 /* RFC 2869, Ch. 5.13: valid Message-Authenticator attribute MUST be
2201 int valid)
2205 sm->portValid = valid ? TRUE : FALSE;
2200 ieee802_1x_notify_port_valid(struct eapol_state_machine *sm, int valid) argument
H A Dwpa_auth_i.h69 Boolean valid; member in struct:wpa_state_machine::wpa_key_replay_counter
/external/wpa_supplicant_8/src/ap/
H A Dieee802_1x.c1544 /* RFC 2869, Ch. 5.13: valid Message-Authenticator attribute MUST be
2201 int valid)
2205 sm->portValid = valid ? TRUE : FALSE;
2200 ieee802_1x_notify_port_valid(struct eapol_state_machine *sm, int valid) argument
H A Dwpa_auth_i.h69 Boolean valid; member in struct:wpa_state_machine::wpa_key_replay_counter
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dieee802_1x.c1544 /* RFC 2869, Ch. 5.13: valid Message-Authenticator attribute MUST be
2201 int valid)
2205 sm->portValid = valid ? TRUE : FALSE;
2200 ieee802_1x_notify_port_valid(struct eapol_state_machine *sm, int valid) argument
H A Dwpa_auth_i.h69 Boolean valid; member in struct:wpa_state_machine::wpa_key_replay_counter
/external/chromium_org/chrome/browser/ui/views/bookmarks/
H A Dbookmark_bar_view.cc394 : valid(false),
400 // Whether the data is valid.
401 bool valid; member in struct:BookmarkBarView::DropInfo
810 if (drop_info_.get() && drop_info_->valid &&
882 if (drop_info_->valid &&
894 if (drop_info_->valid && drop_info_->location.Equals(location)) {
907 drop_info_->valid = true;
936 drop_info_->valid = false;
/external/chromium_org/components/wifi/
H A Dwifi_service_win.cc689 // have valid IP address).
1776 bool valid = AuthEncryptionFromSecurity(network_properties.security, local
1781 if (!valid)
1782 return valid;
/external/chromium_org/content/child/npapi/
H A Dwebplugin_delegate_impl_win.cc95 // Enforces providing a valid device context in NPWindow, so that NPP_SetWindow
671 // what Safari does. Not having a valid window handle causes subtle bugs
860 // implement WM_ERASEBKGND correctly if we have a valid background brush.
914 // We only do the recursive check for Real because it's possible and valid
993 // still valid.
1241 bool valid = GetParent(dummy_window_for_activation_) != GetDesktopWindow(); local
1242 if (valid) {
1369 bool valid = local
1372 if (valid) {
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_unittest_base.h55 void SpecializedSetup(bool valid) { argument
642 void GLES2DecoderTestBase::SpecializedSetup<cmds::LinkProgram, 0>(bool valid);
/external/chromium_org/gpu/config/
H A Dgpu_control_list.cc23 // a valid number, and not all segment is 0.
59 bool valid = base::StringToUint(number, &value1); local
60 DCHECK(valid);
61 valid = base::StringToUint(number_ref, &value2);
62 DCHECK(valid);
1363 bool valid = list->GetDictionary(i, &list_item); local
1364 if (!valid || list_item == NULL)
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dimplement.h194 * Special value to mark attribute objects as valid.
200 unsigned long valid; member in struct:pthread_attr_t_
574 /* Thread Reuse stack bottom marker. Must not be NULL or any valid pointer to memory. */
/external/chromium_org/net/third_party/nss/ssl/
H A Dsslsnce.c98 /* 1 */ PRUint8 valid; member in struct:sidCacheEntryStr
224 /* Only the private copies of these pointers are valid */
455 to->valid = 1;
472 to->valid = 0;
688 ** Returns PR_TRUE if found a valid match. PR_FALSE otherwise.
707 if (!sce->valid)
718 sce->valid = 0;
785 psce->valid = 0;
812 psce->valid = 0;
952 SSL_TRC(8, ("%d: SSL: UncacheMT: valid
[all...]
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
H A DBisonCSSParser-in.cpp948 // The color will only be changed when string contains a valid CSS color, so callers
1982 void BisonCSSParser::endRule(bool valid) argument
1988 m_observer->endRuleBody(m_tokenizer.safeUserStringTokenOffset(), !valid);
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dasn1t.h591 char valid; /* Values below are valid */ member in struct:ASN1_TLC_st

Completed in 707 milliseconds

1234567891011>>