Searched defs:getFlag (Results 1 - 10 of 10) sorted by relevance

/external/smack/src/org/xbill/DNS/
H A DHeader.java123 getFlag(int bit) { method in class:Header
134 array[i] = getFlag(i);
246 if (validFlag(i) && getFlag(i)) {
/external/icu/icu4c/source/i18n/
H A Dcollationsettings.h138 UColAttributeValue getFlag(int32_t bit) const { function in struct:CollationSettings
/external/llvm/include/llvm/CodeGen/
H A DMachineInstr.h154 /// getFlag - Return whether an MI flag is set.
155 bool getFlag(MIFlag Flag) const { function in class:llvm::MachineInstr
212 return getFlag(BundledPred);
223 bool isBundledWithPred() const { return getFlag(BundledPred); }
227 bool isBundledWithSucc() const { return getFlag(BundledSucc); }
/external/smack/src/org/apache/harmony/javax/security/auth/login/
H A DLoginContext.java273 ++total[module.getFlag()];
274 ++logged[module.getFlag()];
275 if (module.getFlag() == SUFFICIENT) {
293 ++total[module.getFlag()];
295 if (module.getFlag() == REQUISITE) {
339 ++total[module.getFlag()];
342 ++commited[module.getFlag()];
512 int getFlag() { method in class:LoginContext.Module
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h81 assert(getFlag() == Flag);
90 bool empty() const { return P == 0 || getFlag() != 0; }
105 bool getFlag() const { function in class:clang::ento::ExplodedNode::NodeGroup
185 bool isSink() const { return Succs.getFlag(); }
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DNode.h227 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(HasCustomStyleCallbacksFla
721 bool getFlag(NodeFlags mask) const { return m_nodeFlags & mask; } function in class:blink::Node
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.filesystem_1.3.1.R36x_v20100727-0745.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 1629 milliseconds