Searched defs:install (Results 1 - 25 of 53) sorted by last modified time

123

/external/skia/tests/
H A DCachedDecodingPixelRefTest.cpp96 InstallEncoded install) {
117 bool installSuccess = install(encoded.get(), &lazy);
95 test_three_encodings(skiatest::Reporter* reporter, InstallEncoded install) argument
/external/smali/gradle/wrapper/
H A Dgradle-wrapper.jar ... java.lang.String) String base } org/gradle/wrapper/Install.class Install.java package org.gradle. ...
/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/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/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/libnl/include/linux/
H A Dpkt_cls.h143 __u64 install; member in struct:tcf_t
/external/libcxx/src/
H A Dlocale.cpp163 void install(facet* f, long id);
164 template <class F> void install(F* f) {install(f, f->id.__get());} function in class:locale::__imp
178 install(&make<_VSTD::collate<char> >(1u));
179 install(&make<_VSTD::collate<wchar_t> >(1u));
180 install(&make<_VSTD::ctype<char> >(nullptr, false, 1u));
181 install(&make<_VSTD::ctype<wchar_t> >(1u));
182 install(&make<codecvt<char, char, mbstate_t> >(1u));
183 install(&make<codecvt<wchar_t, char, mbstate_t> >(1u));
184 install(
436 locale::__imp::install(facet* f, long id) function in class:locale::__imp
[all...]
/external/kernel-headers/original/uapi/linux/
H A Dpkt_cls.h139 __u64 install; member in struct:tcf_t
/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/iproute2/include/linux/
H A Dpkt_cls.h139 __u64 install; member in struct:tcf_t
/external/glide/gradle/wrapper/
H A Dgradle-wrapper.jar ... java.lang.String) String base } org/gradle/wrapper/Install.class Install.java package org.gradle. ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.filebuffers_3.5.100.v20100520-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.frameworkadmin.equinox_1.0.200.v20100505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.launcher.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.launcher_1.1.0.v20100507.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.console_1.0.200.v20100601.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.director.app_1.0.201.R36x_v20100823.jar ... .equinox.p2.query.IQueryResult roots boolean install org.eclipse.equinox.internal.provisional. ...
H A Dorg.eclipse.equinox.simpleconfigurator.manipulator_2.0.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.simpleconfigurator_1.0.200.v20100503.jar ... packageAdminRef org.osgi.framework.ServiceReference startLevelRef void install (java.net.URL, boolean) throws java.io ...
/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
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
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";
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...]
/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;

Completed in 554 milliseconds

123