HomeSort by relevance Sort by last modified time
    Searched defs:Valid (Results 1 - 13 of 13) sorted by null

  /external/webkit/Source/JavaScriptCore/qt/api/
qscriptsyntaxcheckresult.h 32 Valid
  /external/chromium/chrome/browser/sync/engine/
get_commit_ids_command.h 55 if (Valid() && !ValidateMetahandleForCommit(*handle_iterator_))
61 DCHECK(Valid());
66 if (!Valid())
79 bool Valid() const {
  /external/chromium/base/win/
registry.h 51 // True while the key is valid.
52 bool Valid() const { return key_ != NULL; }
110 // True while the iterator is valid.
111 bool Valid() const;
150 // True while the iterator is valid.
151 bool Valid() const;
registry.cc 319 bool RegistryValueIterator::Valid() const {
330 if (Valid()) {
386 bool RegistryKeyIterator::Valid() const {
397 if (Valid()) {
  /external/skia/src/image/
SkSurface_Raster.cpp 18 static bool Valid(const SkImage::Info&, size_t rb = kIgnoreRowBytesValue);
39 bool SkSurface_Raster::Valid(const SkImage::Info& info, size_t rowBytes) {
143 if (!SkSurface_Raster::Valid(info, rowBytes)) {
154 if (!SkSurface_Raster::Valid(info)) {
  /external/chromium/base/allocator/
allocator_unittests.cc 36 static bool Valid(unsigned char* buffer, int n) {
362 EXPECT_TRUE(Valid(ptr, size));
423 EXPECT_TRUE(Valid(dst, min(src_size, dst_size)));
425 EXPECT_TRUE(Valid(dst, dst_size));
475 EXPECT_TRUE(Valid(dst, min(src_size, dst_size)));
477 EXPECT_TRUE(Valid(dst, dst_size));
  /external/llvm/lib/Support/
Triple.cpp 350 // component movement when a component parses as (eg) both a valid arch and a
351 // valid os.
374 // positions by seeing if they parse as a valid architecture, and if so moving
385 // Does this component parse as valid for the target position?
386 bool Valid = false;
392 Valid = Arch != UnknownArch;
396 Valid = Vendor != UnknownVendor;
400 Valid = OS != UnknownOS;
404 Valid = Environment != UnknownEnvironment;
407 if (!Valid)
    [all...]
  /external/aac/libAACdec/src/
channelinfo.h 159 UCHAR Valid;
378 return pIcsInfo->Valid;
  /external/llvm/include/llvm/Support/
CommandLine.h 282 // want. This is only valid on "opt" arguments, not on "list" arguments.
353 bool Valid;
355 OptionValueCopy() : Valid(false) {}
357 bool hasValue() const { return Valid; }
360 assert(Valid && "invalid option value");
364 void setValue(const DataType &V) { Valid = true; Value = V; }
367 return Valid && (Value != V);
    [all...]
  /external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp 417 // The move alias for ORR is only valid if the immediate cannot be
918 bool Valid;
920 uint32_t Bits = A64SysReg::MRSMapper().fromString(Name, Valid);
928 bool Valid;
930 uint32_t Bits = A64SysReg::MSRMapper().fromString(Name, Valid);
938 bool Valid;
940 uint32_t Bits = A64PState::PStateMapper().fromString(Name, Valid);
1004 bool Valid = isValidImm(RegWidth, Value, UImm16, Shift);
1005 (void)Valid;
1006 assert(Valid && "Invalid immediates should have been weeded out by now")
    [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp     [all...]
  /frameworks/av/media/libstagefright/codecs/avc/common/include/
avcint_common.h 297 uint Valid; /* indicates the parameter set is valid */
    [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp 666 // in a semantically valid state.
    [all...]

Completed in 321 milliseconds