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...]
  /packages/apps/Gallery2/src/com/android/camera/
ComboPreferences.java 145 private static boolean isGlobal(String key) {
159 if (isGlobal(key) || !mPrefLocal.contains(key)) {
168 if (isGlobal(key) || !mPrefLocal.contains(key)) {
177 if (isGlobal(key) || !mPrefLocal.contains(key)) {
186 if (isGlobal(key) || !mPrefLocal.contains(key)) {
195 if (isGlobal(key) || !mPrefLocal.contains(key)) {
252 if (isGlobal(key)) {
262 if (isGlobal(key)) {
272 if (isGlobal(key)) {
282 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/lib/Target/Mips/
MipsGOT.h 68 bool isGlobal(const ResolveInfo* pInfo) {
  /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 36 if (!MO.isGlobal()) {
60 if (MO.isGlobal()) {
87 assert(MO.isGlobal() && "Extern symbol not handled yet");
PPCAsmPrinter.cpp 394 assert(MO.isGlobal() || MO.isCPI() || MO.isJTI());
396 if (MO.isGlobal())
423 assert((MO.isGlobal() || MO.isCPI() || MO.isJTI()) &&
431 if (MO.isGlobal()) {
467 assert((MO.isGlobal() || MO.isJTI() || MO.isCPI()) &&
475 else if (MO.isGlobal()) {
504 assert((MO.isGlobal() || MO.isCPI()) && "Invalid operand for ADDItocL");
509 if (MO.isGlobal()) {
    [all...]
PPCCodeEmitter.cpp 161 if (MO.isGlobal())
  /external/llvm/include/llvm/CodeGen/
MachineOperand.h 241 /// isGlobal - Tests if this is a MO_GlobalAddress operand.
242 bool isGlobal() const { return OpKind == MO_GlobalAddress; }
429 assert(isGlobal() && "Wrong MachineOperand accessor");
446 assert((isGlobal() || isSymbol() || isCPI() || isTargetIndex() ||
494 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;
  /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 153 bool isGlobal() const;
  /external/llvm/lib/Target/Mips/
MipsCodeEmitter.cpp 175 if (MO.isGlobal())
222 else if (MO.isGlobal())
  /external/llvm/lib/Target/X86/
X86MCInstLower.cpp 71 assert((MO.isGlobal() || MO.isSymbol() || MO.isMBB()) && "Isn't a symbol reference");
75 if (MO.isGlobal()) {
110 assert(MO.isGlobal() && "Extern symbol not handled yet");
124 assert(MO.isGlobal() && "Extern symbol not handled yet");
140 if (MO.isGlobal()) {
X86AsmPrinter.cpp 290 assert(DispSpec.isGlobal() || DispSpec.isCPI() ||
425 if (MO.isGlobal() || MO.isCPI() || MO.isJTI() || MO.isSymbol()) {
442 else if (MO.isGlobal() || MO.isCPI() || MO.isJTI() || MO.isSymbol())
  /frameworks/compile/slang/
slang_rs_backend.cpp 110 if (FD && FD->isGlobal()) {
180 if (FD && !FD->isGlobal()) {
  /external/clang/include/clang/Analysis/
CallGraph.h 106 addNodeForDecl(FD, FD->isGlobal());
127 void addNodeForDecl(Decl *D, bool IsGlobal);
  /external/llvm/lib/Target/MBlaze/
MBlazeDelaySlotFiller.cpp 78 if (mop.isGlobal() || mop.isSymbol() || mop.isJTI() || mop.isCPI())
  /external/llvm/lib/Target/Sparc/
SparcAsmPrinter.cpp 130 if (MI->getOperand(opNum+1).isGlobal() ||
  /frameworks/compile/mclinker/lib/LD/
ResolveInfo.cpp 166 // isGlobal - [L,W] == [0, 0]
167 bool ResolveInfo::isGlobal() const

Completed in 1107 milliseconds

1 2 3