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

  /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...]
  /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/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),
  /external/chromium_org/content/common/gpu/client/
webgraphicscontext3d_command_buffer_impl.h 528 WGC3Denum target, WGC3Dsizei samples, WGC3Denum internalformat,
655 SAMPLES = 0x3031,
  /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/third_party/WebKit/Source/core/platform/graphics/
GraphicsContext3D.h 187 SAMPLES = 0x80A9,
    [all...]
  /prebuilts/devtools/tools/lib/
sdklib.jar 

Completed in 315 milliseconds