Searched defs:install (Results 1 - 25 of 46) sorted by relevance

12

/external/chromium-trace/trace-viewer/tracing/
H A Drun_dev_server13 from hooks import install namespace
21 if '--no-install-hooks' not in sys.argv:
22 install.InstallHooks()
24 dev_server_args.remove('--no-install-hooks')
H A Drun_d8_tests14 from hooks import install namespace
40 '--no-install-hooks', dest='install_hooks', action='store_false')
44 install.InstallHooks()
H A Drun_py_tests14 from hooks import install namespace
26 '--no-install-hooks', dest='install_hooks', action='store_false')
30 install.InstallHooks()
/external/deqp/android/scripts/
H A Dinstall.py31 def install (extraArgs = [], printPrefix=""): function
41 'install',
53 install(['-s', device.serial], printPrefix)
/external/chromium-trace/trace-viewer/third_party/Paste/paste/
H A Dreloader.py11 reloader.install()
51 def install(poll_interval=1): function
H A Dfixture.py83 def install(cls): member in class:Dummy_smtplib
86 install = classmethod(install) variable in class:Dummy_smtplib
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/tools/
H A DTestVersionTracker.java39 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 DFetchValidator.java28 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 DCompileErrorCheck.java58 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 DElementParser.java70 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 Dgallium.py52 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/selinux/libsemanage/src/
H A Dpolicy.h50 int (*install) (struct semanage_handle *, char *, size_t, const char *, const char *); member in struct:semanage_policy_table
/external/bison/
H A DGNUmakefile52 _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/okhttp/okhttp-android-support/src/test/java/com/squareup/okhttp/android/
H A DHttpResponseCache.java73 public static synchronized HttpResponseCache install(File directory, long maxSize) throws method in class:HttpResponseCache
H A DHttpResponseCacheTest.java72 @Test public void install() throws Exception { method in class:HttpResponseCacheTest
73 HttpResponseCache installed = HttpResponseCache.install(cacheDir, 10 * 1024 * 1024);
80 HttpResponseCache first = HttpResponseCache.install(cacheDir, 10 * 1024 * 1024);
81 HttpResponseCache another = HttpResponseCache.install(cacheDir, 10 * 1024 * 1024);
86 HttpResponseCache first = HttpResponseCache.install(cacheDir, 10 * 1024 * 1024);
89 HttpResponseCache another = HttpResponseCache.install(cacheDir, 8 * 1024 * 1024);
117 HttpResponseCache cache = HttpResponseCache.install(cacheDir, 10 * 1024 * 1024);
129 HttpResponseCache cache = HttpResponseCache.install(cacheDir, 10 * 1024 * 1024);
135 HttpResponseCache cache = HttpResponseCache.install(cacheDir, 10 * 1024 * 1024);
145 HttpResponseCache cache = HttpResponseCache.install(cacheDi
[all...]
/external/skia/gm/
H A Dperlinnoise.cpp110 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/slf4j/jul-to-slf4j/src/main/java/org/slf4j/bridge/
H A DSLF4JBridgeHandler.java43 * <p>Essentially, the idea is to install on the root logger an instance of
62 * SLF4JBridgeHandler.install();</pre>
119 public static void install() { method in class:SLF4JBridgeHandler
129 * {@link #install()}.
/external/chromium-trace/trace-viewer/third_party/Paste/paste/util/
H A Dthreadedprint.py14 To use this, you must install the catcher, like::
16 threadedprint.install()
150 def install(**kw): function
169 "threadedprint.install())")
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
H A DVersionTrackerTask.java65 public VersionTrackerTask(String install) { argument
79 buildDirectory = install;
/external/icu/icu4c/source/tools/pkgdata/
H A Dpkgtypes.h122 const char *install; /* Where to install to (NULL = don't install) */ member in struct:UPKGOptions_
/external/skia/tests/
H A DCachedDecodingPixelRefTest.cpp95 InstallEncoded install) {
116 bool installSuccess = install(encoded.get(), &lazy);
94 test_three_encodings(skiatest::Reporter* reporter, InstallEncoded install) argument
/external/vogar/src/vogar/android/
H A DAndroidSdk.java273 public void install(File apk) { method in class:AndroidSdk
274 new Command(log, "adb", "install", "-r", apk.getPath()).execute();
/external/v8/test/mjsunit/
H A Dstrict-mode.js562 function install(t) { function
593 install(String);
594 install(Number);
595 install(Boolean)
/external/conscrypt/src/test/java/org/conscrypt/
H A DTrustedCertificateStoreTest.java339 install(getCa1(), getAliasSystemCa1());
346 install(getCa1(), getAliasSystemCa1());
348 install(getCa2(), getAliasSystemCa2());
473 install(x1, alias1);
474 install(x2, alias2);
482 install(getCa1(), getAliasSystemCa1());
491 install(getCa1(), getAliasSystemCa1());
500 install(getCa1(), getAliasSystemCa1());
501 install(getCa1(), getAliasUserCa1());
515 install(getChai
838 private void install(X509Certificate x, String alias) { method in class:TrustedCertificateStoreTest
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
H A DbuildTools.jar ... .lang.String, java.lang.String) String install String type String id String xmlFile public void startElement (java

Completed in 679 milliseconds

12