HomeSort by relevance Sort by last modified time
    Searched refs:SAMPLES (Results 1 - 13 of 13) 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);
  /external/chromium_org/third_party/opus/src/tests/
test_opus_encode.c 51 #define SAMPLES (48000*30)
52 #define SSAMPLES (SAMPLES/3)
218 inbuf=(short *)malloc(sizeof(short)*SAMPLES*2);
219 outbuf=(short *)malloc(sizeof(short)*SAMPLES*2);
223 generate_music(inbuf,SAMPLES);
227 fwrite(inbuf, 1, SAMPLES*2*2, foo);
344 opus_int32 offset=i%(SAMPLES-MAX_FRAME_SAMP);
393 }while(i<SAMPLES*4);
  /external/chromium_org/gpu/command_buffer/client/
gl_in_process_context.cc 196 const int32 SAMPLES = 0x3031;
225 if (attribs.samples >= 0) {
226 attrib_vector.push_back(SAMPLES);
227 attrib_vector.push_back(attribs.samples);
389 samples(-1),
  /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/chromium_org/content/common/gpu/client/
webgraphicscontext3d_command_buffer_impl.h 528 WGC3Denum target, WGC3Dsizei samples, WGC3Denum internalformat,
655 SAMPLES = 0x3031,
webgraphicscontext3d_command_buffer_impl.cc 395 attribs.push_back(SAMPLES);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsContext3D.h 187 SAMPLES = 0x80A9,
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContext.idl 210 const GLenum SAMPLES = 0x80A9;
    [all...]
WebGLRenderingContext.cpp     [all...]
  /prebuilts/devtools/tools/lib/
sdklib.jar 

Completed in 818 milliseconds