HomeSort by relevance Sort by last modified time
    Searched refs:SAMPLES (Results 1 - 11 of 11) sorted by null

  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/
IAndroidTarget.java 34 /** OS Path to the "samples" folder which contains sample projects. */
35 public final static int SAMPLES = 4;
PlatformTarget.java 68 mPaths.put(SAMPLES, mLocation + SdkConstants.OS_PLATFORM_SAMPLES_FOLDER);
295 mPaths.put(SAMPLES, osLocation);
AddOnTarget.java 170 case SAMPLES:
171 // only return the add-on samples folder if there is actually a sample (or more)
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
SamplePackage.java 80 * The target <em>must</em> have an existing sample directory that uses the /samples
81 * root form rather than the old form where the samples dir was located under the
85 * URL is the actual samples path location.
98 target.getPath(IAndroidTarget.SAMPLES) //archiveOsPath
112 * URL is the actual samples path location.
168 String s = String.format("Samples for SDK API %1$s%2$s, revision %3$d%4$s",
202 * A sample package is typically installed in SDK/samples/android-"version".
215 // The /samples dir at the root of the SDK
222 String p = target.getPath(IAndroidTarget.SAMPLES);
226 // under SDK/samples. We explicitly do not reuse the "old" location
    [all...]
LocalSdkParser.java 96 // for platforms, add-ons and samples, rely on the SdkManager parser
107 // Get the samples dir for a platform if it is located in the new
108 // root /samples dir. We purposely ignore "old" samples that are
110 File samplesDir = new File(target.getPath(IAndroidTarget.SAMPLES));
190 * Find any other sub-directories under the /samples root that hasn't been visited yet
193 * The use case is to find samples dirs under /samples when their target isn't loaded.
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/functests/sampleProjects/
SampleProjectTest.java 52 * Finds all samples projects in set SDK and verify they can be built in Eclipse.
67 String path = target.getPath(IAndroidTarget.SAMPLES);
68 File samples = new File(path); local
69 if (samples.isDirectory()) {
70 File[] files = samples.listFiles();
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/functests/layoutRendering/
ApiDemosRenderingTest.java 128 String path = target.getPath(IAndroidTarget.SAMPLES);
129 File samples = new File(path); local
130 if (samples.isDirectory()) {
131 File[] files = samples.listFiles();
  /external/webkit/WebCore/platform/graphics/
GraphicsContext3D.h 192 SAMPLES = 0x80A9,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
NewProjectCreationPage.java 513 new Label(samples_group, SWT.NONE).setText("Samples:");
    [all...]
  /external/webkit/WebCore/html/canvas/
WebGLRenderingContext.idl 203 const unsigned int SAMPLES = 0x80A9;
    [all...]
WebGLRenderingContext.cpp     [all...]

Completed in 244 milliseconds