Searched defs:valid (Results 76 - 100 of 674) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/webrtc/base/
H A Dreferencecountedsingletonfactory.h123 // Lets us know whether instance is valid or not right now.
126 bool valid() const { function in class:rtc::rcsf_ptr
/external/chromium_org/tools/cr/cr/targets/
H A Dtarget.py52 if not self.valid:
62 def valid(self): member in class:Target
109 if not target.valid:
/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/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_mipmap_tree.h47 GLuint valid; member in struct:_radeon_mipmap_level
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_mipmap_tree.h47 GLuint valid; member in struct:_radeon_mipmap_level
/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/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cid/
H A Dcidobjs.h96 FT_Bool valid; member in struct:CID_SizeRec_
/external/skia/tests/
H A DClipperTest.cpp93 bool valid = SkLineClipper::IntersectLine(&gEmpty[i], gR, dst); local
94 if (valid) {
97 REPORTER_ASSERT(reporter, !valid);
117 bool valid = SkLineClipper::IntersectLine(&gFull[i], gR, dst); local
118 if (!valid || memcmp(&gFull[i], dst, sizeof(dst))) {
121 REPORTER_ASSERT(reporter, valid && !memcmp(&gFull[i], dst, sizeof(dst)));
136 bool valid = SkLineClipper::IntersectLine(&gPartial[i], gR, dst); local
137 if (!valid || memcmp(&gPartial[i+2], dst, sizeof(dst))) {
140 REPORTER_ASSERT(reporter, valid &&
/external/valgrind/main/coregrind/m_demangle/
H A Ddemangle.c172 Bool error, oflow, valid, fn_is_encoded, is_VG_Z_prefixed; local
182 valid = sym[0] == '_'
195 if (valid
200 valid = False;
203 if (!valid)
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dgas_serv.h46 u8 valid; member in struct:gas_dialog_info
/external/wpa_supplicant_8/src/ap/
H A Dgas_serv.h46 u8 valid; member in struct:gas_dialog_info
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dgas_serv.h46 u8 valid; member in struct:gas_dialog_info
/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_embedder_message_dispatcher.cc61 bool valid() const { return valid_; } function in class:__anon3547::Argument
82 if (!arg1.valid())
94 if (!arg1.valid())
97 if (!arg2.valid())
109 if (!arg1.valid())
112 if (!arg2.valid())
115 if (!arg3.valid())
127 if (!arg1.valid())
130 if (!arg2.valid())
133 if (!arg3.valid())
[all...]
/external/chromium_org/chrome/browser/web_resource/
H A Dnotification_promo_mobile_ntp.h25 // Return true if the mobile NTP promotion is valid.
29 // Return true if the promo is valid and can be shown.
32 bool valid() const { return valid_; } function in class:NotificationPromoMobileNtp
/external/chromium_org/chromeos/process_proxy/
H A Dprocess_proxy_unittest.cc67 bool valid = true; variable
71 valid = (ProcessReceivedCharacter(output[i], 0) ||
73 EXPECT_TRUE(valid) << "Received: " << output;
76 if (!valid || TestSucceeded()) {
/external/chromium_org/components/component_updater/
H A Dcomponent_unpacker.cc37 // This class makes sure that the CRX digital signature is valid
90 bool valid() const { return valid_; } function in class:component_updater::__anon6380::CRXValidator
167 if (!validator.valid()) {
173 // File is valid and the digital signature matches. Now make sure
/external/chromium_org/content/browser/fileapi/
H A Disolated_context_unittest.cc99 // a valid virtual path in the isolated filesystem.
181 bool valid; member in struct:content::__anon7116
209 if (!relatives[j].valid) {
231 bool valid; member in struct:content::__anon7117
258 ASSERT_EQ(relatives[j].valid, cracked.is_valid());
260 if (!relatives[j].valid)
/external/chromium_org/gpu/command_buffer/client/
H A Dtransfer_buffer.h146 bool valid() const { function in class:gpu::ScopedTransferBufferPtr
/external/chromium_org/net/http/
H A Dhttp_util.h57 // true, |ranges| will contain a list of valid ranges. If return
78 // Returns true if |name| is a valid HTTP header name.
114 // Whether the string is a valid |token| as defined in RFC 2616 Sec 2.2.
322 bool valid() const { return valid_; } function in class:net::HttpUtil::NameValuePairsIterator
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLTexture.h88 : valid(false)
98 valid = true;
105 bool valid; member in class:blink::FINAL::LevelInfo
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGPoint.cpp68 bool valid = parseNumber(ptr, end, x) && parseNumber(ptr, end, y, DisallowWhitespace); local
70 if (!valid) {
H A DSVGRect.cpp67 bool valid = parseNumber(ptr, end, x) && parseNumber(ptr, end, y) && parseNumber(ptr, end, width) && parseNumber(ptr, end, height, DisallowWhitespace); local
69 if (!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/WebKit/Source/platform/fonts/
H A DSVGGlyph.cpp138 bool valid = true; local
143 valid = isVerticalText;
146 valid = !isVerticalText;
152 if (!valid)

Completed in 3613 milliseconds

1234567891011>>