HomeSort by relevance Sort by last modified time
    Searched full:repository (Results 1 - 25 of 518) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gre/
ViewMetadataRepositoryTest.java 31 ViewMetadataRepository repository = ViewMetadataRepository.get(); local
34 repository.getFillPreference("android.widget.Spinner"));
36 repository.getFillPreference("foo.bar"));
47 ViewMetadataRepository repository = ViewMetadataRepository.get(); local
48 for (String fqcn : repository.getAllFqcns()) {
49 repository.getRelatedTo(fqcn);
54 ViewMetadataRepository repository = ViewMetadataRepository.get(); local
55 assertTrue(repository.getSkip("merge"));
56 assertFalse(repository.getSkip("android.widget.Button"));
60 ViewMetadataRepository repository = ViewMetadataRepository.get() local
67 ViewMetadataRepository repository = ViewMetadataRepository.get(); local
    [all...]
  /ndk/sources/cxx-stl/gnu-libstdc++/
.gitignore 3 # in our git repository.
  /development/libraries/stereocamera/
source.properties 9 Pkg.SourceUrl=https\://dl-ssl.google.com/android/repository/repository.xml
  /external/apache-http/src/org/apache/http/
svn.info 0 Repository Root: http://svn.apache.org/repos/asf
2 Repository UUID: 13f79535-47bb-0310-9956-ffa450edef68
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/repository/
README.txt 1 This directory contains the XML Schemas (XSD) used by the Android SDK Repository.
3 The repository exports all the packages that compose the SDK as well as
4 various manifest that define what is available in the repository.
18 Repository schemas are named sdk-type-N.xsd where
19 - type is either addon, addons-list or repository.
24 used in production. This allows the repository to test future schemas
SdkRepoConstants.java 17 package com.android.sdklib.repository;
20 import com.android.sdklib.internal.repository.SdkSource;
25 * Public constants for the sdk-repository XML Schema.
29 /** The latest version of the sdk-repository XML Schema.
33 /** The URL of the official Google sdk-repository site. */
35 "https://dl-ssl.google.com/android/repository/"; //$NON-NLS-1$
38 * sdk-repository XML if the URL doesn't match an existing resource. */
39 public static final String URL_DEFAULT_FILENAME = "repository.xml"; //$NON-NLS-1$
42 * the latest sdk-repository XML that is specific to the current XSD
46 String.format("repository-%d.xml", NS_LATEST_VERSION); //$NON-NLS-1$
    [all...]
  /external/dbus/
README.cygwin 2 dbus git repository since 1.3.1.
  /external/javassist/
build.properties 3 # you can change the path in your local repository).
pom.xml 82 <id>jboss-releases-repository</id>
87 <id>jboss-snapshots-repository</id>
101 <repository>
102 <id>jboss-releases-repository</id>
103 <name>JBoss Releases Repository</name>
104 <url>https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/</url>
105 </repository>
107 <id>jboss-snapshots-repository</id>
108 <name>JBoss Snapshots Repository</name>
109 <url>https://repository.jboss.org/nexus/content/repositories/snapshots/</url
    [all...]
  /external/javassist/src/main/javassist/scopedpool/
ScopedClassPoolFactoryImpl.java 31 ScopedClassPoolRepository repository) {
32 return new ScopedClassPool(cl, src, repository, false);
39 ScopedClassPoolRepository repository) {
40 return new ScopedClassPool(null, src, repository, true);
  /libcore/luni/src/main/java/javax/crypto/interfaces/
package.html 8 restriction as for example hardware repository for the parameters material.
  /prebuilt/common/osgi/
PREBUILT 3 <http://www.osgi.org/Repository/HomePage?cmd=inspect&id=osgi/4.0.0>
  /sdk/testapps/
README.txt 1 This repository contains test applications used by the SDK automated tests.
  /sdk/ide_common/src/com/android/ide/common/resources/
ScanningContext.java 34 * @param repository the associated resource repository
36 public ScanningContext(ResourceRepository repository) {
38 mRepository = repository;
66 * Returns the repository associated with this scanning context
68 * @return the associated repository, never null
83 * Returns whether this repository has been marked as "dirty"; if one or
IdGeneratingResourceFile.java 75 // create the resource items in the repository
93 // We only need to update the repository if our IDs have changed
103 ResourceRepository repository = getRepository(); local
105 // Remove declarations from this file from the repository
106 repository.removeFile(mResourceTypeList, this);
141 * our id repository
160 * Add the resources represented by this file to the repository
163 ResourceRepository repository = getRepository(); local
166 repository.removeFile(mResourceTypeList, this);
169 ResourceItem item = repository.getResourceItem(mFileType, mFileName)
    [all...]
  /external/webkit/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/LeaksViewer/
index.html 30 <link rel=stylesheet href="http://svn.webkit.org/repository/webkit/trunk/Source/WebCore/inspector/front-end/inspector.css?p=80565">
36 <script src="http://svn.webkit.org/repository/webkit/!svn/bc/80565/trunk/Source/WebCore/inspector/front-end/utilities.js"></script>
37 <script src="http://svn.webkit.org/repository/webkit/!svn/bc/80565/trunk/Source/WebCore/inspector/front-end/treeoutline.js"></script>
38 <script src="http://svn.webkit.org/repository/webkit/!svn/bc/80565/trunk/Source/WebCore/inspector/front-end/Object.js"></script>
39 <script src="http://svn.webkit.org/repository/webkit/!svn/bc/80565/trunk/Source/WebCore/inspector/front-end/View.js"></script>
40 <script src="http://svn.webkit.org/repository/webkit/!svn/bc/80565/trunk/Source/WebCore/inspector/front-end/Panel.js"></script>
41 <script src="http://svn.webkit.org/repository/webkit/!svn/bc/80565/trunk/Source/WebCore/inspector/front-end/DataGrid.js"></script>
42 <script src="http://svn.webkit.org/repository/webkit/!svn/bc/80565/trunk/Source/WebCore/inspector/front-end/SidebarTreeElement.js"></script>
43 <script src="http://svn.webkit.org/repository/webkit/!svn/bc/80565/trunk/Source/WebCore/inspector/front-end/StatusBarButton.js"></script>
44 <script src="http://svn.webkit.org/repository/webkit/!svn/bc/80565/trunk/Source/WebCore/inspector/front-end/ProfilesPanel.js"></script
    [all...]
  /sdk/sdkmanager/libs/sdkuilib/tests/com/android/sdkuilib/internal/repository/
MockUpdaterData.java 17 package com.android.sdkuilib.internal.repository;
21 import com.android.sdklib.internal.repository.ArchiveInstaller;
22 import com.android.sdklib.internal.repository.ArchiveReplacement;
23 import com.android.sdklib.internal.repository.ITask;
24 import com.android.sdklib.internal.repository.ITaskFactory;
25 import com.android.sdklib.internal.repository.ITaskMonitor;
26 import com.android.sdklib.internal.repository.MockEmptySdkManager;
27 import com.android.sdklib.internal.repository.NullTaskMonitor;
29 import com.android.sdkuilib.internal.repository.icons.ImageFactory;
  /external/mesa3d/docs/
repository.html 3 <TITLE>Code Repository</TITLE>
9 <h1>Code Repository</h1>
16 The master git repository is hosted on
21 You may access the repository either as an
30 target="_parent">browse the main Mesa git repository</a> and the
32 target="_parent">Mesa demos and tests git repository</a>.
45 <li>Get an initial, local copy of the repository with:
49 <li>Later, you can update your tree from the master repository with:
53 <li>If you also want the Mesa demos/tests repository:
79 <li>Get an initial, local copy of the repository with
    [all...]
  /cts/tests/config_demo/data/
host_config.xml 18 <Repository>
25 </Repository>
  /external/webkit/Source/WebKit/gtk/
JSCore.gir.in 2 <repository version="1.2"
20 </repository>
  /build/core/
apicheck_msg_current.txt 12 To submit the revised current.txt to the main Android repository,
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
IMinPlatformToolsDependency.java 17 package com.android.sdklib.internal.repository;
19 import com.android.sdklib.repository.SdkRepoConstants;
35 * with an invalid repository XML.
44 * It can only happen when dealing with an invalid repository XML.
SdkSourceCategory.java 17 package com.android.sdklib.internal.repository;
26 * The default canonical and official Android repository.
28 ANDROID_REPO("Android Repository", true),
37 * All third-party add-ons fetched from the Android repository.
ILayoutlibVersion.java 17 package com.android.sdklib.internal.repository;
30 * Returns the layoutlib version. Mandatory starting with repository XSD rev 4.
39 * @since sdk-repository-4.xsd
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/sdkman2/
PkgCategorySource.java 17 package com.android.sdkuilib.internal.repository.sdkman2;
19 import com.android.sdklib.internal.repository.SdkRepoSource;
20 import com.android.sdklib.internal.repository.SdkSource;
21 import com.android.sdkuilib.internal.repository.UpdaterData;

Completed in 3086 milliseconds

1 2 3 4 5 6 7 8 91011>>