HomeSort by relevance Sort by last modified time
    Searched full:repository (Results 351 - 375 of 841) sorted by null

<<11121314151617181920>>

  /external/mesa3d/docs/
contents.html 75 <li><a href="repository.html" target="MainFrame">Source Code Repository</a>
  /external/pixman/
README 37 The Pixman master repository can be found at:
52 - create a branch off of master in your local git repository
  /external/skia/tools/
svn.py 89 """Check out a working copy from a repository.
187 'svn revert') of a file within the repository.
  /external/smack/asmack-master/
README.markdown 4 *This repository doesn't contain much code, it's a build environment!*
10 This repository contains a source fetching, patching and building
build.bash 57 echo "Used smack repository has changed!"
312 echo "-r <repo>: Git repository (can be local or remote) for underlying smack repository"
313 echo "-b <branch>: Git branch used to build aSmack from underlying smack repository"
513 echo "Smack git repository $SMACK_REPO with branch $SMACK_BRANCH"
  /frameworks/native/libs/input/
InputDevice.cpp 88 // Search system repository.
103 // Search user repository.
  /prebuilts/devtools/repository/
sdk-addon-2.xsd 25 <!-- The repository contains a collection of downloadable items known as
29 An Android Addon repository is a web site that contains an "addon.xml"
34 main SDK Repository XML Schema and can only contain <addon> and
50 The repository contains a collection of downloadable packages.
148 sdk-repository-N.xsd schema and must be kept in sync there. This is
258 The <archives> node is mandatory in the repository elements and the
268 The &lt;archives&gt; node is mandatory in the repository packages and the
286 contains this repository.xml -->
sdk-addon-3.xsd 25 <!-- The repository contains a collection of downloadable items known as
29 An Android Addon repository is a web site that contains an "addon.xml"
34 main SDK Repository XML Schema and can only contain <addon> and
54 The repository contains a collection of downloadable packages.
152 sdk-repository-N.xsd schema and must be kept in sync there. This is
278 The <archives> node is mandatory in the repository elements and the
288 The &lt;archives&gt; node is mandatory in the repository packages and the
306 contains this repository.xml -->
sdk-addon-4.xsd 25 <!-- The repository contains a collection of downloadable items known as
29 An Android Addon repository is a web site that contains an "addon.xml"
34 main SDK Repository XML Schema and can only contain <addon> and
49 - <extra> and <addon> are not in the Repository XSD v6 anymore.
63 The repository contains a collection of downloadable packages.
314 The <archives> node is mandatory in the repository elements and the
324 The &lt;archives&gt; node is mandatory in the repository packages and the
342 contains this repository.xml -->
sdk-addon-5.xsd 25 <!-- The repository contains a collection of downloadable items known as
29 An Android Addon repository is a web site that contains an "addon.xml"
34 main SDK Repository XML Schema and can only contain <addon> and
49 - <extra> and <addon> are not in the Repository XSD v6 anymore.
69 The repository contains a collection of downloadable packages.
339 The <archives> node is mandatory in the repository elements and the
349 The &lt;archives&gt; node is mandatory in the repository packages and the
367 contains this repository.xml -->
sdk-addon-6.xsd 25 <!-- The repository contains a collection of downloadable items known as
29 An Android Addon repository is a web site that contains an "addon.xml"
34 main SDK Repository XML Schema and can only contain <addon> and
49 - <extra> and <addon> are not in the Repository XSD v6 anymore.
73 The repository contains a collection of downloadable packages.
369 The <archives> node is mandatory in the repository elements and the
379 The &lt;archives&gt; node is mandatory in the repository packages and the
397 contains this repository.xml -->
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
macresource.py 82 # from the CVS repository.
101 # from the CVS repository.
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant-parent/1.8.0/
ant-parent-1.8.0.pom 39 <repository>
43 </repository>
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/animator/
AnimationContentAssist.java 83 ResourceRepository repository = data.getFrameworkResources(); local
86 for (ResourceItem item : repository.getResourceItemsOfType(ResourceType.ANIM)) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
PreviewIconFactory.java 154 ViewMetadataRepository repository = ViewMetadataRepository.get(); local
161 String fqn = repository.getFullClassName(element);
163 RenderMode renderMode = repository.getRenderMode(fqn);
226 ViewMetadataRepository repository = ViewMetadataRepository.get(); local
227 Document document = repository.getRenderingConfigDoc();
345 String fqn = repository.getFullClassName(e);
478 ViewMetadataRepository repository = ViewMetadataRepository.get(); local
479 String fqn = repository.getFullClassName((Element) node.getXmlNode());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeViewWizard.java 116 ViewMetadataRepository repository = ViewMetadataRepository.get(); local
117 List<String> relatedTo = repository.getRelatedTo(oldType);
  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/
monitor.product 62 <plugin id="org.eclipse.equinox.p2.metadata.repository"/>
63 <plugin id="org.eclipse.equinox.p2.repository"/>
  /docs/source.android.com/src/source/
using-repo.jd 45 <p><code>-u</code>: specify a URL from which to retrieve a manifest repository. The common manifest can be found at <code>https://android.googlesource.com/platform/manifest</code></p>
48 <p><code>-m</code>: select a manifest file within the repository. If no manifest name is selected, the default is default.xml. </p>
62 <p>If the project has never been synchronized, then <code>repo sync</code> is equivalent to <code>git clone</code>. All branches in the remote repository are copied to the local project directory.</p>
69 <p>where <code>BRANCH</code> is the currently checked-out branch in the local project directory. If the local branch is not tracking a branch in the remote repository, then no synchronization will occur for the project.</p>
75 <p>After a successful <code>repo sync</code>, the code in specified projects will be up to date with the code in the remote repository.</p>
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/
getstarted.html 72 download a copy of <code>manifest.json</code> from our sample repository
122 user interaction. Download a copy of icon.png from our sample repository,
124 Download a copy of <code>icon.png</code> from our sample repository
140 Download a copy of <code>popup.html</code> from our sample repository
149 download a copy of <code>popup.js</code> from our sample repository
  /external/bison/build-aux/
git-version-gen 22 # - from a git repository in which the "git describe" command below
31 # a checked-out repository. Created with contents that were learned at
40 # .version - present in a checked-out repository and in a distribution
  /prebuilts/tools/common/m2/repository/com/google/jsilver/jsilver/1.0.0/
jsilver-1.0.0.pom 71 <repository>
73 <name>Nexus Release Repository</name>
75 </repository>
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/
SdkManagerAction.java 27 import com.android.sdklib.repository.ISdkChangeListener;
31 import com.android.sdkuilib.repository.SdkUpdaterWindow;
32 import com.android.sdkuilib.repository.SdkUpdaterWindow.SdkInvocationContext;
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
TestPackageRepo.java 35 * Retrieves CTS test package definitions from the repository.
  /docs/source.android.com/src/devices/tech/test_infra/tradefed/fundamentals/
lifecycle.jd 35 test results to a repository or displaying them to the Test Runner</li>
  /external/antlr/antlr-3.4/antlr3-maven-archetype/
pom.xml 36 repository, which means that they are synced to Maven central

Completed in 1226 milliseconds

<<11121314151617181920>>