Searched defs:getFlag (Results 1 - 8 of 8) 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/llvm/include/llvm/CodeGen/
H A DMachineInstr.h153 /// getFlag - Return whether an MI flag is set.
154 bool getFlag(MIFlag Flag) const { function in class:llvm::MachineInstr
211 return getFlag(BundledPred);
222 bool isBundledWithPred() const { return getFlag(BundledPred); }
226 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.h224 bool isElementNode() const { return getFlag(IsElementFlag); }
225 bool isContainerNode() const { return getFlag(IsContainerFlag); }
226 bool isTextNode() const { return getFlag(IsTextFlag); }
227 bool isHTMLElement() const { return getFlag(IsHTMLFlag); }
228 bool isSVGElement() const { return getFlag(IsSVGFlag); }
235 bool isCustomElement() const { return getFlag(CustomElement); }
244 ? (getFlag(CustomElementUpgraded) ? Upgraded : WaitingForUpgrade)
269 bool isDocumentFragment() const { return getFlag(IsDocumentFragmentFlag); }
271 bool isInsertionPoint() const { return getFlag(IsInsertionPointFlag); }
273 bool inNamedFlow() const { return getFlag(InNamedFlowFla
750 bool getFlag(NodeFlags mask) const { return m_nodeFlags & mask; } function in class:WebCore::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/debugging/ com/google/debugging/sourcemap/ ...

Completed in 227 milliseconds