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

  /frameworks/base/media/java/android/mtp/
MtpStorage.java 43 mRemovable = volume.isRemovable();
89 public final boolean isRemovable() {
  /frameworks/av/media/mtp/
MtpStorage.h 53 inline bool isRemovable() const { return mRemovable; }
  /external/autotest/client/site_tests/platform_PartitionCheck/
platform_PartitionCheck.py 19 def isRemovable(self, device):
71 if os.path.exists(mmcpath) and (not self.isRemovable('mmcblk0')):
  /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)) {
  /external/llvm/lib/Transforms/Scalar/
DeadStoreElimination.cpp 201 /// If isRemovable returns true, this function and getLocForRead completely
245 /// isRemovable - If the value of this instruction and the memory it writes to
247 static bool isRemovable(Instruction *I) {
524 isRemovable(SI) &&
539 isRemovable(SI)) {
586 if (isRemovable(DepWrite) &&
754 if (!hasMemoryWrite(Dependency, *TLI) || !isRemovable(Dependency))
824 if (hasMemoryWrite(&*BBI, *TLI) && isRemovable(&*BBI)) {
    [all...]
  /frameworks/base/core/java/android/os/storage/
StorageVolume.java 200 public boolean isRemovable() {
  /cts/tests/tests/os/src/android/os/storage/cts/
StorageManagerTest.java 183 final boolean removable = volume.isRemovable();
  /frameworks/base/core/java/android/os/
Environment.java 804 return 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/sdk/24/
android.jar 

Completed in 286 milliseconds