HomeSort by relevance Sort by last modified time
    Searched refs:isFlagSet (Results 1 - 11 of 11) sorted by null

  /packages/apps/PackageInstaller/src/com/android/packageinstaller/
InstallFlowAnalytics.java 189 return isFlagSet(FLAG_INSTALLS_FROM_UNKNOWN_SOURCES_PERMITTED);
199 return isFlagSet(FLAG_INSTALL_REQUEST_FROM_UNKNOWN_SOURCE);
209 return isFlagSet(FLAG_VERIFY_APPS_ENABLED);
219 return isFlagSet(FLAG_APP_VERIFIER_INSTALLED);
239 return isFlagSet(FLAG_FILE_URI);
249 return isFlagSet(FLAG_REPLACE);
259 return isFlagSet(FLAG_SYSTEM_APP);
275 return isFlagSet(FLAG_NEW_PERMISSIONS_FOUND);
285 return isFlagSet(FLAG_PERMISSIONS_DISPLAYED);
301 return isFlagSet(FLAG_NEW_PERMISSIONS_DISPLAYED)
    [all...]
  /frameworks/base/location/lib/java/com/android/location/provider/
GmsFusedBatchOptions.java 70 public boolean isFlagSet(int flag) {
71 return mOptions.isFlagSet(flag);
  /frameworks/base/location/java/android/location/
FusedBatchOptions.java 77 public boolean isFlagSet(int flag) {
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/MCTargetDesc/
R600MCCodeEmitter.cpp 87 bool isFlagSet(const MCInst &MI, unsigned Operand, unsigned Flag) const;
271 if ((!(isFlagSet(MI, OpIdx, MO_FLAG_ABS)))
272 && (isFlagSet(MI, OpIdx, MO_FLAG_NEG) ||
281 if (isFlagSet(MI, OpIdx, MO_FLAG_ABS)) {
309 if (isFlagSet(MI, 0, MO_FLAG_CLAMP)) {
316 if (isFlagSet(MI, 0, MO_FLAG_MASK)) {
339 if (isFlagSet(MI, 0, MO_FLAG_NOT_LAST)) {
353 if(isFlagSet(MI, 1, MO_FLAG_PUSH)) {
674 bool R600MCCodeEmitter::isFlagSet(const MCInst &MI, unsigned Operand,
  /external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/
R600MCCodeEmitter.cpp 87 bool isFlagSet(const MCInst &MI, unsigned Operand, unsigned Flag) const;
271 if ((!(isFlagSet(MI, OpIdx, MO_FLAG_ABS)))
272 && (isFlagSet(MI, OpIdx, MO_FLAG_NEG) ||
281 if (isFlagSet(MI, OpIdx, MO_FLAG_ABS)) {
309 if (isFlagSet(MI, 0, MO_FLAG_CLAMP)) {
316 if (isFlagSet(MI, 0, MO_FLAG_MASK)) {
339 if (isFlagSet(MI, 0, MO_FLAG_NOT_LAST)) {
353 if(isFlagSet(MI, 1, MO_FLAG_PUSH)) {
674 bool R600MCCodeEmitter::isFlagSet(const MCInst &MI, unsigned Operand,
  /external/chromium_org/base/test/android/javatests/src/org/chromium/base/test/util/
AdvancedMockContext.java 81 public boolean isFlagSet(String key) {
  /external/qemu/distrib/sdl-1.2.15/src/loadso/macosx/
SDL_dlcompat.c 235 static inline int isFlagSet(int mode, int flag);
483 static inline int isFlagSet(int mode, int flag)
492 while (dls && ( /* isFlagSet(dls->mode, RTLD_UNSHARED) */ 0
539 if (dls->module == MAGIC_DYLIB_MOD && isFlagSet(mode, RTLD_LOCAL))
545 if (isFlagSet(mode, RTLD_GLOBAL) &&
546 !isFlagSet(dls->mode, RTLD_GLOBAL) && !promoteLocalToGlobal(dls))
791 if (isFlagSet(mode, RTLD_LOCAL))
861 (isFlagSet(mode, RTLD_NOW) ? NSLINKMODULE_OPTION_BINDNOW : 0));
992 if (isFlagSet(mode, RTLD_NOLOAD))
998 if (isFlagSet(mode, RTLD_LAZY) && isFlagSet(mode, RTLD_NOW)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
R600InstrInfo.h 120 ///isFlagSet - Determine if the specified flag is set on this Operand.
121 bool isFlagSet(const MachineInstr &MI, unsigned Operand, unsigned Flag) const;
  /external/mesa3d/src/gallium/drivers/radeon/
R600InstrInfo.h 120 ///isFlagSet - Determine if the specified flag is set on this Operand.
121 bool isFlagSet(const MachineInstr &MI, unsigned Operand, unsigned Flag) const;
  /external/llvm/lib/Target/R600/
R600InstrInfo.h 262 bool isFlagSet(const MachineInstr &MI, unsigned Operand, unsigned Flag) const;
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 564 milliseconds