Searched defs:isGlobal (Results 1 - 16 of 16) 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/include/llvm/CodeGen/
H A DMachineOperand.h244 /// isGlobal - Tests if this is a MO_GlobalAddress operand.
245 bool isGlobal() const { return OpKind == MO_GlobalAddress; } function in class:llvm::MachineOperand
434 assert(isGlobal() && "Wrong MachineOperand accessor");
456 assert((isGlobal() || isSymbol() || isCPI() || isTargetIndex() ||
510 assert((isGlobal() || isSymbol() || isCPI() || isTargetIndex() ||
/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dfts3_snippet.c775 static void fts3LoadColumnlistCounts(char **pp, u32 *aOut, int isGlobal){ argument
786 if( isGlobal ){
/external/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp914 BitstreamWriter &Stream, bool isGlobal) {
924 if (isGlobal) {
912 WriteConstants(unsigned FirstVal, unsigned LastVal, const ValueEnumerator &VE, BitstreamWriter &Stream, bool isGlobal) argument
/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/clang/lib/AST/
H A DDecl.cpp2488 bool FunctionDecl::isGlobal() const { function in class:FunctionDecl
/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/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c123408 fts3LoadColumnlistCounts(char **pp, u32 *aOut, int isGlobal) argument
[all...]
/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 ...
/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 782 milliseconds