/external/deqp/android/scripts/ |
H A D | install.py | 10 def install (extraArgs = []): function 24 'install', 36 install(['-s', device.serial]) 48 install(sys.argv[1:])
|
/external/chromium_org/chrome/renderer/resources/extensions/ |
H A D | webstore_custom_bindings.js | 18 Installer.prototype.install = function(url, onSuccess, onFailure) { 63 console.error('Exception in chrome.webstore.install response handler: ' + 81 install: function (url, onSuccess, onFailure) { 82 installer.install(url, onSuccess, onFailure);
|
/external/chromium_org/chrome/browser/ui/webui/options/ |
H A D | startup_page_list_browsertest.js | 86 MockDataTransfer.install = function(event) { 121 MockDataTransfer.install(event);
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
H A D | DOMWindowPagePopup.cpp | 59 void DOMWindowPagePopup::install(LocalDOMWindow& window, PagePopupClient* popupClient) function in class:blink::DOMWindowPagePopup
|
/external/chromium_org/third_party/cython/src/pyximport/test/ |
H A D | test_pyximport.py | 1 import pyximport; pyximport.install(reload_support=True) namespace 28 open(filename, "w").write("print 'Hello world from the Pyrex install hook'")
|
/external/chromium_org/ui/file_manager/file_manager/foreground/js/ |
H A D | app_installer.js | 44 AppInstaller.USER_CANCELLED_ERROR_STR_ = 'User cancelled install'; 51 AppInstaller.prototype.install = function(callback) {
|
/external/chromium_org/third_party/mesa/src/scons/ |
H A D | gallium.py | 52 def install(env, source, subdir): function 57 return install(env, source, 'bin') 65 targets += install(env, dlls, 'bin') 67 targets += install(env, libs, 'lib')
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/tools/ |
H A D | TestVersionTracker.java | 39 public TestVersionTracker(String install, Hashtable elements) { argument 47 installDirectory = install; 53 public TestVersionTracker(String install) { argument 54 this(install, new Hashtable());
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/ |
H A D | FetchValidator.java | 28 private String install = ""; field in class:FetchValidator 48 validator.install = "l:/vabase/team/sonia"; 94 install, 112 if (new File(install + "/plugins/" + plugin).exists()) 124 if (new File(install + "/features/" + feature).exists()) 136 * Gets the install. 140 return install; 152 * Sets the install. 153 * @param install The install t 155 setInstall(String install) argument [all...] |
H A D | CompileErrorCheck.java | 58 private String install = ""; field in class:CompileErrorCheck 82 findLogs(new File(install)); 89 checker.install="d:/compilelogs"; 224 * Gets the install. 228 return install; 232 * Sets the install. 233 * @param install The install to set 235 public void setInstall(String install) { argument 236 this.install [all...] |
H A D | ElementParser.java | 70 public void parse(String install, String type, String id){ argument 75 xmlFile=install+"/features/"+id+"/"+"feature.xml"; 77 xmlFile=install+"/plugins/"+id+"/"+"plugin.xml"; 79 xmlFile=install+"/plugins/"+"/"+id+"/"+"fragment.xml";
|
/external/mesa3d/scons/ |
H A D | gallium.py | 52 def install(env, source, subdir): function 57 return install(env, source, 'bin') 65 targets += install(env, dlls, 'bin') 67 targets += install(env, libs, 'lib')
|
/external/bison/ |
H A D | GNUmakefile | 52 _is-install-target ?= $(filter-out %check, $(filter install%,$(MAKECMDGOALS))) 53 ifneq (,$(_is-dist-target)$(_is-install-target)) 62 ifneq (,$(_is-install-target)) 63 # GNU Coding Standards state that 'make install' should not cause 69 # fix the version, 'make all' to propagate it, then 'make install'.
|
/external/chromium_org/third_party/skia/gm/ |
H A D | perlinnoise.cpp | 110 void install(SkPaint* paint, SkPerlinNoiseShader::Type type, function in class:PerlinNoiseGM2 125 install(&paint, SkPerlinNoiseShader::kFractalNoise_Type, 0.1f, 0.1f, 2, 0, false);
|
/external/skia/gm/ |
H A D | perlinnoise.cpp | 110 void install(SkPaint* paint, SkPerlinNoiseShader::Type type, function in class:PerlinNoiseGM2 125 install(&paint, SkPerlinNoiseShader::kFractalNoise_Type, 0.1f, 0.1f, 2, 0, false);
|
/external/chromium_org/third_party/WebKit/Source/core/frame/ |
H A D | DOMTimer.cpp | 71 int DOMTimer::install(ExecutionContext* context, PassOwnPtr<ScheduledAction> action, int timeout, bool singleShot) function in class:blink::DOMTimer 78 WTF_LOG(Timers, "DOMTimer::install: timeoutID = %d, timeout = %d, singleShot = %d", timeoutID, timeout, singleShot ? 1 : 0);
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/source_frame/ |
H A D | GoToLineDialog.js | 58 WebInspector.GoToLineDialog.install = function(panel, sourceFrameGetter)
|
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
H A D | TextFinderTest.cpp | 372 void install() function in class:__anon11405::TextFinderFakeTimerTest::TimeProxyPlatform 441 m_proxyTimePlatform.install();
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/ |
H A D | VersionTrackerTask.java | 65 public VersionTrackerTask(String install) { argument 79 buildDirectory = install;
|
/external/chromium_org/third_party/cython/src/pyximport/ |
H A D | pyximport.py | 2 Import hooks; when installed with the install() function, these hooks 11 pyximport.install() 42 pyximport.install(pyimport = True) 435 #install args 455 def install(pyximport=True, pyimport=False, build_dir=None, build_in_temp=True, function 459 """Main entry point. Call this to install the .pyx import hook in 464 You can pass ``pyimport=True`` to also install the .py import hook 520 # make sure we import Cython before we install the import hook
|
/external/chromium_org/third_party/icu/source/tools/pkgdata/ |
H A D | pkgtypes.h | 122 const char *install; /* Where to install to (NULL = don't install) */ member in struct:UPKGOptions_
|
/external/chromium_org/third_party/skia/tests/ |
H A D | CachedDecodingPixelRefTest.cpp | 96 InstallEncoded install) { 117 bool installSuccess = install(encoded.get(), &lazy); 95 test_three_encodings(skiatest::Reporter* reporter, InstallEncoded install) argument
|
/external/icu/icu4c/source/tools/pkgdata/ |
H A D | pkgtypes.h | 122 const char *install; /* Where to install to (NULL = don't install) */ member in struct:UPKGOptions_
|
/external/skia/tests/ |
H A D | CachedDecodingPixelRefTest.cpp | 96 InstallEncoded install) { 117 bool installSuccess = install(encoded.get(), &lazy); 95 test_three_encodings(skiatest::Reporter* reporter, InstallEncoded install) argument
|
/external/chromium_org/v8/test/mjsunit/ |
H A D | strict-mode.js | 562 function install(t) { function 593 install(String); 594 install(Number); 595 install(Boolean)
|