Searched refs:valid (Results 76 - 100 of 1221) sorted by relevance

1234567891011>>

/external/freetype/include/internal/
H A Dftvalid.h107 ft_validator_init( FT_Validator valid,
115 ft_validator_run( FT_Validator valid ); variable
122 ft_validator_error( FT_Validator valid,
126 /* Calls ft_validate_error. Assumes that the `valid' local variable */
133 ft_validator_error( valid, _prefix ## _error )
/external/ltrace/sysdeps/linux-gnu/sparc/
H A Dptrace.h37 int valid; member in struct:__anon26657
/external/pdfium/core/include/thirdparties/freetype/freetype/internal/
H A Dftvalid.h107 ft_validator_init( FT_Validator valid,
115 ft_validator_run( FT_Validator valid ); variable
122 ft_validator_error( FT_Validator valid,
126 /* Calls ft_validate_error. Assumes that the `valid' local variable */
133 ft_validator_error( valid, _prefix ## _error )
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/
H A Dftvalid.h107 ft_validator_init( FT_Validator valid,
115 ft_validator_run( FT_Validator valid ); variable
122 ft_validator_error( FT_Validator valid,
126 /* Calls ft_validate_error. Assumes that the `valid' local variable */
133 ft_validator_error( valid, _prefix ## _error )
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfSoftMaskImageDictionary_autogen.h22 bool valid() const {return true;} function in class:SkPdfSoftMaskImageDictionary
H A DSkPdfMultiMasterFontDictionary_autogen.h27 bool valid() const {return true;} function in class:SkPdfMultiMasterFontDictionary
H A DSkPdfTrueTypeFontDictionary_autogen.h27 bool valid() const {return true;} function in class:SkPdfTrueTypeFontDictionary
/external/qemu/distrib/sdl-1.2.15/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/chromium_org/components/policy/core/common/
H A Dschema_unittest.cc134 if (schema.valid())
269 ASSERT_TRUE(schema.valid()) << error;
273 ASSERT_TRUE(schema.valid());
286 ASSERT_TRUE(schema.valid());
295 ASSERT_TRUE(schema.valid()) << error;
298 EXPECT_FALSE(schema.GetProperty("invalid").valid());
301 ASSERT_TRUE(sub.valid());
305 ASSERT_TRUE(sub.valid());
309 ASSERT_TRUE(sub.valid());
313 ASSERT_TRUE(sub.valid());
[all...]
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGNumber.cpp77 bool valid = false; local
81 valid = parse(ptr, end);
85 valid = parse(ptr, end);
88 if (!valid) {
122 bool valid = parseNumberOrPercentage(string, m_value); local
124 if (!valid) {
H A DSVGInteger.cpp61 bool valid = true; local
62 m_value = stripLeadingAndTrailingHTMLSpaces(string).toIntStrict(&valid);
64 if (!valid) {
/external/chromium_org/base/files/
H A Dfile_path_watcher_kqueue.cc102 bool valid = true; local
124 valid = false;
127 return valid;
176 // Check to see if it already has a valid file descriptor.
197 size_t valid; local
198 for (valid = 0; valid < events_.size(); ++valid) {
199 if (!IsKeventFileDescriptorOpen(events_[valid])) {
203 if (valid
[all...]
/external/chromium_org/base/i18n/
H A Dstreaming_utf8_validator_unittest.cc59 // non-characters valid (and doesn't require a string as input).
74 // whether it is valid UTF-8 or not.
135 // These valid and invalid UTF-8 sequences are based on the tests from
138 // All of the strings in |valid| must represent a single codepoint, because
141 const char* const valid[] = {"\r", "\n", "a", member in namespace:base::__anon2293
146 const char* const* const valid_end = valid + arraysize(valid);
182 // "valid".
192 static PartialIterator end() { return PartialIterator(arraysize(valid), 1); }
200 return base::StringPiece(valid[index
362 PartialIterator(), PartialIterator::end(), valid, valid_end, INVALID); local
[all...]
/external/chromium_org/third_party/angle/src/compiler/preprocessor/
H A DDirectiveParser.cpp196 // We have a valid defined operator.
590 bool valid = true; local
601 valid = valid && (token->type == Token::IDENTIFIER);
604 valid = valid && (token->type == '(');
608 valid = valid && (token->type == Token::IDENTIFIER);
611 valid = valid
645 bool valid = true; local
720 bool valid = true; local
789 bool valid = true; local
[all...]
/external/chromium_org/chrome/browser/media_galleries/fileapi/
H A Diapps_data_provider.h39 bool valid() const;
42 void set_valid(bool valid);
63 // True if |library_| contains valid data. False at construction and if
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DValidityState.idl35 readonly attribute boolean valid;
/external/chromium_org/courgette/
H A Dmemory_allocator.cc56 DCHECK(!valid());
73 bool FileMapping::valid() const { function in class:courgette::FileMapping
120 bool TempMapping::valid() const { function in class:courgette::TempMapping
121 return mapping_.valid();
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfMultiMasterFontDictionary_autogen.h27 bool valid() const {return true;} function in class:SkPdfMultiMasterFontDictionary
H A DSkPdfTrueTypeFontDictionary_autogen.h27 bool valid() const {return true;} function in class:SkPdfTrueTypeFontDictionary
/external/clang/test/Preprocessor/
H A Dwarning_tests.c6 #if __has_warning("not valid") // expected-warning {{__has_warning expected option name}}
19 // expected-warning@+3 {{Not a valid warning flag}}
20 #if __has_warning("-Wnot-a-valid-warning-flag-at-all")
22 #warning Not a valid warning flag
27 #if __has_warning "not valid"
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
H A DSimpleHistoryManager.js40 valid: function() { },
135 while (revealIndex >= 0 && !this._entries[revealIndex].valid())
155 while (revealIndex < this._entries.length && !this._entries[revealIndex].valid())
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Djid.cc178 std::string Jid::PrepNode(const std::string& node, bool* valid) { argument
179 *valid = false;
200 *valid = true;
206 char Jid::PrepNodeAscii(char ch, bool* valid) { argument
207 *valid = true;
222 *valid = false;
232 std::string Jid::PrepResource(const std::string& resource, bool* valid) { argument
233 *valid = false;
252 *valid = true;
257 char Jid::PrepResourceAscii(char ch, bool* valid) { argument
274 PrepDomain(const std::string& domain, bool* valid) argument
294 PrepDomain(const std::string& domain, std::string* buf, bool* valid) argument
320 PrepDomainLabel( std::string::const_iterator start, std::string::const_iterator end, std::string* buf, bool* valid) argument
361 PrepDomainLabelAscii(char ch, bool* valid) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
H A DSizesCalcParserTest.cpp21 const bool valid; member in struct:blink::TestCase
33 static void verifyCSSCalc(String text, double value, bool valid, unsigned fontSize, unsigned viewportWidth, unsigned viewportHeight) argument
42 ASSERT_EQ(valid, false);
122 ASSERT_EQ(testCases[i].valid, calcParser.isValid());
132 verifyCSSCalc(testCases[i].input, testCases[i].output, testCases[i].valid, data.defaultFontSize, data.viewportWidth, data.viewportHeight);
/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 663 milliseconds

1234567891011>>