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

  /frameworks/base/media/java/android/mtp/
MtpStorage.java 43 mRemovable = volume.isRemovable();
101 public final boolean isRemovable() {
  /frameworks/av/media/mtp/
MtpStorage.h 53 inline bool isRemovable() const { return mRemovable; }
  /external/clang/lib/ARCMigrate/
TransUnusedInitDelegate.cpp 52 isRemovable(ME) &&
68 bool isRemovable(Expr *E) const {
TransZeroOutPropsInDealloc.cpp 76 if (RHSIsNull && isRemovable(ME))
83 if (isZeroingPropIvar(POE) && isRemovable(POE)) {
92 if (isZeroingPropIvar(BOE) && isRemovable(BOE)) {
150 bool isRemovable(Expr *E) const {
TransRetainReleaseDealloc.cpp 68 if (isRemovable(E)) {
87 (E->getMethodFamily() != OMF_retain || isRemovable(E))) {
96 (E->getMethodFamily() != OMF_retain || isRemovable(E))) {
143 isRemovable(RecContainer) && isInAtFinally(RecContainer)) {
428 bool isRemovable(Expr *E) const {
433 if (isRemovable(E)) {
449 isRemovable(bopE)) {
  /external/llvm/lib/Transforms/Scalar/
DeadStoreElimination.cpp 189 /// If isRemovable returns true, this function and getLocForRead completely
243 /// isRemovable - If the value of this instruction and the memory it writes to
245 static bool isRemovable(Instruction *I) {
520 SI->getOperand(0) == DepLoad && isRemovable(SI)) {
565 if (isRemovable(DepWrite) &&
672 if (!hasMemoryWrite(Dependency, TLI) || !isRemovable(Dependency))
757 if (hasMemoryWrite(BBI, TLI) && isRemovable(BBI)) {
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
StorageVolumePreferenceCategory.java 199 final boolean isRemovable = mVolume != null ? mVolume.isRemovable() : false;
202 if (isRemovable) {
  /frameworks/base/core/java/android/os/storage/
StorageVolume.java 132 public boolean isRemovable() {
  /frameworks/base/core/java/android/os/
Environment.java 737 return (primary != null && primary.isRemovable());
  /frameworks/base/wifi/java/android/net/wifi/p2p/
WifiP2pService.java     [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 345 milliseconds