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

  /external/icu/icu4c/source/i18n/
collationsettings.h 138 UColAttributeValue getFlag(int32_t bit) const {
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 154 /// getFlag - Return whether an MI flag is set.
155 bool getFlag(MIFlag Flag) const {
212 return getFlag(BundledPred);
223 bool isBundledWithPred() const { return getFlag(BundledPred); }
227 bool isBundledWithSucc() const { return getFlag(BundledSucc); }
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 81 assert(getFlag() == Flag);
90 bool empty() const { return P == 0 || getFlag() != 0; }
105 bool getFlag() const {
185 bool isSink() const { return Succs.getFlag(); }
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Node.h 227 bool isElementNode() const { return getFlag(IsElementFlag); }
228 bool isContainerNode() const { return getFlag(IsContainerFlag); }
229 bool isTextNode() const { return getFlag(IsTextFlag); }
230 bool isHTMLElement() const { return getFlag(IsHTMLFlag); }
231 bool isSVGElement() const { return getFlag(IsSVGFlag); }
238 bool isCustomElement() const { return getFlag(CustomElementFlag); }
247 ? (getFlag(CustomElementUpgradedFlag) ? Upgraded : WaitingForUpgrade)
271 bool isDocumentFragment() const { return getFlag(IsDocumentFragmentFlag); }
273 bool isInsertionPoint() const { return getFlag(IsInsertionPointFlag); }
275 bool hasCustomStyleCallbacks() const { return getFlag(HasCustomStyleCallbacksFlag);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.filesystem_1.3.1.R36x_v20100727-0745.jar 
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 

Completed in 2668 milliseconds