Searched defs:valid (Results 51 - 75 of 164) sorted by relevance

1234567

/external/v8/preparser/
H A Dpreparser-process.cc124 bool valid() { function in class:PreparseDataInterpreter
131 return valid() &&
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A DValidateLimitations.cpp393 bool valid = true;
406 valid = false;
410 return valid;
448 bool valid = true; local
455 valid = false;
464 valid = false;
466 return valid;
/external/webkit/Source/WebCore/html/canvas/
H A DCheckedInt.h261 // addition is valid if the sign of x+y is equal to either that of x or that of y.
272 // substraction is valid if either x and y have same sign, or x-y and x have same sign
366 * valid() returns true, you then have a guarantee that no problem, such as integer overflow,
380 return checked_result.valid();
386 * lines all compile, and the resulting CheckedInts are correctly detected as valid or invalid:
388 CheckedInt<uint8_t> x(1); // 1 is of type int, is found to be in range for uint8_t, x is valid
390 CheckedInt<int8_t> x(-1); // -1 is of type int, is found to be in range for int8_t, x is valid
419 /** Constructs a checked integer with given \a value. The checked integer is initialized as valid or invalid
425 * valid.
435 /** Constructs a valid checke
447 bool valid() const { return mIsValid; } function in class:WebCore::CheckedInt
[all...]
/external/webkit/Source/WebCore/platform/graphics/android/layers/
H A DAndroidAnimation.cpp299 bool valid = true; local
303 valid = false;
305 for (unsigned int j = 0; j < fromSize && valid; j++) {
308 valid = false;
314 if (valid) {
/external/chromium/base/
H A Dstring_number_conversions.cc179 bool valid = true; local
182 valid = false;
188 valid = false;
195 valid = false;
199 return valid;
/external/chromium/chrome/common/extensions/
H A Dextension_unittest.cc78 // INVALID is not a valid location.
83 // compare with every valid location, to be sure each one is covered.
130 // Start with a valid extension manifest
326 // We allow unknown API permissions, so this will be valid until we better
411 // We allow unknown API permissions, so this will be valid until we better
608 // Invalid title should give an error even with a valid name.
737 // Test several valid update urls
738 std::vector<std::string> valid; local
739 valid.push_back("http://test.com");
740 valid
[all...]
/external/dbus/bus/
H A Ddesktop-file.c71 static unsigned char valid[256] = { variable
471 (valid[_dbus_string_get_byte (&parser->data, p)] & VALID_KEY_CHAR))
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
H A DCSpinner.java239 // set valid state
283 * Sets the valid/invalid state.
286 * the message to show, or <code>null</code> if valid.
300 private void notifySelectionListeners(boolean valid) { argument
303 event.doit = valid;
/external/elfutils/libdwfl/
H A DlibdwflP.h92 DWFL_ERROR (BADELF, N_("not a valid ELF file")) \
135 bool valid; /* The build ID note has been matched. */ member in struct:dwfl_file
/external/iptables/extensions/
H A Dlibxt_time.c220 "%s is not a valid day for --monthdays", day);
231 bool valid; local
243 valid = false;
247 valid = true;
250 if (!valid)
252 "%s is not a valid day specifier", day);
/external/kernel-headers/original/linux/
H A Dpm.h123 int (*valid)(suspend_state_t state); member in struct:pm_ops
/external/libnfc-nxp/src/
H A DphHciNfc_Sequence.c85 uint8_t valid; member in struct:phHciNfc_sFsm
/external/libxml2/
H A Ddict.c97 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
[all...]
H A Dhash.c65 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
[all...]
/external/openssh/openbsd-compat/
H A Dport-aix.c133 int valid = 1; local
158 valid = 0;
163 return (valid);
/external/openssh/
H A Dssh-pkcs11.c57 int valid; member in struct:pkcs11_provider
95 debug("pkcs11_provider_finalize: %p refcount %d valid %d",
96 p, p->refcount, p->valid);
97 if (!p->valid)
107 p->valid = 0;
121 if (p->valid)
122 error("pkcs11_provider_unref: %p still valid", p);
251 if (!k11->provider || !k11->provider->valid) {
252 error("no pkcs11 (valid) provider for rsa %p", rsa);
550 p->valid
[all...]
/external/wpa_supplicant_6/wpa_supplicant/src/eapol_supp/
H A Deapol_supp_sm.h236 void eapol_sm_notify_portValid(struct eapol_sm *sm, Boolean valid);
293 Boolean valid)
292 eapol_sm_notify_portValid(struct eapol_sm *sm, Boolean valid) argument
/external/chromium/net/base/
H A Dcookie_monster_unittest.cc403 // FireFox recognizes domains containing trailing periods as valid.
703 const bool valid; member in struct:net::__anon2778::CookieDateParsingCase
789 if (!tests[i].valid) {
/external/freetype/src/truetype/
H A Dttobjs.h276 FT_Bool valid; member in struct:TT_Size_Metrics_
/external/llvm/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoder.c1198 uint8_t *valid) { \
1199 *valid = 1; \
1203 *valid = 0; \
1231 *valid = 0; \
1235 *valid = 0; \
1239 *valid = 0; \
1243 *valid = 0; \
1257 * @param valid - The address of a uint8_t. The target is set to 1 if the
1258 * field is valid for the register class; 0 if not.
1275 uint8_t valid; local
[all...]
/external/openssl/crypto/des/
H A Ddes.c759 static int valid=0; local
779 if (valid)
781 memcpy(out,bb,(unsigned int)valid);
782 tot=valid;
783 valid=0;
809 valid=i-j;
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadmacho.c156 on failure. Guarantees to return pointers to a valid(ish) Mach-O
911 Bool valid; local
921 valid = iid.macho_img && iid.macho_img_szB > 0
924 if (valid)
979 Bool valid; local
989 valid = iid.macho_img && iid.macho_img_szB > 0
992 if (!valid) {
/external/webkit/Source/WebCore/svg/
H A DSVGFont.cpp161 bool valid = true; local
166 valid = isVerticalText;
169 valid = !isVerticalText;
175 if (!valid)
/external/wpa_supplicant_8/hostapd/src/eapol_supp/
H A Deapol_supp_sm.h269 void eapol_sm_notify_portValid(struct eapol_sm *sm, Boolean valid);
330 Boolean valid)
329 eapol_sm_notify_portValid(struct eapol_sm *sm, Boolean valid) argument
/external/wpa_supplicant_8/src/eapol_supp/
H A Deapol_supp_sm.h269 void eapol_sm_notify_portValid(struct eapol_sm *sm, Boolean valid);
330 Boolean valid)
329 eapol_sm_notify_portValid(struct eapol_sm *sm, Boolean valid) argument

Completed in 442 milliseconds

1234567