HomeSort by relevance Sort by last modified time
    Searched refs:isGlobal (Results 1 - 25 of 58) sorted by null

1 2 3

  /external/nist-sip/java/javax/sip/address/
TelURL.java 19 boolean isGlobal();
  /packages/apps/LegacyCamera/src/com/android/camera/
ComboPreferences.java 75 private static boolean isGlobal(String key) {
85 if (isGlobal(key) || !mPrefLocal.contains(key)) {
93 if (isGlobal(key) || !mPrefLocal.contains(key)) {
101 if (isGlobal(key) || !mPrefLocal.contains(key)) {
109 if (isGlobal(key) || !mPrefLocal.contains(key)) {
117 if (isGlobal(key) || !mPrefLocal.contains(key)) {
169 if (isGlobal(key)) {
178 if (isGlobal(key)) {
187 if (isGlobal(key)) {
196 if (isGlobal(key))
    [all...]
  /packages/apps/Camera/src/com/android/camera/
ComboPreferences.java 142 private static boolean isGlobal(String key) {
155 if (isGlobal(key) || !mPrefLocal.contains(key)) {
164 if (isGlobal(key) || !mPrefLocal.contains(key)) {
173 if (isGlobal(key) || !mPrefLocal.contains(key)) {
182 if (isGlobal(key) || !mPrefLocal.contains(key)) {
191 if (isGlobal(key) || !mPrefLocal.contains(key)) {
250 if (isGlobal(key)) {
260 if (isGlobal(key)) {
270 if (isGlobal(key)) {
280 if (isGlobal(key))
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
XUnresolvedVariable.java 75 * @param isGlobal true if this is a global variable.
80 boolean isGlobal)
93 m_isGlobal = isGlobal;
RedundentExprEliminator.java 160 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)
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/address/
TelURLImpl.java 96 public boolean isGlobal() {
97 return telephoneNumber.isGlobal();
TelephoneNumber.java 47 /** isglobal field
49 protected boolean isglobal; field in class:TelephoneNumber
120 public boolean isGlobal() {
121 return isglobal;
149 isglobal = g;
189 if (isglobal)
  /frameworks/compile/mclinker/unittests/
StaticResolverTest.cpp 278 ASSERT_TRUE( sym->isGlobal() );
294 ASSERT_TRUE( sym->isGlobal() );
310 ASSERT_TRUE( sym->isGlobal() );
326 ASSERT_TRUE( sym->isGlobal() );
341 ASSERT_TRUE( sym->isGlobal() );
356 ASSERT_TRUE( sym->isGlobal() );
378 ASSERT_TRUE( sym->isGlobal() );
393 ASSERT_TRUE( sym->isGlobal() );
408 ASSERT_FALSE( sym->isGlobal() );
423 ASSERT_FALSE( sym->isGlobal() );
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCMCInstLower.cpp 55 if (!MO.isGlobal()) {
77 if (MO.isGlobal()) {
100 assert(MO.isGlobal() && "Extern symbol not handled yet");
PPCAsmPrinter.cpp 345 assert(MO.isGlobal() || MO.isCPI() || MO.isJTI());
347 if (MO.isGlobal())
374 assert((MO.isGlobal() || MO.isCPI() || MO.isJTI()) &&
382 if (MO.isGlobal()) {
415 assert((MO.isGlobal() || MO.isJTI() || MO.isCPI()) &&
426 else if (MO.isGlobal()) {
452 assert((MO.isGlobal() || MO.isCPI()) && "Invalid operand for ADDItocL");
457 if (MO.isGlobal()) {
708 if (MO.isGlobal() && MO.getGlobal()->getAlignment() < 4)
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonCopyToCombine.cpp 141 assert(MI->getOperand(0).isReg() && MI->getOperand(1).isGlobal());
239 bool IsImmUseReg = I2->getOperand(1).isImm() || I2->getOperand(1).isGlobal();
304 IsImmUseReg = I1->getOperand(1).isImm() || I1->getOperand(1).isGlobal();
565 if (HiOperand.isGlobal()) {
572 if (LoOperand.isGlobal()) {
615 if (HiOperand.isGlobal()) {
640 if (LoOperand.isGlobal()) {
  /external/llvm/include/llvm/CodeGen/
MachineOperand.h 244 /// isGlobal - Tests if this is a MO_GlobalAddress operand.
245 bool isGlobal() const { return OpKind == MO_GlobalAddress; }
434 assert(isGlobal() && "Wrong MachineOperand accessor");
456 assert((isGlobal() || isSymbol() || isCPI() || isTargetIndex() ||
510 assert((isGlobal() || isSymbol() || isCPI() || isTargetIndex() ||
  /external/apache-xml/src/main/java/org/apache/xpath/operations/
Variable.java 84 * @param isGlobal true if this should be a global variable reference.
86 public void setIsGlobal(boolean isGlobal)
88 m_isGlobal = isGlobal;
  /frameworks/compile/mclinker/lib/LD/
ResolveInfo.cpp 175 // isGlobal - [L,W] == [0, 0]
176 bool ResolveInfo::isGlobal() const
263 (isGlobal() || isWeak()) &&
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
GenerateResults.java 491 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) {
582 if (!isGlobal) {
601 if (!isGlobal) {
    [all...]
  /frameworks/compile/mclinker/include/mcld/LD/
ResolveInfo.h 154 bool isGlobal() const;
  /external/llvm/lib/Target/Mips/
MipsCodeEmitter.cpp 190 if (MO.isGlobal())
297 else if (MO.isGlobal())
  /external/clang/include/clang/Analysis/
CallGraph.h 106 addNodeForDecl(FD, FD->isGlobal());
127 void addNodeForDecl(Decl *D, bool IsGlobal);
  /external/llvm/lib/Target/AArch64/
AArch64MCInstLower.cpp 85 if (MO.isGlobal()) {
  /external/llvm/lib/Target/Sparc/
SparcCodeEmitter.cpp 183 else if (MO.isGlobal())
  /external/llvm/lib/Target/X86/
X86CodeEmitter.cpp 428 if (RelocOp->isGlobal()) {
457 if (Op3.isGlobal()) {
    [all...]
X86MCInstLower.cpp 76 assert((MO.isGlobal() || MO.isSymbol() || MO.isMBB()) && "Isn't a symbol reference");
101 if (MO.isGlobal()) {
125 assert(MO.isGlobal() && "Extern symbol not handled yet");
137 assert(MO.isGlobal() && "Extern symbol not handled yet");
151 if (MO.isGlobal()) {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.test.performance_3.6.0.v20091014.jar 
  /frameworks/compile/slang/
slang_rs_backend.cpp 106 if (FD && FD->isGlobal()) {
175 if (FD && !FD->isGlobal()) {
  /external/llvm/lib/Target/NVPTX/
NVPTXReplaceImageHandles.cpp 343 assert(TexHandleDef.getOperand(1).isGlobal() && "Load is not a global!");

Completed in 2217 milliseconds

1 2 3