HomeSort by relevance Sort by last modified time
    Searched full:isglobal (Results 1 - 25 of 62) 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...]
  /external/nist-sip/java/gov/nist/javax/sip/address/
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)
TelURLImpl.java 96 public boolean isGlobal() {
97 return telephoneNumber.isGlobal();
  /external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/flame/
StrengthVelocityPanel.java 31 setValue(isGlobalCheckBox, this.value.isGlobal);
66 StrengthVelocityPanel.this.value.isGlobal = isGlobalCheckBox.isSelected();
AngularVelocityPanel.java 32 setValue(isGlobalCheckBox, this.value.isGlobal);
80 AngularVelocityPanel.this.value.isGlobal = isGlobalCheckBox.isSelected();
  /frameworks/compile/mclinker/unittests/
StaticResolverTest.cpp 270 ASSERT_TRUE(sym->isGlobal());
286 ASSERT_TRUE(sym->isGlobal());
302 ASSERT_TRUE(sym->isGlobal());
318 ASSERT_TRUE(sym->isGlobal());
333 ASSERT_TRUE(sym->isGlobal());
348 ASSERT_TRUE(sym->isGlobal());
369 ASSERT_TRUE(sym->isGlobal());
384 ASSERT_TRUE(sym->isGlobal());
399 ASSERT_FALSE(sym->isGlobal());
414 ASSERT_FALSE(sym->isGlobal());
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
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...]
XUnresolvedVariable.java 75 * @param isGlobal true if this is a global variable.
80 boolean isGlobal)
93 m_isGlobal = isGlobal;
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/
ParticleShader.java 111 @Override public boolean isGlobal (BaseShader shader, int inputID) { return true; }
118 @Override public boolean isGlobal (BaseShader shader, int inputID) { return true; }
125 @Override public boolean isGlobal (BaseShader shader, int inputID) { return true; }
131 @Override public boolean isGlobal (BaseShader shader, int inputID) { return true; }
137 @Override public boolean isGlobal (BaseShader shader, int inputID) { return true; }
144 @Override public boolean isGlobal (BaseShader shader, int inputID) { return false; }
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/influencers/
DynamicsModifier.java 310 if(!isGlobal){
476 public boolean isGlobal = false;
482 this.isGlobal = modifier.isGlobal;
493 json.writeValue("isGlobal", isGlobal);
499 isGlobal = json.readValue("isGlobal", boolean.class, jsonData);
  /external/llvm/lib/Target/PowerPC/
PPCMCInstLower.cpp 58 if (!MO.isGlobal()) {
80 if (MO.isGlobal()) {
103 assert(MO.isGlobal() && "Extern symbol not handled yet");
PPCAsmPrinter.cpp 432 } else if (CalleeMO.isGlobal()) {
589 assert(MO.isGlobal() || MO.isCPI() || MO.isJTI() || MO.isBlockAddress());
591 if (MO.isGlobal())
633 assert(MO.isGlobal() || MO.isCPI() || MO.isJTI() || MO.isBlockAddress());
635 if (MO.isGlobal())
664 assert((MO.isGlobal() || MO.isCPI() || MO.isJTI() ||
670 if (MO.isGlobal()) {
703 assert((MO.isGlobal() || MO.isCPI() || MO.isJTI() ||
719 else if (MO.isGlobal()) {
746 assert((MO.isGlobal() || MO.isCPI()) && "Invalid operand for ADDItocL")
    [all...]
  /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 154 // isGlobal - [L,W] == [0, 0]
155 bool ResolveInfo::isGlobal() const {
229 (isGlobal() || isWeak()) && (isDefine() || isCommon()))
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/shaders/
BaseShader.java 50 boolean isGlobal (final BaseShader shader, final int inputID);
57 public boolean isGlobal (final BaseShader shader, final int inputID) {
64 public boolean isGlobal (final BaseShader shader, final int inputID) {
181 if (setter.isGlobal(this, i))
  /external/pdfium/xfa/src/fxfa/src/fm2js/
xfa_expression.h 36 FX_BOOL isGlobal,
xfa_expression.cpp 22 FX_BOOL isGlobal,
30 m_isGlobal(isGlobal) {
  /external/clang/include/clang/Analysis/
CallGraph.h 106 addNodeForDecl(FD, FD->isGlobal());
127 void addNodeForDecl(Decl *D, bool IsGlobal);
  /external/llvm/lib/Target/Hexagon/
HexagonCopyToCombine.cpp 550 if (HiOperand.isGlobal()) {
557 if (LoOperand.isGlobal()) {
647 if (HiOperand.isGlobal()) {
695 if (LoOperand.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...]
  /external/llvm/include/llvm/CodeGen/
MachineOperand.h 247 /// isGlobal - Tests if this is a MO_GlobalAddress operand.
248 bool isGlobal() const { return OpKind == MO_GlobalAddress; }
437 assert(isGlobal() && "Wrong MachineOperand accessor");
459 assert((isGlobal() || isSymbol() || isMCSymbol() || isCPI() ||
519 assert((isGlobal() || isSymbol() || isMCSymbol() || isCPI() ||
  /external/llvm/lib/Target/X86/
X86OptimizeLEAs.cpp 210 else if (Op1->isGlobal() && Op2->isGlobal() &&
  /external/clang/lib/Analysis/
CallGraph.cpp 130 void CallGraph::addNodeForDecl(Decl* D, bool IsGlobal) {
  /external/llvm/lib/Target/AArch64/
AArch64MCInstLower.cpp 87 if (MO.isGlobal()) {

Completed in 951 milliseconds

1 2 3