/external/chromium_org/third_party/mesa/src/src/egl/main/ |
eglconfig.h | 63 EGLint Samples; 111 ATTRIB_MAP(EGL_SAMPLES, Samples);
|
eglconfig.c | 397 if (!conf->SampleBuffers && conf->Samples) 400 _eglLog(_EGL_DEBUG, "conflicting samples and sample buffers");
|
/external/mesa3d/src/egl/main/ |
eglconfig.h | 63 EGLint Samples; 111 ATTRIB_MAP(EGL_SAMPLES, Samples);
|
eglconfig.c | 397 if (!conf->SampleBuffers && conf->Samples) 400 _eglLog(_EGL_DEBUG, "conflicting samples and sample buffers");
|
/external/chromium_org/remoting/host/ |
audio_capturer_win.cc | 24 // Tolerance for catching packets of silence. If all samples have absolute 26 // silence. A value of 2 was chosen, because Windows can give samples of 1 and 144 wave_format_extensible->Samples.wValidBitsPerSample = kBitsPerSample; 154 LOG(ERROR) << "Failed to force 16-bit samples";
|
/external/chromium_org/tools/profile_chrome/ |
main.py | 135 'Samples CPU cycles by default. Use "list" to see '
|
/build/tools/droiddoc/templates-sdk/ |
sample.cs | 5 <body class="gc-documentation develop samples" itemscope itemtype="http://schema.org/Article"> 18 <a href="<?cs var:toroot ?>samples/<?cs var:projectDir ?>/index.html">Overview</a> 19 | <a href="<?cs var:toroot ?>samples/<?cs var:projectDir ?>/project.html">Project</a> 20 | <a href="<?cs var:toroot ?>downloads/samples/<?cs var:projectDir ?>.zip" 21 onclick="ga('send', 'event', 'Samples', 'Download', <?cs var:projectDir ?>);"
|
sampleindex.cs | 5 <body class="gc-documentation develop samples" itemscope itemtype="http://schema.org/Article"> 19 <a href="<?cs var:toroot ?>samples/<?cs var:projectDir ?>/index.html">Overview</a> 21 | <a href="<?cs var:toroot ?>samples/<?cs var:projectDir ?>/project.html">Project</a> 23 | <a href="<?cs var:toroot ?>downloads/samples/<?cs var:projectDir ?>.zip" 24 onclick="ga('send', 'event', 'Samples', 'Download', <?cs var:projectDir ?>);"
|
/build/tools/droiddoc/templates-sdk-dyn/ |
sample.cs | 5 <body class="gc-documentation develop samples" itemscope itemtype="http://schema.org/Article"> 18 <a href="<?cs var:toroot ?>samples/<?cs var:projectDir ?>/index.html">Overview</a> 19 | <a href="<?cs var:toroot ?>samples/<?cs var:projectDir ?>/project.html">Project</a> 20 | <a href="<?cs var:toroot ?>downloads/samples/<?cs var:projectDir ?>.zip" 21 onclick="_gaq.push(['_trackEvent', 'Samples', 'Download', <?cs var:projectDir ?>]);"
|
sampleindex.cs | 5 <body class="gc-documentation develop samples" itemscope itemtype="http://schema.org/Article"> 19 <a href="<?cs var:toroot ?>samples/<?cs var:projectDir ?>/index.html">Overview</a> 21 | <a href="<?cs var:toroot ?>samples/<?cs var:projectDir ?>/project.html">Project</a> 23 | <a href="<?cs var:toroot ?>downloads/samples/<?cs var:projectDir ?>.zip" 24 onclick="_gaq.push(['_trackEvent', 'Samples', 'Download', <?cs var:projectDir ?>]);"
|
/build/tools/droiddoc/templates-sdk-dyn/components/ |
masthead.cs | 108 <li><a href="<?cs var:toroot ?>samples/index.html">Samples</a> 129 <?cs if:training || guide || reference || tools || develop || google || samples ?> 170 <li class="samples"><a href="<?cs var:toroot ?>samples/index.html" 171 >Samples</a>
|
/external/chromium_org/media/audio/win/ |
waveout_output_win.cc | 110 format_.Samples.wValidBitsPerSample = params.bits_per_sample(); 175 // samples and that would leave too little time to react.
|
audio_low_latency_output_win.cc | 98 format_.Samples.wValidBitsPerSample = params.bits_per_sample();
|
audio_low_latency_input_win.cc | 615 format_ex->Samples.wValidBitsPerSample; 632 // application and the floating-point samples that the engine uses for its 725 // samples from the capture endpoint buffer.
|
core_audio_util_win_unittest.cc | 260 EXPECT_GE(format.Samples.wValidBitsPerSample, 16);
|
core_audio_util_win.cc | 125 << ", wValidBitsPerSample: " << format.Samples.wValidBitsPerSample [all...] |
/build/tools/droiddoc/templates-sdk/components/ |
masthead.cs | 162 <li><a href="<?cs var:toroot ?>samples/index.html">Samples</a> 204 <?cs elif:training || guide || reference || tools || develop || google || samples ?> 263 <li class="samples"><a href="<?cs var:toroot ?>samples/index.html" 264 >Samples</a>
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
jsc_view.py | 539 'Samples', and 'Learn More', using intro_tables.json.
|
/external/chromium_org/v8/src/heap/ |
store-buffer.cc | 163 static const struct Samples { 166 } samples[kSampleFinenesses] = { local 173 ExemptPopularPages(samples[i].prime_sample_step, samples[i].threshold);
|
/external/chromium_org/ui/file_manager/file_manager/common/js/ |
async_util.js | 336 * Samples calls so that they are not called too frequently.
|
/build/tools/droiddoc/templates-sdk/assets/js/ |
docs.js | 220 } else if ($("body").hasClass("samples")) { 221 $("#nav-x li.samples a").addClass("selected"); 762 // if something is already highlighted, undo it. This is for dynamic navigation (Samples index) [all...] |
/build/tools/droiddoc/templates-sdk-dyn/assets/js/ |
docs.js | 193 } else if ($("body").hasClass("samples")) { 194 $("#nav-x li.samples a").addClass("selected"); 580 // if something is already highlighted, undo it. This is for dynamic navigation (Samples index) [all...] |
/external/chromium-trace/ |
script.js | 29 b.prototype={__proto__:Object.prototype,toJSON:function(){for(var a={},c=Object.keys(this),e=0;e<c.length;e++){var f=c[e];"function"!=typeof this[f]&&(a[f]="parent"==f?this[f].guid:this[f])}return a},get length(){return this.timestamps_.length},get name(){return this.name_},get color(){return this.color_},get samples(){return this.samples_},get timestamps(){return this.timestamps_},getSample:function(a){return this.samples_[a]},getTimestamp:function(a){return this.timestamps_[a]},addSample:function(a, [all...] |