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

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/resources/print_preview/data/
user_info.js 9 * Repository which stores information about the user. Events are dispatched
  /external/chromium_org/chrome/browser/webdata/
token_web_data.h 33 // TokenWebData is a data repository for storage of authentication tokens.
  /external/chromium_org/net/test/
ct_test_util.h 20 // Transparency test data repository.
  /external/chromium_org/printing/
printing_context_android.h 18 // resides in Chrome for Android repository. This class communicates with the
  /external/chromium_org/third_party/mesa/src/docs/
openvg.html 48 <p>OpenVG demos can be found in mesa/demos repository.</p>
  /external/chromium_org/third_party/re2/
CONTRIBUTORS 2 # (and typically have contributed) code to the RE2 repository.
  /external/chromium_org/tools/cr/cr/commands/
sync.py 48 """Attempts to detect gclient and it's parent repository."""
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/META-INF/
MANIFEST.MF 14 eclipse.equinox.p2.repository.tools;bundle-version="[2.0.0,3.0.0)";re
41 epository;version="[2.0.0,3.0.0)",org.eclipse.equinox.p2.repository.a
42 rtifact;version="[2.0.0,3.0.0)",org.eclipse.equinox.p2.repository.art
43 ifact.spi;version="[2.0.0,3.0.0)",org.eclipse.equinox.p2.repository.m
  /external/guava/
mvn-deploy.sh 10 # user executing it, and then deploys to the repository contained
  /external/iproute2/
README 9 Repository:
  /external/jmonkeyengine/
README 5 from their source repository, but not the rest as it is quite large.
  /external/llvm/utils/lit/
setup.py 48 The *lit* source is available as part of LLVM, in the LLVM SVN repository:
  /external/mesa3d/docs/
openvg.html 48 <p>OpenVG demos can be found in mesa/demos repository.</p>
  /external/robolectric/src/main/java/
overview.html 16 forking the main Robolectric repository at http://github.com/pivotal/robolectric and submitting your changes as pull
  /external/smali/smali/
runjflex.sh 11 # this script should be checked in to the repository
  /prebuilts/tools/common/proguard/
README 21 source (if for some reason the above repository should be
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.garbagecollector_1.0.100.v20100503.jar 
  /prebuilts/devtools/repository/
sdk-repository-2.xsd 18 targetNamespace="http://schemas.android.com/sdk/android/repository/2"
20 xmlns:sr2="http://schemas.android.com/sdk/android/repository/2"
25 <!-- The repository contains a collection of downloadable items known as
29 An Android SDK repository is a web site that contains a "repository.xml"
35 - new <sample> repository type.
36 - new <obsolete> in all repository types.
39 <xsd:element name="sdk-repository" type="sr2:repositoryType" />
44 The repository contains a collection of downloadable packages.
357 The <archives> node is mandatory in the repository elements and th
    [all...]
sdk-repository-8.xsd 18 targetNamespace="http://schemas.android.com/sdk/android/repository/8"
20 xmlns:sdk="http://schemas.android.com/sdk/android/repository/8"
25 <!-- The repository contains a collection of downloadable items known as
29 An Android SDK repository is a web site that contains a "repository.xml"
36 - It introduces a new <sample> repository type. Previously samples
39 - All repository types have a new <obsolete> node. It works as a marker
44 - It introduces a new <platform-tool> repository type. Previously platform-specific
49 - It removes the <addon> repository type, which is now in its own XML Schema.
80 - It introduces the new <build-tool> repository type, which contains build-specifi
    [all...]
  /prebuilts/tools/common/m2/internal/jaxen/jaxen/1.1.1/
jaxen-1.1.1.pom 238 <repository>
240 <name>Default Repository</name>
242 </repository>
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/
VersionCheck.java 24 import com.android.sdklib.repository.FullRevision;
25 import com.android.sdklib.repository.FullRevision.PreviewComparison;
26 import com.android.sdklib.repository.PkgProps;
  /frameworks/base/docs/html/sdk/installing/
installing-adt.jd 35 <li>In the Add Repository dialog that appears, enter "ADT Plugin" for the <em>Name</em> and the
109 <li>In the Add Repository dialog that appears, enter a repository name for the <em>Name</em>
131 <li>If you downloaded ADT as part of the SDK ADT bundle, you may encounter an error when attempting to download the ADT Translation Manager Plugin from the remote repository. In that case, open the <strong>Install New
182 <li>In the Add Repository dialog, click <strong>Archive</strong>.</li>
  /sdk/eclipse/buildConfig/
build.properties 163 # This section defines CVS tags to use when fetching the map files from the repository.
164 # If you want to fetch the map file from repository / location, change the getMapFiles target in the customTargets.xml
175 ############ REPOSITORY CONTROL ###############
181 # This value takes the form of a comma separated list of repository identifier (like used in the map files) and the
233 # repository location for update site
  /development/build/tools/
mk_sdk_repo_xml.sh 3 # Generates an SDK Repository XML based on the input files.
28 - schema is one of 'repository' or 'addon'
48 # Get the schema type. Must be either "repository" or "addon".
63 # which name starts with "sdk-" (e.g. sdk-repository, sdk-addon)
97 # source.properties | to repository.xml | where XML can be used
99 # from source.properties for repository.xml packages
147 if [[ "$ROOT" == "sdk-repository" && "$XSD_VERSION" -ge 7 ]] ||
  /docs/source.android.com/src/source/
submit-patches.jd 68 <p>For each change you intend to make, start a new branch within the relevant git repository:</p>
71 <p>You can start several independent branches at the same time in the same repository. The branch NAME is local to your workspace and will not be included on gerrit or the final source tree.</p>
73 <p>Once you have modified the source files (and validated them, please) commit the changes to your local repository:</p>
77 <p>Provide a detailed description of the change in your commit message. This description will be pushed to the public AOSP repository, so please follow our guidelines for writing changelist descriptions: </p>
99 <p>If you have started multiple branches in the same repository, you will be prompted to select which one(s) to upload.</p>
112 <p>If other patches are submitted to the source tree that conflict with yours, you will need to rebase your patch on top of the new HEAD of the source repository. The easy way to do this is to run</p>
124 <p>After a submission makes it through the review and verification process, Gerrit automatically merges the change into the public repository. Other users will be able to run <code>repo sync</code> to pull the update into their local client.</p>

Completed in 882 milliseconds

<<11121314151617181920>>