HomeSort by relevance Sort by last modified time
    Searched refs:removable (Results 1 - 25 of 27) sorted by null

1 2

  /frameworks/av/media/mtp/
MtpStorage.h 42 bool removable, uint64_t maxFileSize);
MtpStorage.cpp 37 bool removable, uint64_t maxFileSize)
44 mRemovable(removable)
  /external/jarjar/src/main/com/tonicsystems/jarjar/
KeepProcessor.java 45 Set<String> removable = new HashSet<String>(depend.keySet()); local
46 removable.removeAll(closure);
47 return removable;
  /external/lldb/include/lldb/Interpreter/
CommandObjectMultiword.h 86 SetRemovable (bool removable)
88 m_can_be_removed = removable;
  /frameworks/base/core/java/android/os/storage/
StorageVolume.java 65 boolean removable, boolean emulated, long mtpReserveSize, boolean allowMassStorage,
72 mRemovable = removable;
129 * Returns true if the volume is removable.
131 * @return is removable
140 * @return is removable
VolumeInfo.java 332 final boolean removable;
365 removable = false;
367 removable = true;
372 removable = true;
396 return new StorageVolume(id, mtpStorageId, userPath, description, isPrimary(), removable,
  /frameworks/base/media/jni/
android_mtp_MtpServer.cpp 143 jboolean removable = env->GetBooleanField(jstorage, field_MtpStorage_removable); local
151 reserveSpace, removable, maxFileSize);
  /external/v8/test/mjsunit/regress/
regress-2612.js 31 // Create a function to get a long series of removable simulates.
  /development/ndk/platforms/android-9/arch-mips/include/asm/
sgiarcs.h 77 bogus, ronly, removable, consin, consout, input, output enumerator in enum:linux_identifier
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
sgiarcs.h 77 bogus, ronly, removable, consin, consout, input, output enumerator in enum:linux_identifier
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
sgiarcs.h 77 bogus, ronly, removable, consin, consout, input, output enumerator in enum:linux_identifier
  /prebuilts/ndk/9/platforms/android-12/arch-mips/usr/include/asm/
sgiarcs.h 77 bogus, ronly, removable, consin, consout, input, output enumerator in enum:linux_identifier
  /prebuilts/ndk/9/platforms/android-13/arch-mips/usr/include/asm/
sgiarcs.h 77 bogus, ronly, removable, consin, consout, input, output enumerator in enum:linux_identifier
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
sgiarcs.h 77 bogus, ronly, removable, consin, consout, input, output enumerator in enum:linux_identifier
  /prebuilts/ndk/9/platforms/android-15/arch-mips/usr/include/asm/
sgiarcs.h 77 bogus, ronly, removable, consin, consout, input, output enumerator in enum:linux_identifier
  /prebuilts/ndk/9/platforms/android-16/arch-mips/usr/include/asm/
sgiarcs.h 77 bogus, ronly, removable, consin, consout, input, output enumerator in enum:linux_identifier
  /prebuilts/ndk/9/platforms/android-17/arch-mips/usr/include/asm/
sgiarcs.h 77 bogus, ronly, removable, consin, consout, input, output enumerator in enum:linux_identifier
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
sgiarcs.h 77 bogus, ronly, removable, consin, consout, input, output enumerator in enum:linux_identifier
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/asm/
sgiarcs.h 77 bogus, ronly, removable, consin, consout, input, output enumerator in enum:linux_identifier
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
sgiarcs.h 77 bogus, ronly, removable, consin, consout, input, output enumerator in enum:linux_identifier
  /external/v8/src/
hydrogen.h 119 RemovableSimulate removable = FIXED_SIMULATE) {
120 HSimulate* instr = CreateSimulate(ast_id, removable);
169 HSimulate* CreateSimulate(BailoutId ast_id, RemovableSimulate removable);
    [all...]
  /external/v8/
Android.v8common.mk 137 src/hydrogen-removable-simulates.cc \
  /external/dexmaker/lib/
jarjar.jar 
  /frameworks/base/services/core/java/com/android/server/
MountService.java     [all...]
  /prebuilts/tools/common/m2/repository/org/gradle/jarjar/jarjar/1.2.1/
jarjar-1.2.1.jar 

Completed in 656 milliseconds

1 2