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

1234567891011>>

/external/clang/test/CodeGen/
H A D2006-09-11-BitfieldRefCrash.c6 unsigned valid : 2; member in struct:state_struct
10 return p->valid;
/external/icu4c/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);
80 char* valid; member in class:LocaleBased
86 valid(validAlias), actual(actualAlias) {
92 valid((char*)validAlias), actual((char*)actualAlias) {
H A Dlocbased.cpp28 return valid;
39 uprv_strcpy(valid, validID);
/external/jsilver/src/com/google/clearsilver/jsilver/functions/escape/
H A DJsValidateUnquotedLiteral.java40 boolean valid = true;
44 * There must be at least one hex digit after the 0x for it to be valid. Hex number. Check
50 valid = false;
61 valid = false;
67 if (valid) {
/external/clang/test/Preprocessor/
H A Dwarning_tests.c6 #if __has_warning("not valid") // expected-warning {{__has_warning expected option name}}
16 #if __has_warning("-Wnot-a-valid-warning-flag-at-all")
18 #warning Not a valid warning flag // expected-warning {{Not a valid warning flag}}
/external/valgrind/main/none/tests/
H A Dshell.stdout.exp7 Execute a valid script with a #! line
8 Execute a valid script without a #! line
9 Execute a valid script with #! but no interpname
/external/chromium/net/base/
H A Dx509_cert_types.cc105 bool valid = true; local
108 exploded.year = ParseIntAndAdvance(&field, year_length, &valid);
109 exploded.month = ParseIntAndAdvance(&field, 2, &valid);
110 exploded.day_of_month = ParseIntAndAdvance(&field, 2, &valid);
111 exploded.hour = ParseIntAndAdvance(&field, 2, &valid);
112 exploded.minute = ParseIntAndAdvance(&field, 2, &valid);
113 exploded.second = ParseIntAndAdvance(&field, 2, &valid);
114 if (valid && year_length == 2)
117 valid &= exploded.HasValidValues();
119 if (!valid)
[all...]
/external/llvm/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...]
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMNodeIterator.java62 private boolean valid=true; field in class:DTMNodeIterator
103 valid=false;
160 if(!valid)
178 if(!valid)
/external/freetype/include/freetype/internal/
H A Dftvalid.h96 ft_validator_init( FT_Validator valid,
104 ft_validator_run( FT_Validator valid ); variable
111 ft_validator_error( FT_Validator valid,
115 /* Calls ft_validate_error. Assumes that the `valid' local variable */
122 ft_validator_error( valid, _prefix ## _error )
/external/qemu/distrib/sdl-1.2.12/src/audio/dmedia/
H A DSDL_irixaudio.c147 int valid = 0; local
154 valid = (ALsetparams(AL_DEFAULT_DEVICE, audio_param, 2) < 0);
161 valid = (alSetParams(AL_DEFAULT_OUTPUT, &audio_param, 1) < 0);
165 while ((!valid) && (test_format)) {
166 valid = 1;
181 valid = 0;
186 if (valid) {
188 valid = 0;
214 valid = 1;
223 if (!valid) {
[all...]
/external/webkit/Source/WebCore/css/
H A DCSSStyleApplyProperty.h82 static bool valid(CSSPropertyID property) function in class:WebCore::CSSStyleApplyProperty
90 ASSERT(valid(property));
96 ASSERT(valid(newProperty));
97 ASSERT(valid(equivalentProperty));
103 ASSERT(valid(property));
/external/skia/tests/
H A DClipperTest.cpp56 bool valid = SkLineClipper::IntersectLine(&gEmpty[i], gR, dst); local
57 if (valid) {
60 REPORTER_ASSERT(reporter, !valid);
80 bool valid = SkLineClipper::IntersectLine(&gFull[i], gR, dst); local
81 if (!valid || memcmp(&gFull[i], dst, sizeof(dst))) {
84 REPORTER_ASSERT(reporter, valid && !memcmp(&gFull[i], dst, sizeof(dst)));
99 bool valid = SkLineClipper::IntersectLine(&gPartial[i], gR, dst); local
100 if (!valid || memcmp(&gPartial[i+2], dst, sizeof(dst))) {
103 REPORTER_ASSERT(reporter, valid &&
/external/chromium/chrome/browser/policy/
H A Dcloud_policy_cache_base.cc61 public_key_version_.valid = false;
80 if (public_key_version_.valid)
83 return public_key_version_.valid;
112 public_key_version_.valid = temp_public_key_version.valid;
133 public_key_version_.valid = false;
170 public_key_version->valid = policy_data.has_public_key_version();
171 if (public_key_version->valid)
/external/chromium/third_party/libjingle/source/talk/xmpp/
H A Djid.h41 //! The node and resource are both optional. A valid jid is defined to have
106 bool *valid);
107 static char prepNodeAscii(char ch, bool *valid);
110 bool *valid);
111 static char prepResourceAscii(char ch, bool *valid);
114 bool *valid);
117 std::string *buf, bool *valid);
120 std::string *buf, bool *valid);
121 static char prepDomainLabelAscii(char ch, bool *valid);
/external/llvm/lib/CodeGen/
H A DLiveIntervalUnion.cpp40 while (SegPos.valid()) {
70 if (!SegPos.valid())
89 for (LiveSegments::const_iterator SI = Segments.begin(); SI.valid(); ++SI) {
99 for (SegmentIter SI = Segments.begin(); SI.valid(); ++SI)
145 while (LiveUnionI.valid()) {
160 if (!(++LiveUnionI).valid()) {
191 if (!Overlaps.valid())
204 if (!Overlaps.valid())
/external/llvm/lib/MC/
H A DMCModule.cpp21 assert((!I.valid() || I.start() < End) && "Offset range already occupied!");
34 assert(I.valid() && "Atom offset not found in module!");
/external/webkit/Source/WebCore/html/
H A DValidityState.idl34 readonly attribute boolean valid;
/external/webkit/Source/WebCore/loader/
H A DFTPDirectoryParser.h34 ** 'd' - LIST line is a directory entry ('result' is valid)
35 ** 'f' - LIST line is a file's entry ('result' is valid)
36 ** 'l' - LIST line is a symlink's entry ('result' is valid)
128 valid = false;
139 bool valid; member in struct:WebCore::ListResult
/external/chromium/net/http/
H A Dhttp_auth_unittest.cc249 EXPECT_TRUE(parameters.valid());
252 EXPECT_TRUE(parameters.valid());
265 EXPECT_TRUE(parameters.valid());
268 EXPECT_TRUE(parameters.valid());
281 EXPECT_TRUE(parameters.valid());
284 EXPECT_TRUE(parameters.valid());
297 EXPECT_TRUE(parameters.valid());
300 EXPECT_TRUE(parameters.valid());
314 EXPECT_TRUE(parameters.valid());
317 EXPECT_TRUE(parameters.valid());
[all...]
/external/chromium/chrome/browser/ui/gtk/
H A Dcairo_cached_surface.h29 bool valid() const { function in class:CairoCachedSurface
/external/webkit/Source/WebKit/android/content/
H A Dcontent_detector.h57 bool valid; // Flag indicating if the result is valid. member in struct:ContentDetector::Result
62 Result() : valid(false) {}
67 : valid(true),
/external/dbus/test/
H A DMakefile.am88 data/valid-messages \
93 data/valid-config-files \
94 data/valid-config-files-system \
95 data/valid-config-files/basic.d \
96 data/valid-config-files/session.d \
97 data/valid-config-files/system.d \
98 data/valid-service-files \
99 data/valid-service-files-system \
141 cp $(top_builddir)/bus/*.conf $(top_builddir)/test/data/valid-config-files || exit 1 ; \
142 chmod u+w $(top_builddir)/test/data/valid
[all...]
/external/expat/tests/
H A Dxmltest.sh88 for xmldir in ibm/valid/P* \
90 xmltest/valid/ext-sa \
91 xmltest/valid/not-sa \
94 xmltest/valid/sa \
95 sun/valid \
/external/srec/srec/cfront/
H A Dca_front.c128 int valid; local
149 valid = make_frame(hWave->data.channel, hFrontend->config->waveobj,
155 valid = make_frame(hWave->data.channel, hFrontend->config->waveobj,
166 if (valid > 0 && hWave->data.channel->frame_count > (DELTA + 3))
170 valid = False;
172 else valid = False;
178 return (valid);

Completed in 521 milliseconds

1234567891011>>