Searched refs:valid (Results 1 - 25 of 716) sorted by relevance

1234567891011>>

/macosx-10.10/ksh-23/ksh/src/lib/libast/comp/
H A Dre_comp.c32 #undef valid macro
38 int valid; member in struct:__anon9313
48 if (state.valid)
54 if (state.valid)
56 state.valid = 0;
61 state.valid = 1;
72 if (state.valid && subject)
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/Modules/objc/
H A DOC_PythonEnumerator.h5 BOOL valid; variable
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/Modules/objc/
H A DOC_PythonEnumerator.h5 BOOL valid; variable
/macosx-10.10/file_cmds-242/pax/
H A Dcache.h42 * archives. The chances of hitting a valid lookup with an archive is quite a
56 #define VALID 1 /* entry and name are valid */
57 #define INVALID 2 /* entry valid, name NOT valid */
64 int valid; /* is this a valid or a miss entry */ member in struct:uidc
70 int valid; /* is this a valid or a miss entry */ member in struct:gidc
H A Dcache.c173 * the stored name (if valid or invalid match). We use a simple hash table.
191 if ((ptr != NULL) && (ptr->valid > 0) && (ptr->uid == uid)) {
195 if (frc || (ptr->valid == VALID))
218 ptr->valid = INVALID;
231 ptr->valid = VALID;
239 * the stored name (if valid or invalid match). We use a simple hash table.
257 if ((ptr != NULL) && (ptr->valid > 0) && (ptr->gid == gid)) {
261 if (frc || (ptr->valid == VALID))
284 ptr->valid = INVALID;
297 ptr->valid
[all...]
/macosx-10.10/libxml2-26/libxml2/python/tests/
H A Dvalidate.py8 ctxt = libxml2.createFileParserCtxt("valid.xml")
12 valid = ctxt.isValid() variable
14 if doc.name != "valid.xml":
21 if valid != 1:
28 ctxt = libxml2.createFileParserCtxt("valid.xml")
32 valid = ctxt.isValid() variable
34 if valid != 1:
49 valid = ctxt.isValid() variable
57 if valid != 0:
68 valid
[all...]
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/python/tests/
H A Dvalidate.py8 ctxt = libxml2.createFileParserCtxt("valid.xml")
12 valid = ctxt.isValid() variable
14 if doc.name != "valid.xml":
21 if valid != 1:
28 ctxt = libxml2.createFileParserCtxt("valid.xml")
32 valid = ctxt.isValid() variable
34 if valid != 1:
49 valid = ctxt.isValid() variable
57 if valid != 0:
68 valid
[all...]
/macosx-10.10/system_cmds-643.1.1/getconf.tproj/
H A Dgetconf.c60 int c, key, valid; local
80 if ((valid = find_progenv(vflag, &alt_path)) == 0)
83 if (valid > 0 && alt_path != NULL) {
93 if (valid < 0)
99 if ((valid = find_limit(name, &limitval)) != 0) {
100 if (valid > 0)
107 if ((valid = find_confstr(name, &key)) != 0) {
108 if (valid > 0)
113 valid = find_sysconf(name, &key);
114 if (valid >
[all...]
/macosx-10.10/ICU-531.30/icuSources/common/
H A Dlocbased.h52 * object. Either the valid or the actual locale may be
62 * object. Either the valid or the actual locale may be
73 * @param valid the ID of the valid locale
76 void setLocaleIDs(const char* valid, const char* actual);
81 * @param valid the ID of the valid locale
84 void setLocaleIDs(const Locale& valid, const Locale& actual);
88 char* valid; member in class:LocaleBased
94 valid(validAlia
[all...]
H A Dlocbased.cpp28 return valid;
39 uprv_strcpy(valid, validID);
47 uprv_strcpy(valid, validID.getName());
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Modules/objc/
H A DOC_PythonEnumerator.h5 BOOL valid; variable
/macosx-10.10/ncurses-44/ncurses/test/
H A Ddots.c43 #define valid(s) ((s != 0) && s != (char *)-1) macro
64 if (valid(s)) {
114 if (!valid(set_a_foreground)
115 || !valid(set_a_background)
116 || (!valid(orig_colors) && !valid(orig_pair)))
138 } else if (valid(exit_attribute_mode)
139 && valid(enter_reverse_mode)) {
H A Ddots_mvcur.c43 #define valid(s) ((s != 0) && s != (char *)-1) macro
64 if (valid(s)) {
117 if (!valid(set_a_foreground)
118 || !valid(set_a_background)
119 || (!valid(orig_colors) && !valid(orig_pair)))
145 } else if (valid(exit_attribute_mode)
146 && valid(enter_reverse_mode)) {
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_specialtypecodes_struct.py27 "valid"
52 self.assert_(w.valid[0] is False)
53 self.assert_(w.valid[1] is True)
54 self.assert_(w.valid[2] is True)
55 self.assert_(w.valid[3] is False)
77 self.assert_(w.valid[0] is False)
78 self.assert_(w.valid[1] is True)
79 self.assert_(w.valid[2] is True)
80 self.assert_(w.valid[3] is False)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_specialtypecodes_struct.py27 "valid"
52 self.assertIs(w.valid[0], False)
53 self.assertIs(w.valid[1], True)
54 self.assertIs(w.valid[2], True)
55 self.assertIs(w.valid[3], False)
77 self.assertIs(w.valid[0], False)
78 self.assertIs(w.valid[1], True)
79 self.assertIs(w.valid[2], True)
80 self.assertIs(w.valid[3], False)
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/PyObjCTest/
H A Dtest_specialtypecodes_struct.py27 "valid"
52 self.assertIs(w.valid[0], False)
53 self.assertIs(w.valid[1], True)
54 self.assertIs(w.valid[2], True)
55 self.assertIs(w.valid[3], False)
77 self.assertIs(w.valid[0], False)
78 self.assertIs(w.valid[1], True)
79 self.assertIs(w.valid[2], True)
80 self.assertIs(w.valid[3], False)
/macosx-10.10/apr-32/apr/apr/test/
H A Dtestfileinfo.c55 (f1->valid & f2->valid & APR_FINFO_TYPE));
59 (f1->valid & f2->valid & APR_FINFO_SIZE));
63 (f1->valid & f2->valid & APR_FINFO_ATIME));
67 (f1->valid & f2->valid & APR_FINFO_MTIME));
71 (f1->valid & f2->valid
[all...]
/macosx-10.10/llvmCore-3425.0.34/unittests/ADT/
H A DIntervalMapTest.cpp38 EXPECT_FALSE(map.begin().valid());
39 EXPECT_FALSE(map.end().valid());
41 EXPECT_FALSE(I.valid());
76 EXPECT_TRUE(map.begin().valid());
77 EXPECT_FALSE(map.end().valid());
81 ASSERT_TRUE(I.valid());
88 EXPECT_FALSE(I.valid());
94 ASSERT_TRUE(I.valid());
103 ASSERT_TRUE(I.valid());
110 ASSERT_TRUE(I.valid());
[all...]
/macosx-10.10/WebCore-7600.1.25/html/
H A DTimeRanges.cpp66 bool valid; local
67 MediaTime result = m_ranges.start(index, valid);
69 if (!valid) {
78 bool valid; local
79 MediaTime result = m_ranges.end(index, valid);
81 if (!valid) {
/macosx-10.10/IOKitUser-1050.1.21/IOServiceAuthorizeAgent/
H A Ddevice.m91 Boolean valid = FALSE;
95 valid = _IOMediaIsValid( service );
99 valid = _IOUSBDeviceIsValid( service );
102 return valid;
/macosx-10.10/OpenSSL098-52/bin/
H A Dtest_functions.sh30 valid="`lipo -detailed_info /usr/lib/dyld | grep -o $arch 2>/dev/null`"
31 if [ "$valid" == "$arch" ]
/macosx-10.10/WebCore-7600.1.25/html/canvas/
H A DWebGLShader.h47 void setValid(bool valid) { m_isValid = valid; } argument
/macosx-10.10/ruby-106/ruby/test/-ext-/string/
H A Dtest_enc_str_buf_cat.rb11 assert_equal(:valid, Bug::String.new(a8_str).coderange, "an assertion for following tests")
13 assert_equal(:valid, Bug::String.new(a8_str).enc_str_buf_cat(cr_unknown_str).coderange, Bug6509)
/macosx-10.10/Heimdal-398.1.2/lib/krb5/
H A Daname_to_localname.c44 int valid; local
52 valid = 0;
55 valid = 1;
60 if (valid == 0)
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/Cocoa/
H A D_WKFormInputSession.h34 @property (nonatomic, readonly, getter=isValid) BOOL valid; variable

Completed in 394 milliseconds

1234567891011>>