HomeSort by relevance Sort by last modified time
    Searched defs:uninstall (Results 1 - 25 of 324) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/capstone/
make.sh 114 function uninstall { function
121 ${MAKE} PKGCFGDIR=$PKGCFGDIR uninstall
123 ${MAKE} uninstall
127 ${MAKE} LIBDIRARCH=lib64 uninstall
129 ${MAKE} uninstall
154 "uninstall" ) uninstall;;
168 * ) echo "Usage: make.sh [nix32|cross-win32|cross-win64|cygwin-mingw32|cygwin-mingw64|ios|ios_armv7|ios_armv7s|ios_arm64|cross-android arm|cross-android arm64|clang|gcc|install|uninstall]"; exit 1;;
  /external/tensorflow/tensorflow/contrib/testing/python/framework/
fake_summary_writer.py 40 def uninstall(cls): member in class:FakeSummaryWriter
  /system/timezone/distro/core/src/main/com/android/timezone/distro/
StagedDistroOperation.java 42 public static StagedDistroOperation uninstall() { method in class:StagedDistroOperation
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/util/
MockClock.java 29 public void uninstall() { method in class:MockClock
  /external/deqp/scripts/android/
install_apk.py 119 def uninstall (adbPath, packageName, extraArgs = [], printPrefix=""): function
122 'uninstall',
141 uninstall(adbPath, packageName, ['-s', device.serial], printPrefix)
  /cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
CorruptApkTests.java 55 uninstall(B71360999_PKG);
56 uninstall(B71361168_PKG);
57 uninstall(B79488511_PKG);
64 uninstall(B71360999_PKG);
65 uninstall(B71361168_PKG);
66 uninstall(B79488511_PKG);
69 /** Uninstall the apk if the test failed previously. */
70 public void uninstall(String pkg) throws Exception { method in class:CorruptApkTests
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
imputil.py 49 def uninstall(self): member in class:ImportManager
ihooks.py 35 provides interfaces to install and uninstall itself instead of the
62 "BasicModuleImporter","ModuleImporter","install","uninstall"]
392 def uninstall(self): member in class:BasicModuleImporter
552 def uninstall(): function
554 current_importer.uninstall()
  /external/python/cpython2/Lib/
imputil.py 49 def uninstall(self): member in class:ImportManager
ihooks.py 35 provides interfaces to install and uninstall itself instead of the
62 "BasicModuleImporter","ModuleImporter","install","uninstall"]
392 def uninstall(self): member in class:BasicModuleImporter
552 def uninstall(): function
554 current_importer.uninstall()
  /external/slf4j/jul-to-slf4j/src/test/java/org/slf4j/bridge/
SLF4JBridgeHandlerPerfTest.java 71 SLF4JBridgeHandler.uninstall();
SLF4JBridgeHandlerTest.java 58 SLF4JBridgeHandler.uninstall();
  /external/syslinux/gpxe/src/arch/i386/prefix/
libprefix.S 771 * uninstall (real-mode near call)
773 * Uninstall all text and data segments.
786 .globl uninstall
787 uninstall: label
790 .size uninstall, . - uninstall
  /frameworks/base/core/java/android/view/
InputFilter.java 138 public final void uninstall() { method in class:InputFilter
  /prebuilts/gdb/darwin-x86/lib/python2.7/
imputil.py 49 def uninstall(self): member in class:ImportManager
ihooks.py 35 provides interfaces to install and uninstall itself instead of the
62 "BasicModuleImporter","ModuleImporter","install","uninstall"]
392 def uninstall(self): member in class:BasicModuleImporter
552 def uninstall(): function
554 current_importer.uninstall()
  /prebuilts/gdb/linux-x86/lib/python2.7/
imputil.py 49 def uninstall(self): member in class:ImportManager
ihooks.py 35 provides interfaces to install and uninstall itself instead of the
62 "BasicModuleImporter","ModuleImporter","install","uninstall"]
392 def uninstall(self): member in class:BasicModuleImporter
552 def uninstall(): function
554 current_importer.uninstall()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
imputil.py 49 def uninstall(self): member in class:ImportManager
ihooks.py 35 provides interfaces to install and uninstall itself instead of the
62 "BasicModuleImporter","ModuleImporter","install","uninstall"]
392 def uninstall(self): member in class:BasicModuleImporter
552 def uninstall(): function
554 current_importer.uninstall()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
imputil.py 49 def uninstall(self): member in class:ImportManager
ihooks.py 35 provides interfaces to install and uninstall itself instead of the
62 "BasicModuleImporter","ModuleImporter","install","uninstall"]
392 def uninstall(self): member in class:BasicModuleImporter
552 def uninstall(): function
554 current_importer.uninstall()
  /cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
PackageInstallTest.java 18 * Test case for package install and uninstall.
74 // Uninstall the package.
75 mPackageInstaller.uninstall(TEST_APP_PKG, getCommitCallback());
  /external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/activity/
Main.java 68 INSTALL, UNINSTALL
84 case UNINSTALL:
145 mButton.setText("Uninstall");
149 uninstall();
181 protected synchronized void uninstall() { method in class:Main
186 mCurrentTask = RunningTask.UNINSTALL;
  /external/slf4j/jul-to-slf4j/src/main/java/org/slf4j/bridge/
SLF4JBridgeHandler.java 135 public static void uninstall() throws SecurityException { method in class:SLF4JBridgeHandler

Completed in 834 milliseconds

1 2 3 4 5 6 7 8 91011>>