Searched refs:valid (Results 126 - 150 of 1221) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderRegion.h56 void setIsValid(bool valid) { m_isValid = valid; } argument
/external/libcxx/test/thread/futures/futures.tas/futures.task.members/
H A Dctor_func.pass.cpp42 assert(p.valid());
54 assert(p.valid());
H A Dctor_func_alloc.pass.cpp46 assert(p.valid());
61 assert(p.valid());
/external/llvm/bindings/ocaml/analysis/
H A Dllvm_analysis.mli15 (** [verify_module m] returns [None] if the module [m] is valid, and
20 (** [verify_function f] returns [None] if the function [f] is valid, and
25 (** [verify_module m] returns if the module [m] is valid, but prints a
31 (** [verify_function f] returns if the function [f] is valid, but prints a
/external/llvm/test/MC/Mips/mips32r6/
H A Dvalid.s1 # Instructions that are valid
36 # FIXME: Testcases are in valid-xfail.s at the moment
40 # FIXME: Testcases are in valid-xfail.s at the moment
/external/llvm/test/MC/Mips/mips64r6/
H A Dvalid.s1 # Instructions that are valid
36 # FIXME: Testcases are in valid-xfail.s at the moment
40 # FIXME: Testcases are in valid-xfail.s at the moment
/external/valgrind/main/memcheck/tests/amd64/
H A Dinsn-pcmpistri.c34 /* Compute strlen(s). Arrange for result to be valid or invalid
36 int test_strlen(const char *const s, int valid) argument
50 if (valid) {
/external/freetype/src/sfnt/
H A Dttcmap.c89 FT_Validator valid )
95 if ( table + 2 + 2 > valid->limit )
101 if ( table + length > valid->limit || length < 262 )
105 if ( valid->level >= FT_VALIDATE_TIGHT )
114 if ( idx >= TT_VALID_GLYPH_COUNT( valid ) )
208 /***** character code (but these values are also valid as the *****/
223 /***** Note that not all values of "charcode" are valid according *****/
256 /* first 0 USHORT first valid low-byte */
257 /* count 2 USHORT number of valid low-bytes */
261 /* A sub-header defines, for each high-byte, the range of valid */
2039 FT_Bool valid; member in struct:TT_CMap12Rec_
2361 FT_Bool valid; member in struct:TT_CMap13Rec_
[all...]
/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/chromium_org/third_party/freetype/src/sfnt/
H A Dttcmap.c89 FT_Validator valid )
95 if ( table + length > valid->limit || length < 262 )
99 if ( valid->level >= FT_VALIDATE_TIGHT )
108 if ( idx >= TT_VALID_GLYPH_COUNT( valid ) )
202 /***** character code (but these values are also valid as the *****/
217 /***** Note that not all values of "charcode" are valid according *****/
250 /* first 0 USHORT first valid low-byte */
251 /* count 2 USHORT number of valid low-bytes */
255 /* A sub-header defines, for each high-byte, the range of valid */
280 FT_Validator valid )
2017 FT_Bool valid; member in struct:TT_CMap12Rec_
2341 FT_Bool valid; member in struct:TT_CMap13Rec_
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/
H A Dttcmap.c89 FT_Validator valid )
95 if ( table + length > valid->limit || length < 262 )
99 if ( valid->level >= FT_VALIDATE_TIGHT )
108 if ( idx >= TT_VALID_GLYPH_COUNT( valid ) )
202 /***** character code (but these values are also valid as the *****/
217 /***** Note that not all values of "charcode" are valid according *****/
250 /* first 0 USHORT first valid low-byte */
251 /* count 2 USHORT number of valid low-bytes */
255 /* A sub-header defines, for each high-byte, the range of valid */
280 FT_Validator valid )
2017 FT_Bool valid; member in struct:TT_CMap12Rec_
2341 FT_Bool valid; member in struct:TT_CMap13Rec_
[all...]
/external/chromium_org/third_party/webrtc/base/
H A Dhttpcommon_unittest.cc25 EXPECT_TRUE(url.valid());
39 EXPECT_TRUE(url.valid());
50 EXPECT_FALSE(url.valid());
62 EXPECT_TRUE(url.valid());
75 EXPECT_TRUE(url.valid());
104 EXPECT_TRUE(url.valid());
114 EXPECT_TRUE(url.valid());
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowAdapterView.java31 private boolean valid = false; field in class:ShadowAdapterView
71 valid = false;
84 if (!valid) {
86 valid = true;
131 * @return true if the object is valid, false if not
136 return valid;
308 if (valid && (previousItems.size() - ignoreRowsAtEndOfList != adapter.getCount() - ignoreRowsAtEndOfList)) {
309 throw new ArrayIndexOutOfBoundsException("view is valid but adapter.getCount() has changed from " + previousItems.size() + " to " + adapter.getCount());
322 if (valid && !newItems.equals(previousItems)) {
323 throw new RuntimeException("view is valid bu
[all...]
/external/antlr/antlr-3.4/runtime/Python/unittests/
H A Dtesttreewizard.py515 valid = wiz.parse(t, "(A B C)")
516 self.failUnless(valid)
522 valid = wiz.parse(t, "A")
523 self.failUnless(valid)
529 valid = wiz.parse(t, "B")
530 self.failUnless(not valid)
536 valid = wiz.parse(t, "(nil A B C)")
537 self.failUnless(valid)
543 valid = wiz.parse(t, "(nil A B)")
544 self.failUnless(not valid)
[all...]
/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/libpng/
H A Dpngget.c24 return(info_ptr->valid & flag);
122 if (info_ptr->valid & PNG_INFO_pHYs)
143 if (info_ptr->valid & PNG_INFO_pHYs)
164 if (info_ptr->valid & PNG_INFO_pHYs)
188 if (info_ptr->valid & PNG_INFO_pHYs)
212 if (info_ptr->valid & PNG_INFO_oFFs)
234 if (info_ptr->valid & PNG_INFO_oFFs)
256 if (info_ptr->valid & PNG_INFO_oFFs)
278 if (info_ptr->valid & PNG_INFO_oFFs)
337 if (png_ptr != NULL && info_ptr != NULL && (info_ptr->valid
[all...]
/external/chromium_org/third_party/libxml/src/
H A DtestReader.c41 static int valid = 0; variable
48 printf("\t --valid: validate the document\n");
77 if (valid)
122 else if ((!strcmp(argv[i], "-valid")) || (!strcmp(argv[i], "--valid")))
123 valid++;
/external/chromium_org/third_party/skia/third_party/ktx/
H A Dktx.h45 bool valid() const { return fValid; } function in class:SkKTXFile
51 SkASSERT(!this->valid() || mipmap < fPixelData.count());
52 return this->valid() ? fPixelData[mipmap].data() : NULL;
/external/qemu/distrib/libpng-1.2.46/
H A Dpngget.c24 return(info_ptr->valid & flag);
122 if (info_ptr->valid & PNG_INFO_pHYs)
143 if (info_ptr->valid & PNG_INFO_pHYs)
164 if (info_ptr->valid & PNG_INFO_pHYs)
188 if (info_ptr->valid & PNG_INFO_pHYs)
212 if (info_ptr->valid & PNG_INFO_oFFs)
234 if (info_ptr->valid & PNG_INFO_oFFs)
256 if (info_ptr->valid & PNG_INFO_oFFs)
278 if (info_ptr->valid & PNG_INFO_oFFs)
337 if (png_ptr != NULL && info_ptr != NULL && (info_ptr->valid
[all...]
/external/skia/third_party/ktx/
H A Dktx.h44 bool valid() const { return fValid; } function in class:SkKTXFile
50 SkASSERT(!this->valid() || mipmap < fPixelData.count());
51 return this->valid() ? fPixelData[mipmap].data() : NULL;
/external/chromium_org/chrome/browser/media_galleries/fileapi/
H A Dsafe_audio_video_checker.h20 // File::FILE_OK, then the file appears to be a valid media file. This does
48 void OnCheckingFinished(bool valid);
/external/chromium_org/chrome/browser/renderer_host/
H A Dchrome_render_widget_host_view_mac_delegate.h43 isValidItem:(BOOL*)valid;
/external/chromium_org/chrome/browser/web_resource/
H A Dpromo_resource_service_mobile_ntp_unittest.cc67 EXPECT_TRUE(mobile_promo_.valid());
77 EXPECT_TRUE(mobile_promo_.valid());
97 EXPECT_TRUE(prefs_mobile_promo.valid());
98 EXPECT_TRUE(mobile_promo_.valid());
/external/chromium_org/content/public/browser/
H A Drender_widget_host_view_mac_delegate.h35 // the delegate is unaware of that item and |valid| is undefined. Otherwise,
36 // |valid| contains the validity of the specified item.
38 isValidItem:(BOOL*)valid;
/external/chromium_org/content/renderer/android/
H A Dcontent_detector.h28 bool valid; member in struct:content::ContentDetector::Result

Completed in 1255 milliseconds

1234567891011>>