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

  /external/icu4c/test/perf/howExpensiveIs/
sieve.cpp 195 #define SAMPLES 50
196 uint32_t samples = SAMPLES; local
197 double times[SAMPLES];
199 for(int i=0;i<SAMPLES;i++) {
202 printf("sieve: %d/%d: %.9f\n", i,SAMPLES, times[i]);
206 meanSieveTime = uprv_getMeanTime(times, &samples,&meanSieveME);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/functests/sampleProjects/
SampleProjectTest.java 58 * Finds all samples projects in set SDK and verify they can be built in Eclipse.
73 String path = target.getPath(IAndroidTarget.SAMPLES);
74 File samples = new File(path); local
75 if (samples.isDirectory()) {
76 File[] files = samples.listFiles();
112 state.packageName = "com.android.samples";
  /external/chromium/chrome/common/extensions/docs/js/
api_page_generator.js 29 var SAMPLES = "samples.json";
43 // List of Chrome extension samples.
44 var samples; variable
133 if (pageName.toLowerCase() == "samples") {
149 // If we're rendering the samples directory, fetch the samples manifest.
150 fetchContent(SAMPLES, function(sampleManifest) {
152 samples = data.samples;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
SdkSelectionPage.java 196 * Updates the list of all samples for the given target SDK.
201 // Keep the name of the old selection (if there were any samples)
204 mValues.samples.clear();
208 // Get the sample root path and recompute the list of samples
209 String samplesRootPath = target.getPath(IAndroidTarget.SAMPLES);
212 findSamplesManifests(root, root, null, null, mValues.samples);
216 // Parse the extras to see if we can find samples that are
230 path, path, name, target.getVersion(), mValues.samples);
235 path, path, name, target.getVersion(), mValues.samples);
239 if (mValues.samples.isEmpty())
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/functests/layoutRendering/
ApiDemosRenderingTest.java 177 String path = target.getPath(IAndroidTarget.SAMPLES);
178 File samples = new File(path); local
179 if (samples.isDirectory()) {
180 File[] files = samples.listFiles();
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsContext3D.h 220 SAMPLES = 0x80A9,
    [all...]
  /external/webkit/Source/WebCore/html/canvas/
WebGLRenderingContext.idl 201 const unsigned int SAMPLES = 0x80A9;
    [all...]
WebGLRenderingContext.cpp     [all...]
  /prebuilts/devtools/tools/lib/
sdklib.jar 

Completed in 338 milliseconds