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

1 2

  /external/nist-sip/java/javax/sip/address/
TelURL.java 19 boolean isGlobal();
  /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)
  /external/swiftshader/third_party/LLVM/include/llvm/Object/
ObjectFile.h 122 error_code isGlobal(bool &Result) const;
342 inline error_code SymbolRef::isGlobal(bool &Result) const {
  /frameworks/compile/mclinker/lib/LD/
ResolveInfo.cpp 154 // isGlobal - [L,W] == [0, 0]
155 bool ResolveInfo::isGlobal() const {
229 (isGlobal() || isWeak()) && (isDefine() || isCommon()))
  /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() ||
  /frameworks/av/media/libstagefright/codec2/include/
C2Param.h 191 inline bool isGlobal() const { return (mIndex & kDirMask) == kDirGlobal; }
200 inline bool forPort() const { return !forStream() && !isGlobal(); }
238 if (isGlobal()) {
316 inline bool isGlobal() const { return _mIndex.isGlobal(); }
410 } else if (o->_mIndex.isGlobal()) {
    [all...]
  /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/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineOperand.h 206 /// isGlobal - Tests if this is a MO_GlobalAddress operand.
207 bool isGlobal() const { return OpKind == MO_GlobalAddress; }
387 assert(isGlobal() && "Wrong MachineOperand accessor");
404 assert((isGlobal() || isSymbol() || isCPI() || isBlockAddress()) &&
430 assert((isGlobal() || isSymbol() || isCPI() || isBlockAddress()) &&
  /external/swiftshader/third_party/LLVM/lib/Analysis/
DebugInfo.cpp 215 /// isGlobal - Return true if the specified tag is legal for DIGlobal.
216 bool DIDescriptor::isGlobal() const {
    [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
UserRestrictionsUtils.java 349 if (isGlobal(isDeviceOwner, key)) {
360 private static boolean isGlobal(boolean isDeviceOwner, String key) {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
MachineOperand.h 257 /// isGlobal - Tests if this is a MO_GlobalAddress operand.
258 bool isGlobal() const { return OpKind == MO_GlobalAddress; }
448 assert(isGlobal() && "Wrong MachineOperand accessor");
480 assert((isGlobal() || isSymbol() || isMCSymbol() || isCPI() ||
540 assert((isGlobal() || isSymbol() || isMCSymbol() || isCPI() ||
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
IRSymtab.h 166 bool isGlobal() const { return (Flags >> S::FB_global) & 1; }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
MachineOperand.h 257 /// isGlobal - Tests if this is a MO_GlobalAddress operand.
258 bool isGlobal() const { return OpKind == MO_GlobalAddress; }
448 assert(isGlobal() && "Wrong MachineOperand accessor");
480 assert((isGlobal() || isSymbol() || isMCSymbol() || isCPI() ||
540 assert((isGlobal() || isSymbol() || isMCSymbol() || isCPI() ||
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
IRSymtab.h 166 bool isGlobal() const { return (Flags >> S::FB_global) & 1; }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
MachineOperand.h 257 /// isGlobal - Tests if this is a MO_GlobalAddress operand.
258 bool isGlobal() const { return OpKind == MO_GlobalAddress; }
448 assert(isGlobal() && "Wrong MachineOperand accessor");
480 assert((isGlobal() || isSymbol() || isMCSymbol() || isCPI() ||
540 assert((isGlobal() || isSymbol() || isMCSymbol() || isCPI() ||
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
IRSymtab.h 166 bool isGlobal() const { return (Flags >> S::FB_global) & 1; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineOperand.h 257 /// isGlobal - Tests if this is a MO_GlobalAddress operand.
258 bool isGlobal() const { return OpKind == MO_GlobalAddress; }
448 assert(isGlobal() && "Wrong MachineOperand accessor");
480 assert((isGlobal() || isSymbol() || isMCSymbol() || isCPI() ||
540 assert((isGlobal() || isSymbol() || isMCSymbol() || isCPI() ||
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
IRSymtab.h 166 bool isGlobal() const { return (Flags >> S::FB_global) & 1; }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
MachineOperand.h 257 /// isGlobal - Tests if this is a MO_GlobalAddress operand.
258 bool isGlobal() const { return OpKind == MO_GlobalAddress; }
448 assert(isGlobal() && "Wrong MachineOperand accessor");
480 assert((isGlobal() || isSymbol() || isMCSymbol() || isCPI() ||
540 assert((isGlobal() || isSymbol() || isMCSymbol() || isCPI() ||
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
IRSymtab.h 166 bool isGlobal() const { return (Flags >> S::FB_global) & 1; }
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
MachineOperand.h 257 /// isGlobal - Tests if this is a MO_GlobalAddress operand.
258 bool isGlobal() const { return OpKind == MO_GlobalAddress; }
448 assert(isGlobal() && "Wrong MachineOperand accessor");
480 assert((isGlobal() || isSymbol() || isMCSymbol() || isCPI() ||
540 assert((isGlobal() || isSymbol() || isMCSymbol() || isCPI() ||
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
IRSymtab.h 166 bool isGlobal() const { return (Flags >> S::FB_global) & 1; }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
MachineOperand.h 257 /// isGlobal - Tests if this is a MO_GlobalAddress operand.
258 bool isGlobal() const { return OpKind == MO_GlobalAddress; }
448 assert(isGlobal() && "Wrong MachineOperand accessor");
480 assert((isGlobal() || isSymbol() || isMCSymbol() || isCPI() ||
540 assert((isGlobal() || isSymbol() || isMCSymbol() || isCPI() ||
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
IRSymtab.h 166 bool isGlobal() const { return (Flags >> S::FB_global) & 1; }

Completed in 886 milliseconds

1 2