Searched defs:isGlobal (Results 1 - 15 of 15) sorted by relevance

/external/nist-sip/java/javax/sip/address/
H A DTelURL.java19 boolean isGlobal(); method in interface:TelURL
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DXUnresolvedVariable.java75 * @param isGlobal true if this is a global variable.
80 boolean isGlobal)
93 m_isGlobal = isGlobal;
77 XUnresolvedVariable(ElemVariable obj, int sourceNode, TransformerImpl transformer, int varStackPos, int varStackContext, boolean isGlobal) argument
H A DRedundentExprEliminator.java160 boolean isGlobal = (paths == m_absPaths);
172 list = matchAndEliminatePartialPaths(next, list, isGlobal, i, psuedoVarRecipient);
188 boolean isGlobal,
237 ElemTemplateElement root = isGlobal ? varScope : findCommonAncestor(matchedPaths);
240 ElemVariable var = createPseudoVarDecl(root, newIter, isGlobal);
242 System.err.println("Created var: "+var.getName()+(isGlobal ? "(Global)" : ""));
252 changePartToRef(var.getName(), iter, lengthToTest, isGlobal);
260 diagnoseMultistepList(matchCount, lengthToTest, isGlobal);
418 boolean isGlobal)
424 if (isGlobal)
186 matchAndEliminatePartialPaths(MultistepExprHolder testee, MultistepExprHolder head, boolean isGlobal, int lengthToTest, ElemTemplateElement varScope) argument
415 diagnoseMultistepList( int matchCount, int lengthToTest, boolean isGlobal) argument
439 changePartToRef(final QName uniquePseudoVarName, WalkingIterator wi, final int numSteps, final boolean isGlobal) argument
816 createPseudoVarDecl( ElemTemplateElement psuedoVarRecipient, LocPathIterator lpi, boolean isGlobal) argument
[all...]
/external/apache-xml/src/main/java/org/apache/xpath/operations/
H A DVariable.java84 * @param isGlobal true if this should be a global variable reference.
86 public void setIsGlobal(boolean isGlobal) argument
88 m_isGlobal = isGlobal;
/external/nist-sip/java/gov/nist/javax/sip/address/
H A DTelURLImpl.java96 public boolean isGlobal() { method in class:TelURLImpl
97 return telephoneNumber.isGlobal();
H A DTelephoneNumber.java120 public boolean isGlobal() { method in class:TelephoneNumber
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
H A DGenerateResults.java491 boolean isGlobal = component.startsWith("global");
492 if (isGlobal) {
532 printComponentTitle(/*performanceResults, */component, isGlobal, stream);
554 if (!isGlobal) {
576 private void printComponentTitle(/*PerformanceResults performanceResults, */String component, boolean isGlobal, PrintStream stream) { argument
582 if (!isGlobal) {
601 if (!isGlobal) {
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp123 bool isGlobal = flags & SymbolRef::SF_Global; local
129 if (isGlobal)
/external/llvm/include/llvm/CodeGen/
H A DMachineOperand.h219 /// isGlobal - Tests if this is a MO_GlobalAddress operand.
220 bool isGlobal() const { return OpKind == MO_GlobalAddress; } function in class:llvm::MachineOperand
416 assert(isGlobal() && "Wrong MachineOperand accessor");
433 assert((isGlobal() || isSymbol() || isCPI() || isBlockAddress()) &&
481 assert((isGlobal() || isSymbol() || isCPI() || isBlockAddress()) &&
/external/llvm/lib/Analysis/
H A DDebugInfo.cpp215 /// isGlobal - Return true if the specified tag is legal for DIGlobal.
216 bool DIDescriptor::isGlobal() const { function in class:DIDescriptor
/external/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp724 BitstreamWriter &Stream, bool isGlobal) {
734 if (isGlobal) {
722 WriteConstants(unsigned FirstVal, unsigned LastVal, const ValueEnumerator &VE, BitstreamWriter &Stream, bool isGlobal) argument
/external/clang/lib/AST/
H A DDecl.cpp1724 bool FunctionDecl::isGlobal() const { function in class:FunctionDecl
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.test.performance_3.6.0.v20091014.jarMETA-INF/MANIFEST.MF plugin.properties about.html scripts/cs.sh scripts/derby. ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
H A Dperformanceui.jarMETA-INF/MANIFEST.MF .project about.html plugin.xml build.properties images/FAIL ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 506 milliseconds