HomeSort by relevance Sort by last modified time
    Searched defs:IsValid (Results 151 - 175 of 224) sorted by null

1 2 3 4 5 67 8 9

  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
FunctionLoweringInfo.h 184 unsigned IsValid : 1;
187 LiveOutInfo() : NumSignBits(0), IsValid(true) {}
246 if (!LOI->IsValid)
290 LiveOutRegInfo[Reg].IsValid = false;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Basic/
FileManager.h 71 bool IsValid; // Is this \c FileEntry initialized and valid?
78 : UniqueID(0, 0), IsNamedPipe(false), InPCH(false), IsValid(false)
86 bool isValid() const { return IsValid; }
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
FunctionLoweringInfo.h 184 unsigned IsValid : 1;
187 LiveOutInfo() : NumSignBits(0), IsValid(true) {}
246 if (!LOI->IsValid)
290 LiveOutRegInfo[Reg].IsValid = false;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Basic/
FileManager.h 71 bool IsValid; // Is this \c FileEntry initialized and valid?
78 : UniqueID(0, 0), IsNamedPipe(false), InPCH(false), IsValid(false)
86 bool isValid() const { return IsValid; }
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
FunctionLoweringInfo.h 184 unsigned IsValid : 1;
187 LiveOutInfo() : NumSignBits(0), IsValid(true) {}
246 if (!LOI->IsValid)
290 LiveOutRegInfo[Reg].IsValid = false;
  /prebuilts/go/darwin-x86/src/text/scanner/
scanner.go 35 // IsValid reports whether the position is valid.
36 func (pos *Position) IsValid() bool { return pos.Line > 0 }
43 if pos.IsValid() {
331 if !pos.IsValid() {
  /prebuilts/go/linux-x86/src/text/scanner/
scanner.go 35 // IsValid reports whether the position is valid.
36 func (pos *Position) IsValid() bool { return pos.Line > 0 }
43 if pos.IsValid() {
331 if !pos.IsValid() {
  /prebuilts/ndk/r16/sources/third_party/shaderc/libshaderc/include/shaderc/
shaderc.hpp 325 bool IsValid() const { return compiler_ != nullptr; }
  /system/core/libbacktrace/include/backtrace/
BacktraceMap.h 126 if (IsValid(map)) {
146 static inline bool IsValid(const backtrace_map_t& map) {
  /art/runtime/
oat.cc 103 bool OatHeader::IsValid() const {
148 CHECK(IsValid());
153 CHECK(IsValid());
189 DCHECK(IsValid());
199 CHECK(IsValid());
204 CHECK(IsValid());
209 DCHECK(IsValid());
216 DCHECK(IsValid());
223 DCHECK(IsValid());
232 DCHECK(IsValid());
    [all...]
  /external/dng_sdk/source/
dng_camera_profile.h 112 DNG_ASSERT (!fFingerprint.IsValid () || fName.NotEmpty (),
127 DNG_ASSERT (!fFingerprint.IsValid () || fName.NotEmpty (),
166 bool IsValid () const
267 // The "as shot" tone curve for this profile. Check IsValid method
505 if (!fFingerprint.IsValid ())
573 return fHueSatDeltas1.IsValid ();
622 return fLookTable.IsValid ();
800 bool IsValid (uint32 channels) const;
dng_date_time.cpp 83 bool dng_date_time::IsValid () const
136 return IsValid ();
147 if (IsValid ())
205 bool dng_date_time_info::IsValid () const
208 return fDateTime.IsValid ();
388 if (IsValid ())
463 if (fTimeZone.IsValid ())
514 if (IsValid ())
574 if (zone.IsValid ())
642 if (IsValid () && !fDateOnly
    [all...]
  /external/pdfium/fpdfsdk/formfiller/
cffl_formfiller.cpp 165 if (!IsValid())
199 if (!IsValid())
212 if (!IsValid())
223 if (!IsValid())
235 if (!IsValid())
260 if (!IsValid())
283 bool CFFL_FormFiller::IsValid() const {
  /external/pdfium/fxjs/
cjs_eventhandler.cpp 407 bool CJS_EventHandler::IsValid() const {
  /external/v8/src/compiler/
js-operator.h 37 bool IsValid() const { return !vector_.is_null() && !slot_.IsInvalid(); }
  /external/vixl/src/
invalset-vixl.h 126 static bool IsValid(const ElementType& element);
282 static bool IsValid(const ElementType& element);
351 VIXL_ASSERT(IsValid(element));
383 VIXL_ASSERT(IsValid(element));
458 bool InvalSet<TEMPLATE_INVALSET_P_DEF>::IsValid(const ElementType& element) {
512 while (!IsValid(elements[low]) && (low < high)) ++low;
513 while (!IsValid(elements[high]) && (low < high)) --high;
520 while ((middle < high - 1) && !IsValid(elements[middle])) ++middle;
521 while ((low + 1 < middle) && !IsValid(elements[middle])) --middle;
522 if (!IsValid(elements[middle]))
    [all...]
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
pointer.h 292 bool IsValid() const { return parseErrorCode_ == kPointerParseErrorNone; }
321 if (!IsValid() || !rhs.IsValid() || tokenCount_ != rhs.tokenCount_)
388 RAPIDJSON_ASSERT(IsValid());
458 RAPIDJSON_ASSERT(IsValid());
683 RAPIDJSON_ASSERT(IsValid());
    [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/hlsl/
hlslParseables.cpp 355 inline bool IsValid(const char* cname, char retOrder, char retType, char argOrder, char argType, int dim0, int dim1)
    [all...]
  /system/tpm/attestation/server/
pkcs11_key_store.cc 73 if (IsValid() && (C_CloseSession(handle_) != CKR_OK)) {
81 bool IsValid() const { return (handle_ != CK_INVALID_HANDLE); }
103 if (!session.IsValid()) {
143 if (!session.IsValid()) {
180 if (!session.IsValid()) {
202 if (!session.IsValid()) {
235 if (!session.IsValid()) {
370 if (!session.IsValid()) {
  /external/clang/include/clang/Lex/
HeaderSearch.h 76 unsigned IsValid : 1;
105 Resolved(false), IndexHeaderMapHeader(false), IsValid(0),
  /external/pdfium/fpdfsdk/pwl/
cpwl_list_impl.cpp 319 if (!IsValid(nItemIndex))
334 if (!IsValid(nItemIndex))
350 if (!IsValid(nItemIndex))
398 if (!IsValid(nItemIndex))
417 if (!IsValid(nItemIndex))
509 if (IsValid(nIndex)) {
629 bool CPWL_ListCtrl::IsValid(int32_t nItemIndex) const {
cpwl_wnd.h 273 bool IsValid() const { return m_bCreated; }
  /external/v8/src/crankshaft/
lithium-allocator.h 54 DCHECK(IsValid());
67 DCHECK(IsValid());
74 DCHECK(IsValid());
80 DCHECK(IsValid());
87 DCHECK(IsValid());
98 bool IsValid() const { return value_ != -1; }
  /external/webrtc/webrtc/libjingle/xmpp/
chatroommoduleimpl.cc 121 virtual bool IsValid();
235 if (chatroom_jid_.IsValid() == false) {
679 if (IsValid() == false) {
690 if (IsValid() == false) {
705 if (IsValid() == false) {
720 XmppChatroomMemberEnumeratorImpl::IsValid() {
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtcp_utility.cc 102 if (IsValid())
451 RTCPUtility::RTCPParserV2::IsValid() const
    [all...]

Completed in 576 milliseconds

1 2 3 4 5 67 8 9