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

  /frameworks/base/media/java/android/mtp/
MtpStorage.java 40 mRemovable = volume.isRemovable();
76 public final boolean isRemovable() {
  /frameworks/av/media/mtp/
MtpStorage.h 52 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)) {
148 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)) {
418 bool isRemovable(Expr *E) const {
423 if (isRemovable(E)) {
439 isRemovable(bopE)) {
  /frameworks/base/core/java/android/service/euicc/
GetEuiccProfileInfoListResult.java 88 * @param isRemovable whether the eUICC in this slot is removable. If true, the profiles
90 * Otherwise, they will remain accessible until the next time a response with isRemovable
94 int result, @Nullable EuiccProfileInfo[] profiles, boolean isRemovable) {
96 this.mIsRemovable = isRemovable;
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowEnvironment.java 144 * Sets the "isRemovable" flag of a particular file.
147 * @param isRemovable True if the filesystem is removable.
149 public static void setExternalStorageRemovable(File file, boolean isRemovable) {
150 STORAGE_REMOVABLE.put(file, isRemovable);
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DeadStoreElimination.cpp 162 /// If isRemovable returns true, this function and getLocForRead completely
215 /// isRemovable - If the value of this instruction and the memory it writes to
217 static bool isRemovable(Instruction *I) {
452 SI->getOperand(0) == DepLoad && isRemovable(SI)) {
497 if (isRemovable(DepWrite) && isCompleteOverwrite(Loc, DepLoc, *AA) &&
550 if (!hasMemoryWrite(Dependency) || !isRemovable(Dependency))
607 if (hasMemoryWrite(BBI) && isRemovable(BBI)) {
  /external/llvm/lib/Transforms/Scalar/
DeadStoreElimination.cpp 146 /// Return a Location stored to by the specified instruction. If isRemovable
192 static bool isRemovable(Instruction *I) {
605 if (!hasMemoryWrite(Dependency, *TLI) || !isRemovable(Dependency))
704 if (hasMemoryWrite(&*BBI, *TLI) && isRemovable(&*BBI)) {
835 isRemovable(SI) && memoryIsNotModifiedBetween(DepLoad, SI, AA)) {
848 if (StoredConstant && StoredConstant->isNullValue() && isRemovable(SI)) {
    [all...]
  /frameworks/base/core/java/android/os/storage/
StorageVolume.java 206 public boolean isRemovable() {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
SubscriptionInfoUpdater.java 706 final boolean isRemovable = result.getIsRemovable();
    [all...]
  /frameworks/base/core/java/android/os/
Environment.java     [all...]
  /cts/tests/tests/os/src/android/os/storage/cts/
StorageManagerTest.java 199 final boolean removable = volume.isRemovable();
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
WifiP2pServiceImpl.java     [all...]
  /external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-21.jar 
shadows-core-3.1-SNAPSHOT-22.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
shadows-core-v21-3.1.1.jar 
shadows-core-v22-3.1.1.jar 
shadows-core-v23-3.1.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
framework-3.4.2.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
shadows-framework-3.5.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
shadows-framework-3.6.1.jar 
  /prebuilts/sdk/24/
android.jar 
  /prebuilts/sdk/25/
android.jar 

Completed in 394 milliseconds