/external/fonttools/Windows/ |
D | README.TXT | 13 1. Install Python 2.3 for Windows: http://www.python.org/ 14 2. Install py2exe: http://starship.python.net/crew/theller/py2exe/ 15 3. Install InnoSetup 4: http://www.jrsoftware.org/ 28 1. Install Python 2.3 for Windows: http://www.python.org/ 33 3. Install InnoSetup 4: http://www.jrsoftware.org/ 34 4. Install Microsoft Visual C++ Toolkit 2003:
|
/external/chromium_org/tools/cr/cr/actions/ |
D | installer.py | 29 def Install(self, targets, arguments): member in Installer 41 self.Install(targets, arguments) 54 def Install(self, targets, arguments): member in SkipInstaller
|
D | adb.py | 73 def Install(cls, target, arguments): member in Adb 139 def Install(self, targets, arguments): member in AdbInstaller 141 Adb.Install(target, arguments)
|
/external/chromium_org/build/android/pylib/instrumentation/ |
D | test_package.py | 37 def Install(self, device): member in TestPackage 38 device.Install(self.GetApkPath()) 41 device.Install(self._test_support_apk_path)
|
/external/chromium_org/content/shell/renderer/test_runner/ |
D | test_interfaces.cc | 77 accessibility_controller_->Install(frame); in BindTo() 78 event_sender_->Install(frame); in BindTo() 80 gamepad_controller_->Install(frame); in BindTo() 81 text_input_controller_->Install(frame); in BindTo() 82 test_runner_->Install(frame); in BindTo()
|
D | gamepad_controller.cc | 28 static void Install(base::WeakPtr<GamepadController> controller, 58 void GamepadControllerBindings::Install( in Install() function in content::GamepadControllerBindings 160 void GamepadController::Install(WebFrame* frame) { in Install() function in content::GamepadController 161 GamepadControllerBindings::Install(weak_factory_.GetWeakPtr(), frame); in Install()
|
D | accessibility_controller.cc | 23 static void Install(base::WeakPtr<AccessibilityController> controller, 51 void AccessibilityControllerBindings::Install( in Install() function in content::AccessibilityControllerBindings 149 void AccessibilityController::Install(blink::WebFrame* frame) { in Install() function in content::AccessibilityController 153 AccessibilityControllerBindings::Install(weak_factory_.GetWeakPtr(), frame); in Install()
|
D | text_input_controller.cc | 26 static void Install(base::WeakPtr<TextInputController> controller, 58 void TextInputControllerBindings::Install( in Install() function in content::TextInputControllerBindings 153 void TextInputController::Install(blink::WebFrame* frame) { in Install() function in content::TextInputController 154 TextInputControllerBindings::Install(weak_factory_.GetWeakPtr(), frame); in Install()
|
/external/chromium_org/content/shell/renderer/ |
D | ipc_echo.cc | 22 static void Install(base::WeakPtr<IPCEcho> echo, blink::WebFrame* frame); 74 void IPCEchoBindings::Install(base::WeakPtr<IPCEcho> echo, in Install() function in content::IPCEchoBindings 109 void IPCEcho::Install(blink::WebFrame* frame) { in Install() function in content::IPCEcho 110 IPCEchoBindings::Install(weak_factory_.GetWeakPtr(), frame); in Install()
|
/external/chromium_org/build/android/ |
D | update_verification.py | 33 output = device.old_interface.Install(from_apk, reinstall=True) 52 output = device.old_interface.Install(from_apk, reinstall=True) 63 output = device.old_interface.Install(to_apk) 72 output = device.old_interface.Install(to_apk, reinstall=True)
|
/external/chromium_org/build/android/gyp/ |
D | apk_install.py | 87 def Install(): function 88 device.Install(options.apk_path, reinstall=True) 95 Install,
|
/external/chromium_org/tools/accessibility/nvda/ |
D | README.txt | 12 1. Install Python 2.7, 32-bit: http://www.python.org/ 25 3. Install the latest NVDA "next" snapshot from: 28 In the installer, choose "Create Portable copy" rather than "Install...". 42 4. Install Chrome Canary. The binary is typically installed in:
|
/external/chromium_org/components/component_updater/test/ |
D | test_installer.h | 28 virtual bool Install(const base::DictionaryValue& manifest, 66 virtual bool Install(const base::DictionaryValue& manifest,
|
D | test_installer.cc | 22 bool TestInstaller::Install(const base::DictionaryValue& manifest, in Install() function in component_updater::TestInstaller 62 bool VersionedTestInstaller::Install(const base::DictionaryValue& manifest, in Install() function in component_updater::VersionedTestInstaller
|
/external/qemu/distrib/sdl-1.2.15/ |
D | README.PS3 | 10 - Install the SDK installer: rpm -ivh cell-install-3.1.0-0.0.noarch.rpm 11 - Install the SDK: cd /opt/cell && ./cellsdk --iso /tmp/cellsdkiso install
|
/external/chromium_org/remoting/host/setup/ |
D | daemon_installer_win.cc | 73 virtual void Install() OVERRIDE; 98 virtual void Install() OVERRIDE; 124 void DaemonComInstallerWin::Install() { in Install() function in remoting::DaemonComInstallerWin 276 void DaemonCommandLineInstallerWin::Install() { in Install() function in remoting::DaemonCommandLineInstallerWin
|
/external/sonivox/jet_tools/JetCreator/ |
D | ReadMe1st.txt | 40 1. Install Python 41 2. Install wxPython
|
/external/zlib/src/win32/ |
D | README-WIN32.txt | 44 zlib.h Install these files into the compilers' INCLUDE path to 47 zdll.lib Install these files into the compilers' LIB path if linking 50 zlib.lib Install these files into the compilers' LIB path to link zlib 54 zlib1.dll Install this binary shared library into the system PATH, or 56 zlib1.pdb Install in the same directory as zlib1.dll, in order to debug
|
/external/chromium_org/build/android/gyp/util/ |
D | build_device.py | 42 def Install(self, *args, **kwargs): member in BuildDevice 43 return self.device.old_interface.Install(*args, **kwargs)
|
/external/chromium_org/components/component_updater/ |
D | component_unpacker.cc | 251 Install(); in EndPatching() 255 void ComponentUnpacker::Install() { in Install() function in component_updater::ComponentUnpacker 271 if (!installer_->Install(*manifest, unpack_path_)) { in Install()
|
/external/chromium_org/chrome/test/remoting/ |
D | launch_browsertest.cc | 12 Install(); in IN_PROC_BROWSER_TEST_F()
|
D | auth_browsertest.cc | 12 Install(); in IN_PROC_BROWSER_TEST_F()
|
/external/icu/icu4c/source/samples/props/ |
D | readme.txt | 14 1. Install and build ICU 38 2. Install ICU,
|
/external/icu/icu4c/source/samples/ustring/ |
D | readme.txt | 14 1. Install and build ICU 38 2. Install ICU,
|
/external/chromium_org/third_party/icu/source/samples/props/ |
D | readme.txt | 14 1. Install and build ICU 38 2. Install ICU,
|